Searched refs:__int64 (Results 51 - 75 of 177) sorted by relevance

12345678

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Ddefines.h87 # define LONG_LONG __int64
/macosx-10.10/zlib-55/zlib/contrib/minizip/
H A Dioapi.h90 typedef unsigned __int64 ZPOS64_T;
/macosx-10.10/BerkeleyDB-21/db/dist/
H A Ds_windows29 s/@int64_decl@/typedef __int64 int64_t;/
30 s/@u_int64_decl@/typedef unsigned __int64 u_int64_t;/
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dstdint_.h138 # define int64_t __int64
152 # define uint64_t unsigned __int64
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h43 * TODO: Don't use off_t in here. Use __int64 instead. Note that
45 * more modern file handling APIs all use __int64 instead of off_t.
370 extern __int64 __la_lseek(int fd, __int64 offset, int whence);
H A Darchive.h54 #define __LA_INT64_T __int64
58 # define __LA_SSIZE_T __int64
H A Darchive_entry.h50 #define __LA_INT64_T __int64
/macosx-10.10/swig-12/Lib/java/
H A Djavahead.swg38 typedef long long __int64;
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr.hw369 typedef __int64 apr_int64_t;
370 typedef unsigned __int64 apr_uint64_t;
379 typedef __int64 apr_off_t;
/macosx-10.10/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.xs152 (unsigned __int64) (1000*1000*10) *
153 (unsigned __int64) (60 * 60 * 24) *
154 (unsigned __int64) (17+30+31+365*18+5);
/macosx-10.10/MITKerberosShim-66/include/
H A Dmit-CredentialsCache.h391 typedef __int64 cc_int64;
392 typedef unsigned __int64 cc_uint64;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dcurl_ntlm_core.c408 static void write64_le(const __int64 value, unsigned char *buffer)
560 __int64 tw;
H A Dconfig-win32.h379 # define ssize_t __int64
/macosx-10.10/libxml2-26/libxml2/
H A Dtimsort.h28 typedef __int64 int64_t;
29 typedef unsigned __int64 uint64_t;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DTypeBuilder.h172 DEFINE_INTEGRAL_TYPEBUILDER(__int64);
173 DEFINE_INTEGRAL_TYPEBUILDER(unsigned __int64);
/macosx-10.10/BerkeleyDB-21/db/os_windows/
H A Dos_map.c244 unsigned __int64 len64;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A De_os.h221 # define _int64 __int64
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DCommonServices.h760 typedef __int64 int64_t;
761 typedef unsigned __int64 uint64_t;
933 "__int64" and "unsigned __int64" equivalents so map to those types if the real long long is not supported.
938 typedef __int64 long_long_compat;
939 typedef unsigned __int64 unsigned_long_long_compat;
/macosx-10.10/ntp-92/include/
H A Dntp_machine.h240 #define __int64 long long macro
/macosx-10.10/tcl-105/tk/tk/xlib/X11/
H A DX.h44 typedef __int64 XID;
/macosx-10.10/tcl-105/tk84/tk/xlib/X11/
H A DX.h44 typedef __int64 XID;
/macosx-10.10/zlib-55/zlib/contrib/testzlib/
H A Dtestzlib.c22 unsigned __int64 __rdtsc(void);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.h86 typedef unsigned __int64 ulong64;
87 typedef signed __int64 long64;
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/tomsfastmath/src/headers/
H A Dtfm.h260 typedef unsigned __int64 ulong64;
261 typedef signed __int64 long64;
/macosx-10.10/MITKerberosShim-66/Kerberos/
H A DCredentialsCache.h404 typedef __int64 cc_int64;
405 typedef unsigned __int64 cc_uint64;

Completed in 333 milliseconds

12345678