Searched refs:UInt64 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/tools/misc/lzma_src/C/
H A DTypes.h65 typedef unsigned long UInt64; typedef
71 typedef unsigned __int64 UInt64; typedef
74 typedef unsigned long long int UInt64; typedef
160 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
198 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
200 Value (UInt64)(Int64)-1 for size means unknown value. */
H A DLzmaEnc.c223 UInt64 low;
224 UInt64 cacheSize;
229 UInt64 processed;
343 UInt64 nowPos64;
2141 UInt64 nowPos64;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzip2.c234 UInt64; typedef in typeref:struct:__anon6
238 void uInt64_from_UInt32s ( UInt64* n, UInt32 lo32, UInt32 hi32 )
252 double uInt64_to_double ( UInt64* n )
266 Bool uInt64_isZero ( UInt64* n )
277 Int32 uInt64_qrm10 ( UInt64* n )
291 /* ... and the Whole Entire Point of all this UInt64 stuff is
295 void uInt64_toAscii ( char* outbuf, UInt64* n )
300 UInt64 n_copy = *n;
386 UInt64 nbytes_in, nbytes_out;

Completed in 41 milliseconds