Home
last modified time | relevance | path

Searched refs:TV (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
Dtimevar.h83 #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/
DUnix.h82 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/
Datt3b15 #0 beshort 0551 3b20 COFF executable (TV)
33 0 beshort 0561 WE32000 COFF executable (TV)
Dintel20 0 leshort 0503 basic-16 executable (TV)
25 0 leshort 0511 x86 executable (TV)
Danimation201 >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/
Dtegra210-p2894-0050-a08.dts7 model = "NVIDIA Shield TV";
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
Dfilesystem_common.h492 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/
DTrustNonnullChecker.cpp188 ConditionTruthVal TV = C.getState()->isNonNull(Receiver); in isNonNullPtr() local
189 if (TV.isConstrainedTrue()) in isNonNullPtr()
/freebsd-12-stable/sys/arm/conf/
DYYHD181 # YYHD18 -- Custom configuration for the Yiyate Android TV box
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1507 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()
DHexagonBitTracker.cpp861 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()
DHexagonLoopIdiomRecognition.cpp1207 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/
DTemplateBase.h138 struct TV {
147 struct TV TypeOrValue;
/freebsd-12-stable/sys/gnu/dts/arm/
Dste-href-family-pinctrl.dtsi85 "lcdaclk_b_1"; /* Clock line for TV-out */
Dste-nomadik-nhk15.dts131 0x010100e3 // TV out
/freebsd-12-stable/tools/regression/usr.bin/env/
Dregress-env.rgdata31 gblenv=TESTVAR=Global-TV-Value
45 stdout:A-Global-TV-Value-Z
246 stdout:WASTEST=Global-TV-Value
/freebsd-12-stable/sys/dts/arm/
Dyyhd18-m3.dts43 * My development unit is a Yiyate Android TV Box containing
/freebsd-12-stable/share/misc/
Dpci_vendors1499 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/
DInstructionSimplify.cpp411 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/
Dcalendar.history38 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/
DInstructionCombining.cpp1007 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()
DInstCombineAddSub.cpp1385 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()
DInstCombineAndOrXor.cpp3647 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/
Drk3399-hugsun-x99.dts9 model = "Hugsun X99 TV BOX";
/freebsd-12-stable/sys/dev/bktr/
DCHANGELOG.TXT5 * and TV Tuner cards using the Brooktree Bt848, Bt848A, Bt849A, Bt878, Bt879
441 Added GPIO audio values for the Askey/Dynalink TV card

12