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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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++)
91 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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++)
91 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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++)
91 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names)

Completed in 34 milliseconds