Searched refs:bc_program_operand (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | program.c | 449 bc_program_operand(BcProgram* p, BcResult** r, BcNum** n, size_t idx) in bc_program_operand() function 496 bc_program_operand(p, l, ln, idx + 1); in bc_program_binPrep() 497 bc_program_operand(p, r, rn, idx); in bc_program_binPrep() 610 bc_program_operand(p, r, n, idx); in bc_program_prep() 1226 bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 1890 bc_program_operand(p, &operand, &num, 1); in bc_program_return() 1977 bc_program_operand(p, &opd, &num, 1); in bc_program_builtin() 2180 bc_program_operand(p, &r1, &n1, 3); in bc_program_modexp() 2250 bc_program_operand(p, &r, &n, 0); in bc_program_asciify() 2363 bc_program_operand(p, &r, &n, 0); in bc_program_printStream() [all …]
|
/external/toybox/toys/pending/ |
D | bc.c | 4626 static BcStatus bc_program_operand(BcProgram *p, BcResult **r, in bc_program_operand() function 4641 s = bc_program_operand(p, l, ln, 1); in bc_program_binPrep() 4643 s = bc_program_operand(p, r, rn, 0); in bc_program_binPrep() 4705 s = bc_program_operand(p, r, n, 0); in bc_program_prep() 4985 else s = bc_program_operand(p, &ptr, &n, 0); in bc_program_copyToVar() 5221 s = bc_program_operand(p, &operand, &num, 0); in bc_program_return() 5269 s = bc_program_operand(p, &opnd, &num, 0); in bc_program_builtin()
|