Searched defs:BOOLEAN (Results 1 – 9 of 9) sorted by relevance
132 #define BOOLEAN 0 /* Boolean capability */ macro
118 #define BOOLEAN 0 /* Boolean capability */ macro
51 #define BOOLEAN 0x01 /* 1: TRUE or FALSE */ macro
93 typedef unsigned char BOOLEAN; typedef
48 typedef int BOOLEAN; typedef
74 typedef uint8_t BOOLEAN; typedef
120 #define BOOLEAN(x) ((x) != 0) macro
53 #define BOOLEAN(expr) ((expr) ? true : false) macro
127 typedef unsigned char BOOLEAN; typedef