| /freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 89 const auto &FH = Records.getFileHeader(); in exportAsYAML() local 90 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC, in exportAsYAML() 91 FH.CycleFrequency}; in exportAsYAML() 108 const auto &FH = Records.getFileHeader(); in exportAsRAWv1() local 109 Writer.write(FH.Version); in exportAsRAWv1() 110 Writer.write(FH.Type); in exportAsRAWv1() 112 if (FH in exportAsRAWv1() 276 const auto &FH = Records.getFileHeader(); exportAsChromeTraceEventFormat() local [all...] |
| H A D | xray-extract.cpp | 58 FuncIdConversionHelper &FH) { in exportAsYAML() argument 69 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version}); in exportAsYAML()
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | copyright.pm | 25 open my $FH, 28 my $LINE = <$FH>; 29 close $FH;
|
| /freebsd/tools/tools/vt/keymaps/ |
| H A D | convert-keymap.pl | 110 open FH, "<$inputfile"; 111 while (<FH>) { 151 close FH;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/XRay/ |
| H A D | FDRRecordProducer.h | 38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer() argument 40 : Header(FH), E(DE), OffsetPtr(OP) {} in FileBasedRecordProducer()
|
| /freebsd/tests/sys/fs/fusefs/ |
| H A D | flush.cc | 52 in.body.flush.fh == FH); in expect_flush() 130 in.body.flush.fh == FH); in TEST_F() 242 in.body.setlk.fh == FH); in TEST_F() 251 in.body.setlk.fh == FH); in TEST_F()
|
| H A D | lseek.cc | 240 expect_release(ino, FuseTest::FH); in TEST_F() 359 in.body.lseek.fh == FH && in TEST_F() 394 in.body.lseek.fh == FH && in TEST_F() 432 in.body.lseek.fh == FH && in TEST_F() 468 in.body.lseek.fh == FH && in TEST_F() 506 in.body.lseek.fh == FH && in TEST_F()
|
| H A D | locks.cc | 72 in.body.setlk.fh == FH && in expect_setlk() 89 in.body.setlkw.fh == FH && in expect_setlkw() 109 in.body.setlk.fh == FH && in expect_setlk() 256 in.body.getlk.fh == FH && in TEST_F() 317 in.body.getlk.fh == FH && in TEST_F() 374 in.body.getlk.fh == FH && in TEST_F() 439 in.body.getlk.fh == FH && in TEST_F()
|
| H A D | release.cc | 60 in.body.release.fh == FH && in expect_release() 262 in.body.setlk.fh == FH); in TEST_F() 271 in.body.setlk.fh == FH); in TEST_F()
|
| H A D | utils.hh | 76 const static uint64_t FH = 0xdeadbeef1a7ebabe; member in FuseTest 196 uint64_t fh = FH);
|
| H A D | utils.cc | 346 out.body.open.fh = FH; in expect_open() 373 out.body.open.fh = FH; in expect_opendir() 407 in.body.readdir.fh == FH && in expect_readdir() 468 in.body.release.fh == FH); in expect_releasedir() 506 in.body.write.fh == FH && in expect_write() 536 in.body.write.fh == FH && in expect_write_7_8()
|
| H A D | read.cc | 218 in.body.read.fh == FH && in TEST_F() 230 in.body.read.fh == FH && in TEST_F() 301 in.body.read.fh == FH && in TEST_F() 313 in.body.read.fh == FH && in TEST_F() 458 expect_release(ino, FuseTest::FH); in TEST_F() 500 expect_release(ino, FuseTest::FH); in TEST_F() 828 in.body.read.fh == Read::FH && in TEST_F() 991 in.body.read.fh == Read::FH); in TEST_F() 1044 in.body.read.fh == Read::FH && in TEST_F() 1312 in.body.read.fh == Read::FH && in TEST_F() [all …]
|
| H A D | fsync.cc | 64 in.body.fsync.fh == FH && in expect_fsync() 156 expect_release(ino, FH); in TEST_F()
|
| H A D | fsyncdir.cc | 64 in.body.fsyncdir.fh == FH && in expect_fsyncdir()
|
| H A D | create.cc | 461 out.body.create_7_8.open.fh = FH; in TEST_F() 464 expect_release(ino, FH); in TEST_F()
|
| H A D | allow_other.cc | 83 expect_release(ino, FH); in TEST_F()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | OffloadBundler.cpp | 1216 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; in ListBundleIDsInFile() local 1217 assert(FH); in ListBundleIDsInFile() 1218 return FH->listBundleIDs(DecompressedInput); in ListBundleIDsInFile() 1343 std::unique_ptr<FileHandler> &FH = *FileHandlerOrErr; in BundleFiles() local 1344 assert(FH); in BundleFiles() 1347 if (Error Err = FH->WriteHeader(BufferStream, InputBuffers)) in BundleFiles() 1354 if (Error Err = FH->WriteBundleStart(BufferStream, Triple)) in BundleFiles() 1356 if (Error Err = FH->WriteBundle(BufferStream, **Input)) in BundleFiles() 1358 if (Error Err = FH->WriteBundleEnd(BufferStream, Triple)) in BundleFiles() 1388 return FH->finalizeOutputFile(); in BundleFiles() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonTfrCleanup.cpp | 122 ImmediateMap::iterator FL = IMap.find(SubL), FH = IMap.find(SubH); in getReg() local 123 if (FL == IMap.end() || FH == IMap.end()) in getReg() 125 Val = (FH->second << 32) | FL->second; in getReg()
|
| /freebsd/contrib/sendmail/contrib/ |
| H A D | mailprio | 120 X $sink = $source = "FH"; 134 X # zero the file (FH is hardcoded because truncate requires it, sigh) 135 X seek(FH, 0, 0) || die "$file: seek: $!\n"; 136 X truncate(FH, 0) || die "$file: truncate: $!\n"; 281 X local ($FH, $lock) = @_; 284 X $ret = flock($FH, $lock); 293 X $ret = fcntl($FH, ($lock & &LOCK_NB) ? &F_SETLK : &F_SETLKW, $flock);
|
| H A D | mail.local.linux | 92 MF9F4>2$B0`9FH`-RH`,B$)4@$`+N602Y8YD),`<>(H7W:1NC69,(`3$@<`)D 117 M@`,J@!,R0`/IC)MGL06H-#]RFT=.D+;4^994BV@VTLU_`C%EP+KJ6<0J@*FH 190 MM9>$X]=LB%J&V@)$-&4+R9"3`A$5]1\$&_CR$WYTH"8<0HK$,FH]355J30ZL
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CompressInstEmitter.cpp | 593 std::string FH; in emitCompressInstEmitter() local 595 raw_string_ostream FuncH(FH); in emitCompressInstEmitter() 621 OS << FH; in emitCompressInstEmitter() 879 OS << FH; in emitCompressInstEmitter()
|
| /freebsd/crypto/openssl/util/ |
| H A D | find-doc-nits | 929 open FH, catfile($config{sourcedir}, $missingfile) 931 while ( <FH> ) { 936 close FH;
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-armv8-sve.pl | 954 open(FH, '>', $filename) or die $!; 955 print FH $scripts; 956 close(FH);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCRegisterInfo.td | 159 // The FH and VFH registers have been marked as Artifical because there are no 165 def FH#Index : FPR<-1, "">; 172 def FHRC : RegisterClass<"PPC", [f64], 64, (sequence "FH%u", 0, 31)>; 197 def VSL#Index : VSRL<!cast<FPR>("F"#Index), !cast<FPR>("FH"#Index), "vs"#Index>,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ15.td | 199 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "L(Y|FH|RL|Mux)?$")>; 215 def : InstRW<[WLat1LSU, FXb, LSU, NormalGr], (instregex "L(FH|G)?AT$")>; 224 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "ST(Y|FH|RL|Mux)?$")>; 234 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|FH)?R(Asm.*)?$")>; 237 (instregex "LOC(G|FH|Mux)?(Asm.*)?$")>; 239 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>; 242 def : InstRW<[WLat2, FXa, NormalGr], (instregex "SEL(G|FH)?R(Asm.*)?$")>;
|