OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_NUMBERS
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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)
/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)
Completed in 227 milliseconds