OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:USUB32
(Results
1 - 2
of
2
) sorted by null
/external/libopus/celt/
arch.h
82
#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 43 milliseconds