Searched defs:boolean (Results 1 – 12 of 12) sorted by relevance
24 typedef unsigned char boolean; typedef
309 typedef int boolean; typedef317 typedef enum { FALSE = 0, TRUE = 1 } boolean; typedef
306 LOCAL(boolean) in LOCAL() argument
51 typedef int boolean; typedef
50 typedef int boolean; typedef
71 typedef unsigned char boolean; typedef
217 int mbedtls_asn1_write_bool( unsigned char **p, unsigned char *start, int boolean ) in mbedtls_asn1_write_bool()
38 typedef JPEG_boolean boolean; typedef
86 typedef unsigned char boolean; typedef
212 typedef unsigned char boolean; typedef
1999 …ON*) cJSON_AddBoolToObject(cJSON * const object, const char * const name, const cJSON_bool boolean) in cJSON_AddBoolToObject()
Completed in 33 milliseconds