Home
last modified time | relevance | path

Searched refs:Pi (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Datan2_2u5.c
H A Datan2f_3u.c
H A Dacos_2u.c
/freebsd-src/sys/contrib/device-tree/Bindings/gpio/
H A Draspberrypi,firmware-gpio.txt1 Raspberry Pi GPIO expander
3 The Raspberry Pi 3 GPIO expander is controlled by the VC4 firmware. The
7 The Raspberry Pi GPIO expander node must be a child node of the Raspberry Pi
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp229 auto *Pi = dyn_cast<PiBlockDDGNode>(&N); in addNode() local
230 assert((!Root || Pi) && in addNode()
236 if (Pi) in addNode()
237 for (DDGNode *NI : Pi->getNodes()) in addNode()
238 PiBlockMap.insert(std::make_pair(NI, Pi)); in addNode()
246 auto *Pi = PiBlockMap.find(&N)->second; in getPiBlock() local
247 assert(!PiBlockMap.contains(Pi) && "Nested pi-blocks detected."); in getPiBlock()
248 return Pi; in getPiBlock()
H A DMemorySSAUpdater.cpp855 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() local
856 Pred = Pi; in applyInsertUpdates()
949 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() local
950 if (!AddedBlockSet.count(Pi)) in applyInsertUpdates()
951 PrevBlockSet.insert(Pi); in applyInsertUpdates()
952 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates()
1100 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates() local
1101 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()
/freebsd-src/contrib/file/magic/Magdir/
H A Dpc9858 # Yanagisawa Pi picture
59 #0 string Pi\x1A\0 Yanagisawa Pi picture
61 0 string Pi
64 >>>&3 ubyte 4 Yanagisawa Pi 16 color picture,
71 >>>&3 ubyte 8 Yanagisawa Pi 256 color picture
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dmicrochip,lan78xx.txt4 an external EEPROM, but some platforms (e.g. Raspberry Pi 3 B+) have neither.
20 /* Based on the configuration for a Raspberry Pi 3 B+ */
/freebsd-src/contrib/tcsh/nls/french/
H A Dset28 6 Piège Trace/BPT
10 8 Piège IOT
13 11 Piège EMT
/freebsd-src/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h3-orangepi-plus2e.dts44 * The Orange Pi Plus 2E is an extended version of the Orange Pi PC Plus,
51 model = "Xunlong Orange Pi Plus 2E";
H A Dsun8i-h2-plus-orangepi-r1.dts43 /* Orange Pi R1 is based on Orange Pi Zero design */
49 model = "Xunlong Orange Pi R1";
H A Dsun8i-h3-orangepi-plus.dts43 /* The Orange Pi Plus is an extended version of the Orange Pi 2 */
47 model = "Xunlong Orange Pi Plus / Plus 2";
H A Dsun8i-h3-bananapi-m2-plus-v1.2.dts11 model = "Banana Pi BPI-M2-Plus v1.2 H3";
/freebsd-src/sys/contrib/device-tree/src/arm/broadcom/
H A Dbcm2835-rpi-b.dts12 model = "Raspberry Pi Model B";
22 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-b-rev2.dts12 model = "Raspberry Pi Model B rev2";
22 * Taken from Raspberry-Pi-Rev-2.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-a.dts11 model = "Raspberry Pi Model A";
21 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-b-plus.dts12 model = "Raspberry Pi Model B+";
22 * Taken from Raspberry-Pi-B-Plus-V1.2-Schematics.pdf
H A Dbcm283x-rpi-led-deprecated.dtsi6 * Raspberry Pi boards. Please don't include this file
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp899 unsigned Pi = 0; in removeDeadStuffFromFunction()
902 for (unsigned E = FTy->getNumParams(); Pi != E; ++I, ++Pi) in removeDeadStuffFromFunction()
903 if (ArgAlive[Pi]) { in removeDeadStuffFromFunction()
906 AttributeSet Attrs = CallPAL.getParamAttrs(Pi); in removeDeadStuffFromFunction()
923 for (auto *E = CB.arg_end(); I != E; ++I, ++Pi) { in removeDeadStuffFromFunction()
925 ArgAttrVec.push_back(CallPAL.getParamAttrs(Pi)); in removeDeadStuffFromFunction()
901 unsigned Pi = 0; removeDeadStuffFromFunction() local
/freebsd-src/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-h616-orangepi-zero.dtsi5 * DT nodes common between Orange Pi Zero 2 and Orange Pi Zero 3.
H A Dsun50i-h5-bananapi-m2-plus.dts9 model = "Banana Pi BPI-M2-Plus H5";
H A Dsun50i-h5-bananapi-m2-plus-v1.2.dts10 model = "Banana Pi BPI-M2-Plus v1.2 H5";
/freebsd-src/sys/contrib/device-tree/Bindings/arm/bcm/
H A Draspberrypi,bcm2835-firmware.txt1 Raspberry Pi VideoCore firmware driver
/freebsd-src/sys/contrib/device-tree/src/arm64/realtek/
H A Drtd1395-bpi-m4.dts12 model = "Banana Pi BPI-M4";
/freebsd-src/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-rock-pi-4a.dts12 model = "Radxa ROCK Pi 4A";

12345