Home
last modified time | relevance | path

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

/external/bc/include/
Dbc.h157 #define BC_PARSE_FUNC_INNER(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_FUNC_INNER) macro
/external/toybox/toys/pending/
Dbc.c488 #define BC_PARSE_FUNC_INNER(p) (BC_PARSE_TOP_FLAG(p) & BC_PARSE_FLAG_FUNC_INNER) macro