Home
last modified time | relevance | path

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);
H A DLzmaEnc.c224 UInt64 low;
225 UInt64 cacheSize;
230 UInt64 processed;
344 UInt64 nowPos64;
2142 UInt64 nowPos64; in LzmaEnc_CodeOneMemBlock()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h173 #define UInt64 "uint64" macro
H A Dtopo_2xml.c174 UInt64, Value, vbuf, NULL); in txml_print_prop()
H A Dtopo_xml.c183 } else if (xmlStrcmp(str, (xmlChar *)UInt64) == 0) { in xmlattr_to_type()