HomeSort by relevance Sort by last modified time
    Searched defs:checksum (Results 126 - 150 of 650) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4c/source/samples/layout/
sfnt.h 33 le_uint32 checksum; member in struct:DirectoryEntry
  /external/icu/icu4c/source/test/letest/
FontObject.h 26 le_uint32 checksum; member in struct:DirectoryEntry
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 30 le_uint32 checksum; member in struct:DirectoryEntry
  /external/kernel-headers/original/uapi/linux/
edd.h 170 __u8 checksum; member in struct:edd_device_params
  /external/scapy/scapy/
utils.py 288 def checksum(pkt): function
297 def checksum(pkt): function
320 """ Calculates Fletcher-16 checksum of the given buffer.
323 If the buffer contains the two checkbytes derived from the Fletcher-16 checksum
335 global Fletcher-16 checksum of the buffer will be 0. Thus it is easy to verify
    [all...]
  /external/sfntly/cpp/src/sfntly/
font.h 241 // Get the checksum for this font.
242 int64_t checksum() { return checksum_; } function in class:sfntly::Font
  /external/syslinux/com32/include/syslinux/
disk.h 87 uint8_t checksum; member in struct:disk_ebios_eparam
  /external/syslinux/core/fs/fat/
fat.c 454 int checksum; local
486 /* get the initial checksum value */
487 vfat_csum = long_de->checksum;
494 if (long_de->checksum != vfat_csum)
524 * match is only valid if the checksum matches.
526 checksum = get_checksum(de->name);
527 if (checksum == vfat_csum)
630 vfat_csum = long_de->checksum;
638 if (long_de->checksum != vfat_csum || id != vfat_next)
fat_fs.h 128 uint8_t checksum; member in struct:fat_long_name_entry
  /external/syslinux/core/fs/pxe/
pxe.h 45 uint8_t checksum; member in struct:pxenv_t
  /external/syslinux/efi/
wrapper.h 96 __uint32_t checksum; member in struct:extra_hdr
132 __uint32_t checksum; member in struct:extra_hdr_pe32p
  /external/syslinux/gpxe/src/arch/i386/prefix/
romprefix.S 51 checksum: label
115 .byte 0x00 /* Checksum */
156 .byte 0 /* Checksum */
435 /* Update checksum */
443 subb %bl, checksum
790 * that may have been modified. Since our check includes the checksum
  /external/syslinux/gpxe/src/include/gpxe/
isapnp.h 153 /** Checksum */
154 uint8_t checksum; member in struct:isapnp_identifier
  /external/syslinux/libinstaller/
syslxint.h 197 uint32_t checksum; member in struct:patch_area
  /external/tcpdump/
appletalk.h 37 uint16_t checksum; member in struct:atDDP
print-eigrp.c 40 uint8_t checksum[2]; member in struct:eigrp_common_header
263 EXTRACT_16BITS(&eigrp_com_header->checksum),
  /frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
OverlayBaseTest.java 65 int ch, checksum = 0; local
67 checksum = (checksum + ch) % 0xffddbb00;
69 return checksum;
  /frameworks/rs/cpu_ref/
rsCpuExecutable.cpp 399 uint32_t checksum = 0; local
725 if (sscanf(line, CHECKSUM_STR "%08x", &checksum) != 1) {
726 ALOGE("Invalid checksum flag!: %s", line);
730 ALOGE("Missing checksum in shared obj file");
734 if (expectedChecksum != 0 && checksum != expectedChecksum) {
735 ALOGE("Found invalid checksum. Expected %08x, got %08x\n",
736 expectedChecksum, checksum);
782 numEntries, isThreadable, checksum);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 37 import java.util.zip.Checksum;
61 * <li>calculating a checksum
1682 checksum(file, crc); method
1703 public static Checksum checksum(File file, Checksum checksum) throws IOException { method in class:FileUtils
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
edd.h 169 __u8 checksum; member in struct:edd_device_params
som.h 44 unsigned int checksum; member in struct:som_hdr
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /art/openjdkjvmti/
ti_redefine.cc 452 uint32_t checksum = reinterpret_cast<const art::DexFile::Header*>(map->Begin())->checksum_; local
455 checksum,
    [all...]
  /external/android-clat/
clatd_test.cpp 29 #include "checksum.h"
47 55, (p), (c1), (c2), /* TTL=55, protocol=p, checksum=c1,c2 */ \
70 0x00, UDP_LEN, 0, 0, /* Length 21, checksum empty for now */
75 0x08, 0x00, 0x88, 0xd0, /* Type 8, code 0, checksum 0x88d0 */ \
79 0x80, 0x00, 0xc3, 0x42, /* Type 128, code 0, checksum 0xc342 */ \
213 EXPECT_EQ(0, ip_checksum(ip, sizeof(*ip))) << msg << ": Incorrect IP checksum\n";
257 // If we understand the payload, verify the checksum.
259 uint16_t checksum; local
264 checksum = ip_checksum_finish(ip_checksum_add(pseudo_checksum, payload, payload_length));
267 checksum = ip_checksum(payload, payload_length)
845 uint16_t checksum; member in struct:checksum_data
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 1488 const int checksum = (3 + 2 + 1 + specValue + 8); \/\/ matches the shader code local
1650 const int checksum = (3 + 2 + 1) + (1 + 5 + 1) + (1 + 2 + 0); local
1695 const int checksum = (1 + 2 + 31 + 4 + 0); local
1730 const int checksum = (1 + 2 + 11 + 4 + 1); local
    [all...]

Completed in 588 milliseconds

1 2 3 4 56 7 8 91011>>