Home
last modified time | relevance | path

Searched defs:b_type (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dframeobject.h12 int b_type; /* what kind of block this is */ member
/external/python/cpython2/Include/
Dframeobject.h11 int b_type; /* what kind of block this is */ member
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl14.c74 short b_type; /* SKIP means suppress fcntl call */ member
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1470 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp1470 const uint32_t b_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
/external/vulkan-validation-layers/layers/
Dshader_validation.cpp309 …tch(shader_module const *a, shader_module const *b, unsigned a_type, unsigned b_type, bool a_array… in TypesMatch()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc864 Label* label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch()