Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_debug.h57 #define VERIFY_UINT(x) ((x)<=(2147483647LLU<<1)) macro
340 if (!VERIFY_UINT(a) || !VERIFY_UINT(b)) in UADD32_()
348 if (!VERIFY_UINT(res)) in UADD32_()
364 if (!VERIFY_UINT(a) || !VERIFY_UINT(b)) in USUB32_()
379 if (!VERIFY_UINT(res)) in USUB32_()