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

  /external/libopus/celt/
fixed_debug.h 335 #undef UADD32
336 #define UADD32(a, b) UADD32_(a, b, __FILE__, __LINE__)
342 fprintf (stderr, "UADD32: inputs are not uint32: %llu %llu in %s: line %d\n", a, b, file, line);
350 fprintf (stderr, "UADD32: output is not uint32: %llu in %s: line %d\n", res, file, line);
arch.h 103 #define UADD32(a,b) ((a)+(b))

Completed in 104 milliseconds