Home
last modified time | relevance | path

Searched refs:STRING_LIMIT (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
HDi386-interix.h136 #define STRING_LIMIT ((unsigned) 256) macro
200 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
HDptx4-i.h74 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
HDi386elf.h82 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
HDsysv4.h69 if (p < limit && (p - _ascii_bytes) <= (long) STRING_LIMIT) \
/freebsd-11-stable/contrib/gcc/config/
HDelfos.h378 #define STRING_LIMIT ((unsigned) 256) macro
457 if (p < limit && (p - _ascii_bytes) <= (long)STRING_LIMIT) \
/freebsd-11-stable/contrib/gcc/
HDChangeLog-19983319 * svr4.h (ASM_OUTPUT_ASCII): Cast STRING_LIMIT to (long) when
HDChangeLog-20002335 (STRING_LIMIT): Same.