Searched refs:__int64 (Results 1 - 25 of 177) sorted by relevance

12345678

/macosx-10.10/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dint.h29 typedef __int64 lwres_int64_t;
30 typedef unsigned __int64 lwres_uint64_t;
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/win/
H A Dconfig.h6 #define LONG_LONG __int64
/macosx-10.10/apache-793/httpd/os/netware/
H A Dpre_nw.h62 #ifndef __int64
63 #define __int64 long long macro
/macosx-10.10/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_pre_nw.h50 #ifndef __int64
51 #define __int64 long long macro
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_config.vc.h36 #define TIFF_INT64_T signed __int64
39 #define TIFF_UINT64_T unsigned __int64
H A Dtiffconf.vc.h29 #define TIFF_INT64_T signed __int64
35 #define TIFF_UINT64_T unsigned __int64
H A Dtiffconf.wince.h49 #define TIFF_INT64_T signed __int64
55 #define TIFF_UINT64_T unsigned __int64
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dint.h32 typedef __int64 isc_int64_t;
33 typedef unsigned __int64 isc_uint64_t;
/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-stdinc.h72 typedef unsigned __int64 uintptr_t;
81 typedef __int64 intptr_t;
/macosx-10.10/ntp-92/lib/isc/win32/include/isc/
H A Dint.h32 typedef __int64 isc_int64_t;
33 typedef unsigned __int64 isc_uint64_t;
/macosx-10.10/swig-12/Lib/
H A Dwindows.i30 %apply unsigned long long { unsigned __int64 };
31 %apply const unsigned long long& { const unsigned __int64& };
33 %apply long long { __int64 };
34 %apply const long long& { const __int64& };
92 typedef signed __int64 INT64, *PINT64;
96 typedef unsigned __int64 UINT64, *PUINT64;
111 typedef __int64 LONG64, *PLONG64;
112 typedef unsigned __int64 ULONG64, *PULONG64;
113 typedef unsigned __int64 DWORD64, *PDWORD64;
144 typedef __int64 LONGLON
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dptypes.h110 typedef signed __int64 int64_t;
118 typedef unsigned __int64 uint64_t;
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dstdint.h38 typedef __int64 intptr_t;
51 typedef unsigned __int64 uintptr_t;
64 typedef __int64 ptrdiff_t;
94 typedef __int64 int64_t;
95 typedef unsigned __int64 uint64_t;
104 typedef __int64 int_least64_t;
105 typedef unsigned __int64 uint_least64_t;
117 typedef __int64 int_fast64_t;
118 typedef unsigned __int64 uint_fast64_t;
121 typedef __int64 intmax_
[all...]
/macosx-10.10/expat-12/expat/lib/
H A Dexpat_external.h100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dexpat_external.h100 typedef __int64 XML_Index;
101 typedef unsigned __int64 XML_Size;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dstrtoofft.h33 * '__int64' and more remotely other data types.
48 _CRTIMP __int64 __cdecl _strtoi64(const char *, char **, int);
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dce_ctime.c25 __int64 i64_tod;
28 static const __int64 SECS_BETWEEN_EPOCHS = 11644473600;
29 static const __int64 SECS_TO_100NS = 10000000; /* 10^7 */
H A Dos_stat.c64 unsigned __int64 filesize;
72 filesize = ((unsigned __int64)bhfi.nFileSizeHigh << 32) +
H A Dos_truncate.c26 __int64 bigint;
87 RETRY_CHK((off.bigint = (__int64)pgsize * pgno,
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/win32/include/
H A Dconfig.h73 typedef __int64 intptr_t;
202 typedef __int64 int64_t;
/macosx-10.10/tcl-105/tcl_ext/memchan/memchan/isaac/
H A Dstandard.h19 typedef unsigned __int64 ub8;
20 typedef signed __int64 sb8;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.h46 typedef unsigned __int64 uint64_t;
/macosx-10.10/WTF-7600.1.24/wtf/
H A DCurrentTime.cpp117 __int64 qpcElapsed = ((qpc.QuadPart - qpcLast.QuadPart) * 1000) / qpcFrequency.QuadPart;
118 __int64 tickCountElapsed;
123 __int64 tickCountLarge = tickCount + 0x100000000ULL;
125 __int64 tickCountLarge = tickCount + 0x100000000I64;
132 __int64 diff = tickCountElapsed - qpcElapsed;
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dtime.c97 i1.QuadPart += (unsigned __int64)nanoseconds/100;
98 i1.QuadPart += (unsigned __int64)seconds*10000000;
144 if (UINT64_MAX - i1.QuadPart < (unsigned __int64)i->interval)
172 if (UINT64_MAX - i1.QuadPart < (unsigned __int64)i->interval)
193 if (i1.QuadPart < (unsigned __int64) i->interval)
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h85 typedef __int64 int64_t;
86 typedef unsigned __int64 uint64_t;
94 typedef unsigned __int64 unsigned64_t;

Completed in 359 milliseconds

12345678