Searched refs:FH (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, argument
40 : Header(FH), E(DE), OffsetPtr(OP) {}
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-converter.cpp80 const auto &FH = Records.getFileHeader(); local
81 Trace.Header = {FH.Version, FH.Type, FH.ConstantTSC, FH.NonstopTSC,
82 FH.CycleFrequency};
99 const auto &FH = Records.getFileHeader(); local
100 Writer.write(FH.Version);
101 Writer.write(FH.Type);
103 if (FH
267 const auto &FH = Records.getFileHeader(); local
[all...]
H A Dxray-extract.cpp57 FuncIdConversionHelper &FH) {
68 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version});
56 exportAsYAML(const InstrumentationMap &Map, raw_ostream &OS, FuncIdConversionHelper &FH) argument
/freebsd-13-stable/tools/tools/vt/keymaps/
H A Dconvert-keymap.pl111 open FH, "<$inputfile";
112 while (<FH>) {
152 close FH;
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dlseek.cc215 in.body.lseek.fh == FH &&
248 in.body.lseek.fh == FH &&
283 in.body.lseek.fh == FH &&
316 in.body.lseek.fh == FH &&
351 in.body.lseek.fh == FH &&
H A Dflush.cc54 in.body.flush.fh == FH);
214 in.body.setlk.fh == FH);
223 in.body.setlk.fh == FH);
H A Drelease.cc59 in.body.release.fh == FH &&
210 in.body.setlk.fh == FH);
219 in.body.setlk.fh == FH);
H A Dutils.cc338 out.body.open.fh = FH;
365 out.body.open.fh = FH;
376 in.body.read.fh == FH &&
398 in.body.readdir.fh == FH &&
459 in.body.release.fh == FH);
495 in.body.write.fh == FH &&
522 in.body.write.fh == FH &&
H A Dutils.hh74 const static uint64_t FH = 0xdeadbeef1a7ebabe; member in class:FuseTest
157 * file handle FH.
H A Dfsync.cc66 in.body.fsync.fh == FH &&
158 expect_release(ino, FH);
H A Dlocks.cc74 in.body.setlk.fh == FH &&
91 in.body.setlkw.fh == FH &&
111 in.body.setlk.fh == FH &&
258 in.body.getlk.fh == FH &&
302 in.body.getlk.fh == FH &&
H A Dread.cc161 in.body.read.fh == FH &&
173 in.body.read.fh == FH &&
244 in.body.read.fh == FH &&
256 in.body.read.fh == FH &&
565 in.body.read.fh == Read::FH &&
611 in.body.read.fh == Read::FH &&
803 in.body.read.fh == Read::FH &&
H A Dfsyncdir.cc66 in.body.fsyncdir.fh == FH &&
H A Dallow_other.cc88 expect_release(ino, FH);
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRISCVCompressInstEmitter.cpp597 std::string FH; local
599 raw_string_ostream FuncH(FH);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2402 FixItHint &FH = FixIts.back(); local
2403 FH.CodeToInsert = FixIt.CodeToInsert;
2406 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL);
/freebsd-13-stable/contrib/bmake/
H A Dconfigure7192 :[FH]-) ac_tag=-:-;;
7193 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
7205 :[FH])
/freebsd-13-stable/contrib/ldns/drill/
H A Dconfigure6453 :[FH]-) ac_tag=-:-;;
6454 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
6466 :[FH])
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp3306 for (const auto &FH : Fixits)
3307 R->addFixItHint(FH);
/freebsd-13-stable/contrib/sqlite3/tea/
H A Dconfigure9751 :[FH]-) ac_tag=-:-;;
9752 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9764 :[FH])
/freebsd-13-stable/contrib/tcpdump/
H A Dconfigure9311 :[FH]-) ac_tag=-:-;;
9312 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
9324 :[FH])
/freebsd-13-stable/contrib/libpcap/
H A Dconfigure12178 :[FH]-) ac_tag=-:-;;
12179 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12191 :[FH])
/freebsd-13-stable/contrib/sqlite3/
H A Dconfigure15245 :[FH]-) ac_tag=-:-;;
15246 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15258 :[FH])
/freebsd-13-stable/contrib/file/
H A Dconfigure16523 :[FH]-) ac_tag=-:-;;
16524 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16536 :[FH])
/freebsd-13-stable/contrib/openbsm/
H A Dconfigure15657 :[FH]-) ac_tag=-:-;;
15658 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15670 :[FH])

Completed in 584 milliseconds

12