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
333 if (!VERIFY_UINT(a) || !VERIFY_UINT(b)) in UADD32_()
341 if (!VERIFY_UINT(res)) in UADD32_()
357 if (!VERIFY_UINT(a) || !VERIFY_UINT(b)) in USUB32_()
372 if (!VERIFY_UINT(res)) in USUB32_()