Home
last modified time | relevance | path

Searched defs:bc_parse_push (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bc/include/
H A Dparse.h96 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, (uchar) (i))) macro
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c428 #define bc_parse_push(p, i) (bc_vec_pushByte(&(p)->func->code, i)) macro