HomeSort by relevance Sort by last modified time
    Searched refs:num_Numbers (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 74 #define NUM_NUMBERS(tp) (tp)->num_Numbers
79 #define NUM_NUMBERS(tp) NUMCOUNT
87 #define for_each_number(n,tp) for(n = 0; n < NUM_NUMBERS(tp); n++)
92 #define for_each_ext_number(n,tp) for(n = NUMCOUNT; n < NUM_NUMBERS(tp); n++)
97 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
term.h     [all...]

Completed in 61 milliseconds