Home
last modified time | relevance | path

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

123

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
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 …]
Dxray-extract.cpp57 FuncIdConversionHelper &FH) { in exportAsYAML() argument
68 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version}); in exportAsYAML()
/freebsd-12-stable/tools/tools/vt/keymaps/
Dconvert-keymap.pl111 open FH, "<$inputfile";
112 while (<FH>) {
152 close FH;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
DFDRRecordProducer.h38 FileBasedRecordProducer(const XRayFileHeader &FH, DataExtractor &DE, in FileBasedRecordProducer() argument
40 : Header(FH), E(DE), OffsetPtr(OP) {} in FileBasedRecordProducer()
/freebsd-12-stable/tests/sys/fs/fusefs/
Dutils.cc339 out.body.open.fh = FH; in expect_open()
366 out.body.open.fh = FH; in expect_opendir()
377 in.body.read.fh == FH && in expect_read()
399 in.body.readdir.fh == FH && in expect_readdir()
460 in.body.release.fh == FH); in expect_releasedir()
496 in.body.write.fh == FH && in expect_write()
523 in.body.write.fh == FH && in expect_write_7_8()
Dflush.cc54 in.body.flush.fh == FH); in expect_flush()
214 in.body.setlk.fh == FH); in TEST_F()
223 in.body.setlk.fh == FH); in TEST_F()
Drelease.cc59 in.body.release.fh == FH && in expect_release()
210 in.body.setlk.fh == FH); in TEST_F()
219 in.body.setlk.fh == FH); in TEST_F()
Dlocks.cc74 in.body.setlk.fh == FH && in expect_setlk()
91 in.body.setlkw.fh == FH && in expect_setlkw()
111 in.body.setlk.fh == FH && in expect_setlk()
258 in.body.getlk.fh == FH && in TEST_F()
319 in.body.getlk.fh == FH && in TEST_F()
376 in.body.getlk.fh == FH && in TEST_F()
441 in.body.getlk.fh == FH && in TEST_F()
Dread.cc205 in.body.read.fh == FH && in TEST_F()
217 in.body.read.fh == FH && in TEST_F()
288 in.body.read.fh == FH && in TEST_F()
300 in.body.read.fh == FH && in TEST_F()
445 expect_release(ino, FuseTest::FH); in TEST_F()
775 in.body.read.fh == Read::FH && in TEST_F()
892 in.body.read.fh == Read::FH); in TEST_F()
945 in.body.read.fh == Read::FH && in TEST_F()
1214 in.body.read.fh == Read::FH && in TEST_F()
Dfsync.cc66 in.body.fsync.fh == FH && in expect_fsync()
158 expect_release(ino, FH); in TEST_F()
Dfsyncdir.cc66 in.body.fsyncdir.fh == FH && in expect_fsyncdir()
Dutils.hh76 const static uint64_t FH = 0xdeadbeef1a7ebabe; member in FuseTest
Dcreate.cc463 out.body.create_7_8.open.fh = FH; in TEST_F()
466 expect_release(ino, FH); in TEST_F()
Dallow_other.cc88 expect_release(ino, FH); in TEST_F()
/freebsd-12-stable/contrib/sendmail/contrib/
Dmailprio120 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);
Dmail.local.linux92 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-12-stable/contrib/binutils/libiberty/
Dmd5.c263 #define FH(b, c, d) (b ^ c ^ d) macro
377 #define FX(b, c, d) FH (b, c, d) in md5_process_block()
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dmd5.c263 #define FH(b, c, d) (b ^ c ^ d) macro
377 #define FX(b, c, d) FH (b, c, d) in md5_process_block()
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DRISCVCompressInstEmitter.cpp582 std::string FH; in emitCompressInstEmitter() local
584 raw_string_ostream FuncH(FH); in emitCompressInstEmitter()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
DSystemZScheduleZ15.td199 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.*)?$")>;
DSystemZScheduleZ13.td197 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "L(Y|FH|RL|Mux)?$")>;
213 def : InstRW<[WLat1LSU, FXb, LSU, NormalGr], (instregex "L(FH|G)?AT$")>;
222 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "ST(Y|FH|RL|Mux)?$")>;
232 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|FH)?R(Asm.*)?$")>;
235 (instregex "LOC(G|FH|Mux)?(Asm.*)?$")>;
237 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>;
DSystemZScheduleZ14.td198 def : InstRW<[LSULatency, LSU, NormalGr], (instregex "L(Y|FH|RL|Mux)?$")>;
214 def : InstRW<[WLat1LSU, FXb, LSU, NormalGr], (instregex "L(FH|G)?AT$")>;
223 def : InstRW<[WLat1, FXb, LSU, NormalGr], (instregex "ST(Y|FH|RL|Mux)?$")>;
233 def : InstRW<[WLat2, FXa, NormalGr], (instregex "LOC(G|FH)?R(Asm.*)?$")>;
236 (instregex "LOC(G|FH|Mux)?(Asm.*)?$")>;
238 (instregex "STOC(G|FH|Mux)?(Asm.*)?$")>;
/freebsd-12-stable/contrib/gperf/src/
Dconfigure4369 :[FH]-) ac_tag=-:-;;
4370 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
4382 :[FH])
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DASTUnit.cpp2376 FixItHint &FH = FixIts.back(); in TranslateStoredDiagnostics() local
2377 FH.CodeToInsert = FixIt.CodeToInsert; in TranslateStoredDiagnostics()
2380 FH.RemoveRange = CharSourceRange::getCharRange(BL, EL); in TranslateStoredDiagnostics()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfoZfh.td1 //===-- RISCVInstrInfoFH.td - RISC-V 'FH' instructions -----*- tablegen -*-===//

123