/netbsd-src/external/bsd/file/dist/src/ |
H A D | vasprintf.c | 302 char *format_ptr; in dispatch() local 418 format_ptr = &(format_string[1]); in dispatch() 421 *format_ptr = '+'; in dispatch() 422 format_ptr++; in dispatch() 425 *format_ptr = '-'; in dispatch() 426 format_ptr++; in dispatch() 429 *format_ptr = ' '; in dispatch() 430 format_ptr++; in dispatch() 433 *format_ptr = '#'; in dispatch() 434 format_ptr++; in dispatch() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | read-rtl.cc | 310 const char *format_ptr = GET_RTX_FORMAT (code); in apply_int_iterator() local 312 switch (format_ptr[index]) in apply_int_iterator() 552 const char *format_ptr, *p; in copy_rtx_for_iterators() local 564 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators() 565 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators() 566 switch (format_ptr[i]) in copy_rtx_for_iterators() 1615 const char *format_ptr; in read_rtx_code() local 1670 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code() 1720 for (int idx = 0; format_ptr[idx] != 0; idx++) in read_rtx_code() 1797 const char *format_ptr = GET_RTX_FORMAT (code); in read_rtx_operand() local [all …]
|
H A D | genconfig.cc | 65 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 | resource.cc | 205 const char *format_ptr; in mark_referenced_resources() local 394 format_ptr = GET_RTX_FORMAT (code); in mark_referenced_resources() 396 switch (*format_ptr++) in mark_referenced_resources() 615 const char *format_ptr; in mark_set_resources() local 797 format_ptr = GET_RTX_FORMAT (code); in mark_set_resources() 799 switch (*format_ptr++) in mark_set_resources()
|
H A D | rtl.cc | 288 const char *format_ptr; in copy_rtx() local 335 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in copy_rtx() 338 switch (*format_ptr++) in copy_rtx()
|
H A D | genoutput.cc | 430 const char *format_ptr; in scan_operands() local 510 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in scan_operands() 513 switch (*format_ptr++) in scan_operands()
|
H A D | emit-rtl.cc | 2839 const char *format_ptr; in verify_rtx_sharing() local 2906 format_ptr = GET_RTX_FORMAT (code); in verify_rtx_sharing() 2910 switch (*format_ptr++) in verify_rtx_sharing() 3085 const char *format_ptr; in copy_rtx_if_shared_1() local 3158 format_ptr = GET_RTX_FORMAT (code); in copy_rtx_if_shared_1() 3164 switch (*format_ptr++) in copy_rtx_if_shared_1() 3210 const char *format_ptr; in mark_used_flags() local 3252 format_ptr = GET_RTX_FORMAT (code); in mark_used_flags() 3257 switch (*format_ptr++) in mark_used_flags() 5636 const char *format_ptr; in copy_insn_1() local [all …]
|
H A D | print-rtl.cc | 647 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in print_rtx_operand() local 649 switch (format_ptr[idx]) in print_rtx_operand() 753 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in operand_has_default_value_p() local 755 switch (format_ptr[idx]) in operand_has_default_value_p()
|
H A D | gensupport.cc | 462 const char *format_ptr; in remove_constraints() local 472 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in remove_constraints() 475 switch (*format_ptr++) in remove_constraints() 515 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (x)); in replace_operands_with_dups() local 517 switch (*format_ptr++) in replace_operands_with_dups()
|
H A D | read-rtl-function.cc | 878 const char *format_ptr = GET_RTX_FORMAT (code); in read_rtx_operand() local 879 const char format_char = format_ptr[idx]; in read_rtx_operand()
|
H A D | cselib.cc | 1832 const char *format_ptr; in cselib_expand_value_rtx_1() local 1983 format_ptr = GET_RTX_FORMAT (code); in cselib_expand_value_rtx_1() 1986 switch (*format_ptr++) in cselib_expand_value_rtx_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genconfig.c | 66 const char *format_ptr; in walk_insn_part() local 160 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in walk_insn_part() 163 switch (*format_ptr++) in walk_insn_part()
|
H A D | read-rtl.c | 486 const char *format_ptr, *p; in copy_rtx_for_iterators() local 498 format_ptr = GET_RTX_FORMAT (GET_CODE (original)); in copy_rtx_for_iterators() 499 for (i = 0; format_ptr[i] != 0; i++) in copy_rtx_for_iterators() 500 switch (format_ptr[i]) in copy_rtx_for_iterators() 1587 const char *format_ptr; in read_rtx_code() local 1623 format_ptr = GET_RTX_FORMAT (code); in read_rtx_code() 1673 for (int idx = 0; format_ptr[idx] != 0; idx++) in read_rtx_code() 1750 const char *format_ptr = GET_RTX_FORMAT (code); in read_rtx_operand() local 1754 switch (format_ptr[idx]) in read_rtx_operand() 1836 else if (format_ptr[idx] == 'E') in read_rtx_operand() [all …]
|
H A D | resource.c | 204 const char *format_ptr; in mark_referenced_resources() local 397 format_ptr = GET_RTX_FORMAT (code); in mark_referenced_resources() 399 switch (*format_ptr++) in mark_referenced_resources() 624 const char *format_ptr; in mark_set_resources() local 811 format_ptr = GET_RTX_FORMAT (code); in mark_set_resources() 813 switch (*format_ptr++) in mark_set_resources()
|
H A D | rtl.c | 285 const char *format_ptr; in copy_rtx() local 333 format_ptr = GET_RTX_FORMAT (GET_CODE (copy)); in copy_rtx() 336 switch (*format_ptr++) in copy_rtx()
|
H A D | genoutput.c | 430 const char *format_ptr; in scan_operands() local 510 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in scan_operands() 513 switch (*format_ptr++) in scan_operands()
|
H A D | emit-rtl.c | 2829 const char *format_ptr; in verify_rtx_sharing() local 2897 format_ptr = GET_RTX_FORMAT (code); in verify_rtx_sharing() 2901 switch (*format_ptr++) in verify_rtx_sharing() 3076 const char *format_ptr; in copy_rtx_if_shared_1() local 3150 format_ptr = GET_RTX_FORMAT (code); in copy_rtx_if_shared_1() 3156 switch (*format_ptr++) in copy_rtx_if_shared_1() 3202 const char *format_ptr; in mark_used_flags() local 3245 format_ptr = GET_RTX_FORMAT (code); in mark_used_flags() 3250 switch (*format_ptr++) in mark_used_flags() 5661 const char *format_ptr; in copy_insn_1() local [all …]
|
H A D | print-rtl.c | 614 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in print_rtx_operand() local 616 switch (format_ptr[idx]) in print_rtx_operand() 720 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx)); in operand_has_default_value_p() local 722 switch (format_ptr[idx]) in operand_has_default_value_p()
|
H A D | gensupport.c | 462 const char *format_ptr; in remove_constraints() local 472 format_ptr = GET_RTX_FORMAT (GET_CODE (part)); in remove_constraints() 475 switch (*format_ptr++) in remove_constraints() 515 const char *format_ptr = GET_RTX_FORMAT (GET_CODE (x)); in replace_operands_with_dups() local 517 switch (*format_ptr++) in replace_operands_with_dups()
|
H A D | read-rtl-function.c | 878 const char *format_ptr = GET_RTX_FORMAT (code); in read_rtx_operand() local 879 const char format_char = format_ptr[idx]; in read_rtx_operand()
|
H A D | cselib.c | 1763 const char *format_ptr; in cselib_expand_value_rtx_1() local 1915 format_ptr = GET_RTX_FORMAT (code); in cselib_expand_value_rtx_1() 1918 switch (*format_ptr++) in cselib_expand_value_rtx_1()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | Signals.cpp | 106 static FormattedNumber format_ptr(void *PC) { in format_ptr() function 197 << ' ' << format_ptr(StackTrace[i]) << ' '; in printSymbolizedStackTrace()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | x86-tune-sched.cc | 172 const char *format_ptr; in exact_dependency_1() local 193 format_ptr = GET_RTX_FORMAT (code); in exact_dependency_1() 196 switch (*format_ptr++) in exact_dependency_1()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | x86-tune-sched.c | 169 const char *format_ptr; in exact_dependency_1() local 191 format_ptr = GET_RTX_FORMAT (code); in exact_dependency_1() 194 switch (*format_ptr++) in exact_dependency_1()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_plane.c | 522 uint32_t __user *format_ptr; in drm_mode_getplane() local 559 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr; in drm_mode_getplane() 560 if (copy_to_user(format_ptr, in drm_mode_getplane()
|