/external/iproute2/misc/ |
ssfilter.y | 13 static struct ssfilter * alloc_node(int type, void *pred) 55 $$ = alloc_node(SSF_DCOND, $2); 59 $$ = alloc_node(SSF_SCOND, $2); 63 $$ = alloc_node(SSF_D_GE, $3); 67 $$ = alloc_node(SSF_D_LE, $3); 71 $$ = alloc_node(SSF_NOT, alloc_node(SSF_D_LE, $3)); 75 $$ = alloc_node(SSF_NOT, alloc_node(SSF_D_GE, $3)); 79 $$ = alloc_node(SSF_DCOND, $3) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
symtab.h | 54 hashnode (*alloc_node) (hash_table *); member in struct:ht
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 54 hashnode (*alloc_node) (hash_table *); member in struct:ht
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
symtab.h | 54 hashnode (*alloc_node) (hash_table *); member in struct:ht
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
symtab.h | 54 hashnode (*alloc_node) (hash_table *); member in struct:ht
|
/external/bluetooth/bluedroid/btif/src/ |
btif_config.c | 93 static inline short alloc_node(cfg_node* p, short grow); 140 alloc_node(&root, CFG_GROW_SIZE); 356 static inline short alloc_node(cfg_node* p, short grow) function 428 int old_size = alloc_node(p, CFG_GROW_SIZE);
|