Searched refs:bc_program_assignPrep (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | program.c | 555 bc_program_assignPrep(BcProgram* p, BcResult** l, BcNum** ln, BcResult** r, in bc_program_assignPrep() function 1434 bc_program_assignPrep(p, &left, &l, &right, &r); in bc_program_assign()
|
/external/toybox/toys/pending/ |
D | bc.c | 4672 static BcStatus bc_program_assignPrep(BcProgram *p, BcResult **l, BcNum **ln, in bc_program_assignPrep() function 5016 s = bc_program_assignPrep(p, &left, &l, &right, &r); in bc_program_assign()
|