| /src/tests/include/ |
| t_inttypes.c | 69 #define PRINT(fmt, var) \ 74 PRINT(PRId8, i8); 75 PRINT(PRId16, i16); 76 PRINT(PRId32, i32); 77 PRINT(PRId64, i64); 78 PRINT(PRIdLEAST8, il8); 79 PRINT(PRIdLEAST16, il16); 80 PRINT(PRIdLEAST32, il32); 81 PRINT(PRIdLEAST64, il64); 82 PRINT(PRIdFAST8, if8) [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-or1k.c | 24 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 31 PRINT, \ 32 PRINT, \
|
| cpu-d10v.c | 26 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-epiphany.c | 26 #define N(NUMBER, PRINT, ALIGN, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-ft32.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-ia64.c | 26 #define N(BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-ip2k.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-iq2000.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-m10300.c | 25 #define N(NUMBER, NAME, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-m68hc12.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-mt.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-pru.c | 26 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-tilegx.c | 25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-or1k.c | 24 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 31 PRINT, \ 32 PRINT, \
|
| cpu-d10v.c | 26 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-epiphany.c | 26 #define N(NUMBER, PRINT, ALIGN, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-ft32.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-ia64.c | 26 #define N(BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-ip2k.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-iq2000.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-m10300.c | 25 #define N(NUMBER, NAME, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-m68hc12.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-mt.c | 25 #define N(NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|
| cpu-pru.c | 26 #define N(BITS_WORD, BITS_ADDR, NUMBER, PRINT, DEFAULT, NEXT) \ 34 PRINT, \
|
| cpu-tilegx.c | 25 #define N(BITS, NUMBER, PRINT, DEFAULT, NEXT) \ 33 PRINT, \
|