HomeSort by: relevance | last modified time | path
    Searched refs:hhd (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
chkformat.d 161 case Format.hhd: // signed char
398 case Format.hhd: // pointer to signed char
773 hhd, // signed char
869 specifier = lm == 'h' && lm2 ? Format.hhd :
981 assert(parseGenericFormatSpecifier("hhd", idx, genSpecifier) == Format.hhd);
1194 assert(parseScanfFormatSpecifier("%hhd", idx, asterisk) == Format.hhd);
1319 assert(parseScanfFormatSpecifier("%*25984hhd", idx, asterisk) == Format.hhd);
    [all...]
  /src/tests/usr.bin/printf/
printf.sh 1545 expect 56 %hhd 88888
1550 expect -32 %hhd 300000
  /src/external/bsd/pcc/dist/pcc/
configure 4268 if (sprintf(buf, "%lld%hhd%jd%zd%td", (long long int)1, (char)2, (intmax_t)3, (size_t)4, (ptrdiff_t)5) != 5)

Completed in 18 milliseconds