Searched refs:bc_map_insert (Results 1 – 5 of 5) sorted by relevance
/external/bc/include/ |
D | vector.h | 333 bc_map_insert(BcVec* restrict v, const char* name, size_t idx,
|
/external/bc/src/ |
D | parse.c | 116 if (bc_map_insert(&prog->const_map, string, prog->consts.len, &idx)) in bc_parse_addNum()
|
D | vector.c | 434 bc_map_insert(BcVec* restrict v, const char* name, size_t idx, in bc_map_insert() function
|
D | program.c | 227 if (bc_map_insert(&p->str_map, str, p->strs.len, &idx)) in bc_program_addString() 268 if (bc_map_insert(map, name, v->len, &i)) in bc_program_search() 2775 new = bc_map_insert(&p->fn_map, name, p->fns.len, &idx); in bc_program_insertFunc()
|
/external/toybox/toys/pending/ |
D | bc.c | 1003 int bc_map_insert(BcVec *v, struct str_len *ptr, size_t *i) { in bc_map_insert() function 4534 new = bc_map_insert(map, &e, &i); in bc_program_search() 5372 new = bc_map_insert(&p->fn_map, &id, &idx); in bc_program_insertFunc()
|