Home
last modified time | relevance | path

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

123456

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDG.cpp230 auto *Pi = dyn_cast<PiBlockDDGNode>(&N); in addNode() local
231 assert((!Root || Pi) && in addNode()
237 if (Pi) in addNode()
238 for (DDGNode *NI : Pi->getNodes()) in addNode()
239 PiBlockMap.insert(std::make_pair(NI, Pi)); in addNode()
247 auto *Pi = PiBlockMap.find(&N)->second; in getPiBlock() local
248 assert(PiBlockMap.find(Pi) == PiBlockMap.end() && in getPiBlock()
250 return Pi; in getPiBlock()
H A DMemorySSAUpdater.cpp876 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() local
877 Pred = Pi; in applyInsertUpdates()
970 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BB)) { in applyInsertUpdates() local
971 if (!AddedBlockSet.count(Pi)) in applyInsertUpdates()
972 PrevBlockSet.insert(Pi); in applyInsertUpdates()
973 EdgeCountMap[{Pi, BB}]++; in applyInsertUpdates()
1121 for (auto *Pi : GD->template getChildren</*InverseEdge=*/true>(BBIDF)) in applyInsertUpdates() local
1122 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()
/netbsd-src/sys/arch/arm/dts/overlays/
H A Dsunxi-h3-h5-orangepi-zero-nas.dts30 * Overlay for the Orange Pi Zero NAS expansion board for Orange Pi Zero
31 * and Orange Pi Zero Plus.
33 …ps://www.aliexpress.com/item/Orange-Pi-Zero-NAS-Expansion-board-Interface-board-Development-board-…
/netbsd-src/external/bsd/file/dist/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
/netbsd-src/external/broadcom/rpi-firmware/dist/
H A DLICENCE.broadcom2 Copyright (c) 2015, Raspberry Pi (Trading) Ltd
10 running or using a Raspberry Pi device, or authorised derivative
11 device manufactured via the element14 Raspberry Pi Customization Service
/netbsd-src/external/broadcom/bwfm/dist/
H A Dbrcmfmac43430-sdio.raspberrypi,3-model-b.txt2 # (C) Copyright 2018 Raspberry Pi (Trading) Ltd.
4 # Raspberry Pi 3 Model B
H A Dbrcmfmac43455-sdio.raspberrypi,3-model-b-plus.txt2 # (C) Copyright 2018 Raspberry Pi (Trading) Ltd.
4 # Raspberry Pi 3 Model B+
H A Dbrcmfmac43455-sdio.raspberrypi,4-model-b.txt2 # (C) Copyright 2018 Raspberry Pi (Trading) Ltd.
4 # Raspberry Pi 4 Model B
/netbsd-src/sys/arch/evbarm/conf/
H A Dstd.rpi3 # standard NetBSD/evbarm for Raspberry Pi options
8 # Pull in Raspberry Pi config definitions.
H A DREADME.evbarm46 RPI 2012/07/26 Raspberry Pi
47 RPI2 2015/03/04 Raspberry Pi 2
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
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 */
47 model = "Xunlong Orange Pi R1";
H A Dbcm2835-rpi-a.dts9 model = "Raspberry Pi Model A";
25 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-b.dts10 model = "Raspberry Pi Model B";
26 * Taken from Raspberry-Pi-Rev-1.0-Model-AB-Schematics.pdf
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 Dbcm2835-rpi-b-rev2.dts10 model = "Raspberry Pi Model B rev2";
26 * Taken from Raspberry-Pi-Rev-2.0-Model-AB-Schematics.pdf
H A Dbcm2835-rpi-b-plus.dts10 model = "Raspberry Pi Model B+";
33 * Taken from Raspberry-Pi-B-Plus-V1.2-Schematics.pdf
H A Dsuniv-f1c100s-licheepi-nano.dts10 model = "Lichee Pi Nano";
H A Dsun8i-h3-bananapi-m2-plus-v1.2.dts11 model = "Banana Pi BPI-M2-Plus v1.2 H3";
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp898 unsigned Pi = 0; in RemoveDeadStuffFromFunction() local
901 for (unsigned E = FTy->getNumParams(); Pi != E; ++I, ++Pi) in RemoveDeadStuffFromFunction()
902 if (ArgAlive[Pi]) { in RemoveDeadStuffFromFunction()
905 AttributeSet Attrs = CallPAL.getParamAttributes(Pi); in RemoveDeadStuffFromFunction()
922 for (auto E = CB.arg_end(); I != E; ++I, ++Pi) { in RemoveDeadStuffFromFunction()
924 ArgAttrVec.push_back(CallPAL.getParamAttributes(Pi)); in RemoveDeadStuffFromFunction()
/netbsd-src/sys/arch/m68k/fpsp/
H A Dssin.sa56 * input argument X such that |X| < 15Pi, which is the usual
64 * 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7.
66 * 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
86 * 9. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 3.
89 * 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6.
91 * 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
112 * 8. Overwrite X by X := X rem 2Pi. Now that |X| <= Pi, go back to 2.
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDDG.h374 auto *Pi = new PiBlockDDGNode(L); in createPiBlock() local
375 assert(Pi && "Failed to allocate memory for pi-block node."); in createPiBlock()
376 Graph.addNode(*Pi); in createPiBlock()
377 return *Pi; in createPiBlock()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-orangepi-win.dts382 /* On Pi-2 connector, RTS/CTS optional */
389 /* On Pi-2 connector, RTS/CTS optional */
396 /* On Pi-2 connector (labeled for SPI1), RTS/CTS optional */
H A Dsun50i-h5-bananapi-m2-plus.dts9 model = "Banana Pi BPI-M2-Plus H5";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3399-rock-pi-4a.dts11 model = "Radxa ROCK Pi 4A";

123456