Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h11 int b_type; /* what kind of block this is */ member
/external/python/cpython3/Include/
Dframeobject.h12 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/vulkan-validation-layers/layers/
Dshader_validation.cpp262 …tch(shader_module const *a, shader_module const *b, unsigned a_type, unsigned b_type, bool a_array… in types_match()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc673 Label *label, ImmBranchType b_type) { in NeedExtraInstructionsOrRegisterBranch()