HomeSort by: relevance | last modified time | path
    Searched refs:checksums (Results 1 - 21 of 21) sorted by relevancy

  /src/etc/etc.landisk/
Makefile.inc 14 # compute checksums
  /src/etc/etc.rs6000/
Makefile.inc 17 # compute checksums
  /src/external/apache2/llvm/dist/llvm/utils/docker/scripts/llvm_checksum/
llvm_checksum.py 2 """ A small program to compute checksums of LLVM checkout.
26 help="read checksums from reference_file and " +
27 "check they match checksums of llvm_path.")
52 checksums = ComputeLLVMChecksums(args.llvm_path, llvm_projects)
55 WriteLLVMChecksums(checksums, sys.stdout)
58 if not ValidateChecksums(reference_checksums, checksums, args.partial):
59 sys.stdout.write("Checksums differ.\nNew checksums:\n")
60 WriteLLVMChecksums(checksums, sys.stdout)
61 sys.stdout.write("Reference checksums:\n"
    [all...]
  /src/etc/etc.ews4800mips/
Makefile.inc 25 # compute checksums
  /src/etc/etc.ofppc/
Makefile.inc 40 # compute checksums
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 26 // If only a string table subsection is given, we find a checksums subsection.
31 const DebugChecksumsSubsectionRef &Checksums);
42 if (Strings && Checksums)
65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
68 bool hasChecksums() const { return Checksums != nullptr; }
78 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /src/etc/etc.sparc64/
Makefile.inc 41 # compute checksums
  /src/external/apache2/llvm/dist/llvm/utils/docker/
build_docker_image.sh 44 -c|--checksums name of a file, containing checksums of llvm checkout.
45 Script will fail if checksums of the checkout do not
124 -c|--checksums)
187 mkdir "$BUILD_DIR/checksums"
189 cp "$CHECKSUMS_FILE" "$BUILD_DIR/checksums/checksums.txt"
  /src/etc/etc.sparc/
Makefile.inc 51 # compute checksums
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
InputFile.cpp 169 // checksums. So we only set the strings if they're not already set.
195 for (const auto &Entry : SC.checksums()) {
233 auto Iter = SC.checksums().getArray().at(Offset);
234 if (Iter == SC.checksums().getArray().end()) {
  /src/crypto/external/apache2/openssl/dist/Configurations/
unix-Makefile.tmpl 1442 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
1447 | xargs ./util/fips-checksums.sh ) \
1448 > providers/fips-sources.checksums.new \
1449 && sha256sum providers/fips-sources.checksums.new \
1452 fips-checksums: providers/fips.checksum.new
1456 cp -p providers/fips-sources.checksums.new $(SRCDIR)/providers/fips-sources.checksums
1459 update-fips-checksums: $(SRCDIR)/providers/fips.checksum
1461 diff-fips-checksums: fips-checksums
    [all...]
  /src/crypto/external/bsd/openssl/dist/Configurations/
unix-Makefile.tmpl 1344 ( echo >&2 "ERROR: unifdef not in your \$$PATH, FIPS checksums not calculated"; \
1349 | xargs ./util/fips-checksums.sh ) \
1350 > providers/fips-sources.checksums.new \
1351 && sha256sum providers/fips-sources.checksums.new \
1354 fips-checksums: providers/fips.checksum.new
1358 cp -p providers/fips-sources.checksums.new $(SRCDIR)/providers/fips-sources.checksums
1361 update-fips-checksums: $(SRCDIR)/providers/fips.checksum
1363 diff-fips-checksums: fips-checksums
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
compareSumTests3 164 my(%results, @inc_changes, @exc_changes, %checksums);
  /src/external/gpl3/gcc.old/dist/contrib/
compareSumTests3 164 my(%results, @inc_changes, @exc_changes, %checksums);
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 57 | called with small counts: 20 bytes for IP header checksums and 40
58 | bytes for TCP ack checksums. For these small counts, testing for
106 | case is header checksums) so we give that the faster
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLDebugSections.cpp 117 std::vector<SourceFileChecksumEntry> Checksums;
129 const DebugChecksumsSubsectionRef &Checksums,
145 const DebugChecksumsSubsectionRef &Checksums,
321 IO.mapRequired("Checksums", Checksums);
406 for (const auto &CS : Checksums) {
417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings());
448 *SC.checksums(), InlineeLines.HasExtraFiles);
556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) {
557 auto Iter = Checksums.getArray().at(FileID)
    [all...]
  /src/sys/arch/m68k/m68k/
oc_cksum.s 53 | called with small counts: 20 bytes for IP header checksums and 40
54 | bytes for TCP ack checksums. For these small counts, testing for
101 | case is header checksums) so we give that the faster
  /src/external/bsd/ipf/dist/
HISTORY 57 3541655 test suite checksums incorrect
91 3532053 icmp6 checksums wrong
339 add patch to work with 4.0_STABLE delayed checksums
1338 Solaris2 needs to modify IP header checksums in ip_natin and ip_natout.
1579 Corrected bug where NAT recalculates checksums for fragments.
1581 make NAT recalculate UDP checksums (rather than setting them to 0),
  /src/sys/arch/mac68k/obio/
iwm.s 837 beq rsCkSum | Data read, continue with checksums
853 * While reading the sector data, three separate checksums are
907 * We have gotten the checksums allright, now look for the
1116 * c) adds up three 8 bit checksums, one for each of the bytes written.
  /src/external/gpl3/autoconf/dist/
maint.mk 1267 --no-print-checksums \
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
MasmParser.cpp 4621 return Warning(DirectiveLoc, "inconsistent use of MD5 checksums");

Completed in 49 milliseconds