| /freebsd-12.1/contrib/file/src/ |
| H A D | vasprintf.c | 302 char *format_ptr; in dispatch() local 422 format_ptr++; in dispatch() 426 format_ptr++; in dispatch() 430 format_ptr++; in dispatch() 434 format_ptr++; in dispatch() 438 format_ptr++; in dispatch() 443 format_ptr += strlen(format_ptr); in dispatch() 448 format_ptr++; in dispatch() 450 format_ptr += strlen(format_ptr); in dispatch() 466 format_ptr++; in dispatch() [all …]
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | read-rtl.c | 429 const char *format_ptr; in apply_macro_to_rtx() local 452 for (i = 0; format_ptr[i] != 0; i++) in apply_macro_to_rtx() 453 switch (format_ptr[i]) in apply_macro_to_rtx() 495 const char *format_ptr; in uses_macro_p() local 506 for (i = 0; format_ptr[i] != 0; i++) in uses_macro_p() 507 switch (format_ptr[i]) in uses_macro_p() 1458 const char *format_ptr; in read_rtx_1() local 1551 for (i = 0; format_ptr[i] != 0; i++) in read_rtx_1() 1552 switch (format_ptr[i]) in read_rtx_1() 1601 else if (format_ptr[i] == 'E') in read_rtx_1() [all …]
|
| H A D | genconfig.c | 71 const char *format_ptr; in walk_insn_part() local 154 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part() 157 switch (*format_ptr++) in walk_insn_part()
|
| H A D | rtl.c | 219 const char *format_ptr; in copy_rtx() local 275 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in copy_rtx() 278 switch (*format_ptr++) in copy_rtx()
|
| H A D | resource.c | 211 const char *format_ptr; in mark_referenced_resources() local 410 format_ptr = GET_RTX_FORMAT (code); in mark_referenced_resources() 412 switch (*format_ptr++) in mark_referenced_resources() 630 const char *format_ptr; in mark_set_resources() local 817 format_ptr = GET_RTX_FORMAT (code); in mark_set_resources() 819 switch (*format_ptr++) in mark_set_resources()
|
| H A D | print-rtl.c | 135 const char *format_ptr; in print_rtx() local 221 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)) + i; in print_rtx() 223 switch (*format_ptr++) in print_rtx()
|
| H A D | emit-rtl.c | 2183 const char *format_ptr; in verify_rtx_sharing() local 2250 format_ptr = GET_RTX_FORMAT (code); in verify_rtx_sharing() 2254 switch (*format_ptr++) in verify_rtx_sharing() 2379 const char *format_ptr; in copy_rtx_if_shared_1() local 2455 switch (*format_ptr++) in copy_rtx_if_shared_1() 2502 const char *format_ptr; in reset_used_flags() local 2547 switch (*format_ptr++) in reset_used_flags() 2574 const char *format_ptr; in set_used_flags() local 2614 switch (*format_ptr++) in set_used_flags() 4830 const char *format_ptr; in copy_insn_1() local [all …]
|
| H A D | genoutput.c | 434 const char *format_ptr; in scan_operands() local 548 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in scan_operands() 551 switch (*format_ptr++) in scan_operands()
|
| H A D | gensupport.c | 174 const char *format_ptr; in remove_constraints() local 184 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in remove_constraints() 187 switch (*format_ptr++) in remove_constraints()
|
| H A D | final.c | 3749 const char *format_ptr; in leaf_renumber_regs_insn() local 3791 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in leaf_renumber_regs_insn() 3794 switch (*format_ptr++) in leaf_renumber_regs_insn()
|
| H A D | rtlanal.c | 492 const char *format_ptr; in count_occurrences() local 526 format_ptr = GET_RTX_FORMAT (code); in count_occurrences() 531 switch (*format_ptr++) in count_occurrences()
|
| H A D | genattrtab.c | 625 const char *format_ptr; in attr_copy_rtx() local 655 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in attr_copy_rtx() 659 switch (*format_ptr++) in attr_copy_rtx()
|
| H A D | ChangeLog-1999 | 5671 * emit-rtl.c (copy_insn_1): Make format_ptr a const char *. 11585 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
|
| H A D | FSFChangeLog.10 | 114 * alpha.c (summarize_insn, default case): Properly use format_ptr.
|
| H A D | ChangeLog-2004 | 17633 * read-rtl.c (read_rtx): Tidy use of format_ptr.
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | Signals.cpp | 99 static FormattedNumber format_ptr(void *PC) { in format_ptr() function 188 << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_crtc.c | 1686 uint32_t __user *format_ptr; in drm_mode_getplane() local 1721 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr; in drm_mode_getplane() 1722 if (copy_to_user(format_ptr, in drm_mode_getplane()
|
| /freebsd-12.1/contrib/gcc/config/ia64/ |
| H A D | ia64.c | 5515 const char *format_ptr; in rtx_needs_barrier() local 5818 format_ptr = GET_RTX_FORMAT (GET_CODE (x)); in rtx_needs_barrier() 5820 switch (format_ptr[i]) in rtx_needs_barrier()
|