Home
last modified time | relevance | path

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

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDA15SDOptimizer.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.pop_back_val(); in eraseInstrWithNoUses()
358 SmallVector<MachineInstr *, 8> Front; in elideCopiesAndPHIs() local
359 Front.push_back(MI); in elideCopiesAndPHIs()
360 while (Front.size() != 0) { in elideCopiesAndPHIs()
361 MI = Front.pop_back_val(); in elideCopiesAndPHIs()
375 Front.push_back(NewMI); in elideCopiesAndPHIs()
383 Front.push_back(NewMI); in elideCopiesAndPHIs()
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/grep/
HDd_zgrep.out1 Front of the line
2 This is a another line with a Front and an ending
HDd_input3 Front of the line
4 This is a another line with a Front and an ending
HDd_begin_end_a.out1 Front of the line
HDd_begin_end_b.out1 This is a another line with a Front and an ending
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_ilist.h52 Elem* Front();
120 Elem* e = Front(); in PopFront()
135 Elem* IList<Base, Node, Elem>::Front() { in Front() function
HDtsan_rtl.cpp156 auto part = parts->Front(); in DoResetImpl()
180 trace->local_head = parts->Front(); in DoResetImpl()
919 trace, trace->parts.Front(), part, pos); in TraceSkipGap()
1033 trace->parts.Front(), trace->parts.Back(), in TraceSwitchPartImpl()
HDtsan_rtl_report.cpp357 TracePart *part = trace->parts.Front(); in TraceReplay()
467 first_part = trace->parts.Front(); in RestoreStack()
485 trace->parts.Front(), last_part, last_pos); in RestoreStack()
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDarmada-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";
HDarmada-xp-openblocks-ax3-4.dts158 /* Front side USB 0 */
163 /* Front side USB 1 */
HDstih418-b2199.dts31 label = "Front Panel LED";
HDkirkwood-laplug.dts114 regulator-name = "USB Power Front";
HDstihxxx-b2120.dtsi13 label = "Front Panel LED";
HDorion5x-lacie-d2-network.dts44 label = "Front Push Button";
HDarmada-xp-gp.dts149 /* Front-side USB slot */
/freebsd-13-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/linux/
HDDirectoryWatcher-linux.cpp108 DirectoryWatcher::Event Front = Events.front(); in pop_front_blocking() local
110 return Front; in pop_front_blocking()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/memory-controllers/
Dbrcm,dpfe-cpu.txt1 DDR PHY Front End (DPFE) for Broadcom STB
/freebsd-13-stable/sys/contrib/device-tree/Bindings/media/
HDti-am437x-vpfe.txt4 The Video Processing Front End (VPFE) is a key component for image capture
/freebsd-13-stable/contrib/diff/doc/
HDfdl.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-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
HDSymbolize.cpp722 char Front = SymbolName.empty() ? '\0' : SymbolName[0]; in demanglePE32ExternCFunc() local
726 if (Front != '?') { in demanglePE32ExternCFunc()
743 if (!IsVectorCall && (Front == '_' || Front == '@')) in demanglePE32ExternCFunc()
/freebsd-13-stable/sys/contrib/device-tree/src/powerpc/
HDxpedite5200.dts194 /* eTSEC1: Front panel port 0 */
243 /* eTSEC2: Front panel port 1 */
HDxpedite5200_xmon.dts198 /* eTSEC1: Front panel port 0 */
247 /* eTSEC2: Front panel port 1 */
/freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/
Dfsl,asrc.txt5 output clock. The driver currently works as a Front End of DPCM with other Back
Dqcom,q6afe.txt1 Qualcomm Audio Front End (Q6AFE) binding
/freebsd-13-stable/sys/contrib/device-tree/Bindings/soc/qcom/
Dqcom,apr.txt37 4 - Audio Front End Service.

123