Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dlang.h116 BC_INST_ASSIGN, enumerator
676 ((i) == BC_INST_ASSIGN || (i) == BC_INST_ASSIGN_NO_VAL)
685 #define BC_INST_USE_VAL(i) ((i) <= BC_INST_ASSIGN)
/aosp_15_r20/external/bc/src/
H A Dprogram.c1445 if (inst != BC_INST_ASSIGN && inst != BC_INST_ASSIGN_NO_VAL) in bc_program_assign()
1479 if (inst == BC_INST_ASSIGN) in bc_program_assign()
3455 BC_PROG_LBL(BC_INST_ASSIGN): in bc_program_exec()
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c226 BC_INST_ASSIGN, enumerator
5104 if (inst == BC_INST_ASSIGN) bc_num_copy(l, r); in bc_program_assign()
5667 case BC_INST_ASSIGN: in bc_program_exec()