Home | History | Annotate | Download | only in inc

Lines Matching refs:_total

1232 #define OMX_PARSER_CHECKLIMIT(_total, _actual, _step) /*  \
1233 if(((_actual + _step) >> 3) >= _total){ \
1234 printf("_total %d _actual %d\n",_total,((_actual + _step)>>3)); \