HomeSort by relevance Sort by last modified time
    Searched refs:num_Strings (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 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++)
93 #define for_each_ext_string(n,tp) for(n = STRCOUNT; n < NUM_STRINGS(tp); n++)
98 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names)
term.h     [all...]

Completed in 55 milliseconds