HomeSort by relevance Sort by last modified time
    Searched refs:BOOL_TYPE (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 62 BOOL_TYPE = 265,
glslang.l 137 "bool" { context->lexAfterType = true; return(BOOL_TYPE); }
glslang_tab.cpp 149 BOOL_TYPE = 265,
745 "CONST_QUAL", "BOOL_TYPE", "FLOAT_TYPE", "INT_TYPE", "UINT_TYPE",
    [all...]
glslang.y 161 %token <lex> ATTRIBUTE CONST_QUAL BOOL_TYPE FLOAT_TYPE INT_TYPE UINT_TYPE
    [all...]
glslang_lex.cpp     [all...]
  /external/python/cpython2/Modules/_ctypes/
cfield.c 725 #define BOOL_TYPE _Bool
727 #define BOOL_TYPE char
739 *(BOOL_TYPE *)ptr = 0;
742 *(BOOL_TYPE *)ptr = 1;
750 return PyBool_FromLong((long)*(BOOL_TYPE *)ptr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_struct.c 89 #define BOOL_TYPE _Bool
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_struct.c 89 #define BOOL_TYPE _Bool
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
    [all...]
  /external/python/cpython2/Modules/
_struct.c 89 #define BOOL_TYPE _Bool
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},
    [all...]

Completed in 129 milliseconds