Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c518 #define BC_PARSE_OP_PREC(op) (BC_PARSE_OP_DATA(op) & ~(BC_LEX_CHAR_MSB(1))) macro
3137 uchar l, r = BC_PARSE_OP_PREC(type); in bc_parse_operator()
3145 l = BC_PARSE_OP_PREC(t); in bc_parse_operator()