Home
last modified time | relevance | path

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

/external/bc/include/
Dprogram.h122 #define bc_program_retire(p, nres, nops) \ macro
/external/bc/src/
Dprogram.c427 bc_program_retire(p, 1, 2); in bc_program_op()
649 bc_program_retire(p, 1, 1); in bc_program_unary()
725 bc_program_retire(p, 1, 2); in bc_program_logical()
1177 bc_program_retire(p, 1, nops); in bc_program_return()
1285 bc_program_retire(p, 1, 1); in bc_program_builtin()
1315 bc_program_retire(p, 2, 2); in bc_program_divmod()
1347 bc_program_retire(p, 1, 3); in bc_program_modexp()
/external/toybox/toys/pending/
Dbc.c4706 static void bc_program_retire(BcProgram *p, BcResult *r, BcResultType t) { in bc_program_retire() function
4889 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_unary()
5100 bc_program_retire(p, &r, BC_RESULT_ARRAY_ELEM); in bc_program_pushArray()
5286 bc_program_retire(p, &res, BC_RESULT_TEMP); in bc_program_builtin()