Home
last modified time | relevance | path

Searched defs:uLong (Results 1 – 21 of 21) sorted by relevance

/external/rust/crates/libz-sys/src/
Dlib.rs14 pub type uLong = c_ulong; typedef
67 pub fn adler32(adler: uLong, buf: *const Bytef, len: uInt) -> uLong; in adler32()
68 pub fn crc32(crc: uLong, buf: *const Bytef, len: uInt) -> uLong; in crc32()
70 pub fn deflateBound(strm: z_streamp, sourceLen: uLong) -> uLong; in deflateBound()
156 pub fn adler32_combine(adler1: uLong, adler2: uLong, len2: z_off_t) -> uLong; in adler32_combine()
160 source: *const Bytef, sourceLen: uLong, in compress2()
162 pub fn compressBound(sourceLen: uLong) -> uLong; in compressBound()
163 pub fn crc32_combine(crc1: uLong, crc2: uLong, len2: z_off_t) -> uLong; in crc32_combine()
/external/freetype/src/gzip/
Dftzconf.h41 # define uLong z_uLong macro
222 typedef unsigned long uLong; /* 32 bits or more */ typedef
Dzutil.h205 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, typedef
/external/zlib/contrib/minizip/
Dioapi.h136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLon… typedef
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf… typedef
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dioapi.h136 typedef uLong (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLon… typedef
137 typedef uLong (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf… typedef
/external/rust/crates/libz-sys/src/zlib-ng/
Dzconf-ng.h.in102 typedef unsigned long uLong; /* 32 bits or more */ typedef
Dzconf.h.in110 typedef unsigned long uLong; /* 32 bits or more */ typedef
/external/libwebsockets/win32port/zlib/
Dzconf.h123 # define uLong z_uLong macro
337 typedef unsigned long uLong; /* 32 bits or more */ typedef
/external/zlib/
Dzconf.h172 # define uLong z_uLong macro
413 typedef unsigned long uLong; /* 32 bits or more */ typedef
Dchromeconf.h155 #define uLong Cr_z_uLong macro
/external/python/cpython2/Modules/zlib/
Dzconf.h.in156 # define uLong z_uLong macro
394 typedef unsigned long uLong; /* 32 bits or more */ typedef
Dzconf.h156 # define uLong z_uLong macro
394 typedef unsigned long uLong; /* 32 bits or more */ typedef
/external/rust/crates/libz-sys/src/zlib/
Dzconf.h156 # define uLong z_uLong macro
394 typedef unsigned long uLong; /* 32 bits or more */ typedef
Dzconf.h.in156 # define uLong z_uLong macro
394 typedef unsigned long uLong; /* 32 bits or more */ typedef
/external/angle/third_party/zlib/
Dzconf.h168 # define uLong z_uLong macro
409 typedef unsigned long uLong; /* 32 bits or more */ typedef
Dchromeconf.h155 #define uLong Cr_z_uLong macro
/external/zlib/google/
Dzip_internal.cc189 uLong WriteZipBuffer(void* /*opaque*/, in WriteZipBuffer() argument
/external/angle/third_party/zlib/google/
Dzip_internal.cc189 uLong WriteZipBuffer(void* /*opaque*/, in WriteZipBuffer() argument
/external/icu/icu4c/source/i18n/
DdecNumberLocal.h81 #define uLong uint64_t macro
/external/icu/libicu/cts_headers/
DdecNumberLocal.h81 #define uLong uint64_t macro
/external/OpenCL-CTS/test_common/miniz/
Dminiz.h218 typedef mz_ulong uLong; typedef