Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/netbsd-tests/usr.bin/grep/
H A Dd_zgrep.out1 Front of the line
2 This is a another line with a Front and an ending
H A Dd_input3 Front of the line
4 This is a another line with a Front and an ending
H A Dd_begin_end_a.out1 Front of the line
H A Dd_begin_end_b.out1 This is a another line with a Front and an ending
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DA15SDOptimizer.cpp178 SmallVector<MachineInstr *, 8> Front; in eraseInstrWithNoUses() local
182 Front.push_back(MI); in eraseInstrWithNoUses()
184 while (Front.size() != 0) { in eraseInstrWithNoUses()
185 MI = Front.back(); in eraseInstrWithNoUses()
186 Front.pop_back(); in eraseInstrWithNoUses()
359 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
360 Front.push_back(MI); in elideCopiesAndPHIs()
361 while (Front.size() != 0) { in elideCopiesAndPHIs()
362 MI = Front.pop_back_val(); in elideCopiesAndPHIs()
377 Front.push_back(NewMI); in elideCopiesAndPHIs()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DFormatUtil.cpp37 StringRef Front = S.take_front(FinalLen / 2); in truncateStringMiddle() local
38 StringRef Back = S.take_back(Front.size()); in truncateStringMiddle()
39 return std::string(Front) + std::string("...") + std::string(Back); in truncateStringMiddle()
/freebsd-13.1/sys/contrib/device-tree/src/arm/
H A Darmada-385-clearfog-gtr.dtsi45 42 - Front LED1, or front panel CON1
54 52 - Front LED2, or front panel
55 53 - Front button
267 label = "Front Button";
H A Darmada-xp-openblocks-ax3-4.dts158 /* Front side USB 0 */
163 /* Front side USB 1 */
H A Dstih418-b2199.dts31 label = "Front Panel LED";
H A Dkirkwood-laplug.dts114 regulator-name = "USB Power Front";
H A Dstihxxx-b2120.dtsi13 label = "Front Panel LED";
H A Darmada-xp-gp.dts149 /* Front-side USB slot */
H A Dorion5x-lacie-d2-network.dts44 label = "Front Push Button";
H A Darmada-xp-netgear-rn2120.dts92 /* Front USB 2.0 port */
/freebsd-13.1/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
H A DDirectoryWatcher-linux.cpp107 DirectoryWatcher::Event Front = Events.front(); in pop_front_blocking() local
109 return Front; in pop_front_blocking()
/freebsd-13.1/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dbrcm,dpfe-cpu.txt1 DDR PHY Front End (DPFE) for Broadcom STB
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp635 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
636 if (Front == '_' || Front == '@') in demanglePE32ExternCFunc()
640 if (Front != '?') { in demanglePE32ExternCFunc()
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dti-am437x-vpfe.txt4 The Video Processing Front End (VPFE) is a key component for image capture
/freebsd-13.1/contrib/diff/doc/
H A Dfdl.texi78 as Front-Cover Texts or Back-Cover Texts, in the notice that says that
79 the Document is released under this License. A Front-Cover Text may
153 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on
286 You may add a passage of up to five words as a Front-Cover Text, and a
289 Front-Cover Text and one of Back-Cover Text may be added by (or
423 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
429 If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
435 the Front-Cover Texts being @var{list}, and with the Back-Cover Texts
/freebsd-13.1/sys/contrib/device-tree/src/powerpc/
H A Dxpedite5200.dts194 /* eTSEC1: Front panel port 0 */
243 /* eTSEC2: Front panel port 1 */
H A Dxpedite5200_xmon.dts198 /* eTSEC1: Front panel port 0 */
247 /* eTSEC2: Front panel port 1 */
/freebsd-13.1/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,asrc.txt5 output clock. The driver currently works as a Front End of DPCM with other Back
H A Dqcom,q6afe.txt1 Qualcomm Audio Front End (Q6AFE) binding
/freebsd-13.1/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt37 4 - Audio Front End Service.
/freebsd-13.1/sys/contrib/device-tree/Bindings/display/panel/
H A Dpanel-timing.yaml48 Active Front Sync Back

12