HomeSort by relevance Sort by last modified time
    Searched refs:crc (Results 151 - 175 of 234) sorted by null

1 2 3 4 5 67 8 910

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
GZIPInputStreamTest.java 46 return crc;
68 assertEquals("the CRC value of the inputStream is not zero", 0, inGZIP
92 assertEquals("the CRC value of the inputStream is not zero", 0, inGZIP
  /external/bluetooth/bluez/audio/
ipc.h 208 uint8_t crc; member in struct:__anon1540
gstavdtpsink.c 1200 gboolean crc; local
1204 if (strcmp(tag, "has-crc") == 0) {
1206 if (!gst_tag_list_get_boolean(taglist, tag, &crc)) {
1207 GST_WARNING_OBJECT(self, "failed to get crc tag");
1211 gst_avdtp_sink_set_crc(self, crc);
    [all...]
  /external/flac/libFLAC/
bitwriter.c 51 #include "private/crc.h"
234 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw, FLAC__uint16 *crc)
244 *crc = (FLAC__uint16)FLAC__crc16(buffer, bytes);
249 FLAC__bool FLAC__bitwriter_get_write_crc8(FLAC__BitWriter *bw, FLAC__byte *crc)
259 *crc = FLAC__crc8(buffer, bytes);
  /external/quake/quake/src/WinQuake/
common.cpp 1661 unsigned short crc; local
1688 // crc the directory to check for modifications
1689 CRC_Init (&crc);
1691 CRC_ProcessByte (&crc, ((byte *)info)[i]);
1692 if (crc != PAK0_CRC)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nubus.h 253 /* Length over which to compute the crc */
256 unsigned long crc; member in struct:nubus_board
  /external/quake/quake/src/QW/client/
common.c 1651 unsigned short crc; local
1676 // crc the directory to check for modifications
1677 crc = CRC_Block((byte *)info, header.dirlen);
1679 // CRC_Init (&crc);
1681 // CRC_ProcessByte (&crc, ((byte *)info)[i]);
1682 if (crc != PAK0_CRC)
2237 unsigned short crc; local
    [all...]
  /system/extras/ext4_utils/
ext4_utils.c 140 void write_ext4_image(const char *filename, int gz, int sparse, int crc,
145 count_sparse_chunks(), crc, wipe);
  /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/sdch/open-vcdiff/src/
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/elfutils/libelf/
libelfP.h 504 extern uint32_t __libelf_crc32 (uint32_t crc, unsigned char *buf, size_t len)
  /external/kernel-headers/original/linux/
module.h 42 unsigned long crc; member in struct:modversion_info
173 /* Mark the CRC weak since genksyms apparently decides not to
  /external/qemu/distrib/zlib-1.2.3/
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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r4/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/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...]
  /prebuilt/ndk/android-ndk-r7/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 904 milliseconds

1 2 3 4 5 67 8 910