Home
last modified time | relevance | path

Searched refs:bc_map_insert (Results 1 – 5 of 5) sorted by relevance

/external/bc/include/
Dvector.h333 bc_map_insert(BcVec* restrict v, const char* name, size_t idx,
/external/bc/src/
Dparse.c116 if (bc_map_insert(&prog->const_map, string, prog->consts.len, &idx)) in bc_parse_addNum()
Dvector.c434 bc_map_insert(BcVec* restrict v, const char* name, size_t idx, in bc_map_insert() function
Dprogram.c227 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/
Dbc.c1003 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()