Searched refs:format_ptr (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.0-release/contrib/file/
H A Dvasprintf.c299 char *format_ptr; local
407 format_ptr = &(format_string[1]);
410 *format_ptr = '+';
411 format_ptr++;
414 *format_ptr = '-';
415 format_ptr++;
418 *format_ptr = ' ';
419 format_ptr++;
422 *format_ptr = '#';
423 format_ptr
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dread-rtl.c429 const char *format_ptr; local
451 format_ptr = GET_RTX_FORMAT (bellwether_code);
452 for (i = 0; format_ptr[i] != 0; i++)
453 switch (format_ptr[i])
495 const char *format_ptr; local
505 format_ptr = GET_RTX_FORMAT (BELLWETHER_CODE (GET_CODE (x)));
506 for (i = 0; format_ptr[i] != 0; i++)
507 switch (format_ptr[i])
1460 const char *format_ptr;
1530 format_ptr
1458 const char *format_ptr; local
[all...]
H A Dgenconfig.c71 const char *format_ptr; local
154 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
157 switch (*format_ptr++)
H A Drtl.c222 const char *format_ptr;
278 format_ptr = GET_RTX_FORMAT (GET_CODE (copy));
281 switch (*format_ptr++)
219 const char *format_ptr; local
H A Dresource.c215 const char *format_ptr;
414 format_ptr = GET_RTX_FORMAT (code);
416 switch (*format_ptr++)
636 const char *format_ptr;
823 format_ptr = GET_RTX_FORMAT (code);
825 switch (*format_ptr++)
211 const char *format_ptr; local
630 const char *format_ptr; local
H A Dprint-rtl.c135 const char *format_ptr; local
221 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)) + i;
223 switch (*format_ptr++)
H A Demit-rtl.c2192 const char *format_ptr;
2259 format_ptr = GET_RTX_FORMAT (code);
2263 switch (*format_ptr++)
2388 const char *format_ptr;
2458 format_ptr = GET_RTX_FORMAT (code);
2464 switch (*format_ptr++)
2511 const char *format_ptr;
2551 format_ptr = GET_RTX_FORMAT (code);
2556 switch (*format_ptr++)
2583 const char *format_ptr;
2181 const char *format_ptr; local
2377 const char *format_ptr; local
2500 const char *format_ptr; local
2572 const char *format_ptr; local
4828 const char *format_ptr; local
[all...]
H A Dgenoutput.c438 const char *format_ptr;
552 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
555 switch (*format_ptr++)
434 const char *format_ptr; local
H A Dgensupport.c176 const char *format_ptr;
186 format_ptr = GET_RTX_FORMAT (GET_CODE (part));
189 switch (*format_ptr++)
174 const char *format_ptr; local
H A Dfinal.c3762 const char *format_ptr;
3804 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx));
3807 switch (*format_ptr++)
3743 const char *format_ptr; local
H A Dgenattrtab.c625 const char *format_ptr; local
655 format_ptr = GET_RTX_FORMAT (GET_CODE (copy));
659 switch (*format_ptr++)
H A Drtlanal.c495 const char *format_ptr;
529 format_ptr = GET_RTX_FORMAT (code);
534 switch (*format_ptr++)
492 const char *format_ptr; local
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_crtc.c1601 uint32_t *format_ptr; local
1636 format_ptr = (uint32_t *)(unsigned long)plane_resp->format_type_ptr;
1637 if (copyout(format_ptr,
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dia64.c5528 const char *format_ptr;
5831 format_ptr = GET_RTX_FORMAT (GET_CODE (x));
5833 switch (format_ptr[i])
5515 const char *format_ptr; local

Completed in 312 milliseconds