Home
last modified time | relevance | path

Searched refs:bc_map_find (Results 1 – 2 of 2) sorted by relevance

/external/bc/src/
Dvector.c290 static size_t bc_map_find(const BcVec *restrict v, const char *name) { in bc_map_find() function
317 *i = bc_map_find(v, name); in bc_map_insert()
338 i = bc_map_find(v, name); in bc_map_index()
/external/toybox/toys/pending/
Dbc.c980 static size_t bc_map_find(BcVec *v, struct str_len *ptr) { in bc_map_find() function
1000 *i = bc_map_find(v, ptr); in bc_map_insert()
1010 size_t i = bc_map_find(v, ptr); in bc_map_index()