Searched refs:alloc_node (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/misc/ |
D | ssfilter.y | 16 static struct ssfilter * alloc_node(int type, void *pred) in alloc_node() function 59 $$ = alloc_node(SSF_DCOND, $2); 63 $$ = alloc_node(SSF_SCOND, $2); 67 $$ = alloc_node(SSF_D_GE, $3); 71 $$ = alloc_node(SSF_D_LE, $3); 75 $$ = alloc_node(SSF_NOT, alloc_node(SSF_D_LE, $3)); 79 $$ = alloc_node(SSF_NOT, alloc_node(SSF_D_GE, $3)); 83 $$ = alloc_node(SSF_DCOND, $3); 87 $$ = alloc_node(SSF_NOT, alloc_node(SSF_DCOND, $3)); 92 $$ = alloc_node(SSF_S_GE, $3); [all …]
|
/external/vboot_reference/firmware/stub/ |
D | vboot_api_stub_sf.c | 25 struct alloc_node { struct 26 struct alloc_node *next; argument 33 static struct alloc_node *alloc_head; argument 46 struct alloc_node *node; in VbExMalloc() 66 static struct alloc_node **find_node(void *ptr) in find_node() 68 struct alloc_node **nodep; in find_node() 79 struct alloc_node **nodep, *next; in VbExFree() 107 struct alloc_node *node, *next; in vboot_api_stub_check_memory()
|
/external/libfuse/lib/ |
D | fuse.c | 454 static struct node *alloc_node(struct fuse *f) in alloc_node() function 505 static struct node *alloc_node(struct fuse *f) in alloc_node() function 885 node = alloc_node(f); in find_node() 4978 root = alloc_node(f); in fuse_new_31()
|
/external/e2fsprogs/util/ |
D | mkutf8data.c | 490 static struct node *alloc_node(struct node *parent) in alloc_node() function 547 *cursor = alloc_node(node); in insert()
|
/external/libabigail/tests/data/test-annotate/ |
D | test21-pr19092.so.abi | 6490 <!-- typedef hashnode (hash_table*)* ht::alloc_node --> 6491 …<var-decl name='alloc_node' type-id='type-id-354' visibility='default' filepath='../.././libcpp/in… 9303 <!-- typedef hashnode (hash_table*)* ht::alloc_node --> 9304 …<var-decl name='alloc_node' type-id='type-id-354' visibility='default' filepath='../.././libcpp/in…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test21-pr19092.so.abi | 4378 …<var-decl name='alloc_node' type-id='type-id-354' visibility='default' filepath='../.././libcpp/in… 6178 …<var-decl name='alloc_node' type-id='type-id-354' visibility='default' filepath='../.././libcpp/in…
|