Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/lzma/
H A DTypes.h67 typedef long Int64; typedef
73 typedef __int64 Int64; typedef
76 typedef long long int Int64; typedef
146 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
160 SRes (*Seek)(void *p, Int64 *pos, ESzSeek origin);
/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.h146 #define Int64 "int64" macro
H A Dtopo_2xml.c141 (void) snprintf(tbuf, 10, "%s", Int64); in txml_print_prop()
H A Dtopo_xml.c164 } else if (xmlStrcmp(str, (xmlChar *)Int64) == 0) { in xmlattr_to_type()