Searched refs:bc_program_prep (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bc/src/ |
H A D | program.c | 593 bc_program_prep(BcProgram* p, BcResult** r, BcNum** n, size_t idx) in bc_program_prep() function 1063 bc_program_prep(p, &ptr, &num, 1); in bc_program_unary() 1695 bc_program_prep(p, &operand, &num, 0); in bc_program_pushArray() 1727 bc_program_prep(p, &ptr, &num, 0); in bc_program_incdec() 2426 bc_program_prep(p, &opnd, &num, 0); in bc_program_nquit() 3124 bc_program_prep(p, &ptr, &num, 0); in bc_program_exec()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | bc.c | 4783 static BcStatus bc_program_prep(BcProgram *p, BcResult **r, BcNum **n) { in bc_program_prep() function 4971 s = bc_program_prep(p, &ptr, &num); in bc_program_unary() 5176 s = bc_program_prep(p, &operand, &num); in bc_program_pushArray() 5202 s = bc_program_prep(p, &ptr, &num); in bc_program_incdec() 5513 s = bc_program_prep(p, &ptr, &num); in bc_program_exec()
|