Searched refs:bc_program_binPrep (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | program.c | 475 bc_program_binPrep(BcProgram* p, BcResult** l, BcNum** ln, BcResult** r, in bc_program_binPrep() function 537 bc_program_binPrep(p, l, ln, r, rn, idx); in bc_program_binOpPrep() 565 bc_program_binPrep(p, l, ln, r, rn, 0); in bc_program_assignPrep()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 4717 static BcStatus bc_program_binPrep(BcProgram *p, BcResult **l, BcNum **ln, in bc_program_binPrep() function 4745 s = bc_program_binPrep(p, l, ln, r, rn); in bc_program_binOpPrep() 4761 s = bc_program_binPrep(p, l, ln, r, rn); in bc_program_assignPrep()
|