Home
last modified time | relevance | path

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

/external/bc/src/
Dprogram.c79 static size_t bc_program_index(const char *restrict code, size_t *restrict bgn) in bc_program_index() function
143 vidx = bc_program_index(vec->v, &i); in bc_program_dereference()
144 nidx = bc_program_index(vec->v, &i); in bc_program_dereference()
382 BcConst *c = bc_vec_item(p->consts, bc_program_index(code, bgn)); in bc_program_const()
952 size_t idx = bc_program_index(code, bgn); in bc_program_pushVar()
1001 r.d.loc.loc = bc_program_index(code, bgn); in bc_program_pushArray()
1070 size_t i, nparams = bc_program_index(code, idx); in bc_program_call()
1078 ip.func = bc_program_index(code, idx); in bc_program_call()
1508 then_idx = bc_program_index(code, bgn); in bc_program_execStr()
1509 else_idx = bc_program_index(code, bgn); in bc_program_execStr()
[all …]
/external/toybox/toys/pending/
Dbc.c4486 static size_t bc_program_index(char *code, size_t *bgn) { in bc_program_index() function
5142 size_t i, nparams = bc_program_index(code, idx); in bc_program_call()
5150 ip.func = bc_program_index(code, idx); in bc_program_call()
5435 idx = bc_program_index(code, &ip->idx); in bc_program_exec()
5529 r.d.id.len = bc_program_index(code, &ip->idx); in bc_program_exec()
5551 r.d.id.len = bc_program_index(code, &ip->idx); in bc_program_exec()