/third_party/libabigail/tests/data/test-diff-suppr/ |
H A D | test1-typedef-suppr.h | 7 struct b_type; 10 bar(struct b_type* b);
|
H A D | test1-typedef-suppr-v0.c | 16 struct b_type struct 22 bar(struct b_type* b) in bar()
|
H A D | test1-typedef-suppr-v1.c | 17 struct b_type struct 24 bar(struct b_type* b) in bar()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_binary_test.cc | 83 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 D | validate_function.cpp | 44 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 D | validate_extensions.cpp | 2157 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 D | validate_function.cpp | 44 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 D | validate_extensions.cpp | 2157 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 D | validate_function.cpp | 46 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 D | validate_extensions.cpp | 2486 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 D | filecmp.py | 174 b_type = stat.S_IFMT(b_stat.st_mode) 175 if a_type != b_type:
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
H A D | fcntl14.c | 74 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 D | builder_accessor_expression_test.cc | 700 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 D | macro-assembler-arm64.cc | 924 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 D | gl4cEnhancedLayoutsTests.cpp | 9867 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()
|