Searched refs:opus_uint64 (Results 1 – 5 of 5) sorted by relevance
330 static OPUS_INLINE unsigned int UADD32_(opus_uint64 a, opus_uint64 b, char *file, int line) in UADD32_()332 opus_uint64 res; in UADD32_()354 static OPUS_INLINE unsigned int USUB32_(opus_uint64 a, opus_uint64 b, char *file, int line) in USUB32_()356 opus_uint64 res; in USUB32_()
156 #define opus_uint64 unsigned long long macro
277 if ( (opus_uint64)ret != (opus_uint64)a32 * (opus_uint64)b32 ) in silk_MUL_uint_()
472 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif…
247 opus_uint64 tot_in, tot_out; in main()