Home
last modified time | relevance | path

Searched refs:FH (Results 1 – 25 of 189) sorted by relevance

12345678

/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmd5.c292 #define FH(b, c, d) (b ^ c ^ d) macro
408 OP (FH, A, B, C, D, 5, 4, 0xfffa3942); in md5_process_block()
409 OP (FH, D, A, B, C, 8, 11, 0x8771f681); in md5_process_block()
410 OP (FH, C, D, A, B, 11, 16, 0x6d9d6122); in md5_process_block()
411 OP (FH, B, C, D, A, 14, 23, 0xfde5380c); in md5_process_block()
412 OP (FH, A, B, C, D, 1, 4, 0xa4beea44); in md5_process_block()
413 OP (FH, D, A, B, C, 4, 11, 0x4bdecfa9); in md5_process_block()
414 OP (FH, C, D, A, B, 7, 16, 0xf6bb4b60); in md5_process_block()
415 OP (FH, B, C, D, A, 10, 23, 0xbebfbc70); in md5_process_block()
416 OP (FH, A, B, C, D, 13, 4, 0x289b7ec6); in md5_process_block()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-converter.cpp80 const auto &FH = Records.getFileHeader(); in exportAsYAML() local
81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, in exportAsYAML()
82 FH.CycleFrequency}; in exportAsYAML()
99 const auto &FH = Records.getFileHeader(); in exportAsRAWv1() local
100 Writer.write(FH.Version); in exportAsRAWv1()
101 Writer.write(FH.Type); in exportAsRAWv1()
103 if (FH.ConstantTSC) in exportAsRAWv1()
105 if (FH.NonstopTSC) in exportAsRAWv1()
108 Writer.write(FH.CycleFrequency); in exportAsRAWv1()
146 if (FH.Version >= 3) in exportAsRAWv1()
[all …]
H A Dxray-extract.cpp57 FuncIdConversionHelper &FH) { in exportAsYAML() argument
68 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version}); in exportAsYAML()
/netbsd-src/external/bsd/nvi/dist/perl_scripts/
H A Dmake.pl14 local (*FH);
15 open FH, "make 2>&1 |";
16 ::push_tags(\*FH);
17 close FH;
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dcopyright.pm25 open my $FH,
28 my $LINE = <$FH>;
29 close $FH;
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A Dcopyright.pm23 open my $FH,
26 my $LINE = <$FH>;
27 close $FH;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Dtestsock.pl34 open FH, "< $fn" or die "open < $fn: $!\n";
35 while (<FH>) {
39 close FH;
H A Dfromhex.pl30 open FH, "<$filename" or die "$filename: $!";
H A Dpacket.pl117 open FH, "<$filename" or die "$filename: $!";
/netbsd-src/external/bsd/ipf/dist/perl/
H A Dipfmeta.pl18 open(FH, "$objfile") || die "cannot open $objfile: $!\n";
20 while (<FH>) {
28 close(FH) || die "cannot close $objfile: $!\n";
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/
H A Dfind-doc-nits517 open FH, "./apps/openssl list -1 -commands|"
519 while ( <FH> ) {
523 close FH;
537 open FH, "./apps/openssl list --missing-help |"
539 while ( <FH> ) {
545 close FH;
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp848 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; in BundleFiles() local
849 assert(FH); in BundleFiles()
852 if (Error Err = FH->WriteHeader(OutputFile, InputBuffers)) in BundleFiles()
859 if (Error Err = FH->WriteBundleStart(OutputFile, Triple)) in BundleFiles()
861 if (Error Err = FH->WriteBundle(OutputFile, **Input)) in BundleFiles()
863 if (Error Err = FH->WriteBundleEnd(OutputFile, Triple)) in BundleFiles()
886 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; in ListBundleIDsInFile() local
887 assert(FH); in ListBundleIDsInFile()
888 return FH->listBundleIDs(Input); in ListBundleIDsInFile()
907 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; in UnbundleFiles() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer() argument
40 : Header(FH), E(DE), OffsetPtr(OP) {} in FileBasedRecordProducer()
/netbsd-src/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm188 local(*FH);
189 if(open(FH, $extra)) {
190 my($libs) = <FH>; chomp $libs;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/reclimit/ans2/
H A Dans.pl46 open(FH, "<", "ans.limit");
47 my $line = <FH>;
49 close FH;
/netbsd-src/external/mpl/bind/dist/bin/tests/system/reclimit/ans4/
H A Dans.pl46 open(FH, "<", "ans.limit");
47 my $line = <FH>;
49 close FH;
/netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/
H A Dtexi2html4609 undef $FH;
4616 $FH = \*FILE;
4626 if ($FH)
4629 &$T2H_print_chapter_footer($FH) if $T2H_SPLIT eq 'chapter';
4630 &$T2H_print_page_foot($FH);
4631 close($FH);
4632 undef $FH;
4713 if (! defined($FH))
4719 $FH = \*FILE;
4720 &$T2H_print_page_head($FH);
[all …]
/netbsd-src/external/mpl/bind/dist/bin/tests/system/formerr/
H A Dformerr.pl67 open FH, "<$filename" or die "$filename: $!";
/netbsd-src/sys/dev/pcmcia/
H A Dfiles.pcmcia81 # Raylink/WebGear WLAN IEEE 802.11 FH
86 # AMD 79c930-based 802.11 cards (including BayStack 650 FH card).
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dfind-doc-nits878 open FH, catfile($config{sourcedir}, $missingfile)
880 while ( <FH> ) {
885 close FH;
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d) in md5_process_block()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d) in md5_process_block()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d) in md5_process_block()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dmd5.c274 #define FH(b, c, d) (b ^ c ^ d) macro
387 #define FX(b, c, d) FH (b, c, d) in md5_process_block()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp582 std::string FH; in emitCompressInstEmitter() local
584 raw_string_ostream FuncH(FH); in emitCompressInstEmitter()

12345678