Home
last modified time | relevance | path

Searched refs:bc_program_retire (Results 1 – 3 of 3) sorted by relevance

/external/bc/src/
Dprogram.c712 bc_program_retire(p, 1, 2); in bc_program_op()
1073 bc_program_retire(p, 1, 1); in bc_program_unary()
1168 bc_program_retire(p, 1, 2); in bc_program_logical()
1933 bc_program_retire(p, 1, nresults); in bc_program_return()
2105 bc_program_retire(p, 1, 1); in bc_program_builtin()
2147 bc_program_retire(p, 2, 2); in bc_program_divmod()
2201 bc_program_retire(p, 1, 3); in bc_program_modexp()
/external/bc/include/
Dprogram.h213 #define bc_program_retire(p, nres, nops) \ macro
/external/toybox/toys/pending/
Dbc.c4711 static void bc_program_retire(BcProgram *p, BcResult *r, BcResultType t) { in bc_program_retire() function
4894 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
5105 bc_program_retire(p, &r, BC_RESULT_ARRAY_ELEM); in bc_program_pushArray()
5291 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()