/external/swiftshader/src/OpenGL/compiler/ |
glslang_tab.h | 62 BOOL_TYPE = 265,
|
glslang_tab.cpp | 149 BOOL_TYPE = 265, 745 "CONST_QUAL", "BOOL_TYPE", "FLOAT_TYPE", "INT_TYPE", "UINT_TYPE", [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/_ctypes/ |
cfield.c | 733 #define BOOL_TYPE _Bool 735 #define BOOL_TYPE char 747 *(BOOL_TYPE *)ptr = 0; 750 *(BOOL_TYPE *)ptr = 1; 758 return PyBool_FromLong((long)*(BOOL_TYPE *)ptr); [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...] |