Home
last modified time | relevance | path

Searched refs:b_type (Results 1 - 15 of 15) sorted by relevance

/third_party/libabigail/tests/data/test-diff-suppr/
H A Dtest1-typedef-suppr.h7 struct b_type;
10 bar(struct b_type* b);
H A Dtest1-typedef-suppr-v0.c16 struct b_type struct
22 bar(struct b_type* b) in bar()
H A Dtest1-typedef-suppr-v1.c17 struct b_type struct
24 bar(struct b_type* b) in bar()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_binary_test.cc83 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
89 auto* b = Var("b", b_type); in TEST_P()
118 auto* b_type = (params.op == ast::BinaryOp::kShiftLeft || in TEST_P() local
124 auto* b = Var("b", b_type); in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
H A Dvalidate_extensions.cpp2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2166 if (result_type != b_type) { in ValidateExtInst()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_function.cpp44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
46 if (a_type == b_type) { in DoPointeesLogicallyMatch()
51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
H A Dvalidate_extensions.cpp2157 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2166 if (result_type != b_type) { in ValidateExtInst()
/third_party/spirv-tools/source/val/
H A Dvalidate_function.cpp46 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local
48 if (a_type == b_type) { in DoPointeesLogicallyMatch()
53 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
H A Dvalidate_extensions.cpp2486 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
2495 if (result_type != b_type) { in ValidateExtInst()
/third_party/python/Lib/
H A Dfilecmp.py174 b_type = stat.S_IFMT(b_stat.st_mode)
175 if a_type != b_type:
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl14.c74 short b_type; /* SKIP means suppress fcntl call */ member
805 if ((thiscase->b_type) != SKIP) { in run_test()
806 flock.l_type = thiscase->b_type; in run_test()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_accessor_expression_test.cc700 auto* b_type = Structure("B", {Member("bar", ty.Of(c_type))}); in TEST_F() local
701 auto* b_ary_type = ty.array(ty.Of(b_type), 3); in TEST_F()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc924 Label* label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch()
933 !Instruction::IsValidImmPCOffset(b_type, label->pos() - pc_offset()); in NeedExtraInstructionsOrRegisterBranch()
936 int max_reachable_pc = pc_offset() + Instruction::ImmBranchRange(b_type); in NeedExtraInstructionsOrRegisterBranch()
923 NeedExtraInstructionsOrRegisterBranch( Label* label, ImmBranchType b_type) NeedExtraInstructionsOrRegisterBranch() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cEnhancedLayoutsTests.cpp9867 const Utils::Type& b_type = test_case.m_b_type; in test() local
9868 const GLchar* b_type_name = b_type.GetGLSLTypeName(); in test()
9997 const Utils::Type& b_type = getType(i); in test() local
9998 const GLuint b_size = b_type.GetActualAlignment(1 /* align */, false /* is_array*/); in test()
10021 testCase test_case = { b_offset, b_type, a_before_off, a_type, in test()
10029 testCase test_case = { b_offset, b_type, a_after_off, a_type, in test()
10036 testCase test_case = { b_offset, b_type, b_offset, a_type, (Utils::Shader::STAGES)stage }; in test()
11828 const Utils::Type& b_type = test_case.m_b_type; in test() local
11829 const GLchar* b_type_name = b_type.GetGLSLTypeName(); in test()

Completed in 59 milliseconds