HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 76 - 100 of 393) sorted by null

1 2 34 5 6 7 8 91011>>

  /art/libprofile/profile/
profile_compilation_info_test.cc 45 uint32_t checksum,
50 checksum,
56 uint32_t checksum,
61 dex_location, checksum, method_idx, kMaxMethodIds, pmi, Hotness::kFlagPostStartup);
65 uint32_t checksum,
68 DexCacheResolvedClasses classes(dex_location, dex_location, checksum, kMaxMethodIds);
118 pmi.dex_references.emplace_back("dex_location1", /* checksum= */1, kMaxMethodIds);
119 pmi.dex_references.emplace_back("dex_location2", /* checksum= */2, kMaxMethodIds);
120 pmi.dex_references.emplace_back("dex_location3", /* checksum= */3, kMaxMethodIds);
151 ASSERT_TRUE(AddMethod("dex_location1", /* checksum= */ 1, /* method_idx= */ i, &saved_info))
1172 int checksum = dex->GetLocationChecksum(); local
1224 int checksum = dex->GetLocationChecksum(); local
1282 int checksum = dex->GetLocationChecksum(); local
    [all...]
  /external/u-boot/tools/
kwbimage.h 49 uint8_t checksum; /* 0x1F */ member in struct:main_hdr_v0
64 uint8_t checksum; member in struct:ext_hdr_v0
90 uint8_t checksum; /* 0x1F */ member in struct:main_hdr_v1
zynqmpimage.h 51 uint32_t checksum; /* 0x3c */ member in struct:image_header_table
112 uint32_t checksum; /* 0x3c */ member in struct:partition_header
127 uint32_t checksum; /* 0x48 */ member in struct:zynqmp_header
socfpgaimage.c 23 * 0x46 2 Length (in units of u32, including the end checksum).
25 * 0x4A 2 Checksum over the header. NB Not CRC32
37 * 0x52 2 Checksum over the header. NB Not CRC32
39 * At the end of the code we have a 32-bit CRC checksum over whole binary
73 uint16_t checksum; member in struct:socfpga_header_v0
84 uint16_t checksum; member in struct:socfpga_header_v1
106 * The header checksum is just a very simple checksum over
146 header_v0.checksum = cpu_to_le16(csum);
150 header_v1.checksum = cpu_to_le16(csum)
    [all...]
  /bionic/libc/kernel/uapi/linux/
icmp.h 62 __sum16 checksum; member in struct:icmphdr
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
dig64.h 82 uint8_t checksum; member in struct:dig64_hcdp_table
  /external/kernel-headers/original/uapi/linux/
icmp.h 72 __sum16 checksum; member in struct:icmphdr
  /external/libaom/libaom/test/
test_data_util.cmake 576 string(SUBSTRING "${line}" 0 ${delim_pos} checksum)
582 # Include the name and checksum in output only when the file is needed.
583 set(checksums ${checksums} ${checksum})
  /external/ltp/testcases/kernel/io/stress_cd/
stress_cd.c 53 static unsigned long checksum; variable
64 /* Read data from CDROM & compute checksum */
65 read_data(0, &checksum);
67 printf("Thread [main] checksum: %-#12lx\n", checksum);
129 if (checksum != cksum) {
130 fprintf(stderr, "\tThread [%d]: checksum mismatch!\n", num);
171 printf("\tThread [%d] bytes read: %5d checksum: "
177 printf("\tThread [%d] bytes read: %5d checksum: %-#12lx\n",
  /external/pdfium/xfa/fwl/
cfx_barcode.h 42 bool SetPrintChecksum(bool checksum);
  /external/skia/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /external/skqp/tools/
reformat-json.py 13 (only the actual checksum differences will show up as diffs, not obscured
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/
llvm_checksum.py 77 A dict mapping from project name to project checksum.
114 logging.debug("Checksum %s for file %s", file_digest, file_path)
117 logging.info("Computing checksum for %s", proj.name)
120 # Compute final checksum.
135 checksums: a dict mapping from project name to project checksum (result of
148 A dict, mapping from project name to project checksum.
155 checksum, proj = line.split()
156 checksums[proj] = checksum
167 name to a project checksum.
169 name to a project checksum
    [all...]
  /external/toolchain-utils/bestflags/examples/omnetpp/
build_omnetpp 58 checksum=$(readelf -x .text $outfile | md5sum | cut -d " " -f 1)
64 echo $checksum $user_time $output_file $file_size $size
  /external/toolchain-utils/crosperf/
label.py 82 """Compute label checksum only once."""
84 self.checksum = None
86 self.checksum = ImageChecksummer().Checksum(self, self.log_level)
88 self.checksum = hashlib.md5(self.chromeos_image).hexdigest()
146 self.checksum = ''
  /external/u-boot/arch/x86/lib/
acpi_table.c 58 rsdp->checksum = table_compute_checksum((void *)rsdp, 20);
83 /* Fix checksum */
84 header->checksum = table_compute_checksum((void *)rsdt,
99 /* Fix checksum */
100 header->checksum = table_compute_checksum((void *)xsdt,
106 * and checksum.
140 /* Re-calculate checksum */
141 rsdt->header.checksum = 0;
142 rsdt->header.checksum = table_compute_checksum((u8 *)rsdt,
157 /* Re-calculate checksum */
    [all...]
  /external/autotest/client/cros/chameleon/
edid.py 71 # Each block (128-byte) has a checksum at the last byte.
72 checksum = reduce(operator.add,
74 if checksum % 256 != 0:
75 logging.debug('Wrong checksum in the block %d of EDID',
  /external/elfutils/libelf/
elf32_checksum.c 1 /* Compute simple checksum from permanent parts of the ELF file.
54 elfw2(LIBELFBITS,checksum) (Elf *elf)
116 /* To compute the checksum we need to get to the data. For
168 INTDEF(elfw2(LIBELFBITS,checksum))
  /external/u-boot/net/
Makefile 8 obj-y += checksum.o
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 102 raw_test_checksums = [tuple(checksum) for checksum in
138 logging.debug("Write golden checksum file to %s",
142 for checksum in test_checksums:
143 f.write(' '.join([str(i) for i in checksum]) + '\n')
234 Reads the golden checksum file. Each line in file has the format
235 w x y z where w x y z is a chameleon frame checksum
236 @param path: complete path to the golden checksum file.
243 checksum = tuple(int(val) for val in line.split())
244 checksums.append(checksum)
    [all...]
  /external/nos/host/android/hals/authsecret/test/
test.cpp 56 MATCHER_P2(OldPasswordEq, pwd, checksum, "") {
60 && msg->old_password.digest == checksum;
63 MATCHER_P2(NewPasswordEq, pwd, checksum, "") {
67 && msg->new_password.digest == checksum;
119 MATCHER_P2(UpdatePasswordEq, pwd, checksum, "") {
123 && msg->password.digest == checksum;
  /external/pdfium/core/fxge/
cfx_fontmgr.cpp 59 ByteString KeyNameFromSize(int ttc_size, uint32_t checksum) {
60 return ByteString::Format("%d:%d", ttc_size, checksum);
156 uint32_t checksum,
159 auto it = m_FaceMap.find(KeyNameFromSize(ttc_size, checksum));
175 uint32_t checksum,
182 m_FaceMap[KeyNameFromSize(ttc_size, checksum)] = std::move(pFontDesc);
  /external/toolchain-utils/crb/
machine_manager_singleton.py 15 self.checksum = None
24 l.append(str(self.checksum))
65 cros_machine.checksum = out.strip()
89 ### m.checksum == image_checksum):
92 if m.checksum == image_checksum:
97 if not m.checksum:
137 'Checksum')
149 autotest_status, m.checksum)
  /device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
gdbstub.c 88 * checksum. A packet consists of
90 * $<packet info>#<checksum>.
94 * <checksum> :: < two hex digits computed as modulo 256 sum of <packetinfo>>
262 /* scan for the sequence $<data>#<checksum> */
267 unsigned char checksum; local
278 checksum = 0;
289 checksum = checksum + ch;
301 if (checksum != xmitcsum) {
302 putDebugChar ('-'); /* failed checksum */
324 unsigned char checksum; local
    [all...]
  /external/android-clat/
translate.c 20 #include "netutils/checksum.h"
32 * calculates the checksum over all the packet components starting from pos
33 * checksum - checksum of packet components before pos
34 * packet - packet to calculate the checksum of
36 * returns - the completed 16-bit checksum, ready to write into a checksum header field
38 uint16_t packet_checksum(uint32_t checksum, clat_packet packet, clat_packet_index pos) {
42 checksum = ip_checksum_add(checksum, packet[i].iov_base, packet[i].iov_len)
    [all...]

Completed in 7687 milliseconds

1 2 34 5 6 7 8 91011>>