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

/freebsd-11-stable/contrib/file/src/
H A Dvasprintf.c298 char *format_ptr; local
414 format_ptr = &(format_string[1]);
417 *format_ptr = '+';
418 format_ptr++;
421 *format_ptr = '-';
422 format_ptr++;
425 *format_ptr = ' ';
426 format_ptr++;
429 *format_ptr = '#';
430 format_ptr
[all...]
/freebsd-11-stable/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.c2194 const char *format_ptr;
2261 format_ptr = GET_RTX_FORMAT (code);
2265 switch (*format_ptr++)
2390 const char *format_ptr;
2460 format_ptr = GET_RTX_FORMAT (code);
2466 switch (*format_ptr++)
2513 const char *format_ptr;
2553 format_ptr = GET_RTX_FORMAT (code);
2558 switch (*format_ptr++)
2585 const char *format_ptr;
2183 const char *format_ptr; local
2379 const char *format_ptr; local
2502 const char *format_ptr; local
2574 const char *format_ptr; local
4830 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.c3768 const char *format_ptr;
3810 format_ptr = GET_RTX_FORMAT (GET_CODE (in_rtx));
3813 switch (*format_ptr++)
3749 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-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp98 static FormattedNumber format_ptr(void *PC) { function
187 << ' ' << format_ptr(StackTrace[i]) << ' ';
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.c1686 uint32_t __user *format_ptr; local
1721 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr;
1722 if (copy_to_user(format_ptr,
/freebsd-11-stable/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 220 milliseconds