Home
last modified time | relevance | path

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

/external/bc/include/
Dparse.h105 #define bc_parse_pushIndex(p, idx) (bc_vec_pushIndex(&(p)->func->code, (idx)))
Dvector.h232 bc_vec_pushIndex(BcVec* restrict v, size_t idx);
/external/bc/src/
Dvector.c238 bc_vec_pushIndex(BcVec* restrict v, size_t idx) in bc_vec_pushIndex() function
Dprogram.c1302 bc_vec_pushIndex(rv, ptr->d.loc.loc); in bc_program_copyToVar()
1303 bc_vec_pushIndex(rv, ptr->d.loc.stack_idx); in bc_program_copyToVar()
/external/toybox/toys/pending/
Dbc.c997 void bc_vec_pushIndex(BcVec *v, size_t idx) { in bc_vec_pushIndex() function
3071 bc_vec_pushIndex(&p->func->code, idx); in bc_parse_pushIndex()