Home
last modified time | relevance | path

Searched defs:adler32 (Results 1 – 25 of 30) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-zlib-flush.js15 const adler32 = Buffer.from([0x00, 0x00, 0x00, 0xff, 0xff]); constant
/third_party/flutter/skia/third_party/externals/freetype/src/gzip/
Dadler32.c21 ZEXPORT(uLong) adler32( /* adler, buf, len) */ in adler32() function
Dftzconf.h35 # define adler32 z_adler32 macro
/third_party/skia/third_party/externals/freetype/src/gzip/
Dadler32.c21 ZEXPORT(uLong) adler32( /* adler, buf, len) */ in adler32() function
Dftzconf.h35 # define adler32 z_adler32 macro
/third_party/zlib/contrib/dotzlib/DotZLib/
DChecksumImpl.cs160 private static extern uint adler32(uint adler, int data, uint length); in adler32() method in DotZLib.AdlerChecksum
/third_party/libwebsockets/win32port/zlib/
Dadler32.c60 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
Dzconf.h27 # define adler32 z_adler32 macro
/third_party/flutter/skia/third_party/externals/zlib/
Dadler32.c164 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
Dnames.h30 #define adler32 Cr_z_adler32 macro
Dzconf.h32 # define adler32 z_adler32 macro
/third_party/freetype/src/gzip/
Dadler32.c136 uLong ZEXPORT adler32( in adler32() function
Dftzconf.h29 # define adler32 z_adler32 macro
/third_party/skia/third_party/externals/zlib/
Dadler32.c162 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
Dchromeconf.h42 #define adler32 Cr_z_adler32 macro
Dzconf.h41 # define adler32 z_adler32 macro
/third_party/zlib/
Dadler32.c134 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
Dzconf.h29 # define adler32 z_adler32 macro
/third_party/node/deps/zlib/
Dadler32.c164 uLong ZEXPORT adler32(adler, buf, len) in adler32() function
Dchromeconf.h42 #define adler32 Cr_z_adler32 macro
/third_party/zlib/contrib/ada/
Dzlib-thin.ads236 function adler32 subprogspec
/third_party/zlib/contrib/pascal/
Dzlibpas.pas154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; in adler32() function
188 function adler32; external; in adler32() function
/third_party/zlib/contrib/delphi/
DZLib.pas212 procedure adler32; external; procedure
/third_party/flutter/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp135 static stb_uint stb_adler32(stb_uint adler32, stb_uchar *buffer, stb_uint buflen) in stb_adler32()
/third_party/skia/third_party/externals/imgui/misc/fonts/
Dbinary_to_compressed_c.cpp140 static stb_uint stb_adler32(stb_uint adler32, stb_uchar *buffer, stb_uint buflen) in stb_adler32()

12