Searched refs:opus_uint64 (Results 1 – 7 of 7) sorted by relevance
41 #define opus_uint64 unsigned long long macro49 # undef opus_uint6458 typedef uint64_t opus_uint64; typedef
337 static OPUS_INLINE unsigned int UADD32_(opus_uint64 a, opus_uint64 b, char *file, int line) in UADD32_()339 opus_uint64 res; in UADD32_()361 static OPUS_INLINE unsigned int USUB32_(opus_uint64 a, opus_uint64 b, char *file, int line) in USUB32_()363 opus_uint64 res; in USUB32_()
132 q = (opus_uint64)SMALL_DIV_TABLE[d>>t]*(n>>(t-1))>>32; in celt_udiv()
156 #define opus_uint64 unsigned long long macro
277 if ( (opus_uint64)ret != (opus_uint64)a32 * (opus_uint64)b32 ) in silk_MUL_uint_()
525 #define silk_LSHIFT64(a, shift) ((opus_int64)((opus_uint64)(a)<<(shift))) /* shif…
242 opus_uint64 tot_in, tot_out; in main()