HomeSort by: relevance | last modified time | path
    Searched defs:ZPOS64_T (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
71 #ifndef ZPOS64_T
73 #define ZPOS64_T fpos_t
76 #define ZPOS64_T uint64_t
87 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T;
91 typedef uint64_t ZPOS64_T;
97 typedef unsigned __int64 ZPOS64_T;
99 typedef unsigned long long int ZPOS64_T;
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) (voidpf opaque, voidpf stream);
161 typedef long (ZCALLBACK *seek64_file_func) (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
71 #ifndef ZPOS64_T
73 #define ZPOS64_T fpos_t
76 #define ZPOS64_T uint64_t
87 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T;
91 typedef uint64_t ZPOS64_T;
97 typedef unsigned __int64 ZPOS64_T;
99 typedef unsigned long long int ZPOS64_T;
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) (voidpf opaque, voidpf stream);
161 typedef long (ZCALLBACK *seek64_file_func) (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin)
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
71 #ifndef ZPOS64_T
73 #define ZPOS64_T fpos_t
76 #define ZPOS64_T uint64_t
87 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T;
91 typedef uint64_t ZPOS64_T;
97 typedef unsigned __int64 ZPOS64_T;
99 typedef unsigned long long int ZPOS64_T;
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
71 #ifndef ZPOS64_T
73 #define ZPOS64_T fpos_t
76 #define ZPOS64_T uint64_t
87 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T;
91 typedef uint64_t ZPOS64_T;
97 typedef unsigned __int64 ZPOS64_T;
99 typedef unsigned long long int ZPOS64_T;
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
ioapi.h 13 Oct-2009 - Defined ZPOS64_T to fpos_t on windows and u_int64_t on linux. (might need to find a better why for this)
71 #ifndef ZPOS64_T
73 #define ZPOS64_T fpos_t
76 #define ZPOS64_T uint64_t
87 typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T;
91 typedef uint64_t ZPOS64_T;
97 typedef unsigned __int64 ZPOS64_T;
99 typedef unsigned long long int ZPOS64_T;
160 typedef ZPOS64_T (ZCALLBACK *tell64_file_func) OF((voidpf opaque, voidpf stream));
161 typedef long (ZCALLBACK *seek64_file_func) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin))
    [all...]

Completed in 34 milliseconds