Searched refs:VERIFY_UINT (Results 1 - 1 of 1) sorted by relevance

/external/libopus/celt/
H A Dfixed_debug.h57 #define VERIFY_UINT(x) ((x)<=(2147483647LLU<<1)) macro
333 if (!VERIFY_UINT(a) || !VERIFY_UINT(b))
341 if (!VERIFY_UINT(res))
357 if (!VERIFY_UINT(a) || !VERIFY_UINT(b))
372 if (!VERIFY_UINT(res))

Completed in 1377 milliseconds