/third_party/ltp/testcases/kernel/syscalls/statx/ |
H A D | statx04.c | 76 static uint64_t expected_mask; variable 96 for (i = 0, expected_mask = 0; i < ARRAY_SIZE(attr_list); i++) in setup() 97 expected_mask |= attr_list[i].attr; in setup() 101 expected_mask &= ~STATX_ATTR_COMPRESSED; in setup() 116 if (!(expected_mask & attr_list[i].attr)) in run()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify13.c | 49 unsigned long long expected_mask; member 130 event_set[i].expected_mask = tc->mask; in setup_marks() 132 event_set[i].expected_mask &= ~FAN_ONDIR; in setup_marks() 217 if (metadata->mask != event_set[i].expected_mask) in do_test() 222 event_set[i].expected_mask); in do_test()
|
H A D | fanotify10.c | 680 unsigned long long expected_mask) in verify_event() 684 expected_mask &= ~FAN_ONDIR; in verify_event() 686 if (event->mask != expected_mask) { in verify_event() 690 (unsigned long long) expected_mask, in verify_event() 703 static int generate_event(struct tcase *tc, unsigned long long expected_mask) in generate_event() argument 713 if (expected_mask & FAN_OPEN_EXEC) { in generate_event() 679 verify_event(int p, int group, struct fanotify_event_metadata *event, unsigned long long expected_mask) verify_event() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | text_to_binary.function_test.cpp | 64 const uint32_t expected_mask = SpvFunctionControlInlineMask | in TEST_F() local 68 Eq(MakeInstruction(SpvOpFunction, {1, 2, expected_mask, 3}))); in TEST_F()
|
H A D | text_to_binary.control_flow_test.cpp | 65 const uint32_t expected_mask = in TEST_F() local 68 Eq(MakeInstruction(SpvOpSelectionMerge, {1, expected_mask}))); in TEST_F() 125 const uint32_t expected_mask = in TEST_F() local 128 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, expected_mask}))); in TEST_F()
|
H A D | text_to_binary.memory_test.cpp | 60 const uint32_t expected_mask = in TEST_F() local 62 EXPECT_THAT(expected_mask, Eq(3u)); in TEST_F() 64 Eq(MakeInstruction(SpvOpStore, {1, 2, expected_mask, 16}))); in TEST_F()
|
H A D | text_to_binary.annotation_test.cpp | 327 const uint32_t expected_mask = SpvFPFastMathModeNotNaNMask | in TEST_F() local 332 Eq(MakeInstruction(SpvOpDecorate, {1, expected_enum, expected_mask}))); in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.function_test.cpp | 64 const uint32_t expected_mask = SpvFunctionControlInlineMask | in TEST_F() local 68 Eq(MakeInstruction(SpvOpFunction, {1, 2, expected_mask, 3}))); in TEST_F()
|
H A D | text_to_binary.control_flow_test.cpp | 65 const uint32_t expected_mask = in TEST_F() local 68 Eq(MakeInstruction(SpvOpSelectionMerge, {1, expected_mask}))); in TEST_F() 125 const uint32_t expected_mask = in TEST_F() local 128 Eq(MakeInstruction(SpvOpLoopMerge, {1, 2, expected_mask}))); in TEST_F()
|
H A D | text_to_binary.memory_test.cpp | 60 const uint32_t expected_mask = in TEST_F() local 62 EXPECT_THAT(expected_mask, Eq(3u)); in TEST_F() 64 Eq(MakeInstruction(SpvOpStore, {1, 2, expected_mask, 16}))); in TEST_F()
|
H A D | text_to_binary.annotation_test.cpp | 327 const uint32_t expected_mask = SpvFPFastMathModeNotNaNMask | in TEST_F() local 332 Eq(MakeInstruction(SpvOpDecorate, {1, expected_enum, expected_mask}))); in TEST_F()
|
/third_party/spirv-tools/test/ |
H A D | text_to_binary.function_test.cpp | 64 const uint32_t expected_mask = uint32_t(spv::FunctionControlMask::Inline | in TEST_F() local 69 Eq(MakeInstruction(spv::Op::OpFunction, {1, 2, expected_mask, 3}))); in TEST_F()
|
H A D | text_to_binary.control_flow_test.cpp | 65 const uint32_t expected_mask = in TEST_F() local 70 Eq(MakeInstruction(spv::Op::OpSelectionMerge, {1, expected_mask}))); in TEST_F() 127 const uint32_t expected_mask = in TEST_F() local 130 Eq(MakeInstruction(spv::Op::OpLoopMerge, {1, 2, expected_mask}))); in TEST_F()
|
H A D | text_to_binary.memory_test.cpp | 61 const uint32_t expected_mask = uint32_t(spv::MemoryAccessMask::Volatile | in TEST_F() local 63 EXPECT_THAT(expected_mask, Eq(3u)); in TEST_F() 65 Eq(MakeInstruction(spv::Op::OpStore, {1, 2, expected_mask, 16}))); in TEST_F()
|
H A D | text_to_binary.annotation_test.cpp | 328 const uint32_t expected_mask = uint32_t(spv::FPFastMathModeMask::NotNaN) | in TEST_F() local 333 {1, expected_enum, expected_mask}))); in TEST_F()
|