Searched defs:BOOL_TYPE (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.h62 BOOL_TYPE = 265, enumerator in enum:yytokentype
H A Dglslang_tab.cpp149 BOOL_TYPE = 265, enumerator in enum:yytokentype
745 "CONST_QUAL", "BOOL_TYPE", "FLOAT_TYPE", "INT_TYPE", "UINT_TYPE",
/external/python/cpython2/Modules/_ctypes/
H A Dcfield.c725 #define BOOL_TYPE _Bool macro
727 #define BOOL_TYPE char macro
739 *(BOOL_TYPE *)ptr = 0;
742 *(BOOL_TYPE *)ptr = 1;
750 return PyBool_FromLong((long)*(BOOL_TYPE *)ptr);
/external/python/cpython2/Modules/
H A D_struct.c89 #define BOOL_TYPE _Bool macro
91 #define BOOL_ALIGN (sizeof(s_bool) - sizeof(BOOL_TYPE))
93 #define BOOL_TYPE char macro
453 BOOL_TYPE x;
640 BOOL_TYPE x;
709 {'?', sizeof(BOOL_TYPE), BOOL_ALIGN, nu_bool, np_bool},

Completed in 221 milliseconds