Home
last modified time | relevance | path

Searched defs:CRC32 (Results 1 – 8 of 8) sorted by relevance

/third_party/zlib/contrib/ada/
Dzlib.ads199 function CRC32 subprogspec
206 procedure CRC32 subprogspec
Dzlib.adb167 function CRC32 subprogram
179 procedure CRC32 subprogram
/third_party/skia/src/core/
DSkCpu.h48 CRC32 = 1 << 3, enumerator
/third_party/zlib/contrib/minizip/
Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
/third_party/ffmpeg/libavutil/
Dhash.c53 CRC32, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp2249 Function *CRC32 = Intrinsic::getDeclaration(F->getParent(), in UpgradeIntrinsicCall() local