Home
last modified time | relevance | path

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

/external/bc/include/
Dvector.h88 size_t bc_map_index(const BcVec *restrict v, const struct BcId *restrict ptr);
/external/bc/src/
Dvector.c245 size_t bc_map_index(const BcVec *restrict v, const BcId *restrict ptr) { in bc_map_index() function
/external/bc/src/bc/
Dparse.c220 idx = bc_map_index(&p->prog->fn_map, &id); 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()