HomeSort by relevance Sort by last modified time
    Searched refs:crc (Results 326 - 350 of 532) sorted by null

<<11121314151617181920>>

  /external/lzma/CPP/7zip/Archive/7z/
7zIn.cpp 487 UInt32 crc = 0; local
489 crc = ReadUInt32();
490 digests.Add(crc);
1049 file.Crc = digests[sizeIndex];
1157 UInt32 crc = CrcCalc(_header + 0xC, 20); local
1188 if (crc != crcFromArchive)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
image.c 917 * This routine for calculating the CRC for a separate debug file
984 UInt crc = 0xFFFFFFFF; local
    [all...]
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.cpp 239 * crc function from http://svnweb.freebsd.org/base/head/sys/libkern/crc32.c
294 uint32_t crc; local
296 crc = ~0U;
298 crc = g_crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
299 return crc ^ ~0U;
355 // Need to map entire file into memory to calculate the crc.
362 // Use 4 bytes of crc from the .gnu_debuglink section.
478 // Use 4 bytes of crc from the .gnu_debuglink section
    [all...]
  /external/chromium_org/courgette/
courgette_lib.target.darwin-arm64.mk 32 courgette/crc.cc \
courgette_lib.target.darwin-mips.mk 32 courgette/crc.cc \
courgette_lib.target.darwin-x86.mk 32 courgette/crc.cc \
courgette_lib.target.darwin-x86_64.mk 32 courgette/crc.cc \
courgette_lib.target.linux-arm64.mk 32 courgette/crc.cc \
courgette_lib.target.linux-mips.mk 32 courgette/crc.cc \
courgette_lib.target.linux-x86.mk 32 courgette/crc.cc \
courgette_lib.target.linux-x86_64.mk 32 courgette/crc.cc \
  /external/chromium_org/third_party/leveldatabase/src/util/
crc32c.cc 286 uint32_t Extend(uint32_t crc, const char* buf, size_t size) {
289 uint32_t l = crc ^ 0xffffffffu;
  /external/fio/
Makefile 32 lib/num2str.c lib/ieee754.c $(wildcard crc/*.c) engines/cpu.c \
277 -rm -f .depend $(FIO_OBJS) $(GFIO_OBJS) $(OBJS) $(T_OBJS) $(PROGS) $(T_PROGS) core.* core gfio FIO-VERSION-FILE *.d lib/*.d crc/*.d engines/*.d profiles/*.d t/*.d config-host.mak config-host.h
verify.c 17 #include "crc/md5.h"
18 #include "crc/crc64.h"
19 #include "crc/crc32.h"
20 #include "crc/crc32c.h"
21 #include "crc/crc16.h"
22 #include "crc/crc7.h"
23 #include "crc/sha256.h"
24 #include "crc/sha512.h"
25 #include "crc/sha1.h"
26 #include "crc/xxhash.h
715 uint32_t crc; local
    [all...]
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs.c 481 int sparse, int crc, int wipe,
630 write_ext4_image(fd, gzip, sparse, crc);
  /system/extras/ext4_utils/
make_ext4fs.c 485 int sparse, int crc, int wipe,
652 write_ext4_image(fd, gzip, sparse, crc);
  /development/ndk/platforms/android-3/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */
508 no header crc, and the operating system will be set to 255 (unknown). If a
    [all...]

Completed in 1877 milliseconds

<<11121314151617181920>>