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

  /external/chromium_org/third_party/opus/src/celt/
arch.h 80 #define UADD32(a,b) ((a)+(b))
fixed_debug.h 328 #undef UADD32
329 #define UADD32(a, b) UADD32_(a, b, __FILE__, __LINE__)
335 fprintf (stderr, "UADD32: inputs are not uint32: %llu %llu in %s: line %d\n", a, b, file, line);
343 fprintf (stderr, "UADD32: output is not uint32: %llu in %s: line %d\n", res, file, line);

Completed in 92 milliseconds