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

  /external/chromium_org/third_party/opus/src/celt/
fixed_debug.h 55 #define VERIFY_SHORT(x) ((x)<=32767&&(x)>=-32768)
65 if (!VERIFY_SHORT(x))
73 if (!VERIFY_SHORT(res))
109 if (!VERIFY_SHORT(x))
125 if (!VERIFY_SHORT(x))
141 if (!VERIFY_SHORT(a) || !VERIFY_SHORT(shift))
149 if (!VERIFY_SHORT(res))
163 if (!VERIFY_SHORT(a) || !VERIFY_SHORT(shift)
    [all...]
  /external/speex/libspeex/
fixed_debug.h 47 #define VERIFY_SHORT(x) ((x)<=32767&&(x)>=-32768)
53 if (!VERIFY_SHORT(x))
58 if (!VERIFY_SHORT(res))
81 if (!VERIFY_SHORT(x))
94 if (!VERIFY_SHORT(x))
107 if (!VERIFY_SHORT(a) || !VERIFY_SHORT(shift))
112 if (!VERIFY_SHORT(res))
121 if (!VERIFY_SHORT(a) || !VERIFY_SHORT(shift)
    [all...]

Completed in 82 milliseconds