Home | History | Annotate | Download | only in silk

Lines Matching refs:silk_SUB_SAT64

123     if ( ret != silk_SUB_SAT64( a, b ) )
226 #undef silk_SUB_SAT64
227 #define silk_SUB_SAT64(a,b) silk_SUB_SAT64_((a), (b), __FILE__, __LINE__)
247 fprintf (stderr, "silk_SUB_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line);