Searched refs:cksum (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dduff-2.c22 cksum (const unsigned char *src, unsigned long size) function
55 ck = cksum ((const unsigned char *) testpat, sizeof (testpat));
H A Dduff-4.c21 cksum (const unsigned char *src, unsigned long size) function
55 ck = cksum ((const unsigned char *) testpat, sizeof (testpat));
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20090907-1.c63 u8 cksum;
73 cksum = calc_cksum (cksum_idx - 3, cksum_idx, mem);
74 if (cksum != mem[cksum_idx]) {
/haiku-buildtools/binutils/gold/
H A Dicf.cc180 uint32_t cksum; local
194 cksum = xcrc32(contents, plen, 0xffffffff);
200 cksum = xcrc32(contents_array, (*section_contents)[i].length(),
203 uniq_map_insert = uniq_map.insert(std::make_pair(cksum, i));
621 uint32_t cksum; local
644 cksum = xcrc32(this_secn_contents_array, this_secn_contents.length(),
646 size_t count = section_cksum.count(cksum);
650 // Start a group with this cksum.
651 section_cksum.insert(std::make_pair(cksum, i));
656 key_range = section_cksum.equal_range(cksum);
[all...]
/haiku-buildtools/binutils/include/mach-o/
H A Dexternal.h299 unsigned char cksum[4]; member in struct:mach_o_prebind_cksum_command_external
/haiku-buildtools/binutils/bfd/
H A Dmach-o.h400 unsigned int cksum; member in struct:bfd_mach_o_prebind_cksum_command
H A Dmach-o.c3957 cmd->cksum = bfd_get_32 (abfd, raw.cksum);
/haiku-buildtools/gcc/fixincludes/
H A Dfixincl.c612 unsigned int cksum; local
627 cksum = (unsigned int)strtoul(p_test->pz_test_text, &fnm, 10);
654 return (sum == cksum) ? APPLY_FIX : SKIP_FIX;
/haiku-buildtools/binutils/binutils/
H A Dod-macho.c1620 bfd_mach_o_prebind_cksum_command *cksum = &cmd->command.prebind_cksum;
1621 printf (" 0x%08x\n", cksum->cksum);
1618 bfd_mach_o_prebind_cksum_command *cksum = &cmd->command.prebind_cksum; local

Completed in 133 milliseconds