Home
last modified time | relevance | path

Searched refs:bc_map_index (Results 1 – 4 of 4) sorted by relevance

/external/bc/include/
Dvector.h91 size_t bc_map_index(const BcVec *restrict v, const char *name);
/external/bc/src/
Dvector.c332 size_t bc_map_index(const BcVec *restrict v, const char *name) { in bc_map_index() function
Dbc_parse.c208 idx = bc_map_index(&p->prog->fn_map, name); in bc_parse_call()
/external/toybox/toys/pending/
Dbc.c1009 size_t bc_map_index(BcVec *v, struct str_len *ptr) { in bc_map_index() function
3224 idx = bc_map_index(&p->prog->fn_map, &id); in bc_parse_call()
3228 idx = bc_map_index(&p->prog->fn_map, &id); in bc_parse_call()