Searched defs:boolean (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h235 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
242 typedef int boolean; typedef
245 #define FALSE 0 /* values of boolean */
H A Djpegdecoder.c32 /* First, if system header files define "boolean" map it to "system_boolean" */
33 #define boolean system_boolean macro
45 #undef boolean macro
275 GLOBAL(boolean)
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h65 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; enum
71 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; enum

Completed in 35 milliseconds