/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | sgs.h | 357 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 358 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1)); 360 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 362 ASM_OUTPUT_BEFORE_CASE_LABEL((FILE),(PREFIX),(NUM),(TABLE)); \ 375 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ argument
|
H A D | m68kelf.h | 218 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ argument 247 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 248 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1));
|
H A D | m68kv4.h | 247 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ argument 271 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 272 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1));
|
H A D | 3b1.h | 341 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 342 if (! RTX_INTEGRATED_P (TABLE)) \ 344 XVECLEN (PATTERN (TABLE), 1), (PREFIX), (NUM)); \ 347 XVECLEN (PATTERN (TABLE), 1) + 1, (PREFIX), (NUM), \ 358 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ argument
|
H A D | atari.h | 46 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ argument
|
H A D | amix.h | 55 #define ASM_OUTPUT_CASE_END(FILE,NUM,TABLE) \ argument
|
H A D | mot3300.h | 429 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 431 XVECLEN (PATTERN (TABLE), 1), (PREFIX), (NUM))
|
H A D | tower-as.h | 237 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 239 XVECLEN (PATTERN (TABLE), 1), (PREFIX), (NUM)); \
|
/openbsd/usr.bin/cvs/ |
H A D | date.y | 34 } TABLE; typedef 300 static TABLE const MonthDayTable[] = { 329 static TABLE const UnitsTable[] = { 344 static TABLE const OtherTable[] = { 370 static TABLE const TimezoneTable[] = { 454 static TABLE const MilitaryTable[] = { 633 const TABLE *tp; in lookup()
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | getdate.y | 99 } TABLE; typedef 366 static TABLE const MonthDayTable[] = { 395 static TABLE const UnitsTable[] = { 410 static TABLE const OtherTable[] = { 436 static TABLE const TimezoneTable[] = { 520 static TABLE const MilitaryTable[] = { 710 register const TABLE *tp;
|
H A D | getdate.c | 120 } TABLE; typedef 1383 static TABLE const MonthDayTable[] = { 1412 static TABLE const UnitsTable[] = { 1427 static TABLE const OtherTable[] = { 1453 static TABLE const TimezoneTable[] = { 1537 static TABLE const MilitaryTable[] = { 1724 register const TABLE *tp;
|
/openbsd/usr.bin/rcs/ |
H A D | date.y | 35 } TABLE; typedef 301 static TABLE const MonthDayTable[] = { 330 static TABLE const UnitsTable[] = { 345 static TABLE const OtherTable[] = { 371 static TABLE const TimezoneTable[] = { 455 static TABLE const MilitaryTable[] = { 638 const TABLE *tp; in lookup()
|
/openbsd/gnu/gcc/gcc/config/m68k/ |
H A D | m68kelf.h | 212 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \ argument 213 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1));
|
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrTable.td | 23 multiclass TABLE<WebAssemblyRegClass rc, string suffix> { 65 defm "" : TABLE<FUNCREF, "funcref">, Requires<[HasReferenceTypes]>; 66 defm "" : TABLE<EXTERNREF, "externref">, Requires<[HasReferenceTypes]>;
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | configure.target | 61 # THIS TABLE IS SORTED. KEEP IT THAT WAY. 107 # THIS TABLE IS SORTED. KEEP IT THAT WAY. 183 # THIS TABLE IS SORTED. KEEP IT THAT WAY.
|
/openbsd/gnu/gcc/gcc/config/vax/ |
H A D | elf.h | 71 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) argument
|
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | elf.h | 71 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) argument
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator
|
/openbsd/lib/libz/ |
H A D | inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator
|
/openbsd/sys/lib/libz/ |
H A D | inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ enumerator
|
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/ |
H A D | Wasm.cpp | 50 ECase(TABLE); in sectionTypeToString()
|
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/ |
H A D | WasmDumper.cpp | 27 ENUM_ENTRY(SECTION), ENUM_ENTRY(TAG), ENUM_ENTRY(TABLE), 35 ENUM_ENTRY(FUNCTION), ENUM_ENTRY(TABLE), ENUM_ENTRY(MEMORY),
|
/openbsd/usr.sbin/hostapd/ |
H A D | parse.y | 157 %token ERROR CONST TABLE NODE DELETE ADD LOG VERBOSE LIMIT QUICK SKIP 238 | SET IAPP ADDRESS ROAMING TABLE table 248 | SET IAPP ROUTE ROAMING TABLE table 934 tabledef : TABLE table { 1323 { "table", TABLE }, in lookup()
|
/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | aof.h | 275 #define ASM_OUTPUT_CASE_LABEL(STREAM, PREFIX, NUM, TABLE) \ argument
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/ |
H A D | xml.h | 80 ITEMIZE, ITEMFUNCTION, ITEM, ENUMERATE, TABLE, TABLEITEM, TABLETERM, enumerator
|