Home
last modified time | relevance | path

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

/external/bc/src/
Dprogram.c486 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 2))) in bc_program_binPrep()
493 assert(BC_PROG_STACK(&p->results, idx + 2)); in bc_program_binPrep()
601 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_prep()
608 assert(BC_PROG_STACK(&p->results, idx + 1)); in bc_program_prep()
964 if (BC_ERR(!BC_PROG_STACK(&p->results, idx + 1))) in bc_program_print()
971 assert(BC_PROG_STACK(&p->results, idx + 1)); in bc_program_print()
1185 assert(BC_PROG_STACK(&p->results, 1 + !push)); in bc_program_assignStr()
1220 if (BC_ERR(!BC_PROG_STACK(&p->results, 1))) bc_err(BC_ERR_EXEC_STACK); in bc_program_copyToVar()
1224 assert(BC_PROG_STACK(&p->results, 1)); in bc_program_copyToVar()
1616 if (BC_ERR(!BC_PROG_STACK(v, 2 - copy))) in bc_program_pushVar()
[all …]
/external/bc/include/
Dprogram.h161 #define BC_PROG_STACK(s, n) ((s)->len >= ((size_t) (n))) macro
/external/toybox/toys/pending/
Dbc.c576 #define BC_PROG_STACK(s, n) ((s)->len >= ((size_t) (n))) macro