Home
last modified time | relevance | path

Searched defs:crc32 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCRC.cpp75 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32() function in llvm
87 uint32_t llvm::crc32(uint32_t CRC, ArrayRef<uint8_t> Data) { in crc32() function in llvm
101 uint32_t llvm::crc32(ArrayRef<uint8_t> Data) { return crc32(0, Data); } in crc32() function in llvm
DCompression.cpp84 uint32_t zlib::crc32(StringRef Buffer) { in crc32() function in zlib
103 uint32_t zlib::crc32(StringRef Buffer) { in crc32() function in zlib
/third_party/elfutils/libelf/
Dlibelf_crc32.c32 #define crc32 attribute_hidden __libelf_crc32 macro
/third_party/elfutils/libdwfl/
Dlibdwfl_crc32.c32 #define crc32 attribute_hidden __libdwfl_crc32 macro
Dlibdwfl_crc32_file.c33 #define crc32 __libdwfl_crc32 macro
Dgzip.c69 # define crc32 loser_crc32 macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcrc32.c75 u32 crc32(const u8 *frame, size_t frame_len) in crc32() function
/third_party/elfutils/lib/
Dcrc32.c94 crc32 (uint32_t crc, unsigned char *buf, size_t len) in crc32() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcrc32.c75 u32 crc32(const u8 *frame, size_t frame_len) in crc32() function
/third_party/protobuf/src/google/protobuf/compiler/
Dzip_writer.h54 uint32 crc32; member
Dzip_writer.cc152 uint32 crc32 = files_[i].crc32; in WriteDirectory() local
/third_party/mesa3d/src/mesa/main/
Dprogram_binary.c64 uint32_t crc32; member
118 uint32_t crc32; in check_crc32() local
/third_party/zlib/contrib/dotzlib/DotZLib/
DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); in crc32() method in DotZLib.CRC32Checksum
/third_party/zlib/contrib/ada/
Dzlib-thin.ads242 function crc32 subprogspec
/third_party/vixl/test/aarch64/examples/
Dtest-examples.cc447 TEST(crc32) { in TEST() argument
450 Label crc32; in TEST() local
/third_party/zlib/contrib/pascal/
Dzlibpas.pas156 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; in crc32() function
193 function crc32; external; in crc32() function
/third_party/libwebsockets/win32port/zlib/
Dcrc32.c221 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
/third_party/skia/third_party/externals/zlib/
Dcrc32.c275 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
/third_party/node/deps/v8/third_party/zlib/
Dcrc32.c275 unsigned long ZEXPORT crc32(crc, buf, len) in crc32() function
/third_party/skia/third_party/externals/freetype/src/gzip/
Dftzconf.h36 # define crc32 z_crc32 macro
/third_party/zlib/contrib/delphi/
DZLib.pas214 procedure crc32; external; procedure
/third_party/zlib/contrib/minizip/
Dzip.c152 uLong crc32; member
1518 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1523 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
/third_party/python/Lib/
Dzipfile.py23 crc32 = zlib.crc32 variable
26 crc32 = binascii.crc32 variable
564 def crc32(ch, crc): function
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dzip.c152 uLong crc32; member
1509 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1514 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dzip.c152 uLong crc32; member
1520 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) in zipCloseFileInZipRaw()
1525 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) in zipCloseFileInZipRaw64()

12