HomeSort by relevance Sort by last modified time
    Searched refs:CASE (Results 1 - 25 of 199) sorted by null

1 2 3 4 5 6 7 8

  /external/strace/tests/
signal2name.c 4 #define CASE(x) case x: return #x
10 CASE(SIGALRM);
11 CASE(SIGBUS);
12 CASE(SIGCHLD);
13 CASE(SIGCONT);
14 CASE(SIGFPE);
15 CASE(SIGHUP);
16 CASE(SIGILL);
17 CASE(SIGINT)
    [all...]
errno2name.c 32 #define CASE(x) case x: return #x
40 CASE(E2BIG);
43 CASE(EACCES);
46 CASE(EADDRINUSE);
49 CASE(EADDRNOTAVAIL);
52 CASE(EADV);
55 CASE(EAFNOSUPPORT);
58 CASE(EAGAIN);
61 CASE(EALREADY)
    [all...]
  /external/strace/tests-m32/
signal2name.c 4 #define CASE(x) case x: return #x
10 CASE(SIGALRM);
11 CASE(SIGBUS);
12 CASE(SIGCHLD);
13 CASE(SIGCONT);
14 CASE(SIGFPE);
15 CASE(SIGHUP);
16 CASE(SIGILL);
17 CASE(SIGINT)
    [all...]
errno2name.c 32 #define CASE(x) case x: return #x
40 CASE(E2BIG);
43 CASE(EACCES);
46 CASE(EADDRINUSE);
49 CASE(EADDRNOTAVAIL);
52 CASE(EADV);
55 CASE(EAFNOSUPPORT);
58 CASE(EAGAIN);
61 CASE(EALREADY)
    [all...]
  /external/strace/tests-mx32/
signal2name.c 4 #define CASE(x) case x: return #x
10 CASE(SIGALRM);
11 CASE(SIGBUS);
12 CASE(SIGCHLD);
13 CASE(SIGCONT);
14 CASE(SIGFPE);
15 CASE(SIGHUP);
16 CASE(SIGILL);
17 CASE(SIGINT)
    [all...]
errno2name.c 32 #define CASE(x) case x: return #x
40 CASE(E2BIG);
43 CASE(EACCES);
46 CASE(EADDRINUSE);
49 CASE(EADDRNOTAVAIL);
52 CASE(EADV);
55 CASE(EAFNOSUPPORT);
58 CASE(EAGAIN);
61 CASE(EALREADY)
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/
text_to_binary.mode_setting_test.cpp 40 // An example case for OpMemoryModel
66 #define CASE(ADDRESSING, MEMORY) \
77 CASE(Logical,Simple),
78 CASE(Logical,GLSL450),
79 CASE(Physical32,OpenCL),
80 CASE(Physical64,OpenCL),
82 #undef CASE
94 // An example case for OpEntryPoint
118 #define CASE(NAME) SpvExecutionModel##NAME, #NAME
121 { CASE(Vertex), "" }
    [all...]
text_to_binary.annotation_test.cpp 63 #define CASE(NAME) SpvDecoration##NAME, #NAME
70 {CASE(RelaxedPrecision), {}},
71 {CASE(SpecId), {100}},
72 {CASE(Block), {}},
73 {CASE(BufferBlock), {}},
74 {CASE(RowMajor), {}},
75 {CASE(ColMajor), {}},
76 {CASE(ArrayStride), {4}},
77 {CASE(MatrixStride), {16}},
78 {CASE(GLSLShared), {}}
    [all...]
text_to_binary.type_declaration_test.cpp 50 #define CASE(NAME) {SpvDim##NAME, #NAME}
54 CASE(1D),
55 CASE(2D),
56 CASE(3D),
57 CASE(Cube),
58 CASE(Rect),
59 CASE(Buffer),
60 CASE(SubpassData),
62 #undef CASE
86 #define CASE(NAME) {SpvImageFormat##NAME, #NAME
    [all...]
text_to_binary.memory_test.cpp 78 #define CASE(NAME) { SpvStorageClass##NAME, #NAME, {} }
82 CASE(UniformConstant),
83 CASE(Input),
84 CASE(Uniform),
85 CASE(Output),
86 CASE(Workgroup),
87 CASE(CrossWorkgroup),
88 CASE(Private),
89 CASE(Function),
90 CASE(Generic)
    [all...]
text_to_binary.group_test.cpp 46 #define CASE(NAME) { SpvGroupOperation##NAME, #NAME}
49 CASE(Reduce),
50 CASE(InclusiveScan),
51 CASE(ExclusiveScan),
53 #undef CASE
text_to_binary.function_test.cpp 47 #define CASE(VALUE,NAME) { SpvFunctionControl##VALUE, NAME }
50 CASE(MaskNone, "None"),
51 CASE(InlineMask, "Inline"),
52 CASE(DontInlineMask, "DontInline"),
53 CASE(PureMask, "Pure"),
54 CASE(ConstMask, "Const"),
56 #undef CASE
  /external/swiftshader/third_party/SPIRV-Tools/test/
text_to_binary.mode_setting_test.cpp 40 // An example case for OpMemoryModel
66 #define CASE(ADDRESSING, MEMORY) \
77 CASE(Logical,Simple),
78 CASE(Logical,GLSL450),
79 CASE(Physical32,OpenCL),
80 CASE(Physical64,OpenCL),
82 #undef CASE
94 // An example case for OpEntryPoint
118 #define CASE(NAME) SpvExecutionModel##NAME, #NAME
121 { CASE(Vertex), "" }
    [all...]
text_to_binary.annotation_test.cpp 63 #define CASE(NAME) SpvDecoration##NAME, #NAME
70 {CASE(RelaxedPrecision), {}},
71 {CASE(SpecId), {100}},
72 {CASE(Block), {}},
73 {CASE(BufferBlock), {}},
74 {CASE(RowMajor), {}},
75 {CASE(ColMajor), {}},
76 {CASE(ArrayStride), {4}},
77 {CASE(MatrixStride), {16}},
78 {CASE(GLSLShared), {}}
    [all...]
text_to_binary.type_declaration_test.cpp 50 #define CASE(NAME) {SpvDim##NAME, #NAME}
54 CASE(1D),
55 CASE(2D),
56 CASE(3D),
57 CASE(Cube),
58 CASE(Rect),
59 CASE(Buffer),
60 CASE(SubpassData),
62 #undef CASE
86 #define CASE(NAME) {SpvImageFormat##NAME, #NAME
    [all...]
text_to_binary.memory_test.cpp 78 #define CASE(NAME) { SpvStorageClass##NAME, #NAME, {} }
82 CASE(UniformConstant),
83 CASE(Input),
84 CASE(Uniform),
85 CASE(Output),
86 CASE(Workgroup),
87 CASE(CrossWorkgroup),
88 CASE(Private),
89 CASE(Function),
90 CASE(Generic)
    [all...]
text_to_binary.group_test.cpp 46 #define CASE(NAME) { SpvGroupOperation##NAME, #NAME}
49 CASE(Reduce),
50 CASE(InclusiveScan),
51 CASE(ExclusiveScan),
53 #undef CASE
text_to_binary.function_test.cpp 47 #define CASE(VALUE,NAME) { SpvFunctionControl##VALUE, NAME }
50 CASE(MaskNone, "None"),
51 CASE(InlineMask, "Inline"),
52 CASE(DontInlineMask, "DontInline"),
53 CASE(PureMask, "Pure"),
54 CASE(ConstMask, "Const"),
56 #undef CASE
  /external/icu/icu4c/source/test/intltest/
ittrans.cpp 30 #define CASE(id,test) case id: \
43 CASE(0, TransliteratorTest);
44 CASE(1, TransliteratorAPITest);
45 CASE(2, CompoundTransliteratorTest);
46 CASE(3, TransliteratorRoundTripTest);
47 CASE(4, JamoTest);
48 CASE(5, TransliteratorErrorTest);
49 CASE(6, ReplaceableTest);
51 CASE(7, UnicodeFilterLogicTest)
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/
assembly_grammar.cpp 90 #define CASE(NAME) { SpvOp##NAME, #NAME }
93 CASE(SConvert),
94 CASE(FConvert),
95 CASE(ConvertFToS),
96 CASE(ConvertSToF),
97 CASE(ConvertFToU),
98 CASE(ConvertUToF),
99 CASE(UConvert),
100 CASE(ConvertPtrToU),
101 CASE(ConvertUToPtr)
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/
assembly_grammar.cpp 90 #define CASE(NAME) { SpvOp##NAME, #NAME }
93 CASE(SConvert),
94 CASE(FConvert),
95 CASE(ConvertFToS),
96 CASE(ConvertSToF),
97 CASE(ConvertFToU),
98 CASE(ConvertUToF),
99 CASE(UConvert),
100 CASE(ConvertPtrToU),
101 CASE(ConvertUToPtr)
    [all...]
  /external/deqp/modules/egl/
teglColorClearTests.cpp 82 #define CASE(NAME, DESC, BITS, NUMCFG) { NAME, DESC, BITS, renderable<BITS>, NUMCFG }
86 CASE("gles1", "Color clears using GLES1", EGL_OPENGL_ES_BIT, 1),
87 CASE("gles2", "Color clears using GLES2", EGL_OPENGL_ES2_BIT, 1),
88 CASE("gles3", "Color clears using GLES3", EGL_OPENGL_ES3_BIT, 1),
89 CASE("vg", "Color clears using OpenVG", EGL_OPENVG_BIT, 1)
94 CASE("gles1", "Color clears using multiple GLES1 contexts to shared surface", EGL_OPENGL_ES_BIT, 3),
95 CASE("gles2", "Color clears using multiple GLES2 contexts to shared surface", EGL_OPENGL_ES2_BIT, 3),
96 CASE("gles3", "Color clears using multiple GLES3 contexts to shared surface", EGL_OPENGL_ES3_BIT, 3),
97 CASE("vg", "Color clears using multiple OpenVG contexts to shared surface", EGL_OPENVG_BIT, 3),
98 CASE("gles1_gles2", "Color clears using multiple APIs to shared surface", EGL_OPENGL_ES_BIT|EGL_OP (…)
    [all...]
  /external/skia/src/opts/
SkXfermode_opts.h 110 #define CASE(Xfermode) \
111 case SkBlendMode::k##Xfermode: return new Sk4pxXfermode<Xfermode>()
112 CASE(Clear);
113 CASE(Src);
114 CASE(Dst);
115 CASE(SrcOver);
116 CASE(DstOver);
117 CASE(SrcIn);
118 CASE(DstIn);
119 CASE(SrcOut)
    [all...]
  /external/skqp/src/opts/
SkXfermode_opts.h 110 #define CASE(Xfermode) \
111 case SkBlendMode::k##Xfermode: return new Sk4pxXfermode<Xfermode>()
112 CASE(Clear);
113 CASE(Src);
114 CASE(Dst);
115 CASE(SrcOver);
116 CASE(DstOver);
117 CASE(SrcIn);
118 CASE(DstIn);
119 CASE(SrcOut)
    [all...]
  /external/v8/src/interpreter/
bytecode-operands.cc 17 case AccumulatorUse::kNone:
19 case AccumulatorUse::kRead:
21 case AccumulatorUse::kWrite:
23 case AccumulatorUse::kReadWrite:
31 #define CASE(Name, _) \
32 case OperandType::k##Name: \
34 OPERAND_TYPE_LIST(CASE)
35 #undef CASE
42 #define CASE(Name, _) \
43 case OperandScale::k##Name:
    [all...]

Completed in 1105 milliseconds

1 2 3 4 5 6 7 8