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

  /external/chromium_org/third_party/opus/src/celt/
arch.h 81 #define USUB32(a,b) ((a)-(b))
fixed_debug.h 352 #undef USUB32
353 #define USUB32(a, b) USUB32_(a, b, __FILE__, __LINE__)
359 fprintf (stderr, "USUB32: inputs are not uint32: %llu %llu in %s: line %d\n", a, b, file, line);
366 fprintf (stderr, "USUB32: inputs underflow: %llu < %llu in %s: line %d\n", a, b, file, line);
374 fprintf (stderr, "USUB32: output is not uint32: %llu - %llu = %llu in %s: line %d\n", a, b, res, file, line);

Completed in 52 milliseconds