| /freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/ |
| D | xray-converter.cpp | 80 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 …]
|
| D | xray-extract.cpp | 57 FuncIdConversionHelper &FH) { in exportAsYAML() argument 68 ExtractSymbolize ? FH.SymbolOrNumber(*FuncId) : "", Sled.Version}); in exportAsYAML()
|
| /freebsd-12-stable/tools/tools/vt/keymaps/ |
| D | convert-keymap.pl | 111 open FH, "<$inputfile"; 112 while (<FH>) { 152 close FH;
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/ |
| D | FDRRecordProducer.h | 38 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/ |
| D | utils.cc | 339 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()
|
| D | flush.cc | 54 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()
|
| D | release.cc | 59 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()
|
| D | locks.cc | 74 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()
|
| D | read.cc | 205 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()
|
| D | fsync.cc | 66 in.body.fsync.fh == FH && in expect_fsync() 158 expect_release(ino, FH); in TEST_F()
|
| D | fsyncdir.cc | 66 in.body.fsyncdir.fh == FH && in expect_fsyncdir()
|
| D | utils.hh | 76 const static uint64_t FH = 0xdeadbeef1a7ebabe; member in FuseTest
|
| D | create.cc | 463 out.body.create_7_8.open.fh = FH; in TEST_F() 466 expect_release(ino, FH); in TEST_F()
|
| D | allow_other.cc | 88 expect_release(ino, FH); in TEST_F()
|
| /freebsd-12-stable/contrib/sendmail/contrib/ |
| 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);
|
| 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-12-stable/contrib/binutils/libiberty/ |
| D | md5.c | 263 #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/ |
| D | md5.c | 263 #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/ |
| D | RISCVCompressInstEmitter.cpp | 582 std::string FH; in emitCompressInstEmitter() local 584 raw_string_ostream FuncH(FH); in emitCompressInstEmitter()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| 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.*)?$")>;
|
| D | SystemZScheduleZ13.td | 197 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.*)?$")>;
|
| D | SystemZScheduleZ14.td | 198 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/ |
| D | configure | 4369 :[FH]-) ac_tag=-:-;; 4370 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; 4382 :[FH])
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/ |
| D | ASTUnit.cpp | 2376 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/ |
| D | RISCVInstrInfoZfh.td | 1 //===-- RISCVInstrInfoFH.td - RISC-V 'FH' instructions -----*- tablegen -*-===//
|