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

/illumos-gate/usr/src/common/lzma/
H A DTypes.h68 typedef unsigned long UInt64; typedef
74 typedef unsigned __int64 UInt64; typedef
77 typedef unsigned long long int UInt64; typedef
164 SRes LookInStream_SeekTo(ILookInStream *stream, UInt64 offset);
202 SRes (*Progress)(void *p, UInt64 inSize, UInt64 outSize);
204 Value (UInt64)(Int64)-1 for size means unknown value. */
H A DLzmaEnc.c224 UInt64 low;
225 UInt64 cacheSize;
230 UInt64 processed;
344 UInt64 nowPos64;
2142 UInt64 nowPos64;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h169 #define UInt64 "uint64" macro
H A Dtopo_2xml.c153 (void) snprintf(tbuf, 10, "%s", UInt64);
H A Dtopo_xml.c166 } else if (xmlStrcmp(str, (xmlChar *)UInt64) == 0) {

Completed in 78 milliseconds