/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | trace_api_test.c | 25 #define CASE(name) \ in test_trace_categories() macro 30 CASE(ALL); in test_trace_categories() 31 CASE(TRACE); in test_trace_categories() 32 CASE(INIT); in test_trace_categories() 33 CASE(TLS); in test_trace_categories() 34 CASE(TLS_CIPHER); in test_trace_categories() 35 CASE(CONF); in test_trace_categories() 36 CASE(ENGINE_TABLE); in test_trace_categories() 37 CASE(ENGINE_REF_COUNT); in test_trace_categories() 38 CASE(PKCS5V2); in test_trace_categories() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 49 #define CASE(S,T) \ in serializeSectionKind() macro 52 CASE(INFO, INFO); in serializeSectionKind() 53 CASE(EXT_TYPES, TYPES); in serializeSectionKind() 54 CASE(ABBREV, ABBREV); in serializeSectionKind() 55 CASE(LINE, LINE); in serializeSectionKind() 56 CASE(EXT_LOC, LOC); in serializeSectionKind() 57 CASE(STR_OFFSETS, STR_OFFSETS); in serializeSectionKind() 58 CASE(EXT_MACINFO, MACINFO); in serializeSectionKind() 59 CASE(MACRO, MACRO); in serializeSectionKind() 60 #undef CASE in serializeSectionKind() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 317 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() macro 326 CASE( 2, 'i', '\0', if); in getPPKeywordID() 327 CASE( 4, 'e', 'i', elif); in getPPKeywordID() 328 CASE( 4, 'e', 's', else); in getPPKeywordID() 329 CASE( 4, 'l', 'n', line); in getPPKeywordID() 330 CASE( 4, 's', 'c', sccs); in getPPKeywordID() 331 CASE( 5, 'e', 'd', endif); in getPPKeywordID() 332 CASE( 5, 'e', 'r', error); in getPPKeywordID() 333 CASE( 5, 'i', 'e', ident); in getPPKeywordID() 334 CASE( 5, 'i', 'd', ifdef); in getPPKeywordID() [all …]
|
/netbsd-src/sys/dev/ir/ |
H A D | irframe.c | 284 #define CASE(s) case s: if (!(sc->sc_speedmask & CONC(IRDA_SPEED_,s))) return (EINVAL); break in irf_set_params() macro 286 CASE(2400); in irf_set_params() 287 CASE(9600); in irf_set_params() 288 CASE(19200); in irf_set_params() 289 CASE(38400); in irf_set_params() 290 CASE(57600); in irf_set_params() 291 CASE(115200); in irf_set_params() 292 CASE(576000); in irf_set_params() 293 CASE(1152000); in irf_set_params() 294 CASE(4000000); in irf_set_params() [all …]
|
/netbsd-src/external/gpl2/gettext/dist/gnulib-local/lib/ |
H A D | gen-lbrkprop.c | 1296 #define CASE(x) case x: value_string = #x; break; in output_lbp() macro 1297 CASE(LBP_BK); in output_lbp() 1298 CASE(LBP_CM); in output_lbp() 1299 CASE(LBP_ZW); in output_lbp() 1300 CASE(LBP_IN); in output_lbp() 1301 CASE(LBP_GL); in output_lbp() 1302 CASE(LBP_CB); in output_lbp() 1303 CASE(LBP_SP); in output_lbp() 1304 CASE(LBP_BA); in output_lbp() 1305 CASE(LBP_BB); in output_lbp() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CXLoadedDiagnostic.cpp | 76 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X; in getSeverity() macro 77 CASE(Ignored) in getSeverity() 78 CASE(Note) in getSeverity() 79 CASE(Warning) in getSeverity() 80 CASE(Error) in getSeverity() 81 CASE(Fatal) in getSeverity() 82 #undef CASE in getSeverity()
|
/netbsd-src/external/apache2/llvm/dist/clang/INPUTS/ |
H A D | cfg-big-switch.c | 1 #define EXPAND_2_CASES(i, x, y) CASE(i, x, y); CASE(i + 1, x, y); 20 #define CASE(i, x, y) \ in cfg_big_switch() macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | regex.c | 5725 # define CASE(x) label_##x in wcs_re_match_2_internal() macro 5772 # define CASE(x) \ in wcs_re_match_2_internal() macro 6193 CASE (no_op): in wcs_re_match_2_internal() 6197 CASE (succeed): in wcs_re_match_2_internal() 6204 CASE (exactn): in wcs_re_match_2_internal() 6206 CASE (exactn_bin): in wcs_re_match_2_internal() 6252 CASE (anychar): in wcs_re_match_2_internal() 6267 CASE (charset): in wcs_re_match_2_internal() 6268 CASE (charset_not): in wcs_re_match_2_internal() 6643 CASE (start_memory): in wcs_re_match_2_internal() [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 5842 # define CASE(x) label_##x macro 5889 # define CASE(x) \ macro 6310 CASE (no_op): 6314 CASE (succeed): 6321 CASE (exactn): 6323 CASE (exactn_bin): 6369 CASE (anychar): 6384 CASE (charset): 6385 CASE (charset_not): 6760 CASE (start_memory): [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | SerializedDiagnosticPrinter.cpp | 629 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel() macro 630 CASE(Ignored) in getStableLevel() 631 CASE(Note) in getStableLevel() 632 CASE(Remark) in getStableLevel() 633 CASE(Warning) in getStableLevel() 634 CASE(Error) in getStableLevel() 635 CASE(Fatal) in getStableLevel() 636 #undef CASE in getStableLevel()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | FuchsiaHandleChecker.cpp | 158 #define CASE(ID) \ in dump() macro 162 CASE(Kind::MaybeAllocated) in dump() 163 CASE(Kind::Allocated) in dump() 164 CASE(Kind::Released) in dump() 165 CASE(Kind::Escaped) in dump() 166 CASE(Kind::Unowned) in dump()
|
/netbsd-src/sys/dev/stbi/ |
H A D | stb_image.c | 999 #define CASE(a,b) case COMBO(a,b): for(i=x-1; i >= 0; --i, src += a, dest += b) in convert_format() macro 1003 CASE(1,2) dest[0]=src[0], dest[1]=255; in convert_format() 1005 CASE(1,3) dest[0]=dest[1]=dest[2]=src[0]; in convert_format() 1007 CASE(1,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=255; in convert_format() 1009 CASE(2,1) dest[0]=src[0]; in convert_format() 1011 CASE(2,3) dest[0]=dest[1]=dest[2]=src[0]; in convert_format() 1013 CASE(2,4) dest[0]=dest[1]=dest[2]=src[0], dest[3]=src[1]; in convert_format() 1015 CASE(3,4) dest[0]=src[0],dest[1]=src[1],dest[2]=src[2],dest[3]=255; in convert_format() 1017 CASE(3,1) dest[0]=compute_y(src[0],src[1],src[2]); in convert_format() 1019 CASE(3,2) dest[0]=compute_y(src[0],src[1],src[2]), dest[1] = 255; in convert_format() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldgram.h | 171 CASE = 372, /* CASE */ enumerator 311 #define CASE 372 macro
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldgram.h | 175 CASE = 376, /* CASE */ enumerator 319 #define CASE 376 macro
|
/netbsd-src/usr.bin/xlint/lint1/ |
H A D | op.h | 126 CASE, /* does not appear in the tree */ enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangDiagnosticsEmitter.cpp | 721 #define CASE(T) \ in Visit() macro 724 CASE(Multi); in Visit() 725 CASE(Text); in Visit() 726 CASE(Placeholder); in Visit() 727 CASE(Select); in Visit() 728 CASE(Plural); in Visit() 729 CASE(Diff); in Visit() 730 CASE(Substitution); in Visit() 731 #undef CASE in Visit()
|
/netbsd-src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
H A D | perlopt.tpl | 45 CASE arg-type =][= 171 CASE argument =][=
|
H A D | cmd-doc.tlib | 232 ELSE :+][+: CASE 250 CASE (emit "\n") sec-type :+][+: 338 CASE (get "mode") :+][+: 394 CASE main.handler-type :+][+: 607 CASE 615 CASE homerc :+][+: 741 [+: CASE (get "copyright.type") :+][+:
|
H A D | mdoc-synopsis.tlib | 49 CASE main.main-type :+][+:
|
/netbsd-src/bin/ksh/ |
H A D | lex.h | 87 #define CASE 265 macro
|
/netbsd-src/external/bsd/flex/dist/examples/manual/ |
H A D | pascal.lex | 58 case return(CASE);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | internal-fn.c | 3358 #define CASE(CODE, IFN) case CODE: return IFN; in get_conditional_internal_fn() macro 3359 FOR_EACH_CODE_MAPPING(CASE) in get_conditional_internal_fn() 3360 #undef CASE in get_conditional_internal_fn() 3374 #define CASE(CODE, IFN) case IFN: return CODE; in conditional_internal_fn_code() macro 3375 FOR_EACH_CODE_MAPPING(CASE) in conditional_internal_fn_code() 3376 #undef CASE in conditional_internal_fn_code() 3409 #define CASE(NAME) case IFN_##NAME: return IFN_COND_##NAME; in get_conditional_internal_fn() macro 3410 FOR_EACH_COND_FN_PAIR(CASE) in get_conditional_internal_fn() 3411 #undef CASE in get_conditional_internal_fn() 3425 #define CASE(NAME) case IFN_COND_##NAME: return IFN_##NAME; in get_unconditional_internal_fn() macro [all …]
|
/netbsd-src/sys/arch/m68k/fpsp/ |
H A D | get_op.sa | 406 * CASE opclass 0x0 unsupp 410 * CASE opclass 0x0 unimp 417 * CASE opclass 011 unsupp 468 * CASE opclass 011 unsupp 480 * CASE opclass 0x0 unsupp 493 * CASE opclass 0x0 unimp
|
/netbsd-src/external/mpl/dhcp/dist/includes/ |
H A D | dhctoken.h | 237 CASE = 436, enumerator
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | dhctoken.h | 241 CASE = 436, enumerator
|