HomeSort by relevance Sort by last modified time
    Searched refs:VERIFY_INT (Results 1 - 2 of 2) sorted by null

  /external/speex/libspeex/
fixed_debug.h 48 #define VERIFY_INT(x) ((x)<=2147483647LL&&(x)>=-2147483648LL)
66 if (!VERIFY_INT(x))
71 if (!VERIFY_INT(res))
135 if (!VERIFY_INT(a) || !VERIFY_SHORT(shift))
140 if (!VERIFY_INT(res))
150 if (!VERIFY_INT(a) || !VERIFY_SHORT(shift))
155 if (!VERIFY_INT(res))
209 if (!VERIFY_INT(a) || !VERIFY_INT(b))
214 if (!VERIFY_INT(res)
    [all...]
  /external/libopus/celt/
fixed_debug.h 56 #define VERIFY_INT(x) ((x)<=2147483647LL&&(x)>=-2147483648LL)
94 if (!VERIFY_INT(x))
102 if (!VERIFY_INT(res))
193 if (!VERIFY_INT(a) || !VERIFY_SHORT(shift))
201 if (!VERIFY_INT(res))
215 if (!VERIFY_INT(a) || !VERIFY_SHORT(shift))
223 if (!VERIFY_INT(res))
293 if (!VERIFY_INT(a) || !VERIFY_INT(b))
301 if (!VERIFY_INT(res)
    [all...]

Completed in 69 milliseconds