HomeSort by relevance Sort by last modified time
    Searched refs:num_Booleans (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term_entry.h 73 #define NUM_BOOLEANS(tp) (tp)->num_Booleans
78 #define NUM_BOOLEANS(tp) BOOLCOUNT
86 #define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++)
91 #define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; n < NUM_BOOLEANS(tp); n++)
96 #define ExtBoolname(tp,i,names) EXT_NAMES(tp, i, BOOLCOUNT, (i - (tp->num_Booleans - tp->ext_Booleans)), names)
term.h     [all...]

Completed in 64 milliseconds