| /freebsd-12-stable/contrib/gcc/ |
| D | timevar.h | 83 #define POP_TIMEVAR_AND_RETURN(TV, E) do { timevar_pop (TV); return (E); }while(0) argument 84 #define timevar_pop(TV) do { if (timevar_enable) timevar_pop_1 (TV); }while(0) argument 85 #define timevar_push(TV) do { if (timevar_enable) timevar_push_1 (TV); }while(0) argument
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Unix.h | 82 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument 83 return std::chrono::seconds(TV.tv_sec) + in toDuration() 84 std::chrono::microseconds(TV.tv_usec); in toDuration()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | att3b | 15 #0 beshort 0551 3b20 COFF executable (TV) 33 0 beshort 0561 WE32000 COFF executable (TV)
|
| D | intel | 20 0 leshort 0503 basic-16 executable (TV) 25 0 leshort 0511 x86 executable (TV)
|
| D | animation | 201 >8 string M4VH \b, Apple TV (.M4V) 473 >>4 belong&0xFFFFFF00 0x78043800 \b, HD-TV 1920P 475 >>4 belong&0xFFFFFF00 0x50002D00 \b, SD-TV 1280I 487 >>4 belong&0xFFFFFF00 0x2801E000 \b, LD-TV 640P
|
| /freebsd-12-stable/sys/gnu/dts/arm64/nvidia/ |
| D | tegra210-p2894-0050-a08.dts | 7 model = "NVIDIA Shield TV";
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/ |
| D | filesystem_common.h | 492 TimeVal TV = {}; 493 TV.tv_sec = ts.tv_sec; 494 TV.tv_usec = Convert(ts.tv_nsec); 495 return TV;
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | TrustNonnullChecker.cpp | 188 ConditionTruthVal TV = C.getState()->isNonNull(Receiver); in isNonNullPtr() local 189 if (TV.isConstrainedTrue()) in isNonNullPtr()
|
| /freebsd-12-stable/sys/arm/conf/ |
| D | YYHD18 | 1 # YYHD18 -- Custom configuration for the Yiyate Android TV box
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| D | HexagonHardwareLoops.cpp | 1507 int64_t TV; in checkForImmediate() local 1523 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate() 1536 TV = V2 | (static_cast<uint64_t>(V1) << 32); in checkForImmediate() 1548 TV = V1 | (V3 << 32); in checkForImmediate() 1550 TV = V3 | (V1 << 32); in checkForImmediate() 1564 Val = TV & 0xFFFFFFFFULL; in checkForImmediate() 1567 Val = (TV >> 32) & 0xFFFFFFFFULL; in checkForImmediate() 1570 Val = TV; in checkForImmediate()
|
| D | HexagonBitTracker.cpp | 861 BT::BitValue TV = R1[W1-1]; in evaluate() local 862 if (TV.is(0) || TV.is(1)) in evaluate() 863 return rr0(eCLB(R1, TV, 32), Outputs); in evaluate() 951 bool TV = (Opc == S2_tstbit_i); in evaluate() local 952 BT::BitValue F = V.is(TV) ? BT::BitValue::One : BT::BitValue::Zero; in evaluate()
|
| D | HexagonLoopIdiomRecognition.cpp | 1207 Value *TV = UseI->getOperand(1), *FV = UseI->getOperand(2); in classifyInst() local 1208 if (Early.count(TV) || Early.count(FV)) { in classifyInst() 1209 if (Late.count(TV) || Late.count(FV)) in classifyInst() 1212 } else if (Late.count(TV) || Late.count(FV)) { in classifyInst() 1213 if (Early.count(TV) || Early.count(FV)) in classifyInst()
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | TemplateBase.h | 138 struct TV { 147 struct TV TypeOrValue;
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | ste-href-family-pinctrl.dtsi | 85 "lcdaclk_b_1"; /* Clock line for TV-out */
|
| D | ste-nomadik-nhk15.dts | 131 0x010100e3 // TV out
|
| /freebsd-12-stable/tools/regression/usr.bin/env/ |
| D | regress-env.rgdata | 31 gblenv=TESTVAR=Global-TV-Value 45 stdout:A-Global-TV-Value-Z 246 stdout:WASTEST=Global-TV-Value
|
| /freebsd-12-stable/sys/dts/arm/ |
| D | yyhd18-m3.dts | 43 * My development unit is a Yiyate Android TV Box containing
|
| /freebsd-12-stable/share/misc/ |
| D | pci_vendors | 1499 4d52 Theater 550 PRO PCI [ATI TV Wonder 550] 3755 1458 216c Radeon HD 2600 XT, 256MB GDDR3, 2x DVI, TV-out, PCIe (GV-RX26T256H) 3986 ac02 TV Wonder HD 600 PCIe 4000 ac12 Theater HD T507 (DVB-T) TV tuner/capture device 6116 1681 c010 3D Prophet 4500 TV-Out 8189 1002 0001 TV-Wonder 8190 1002 0003 TV-Wonder/VE 8192 13e9 0070 Win/TV (Video Section) 8198 107d 6606 WinFast TV 2000 8199 11bd 0012 PCTV pro (TV + FM stereo receiver) [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 411 Value *TV; in ThreadBinOpOverSelect() local 414 TV = SimplifyBinOp(Opcode, SI->getTrueValue(), RHS, Q, MaxRecurse); in ThreadBinOpOverSelect() 417 TV = SimplifyBinOp(Opcode, LHS, SI->getTrueValue(), Q, MaxRecurse); in ThreadBinOpOverSelect() 423 if (TV == FV) in ThreadBinOpOverSelect() 424 return TV; in ThreadBinOpOverSelect() 427 if (TV && Q.isUndefValue(TV)) in ThreadBinOpOverSelect() 430 return TV; in ThreadBinOpOverSelect() 434 if (TV == SI->getTrueValue() && FV == SI->getFalseValue()) in ThreadBinOpOverSelect() 440 if ((FV && !TV) || (TV && !FV)) { in ThreadBinOpOverSelect() 443 Instruction *Simplified = dyn_cast<Instruction>(FV ? FV : TV); in ThreadBinOpOverSelect() [all …]
|
| /freebsd-12-stable/usr.bin/calendar/calendars/ |
| D | calendar.history | 38 01/12 Batman the TV series debuts on ABC, 1966 78 02/01 First TV soap: Secret Storm, 1954 567 10/11 "Saturday Night Live" premiers on NBC-TV, 1975 667 11/23 First broadcast of Dr. Who (longest running TV series), 1963
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| D | InstructionCombining.cpp | 1007 Value *TV = SI->getTrueValue(); in FoldOpIntoSelect() local 1009 if (!(isa<Constant>(TV) || isa<Constant>(FV))) in FoldOpIntoSelect() 1064 if ((areLooselyEqual(TV, Op0) && areLooselyEqual(FV, Op1)) || in FoldOpIntoSelect() 1065 (areLooselyEqual(FV, Op0) && areLooselyEqual(TV, Op1))) in FoldOpIntoSelect() 1070 Value *NewTV = foldOperationIntoSelectOperand(Op, TV, Builder); in FoldOpIntoSelect()
|
| D | InstCombineAddSub.cpp | 1385 Value *TV = SI->getTrueValue(); in visitAdd() local 1391 if (match(FV, m_Zero()) && match(TV, m_Sub(m_Value(N), m_Specific(A)))) in visitAdd() 1395 if (match(TV, m_Zero()) && match(FV, m_Sub(m_Value(N), m_Specific(A)))) in visitAdd()
|
| D | InstCombineAndOrXor.cpp | 3647 Value *TV = Sel->getTrueValue(); in visitXor() local 3649 auto *CmpT = dyn_cast<CmpInst>(TV); in visitXor() 3651 bool InvertibleT = (CmpT && CmpT->hasOneUse()) || isa<Constant>(TV); in visitXor() 3657 Sel->setTrueValue(ConstantExpr::getNot(cast<Constant>(TV))); in visitXor()
|
| /freebsd-12-stable/sys/gnu/dts/arm64/rockchip/ |
| D | rk3399-hugsun-x99.dts | 9 model = "Hugsun X99 TV BOX";
|
| /freebsd-12-stable/sys/dev/bktr/ |
| D | CHANGELOG.TXT | 5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879 441 Added GPIO audio values for the Askey/Dynalink TV card
|