Home
last modified time | relevance | path

Searched refs:format_ptr (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/file/src/
HDvasprintf.c302 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 …]
/NextBSD/contrib/gcc/
HDread-rtl.c429 const char *format_ptr; in apply_macro_to_rtx() local
451 format_ptr = GET_RTX_FORMAT (bellwether_code); in apply_macro_to_rtx()
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
505 format_ptr = GET_RTX_FORMAT (BELLWETHER_CODE (GET_CODE (x))); in uses_macro_p()
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
1528 format_ptr = GET_RTX_FORMAT (bellwether_code); in read_rtx_1()
[all …]
HDgenconfig.c71 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()
HDrtl.c219 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()
HDresource.c211 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()
HDprint-rtl.c135 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()
HDemit-rtl.c2183 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
2449 format_ptr = GET_RTX_FORMAT (code); in copy_rtx_if_shared_1()
2455 switch (*format_ptr++) in copy_rtx_if_shared_1()
2502 const char *format_ptr; in reset_used_flags() local
2542 format_ptr = GET_RTX_FORMAT (code); in reset_used_flags()
2547 switch (*format_ptr++) in reset_used_flags()
2574 const char *format_ptr; in set_used_flags() local
[all …]
HDgenoutput.c434 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()
HDgensupport.c174 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()
HDfinal.c3749 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()
HDrtlanal.c492 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()
HDgenattrtab.c625 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()
HDChangeLog-19995671 * emit-rtl.c (copy_insn_1): Make format_ptr a const char *.
11585 * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'.
HDFSFChangeLog.10114 * alpha.c (summarize_insn, default case): Properly use format_ptr.
HDChangeLog-200417633 * read-rtl.c (read_rtx): Tidy use of format_ptr.
/NextBSD/sys/dev/drm2/
HDdrm_crtc.c1686 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()
/NextBSD/contrib/gcc/config/ia64/
HDia64.c5515 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()