HomeSort by relevance Sort by last modified time
    Searched refs:NUM_STRINGS (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 75 #define NUM_STRINGS(tp) (tp)->num_Strings
80 #define NUM_STRINGS(tp) STRCOUNT
88 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
92 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 75 #define NUM_STRINGS(tp) (tp)->num_Strings
80 #define NUM_STRINGS(tp) STRCOUNT
88 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
92 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (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 75 #define NUM_STRINGS(tp) (tp)->num_Strings
80 #define NUM_STRINGS(tp) STRCOUNT
88 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++)
92 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names)

Completed in 74 milliseconds