Home
last modified time | relevance | path

Searched refs:UInt64 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_ppmd_private.h38 typedef unsigned long UInt64; typedef
44 typedef unsigned __int64 UInt64; typedef
48 typedef unsigned long long int UInt64; typedef
H A Darchive_ppmd7_private.h87 UInt64 Low;
90 UInt64 CacheSize;
H A Darchive_ppmd7.c1003 p->Low += (UInt64)start * (UInt64)(p->Range /= total); in RangeEnc_Encode()
/dragonfly/contrib/bzip2/
H A Dbzip2.c234 UInt64; typedef
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 ) in uInt64_from_UInt32s()
252 double uInt64_to_double ( UInt64* n ) in uInt64_to_double()
266 Bool uInt64_isZero ( UInt64* n ) in uInt64_isZero()
277 Int32 uInt64_qrm10 ( UInt64* n ) in uInt64_qrm10()
295 void uInt64_toAscii ( char* outbuf, UInt64* n ) in uInt64_toAscii()
300 UInt64 n_copy = *n; in uInt64_toAscii()
386 UInt64 nbytes_in, nbytes_out; in compressStream()