Home
last modified time | relevance | path

Searched defs:CRC32 (Results 1 – 13 of 13) 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/flutter/skia/src/core/
DSkCpu.h46 CRC32 = 1 << 3, enumerator
/third_party/skia/src/core/
DSkCpu.h48 CRC32 = 1 << 3, enumerator
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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/flutter/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/zlib/contrib/minizip/
Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/minizip/
Dcrypt.h30 #define CRC32(c, b) ((*(pcrc_32_tab+(((int)(c) ^ (b)) & 0xff))) ^ ((c) >> 8)) macro
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/ada/
Dzlib.adb167 function CRC32 subprogram
179 procedure CRC32 subprogram
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/ada/
Dzlib.adb167 function CRC32 subprogram
179 procedure CRC32 subprogram
/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