Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dbc.h177 #define BC_PARSE_FLAG_LOOP_INNER (UINTMAX_C(1) << 5) macro
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c497 #define BC_PARSE_FLAG_LOOP_INNER (1<<5) macro