| /freebsd/share/man/man7/ |
| H A D | orders.7 | 1 .\" $NetBSD: orders.7,v 1.6 2011/08/06 11:07:18 jruoho Exp $ 34 .Nm orders 35 .Nd orders of magnitude 69 The following table lists common orders of magnitude as a power of ten.
|
| H A D | Makefile | 25 orders.7 \
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGSDNodes.cpp | 739 SmallVectorImpl<std::pair<unsigned, MachineInstr*> > &Orders, in ProcessSDDbgValues() 775 Orders.push_back({DVOrder, DbgMI}); in ProcessSDDbgValues() 786 SmallVectorImpl<std::pair<unsigned, MachineInstr *>> &Orders, in ProcessSourceNode() argument 792 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, 0); in ProcessSourceNode() 802 Orders.push_back({Order, NewInsn}); in ProcessSourceNode() 807 ProcessSDDbgValues(N, DAG, Emitter, Orders, VRBaseMap, Order); in ProcessSourceNode() 856 SmallVector<std::pair<unsigned, MachineInstr*>, 32> Orders; in EmitSchedule() local 952 ProcessSourceNode(N, DAG, Emitter, VRBaseMap, Orders, Seen, NewInsn); in EmitSchedule() 964 ProcessSourceNode(SU->getNode(), DAG, Emitter, VRBaseMap, Orders, Seen, in EmitSchedule() 981 llvm::stable_sort(Orders, less_first()); in EmitSchedule() [all …]
|
| /freebsd/lib/msun/man/ |
| H A D | j0.3 | 80 compute the Bessel function of the first kind of orders 99 of orders 0 and 1 for the positive
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | InlineSpiller.cpp | 121 SmallVectorImpl<MachineDomTreeNode *> &Orders, 1409 SmallVectorImpl<MachineDomTreeNode *> &Orders, in getVisitOrders() argument 1466 // in Orders. Orders will be used for hoisting in runHoistSpills. in getVisitOrders() 1468 Orders.push_back(MDT.getNode(Root)); in getVisitOrders() 1470 MachineDomTreeNode *Node = Orders[idx++]; in getVisitOrders() 1473 Orders.push_back(Child); in getVisitOrders() 1475 } while (idx != Orders.size()); in getVisitOrders() 1476 assert(Orders.size() == WorkSet.size() && in getVisitOrders() 1477 "Orders have different size with WorkSet"); in getVisitOrders() 1480 LLVM_DEBUG(dbgs() << "Orders size is " << Orders.size() << "\n"); in getVisitOrders() [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
| H A D | white-hawk-csi-dsi.dtsi | 24 line-orders = <MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC 47 line-orders = <MEDIA_BUS_CSI2_CPHY_LINE_ORDER_ABC
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | video-interfaces.yaml | 213 line-orders: 226 An array of line orders of the CSI-2 C-PHY data lanes. The order of the 230 data-lanes property. If the line-orders property is omitted, the value
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | ConstantHoisting.cpp | 257 // in Orders. in findBestInsertionSet() 259 SmallVector<BasicBlock *, 16> Orders; in findBestInsertionSet() local 260 Orders.push_back(Entry); in findBestInsertionSet() 261 while (Idx != Orders.size()) { in findBestInsertionSet() 262 BasicBlock *Node = Orders[Idx++]; in findBestInsertionSet() 265 Orders.push_back(ChildDomNode->getBlock()); in findBestInsertionSet() 269 // Visit Orders in bottom-up order. in findBestInsertionSet() 276 InsertPtsMap.reserve(Orders.size() + 1); in findBestInsertionSet() 277 for (BasicBlock *Node : llvm::reverse(Orders)) { in findBestInsertionSet()
|
| /freebsd/tools/regression/sockets/unix_gc/ |
| H A D | unix_gc.c | 299 * various orders. 326 * endpoint, closing the endpoints in various orders. in twosome_drop() 354 * close in various orders and make sure all the fds went away. 567 * different orders.
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenRegisters.h | 316 // Allocation orders. Order[0] always contains all registers in Members. 317 std::vector<SmallVector<Record *, 16>> Orders; variable 455 ArrayRef<Record *> getOrder(unsigned No = 0) const { return Orders[No]; } 457 // Return the total number of allocation orders available. 458 unsigned getNumOrders() const { return Orders.size(); } in getNumOrders()
|
| H A D | CodeGenRegisters.cpp | 778 Orders.resize(1 + AltOrders->size()); in CodeGenRegisterClass() 783 Orders[0].push_back((*Elements)[i]); in CodeGenRegisterClass() 791 // Alternative allocation orders may be subsets. in CodeGenRegisterClass() 795 Orders[1 + i].append(Order.begin(), Order.end()); in CodeGenRegisterClass() 879 // Copy all allocation orders, filter out foreign registers from the larger in inheritProperties() 881 Orders.resize(Super.Orders.size()); in inheritProperties() 882 for (unsigned i = 0, ie = Super.Orders.size(); i != ie; ++i) in inheritProperties() 883 for (unsigned j = 0, je = Super.Orders[i].size(); j != je; ++j) in inheritProperties() 884 if (contains(RegBank.getReg(Super.Orders[i][j]))) in inheritProperties() 885 Orders[i].push_back(Super.Orders[i][j]); in inheritProperties()
|
| /freebsd/crypto/openssl/test/ |
| H A D | priority_queue_test.c | 58 static const char *orders[3] = { "unordered", "ascending", "descending" }; in test_size_t_priority_queue_int() local 61 count, orders[order], reserve ? "reserve" : "grow", in test_size_t_priority_queue_int()
|
| /freebsd/contrib/libcxxrt/ |
| H A D | atomic.h | 24 * C++11 memory orders. We only need a subset of them.
|
| /freebsd/tools/tools/nanobsd/pcengines/ |
| H A D | common.conf | 75 pprint 2 "last orders"
|
| /freebsd/contrib/bearssl/src/ec/ |
| H A D | ecdsa_atr.c | 62 * makes things simpler; this is enough for subgroup orders up in br_ecdsa_asn1_to_raw()
|
| /freebsd/sys/contrib/xen/io/ |
| H A D | libxenvchan.h | 76 * Only one of the two orders can be 10 (or 11).
|
| /freebsd/contrib/openbsm/sys/bsm/ |
| H A D | audit_internal.h | 79 * portable; when encoding and decoding, we must convert byte orders for
|
| /freebsd/sys/bsm/ |
| H A D | audit_internal.h | 81 * portable; when encoding and decoding, we must convert byte orders for
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | dump | 6 # We specify both byte orders in order to recognize byte-swapped dumps.
|
| H A D | msooxml | 51 # OpenOffice/Libreoffice orders ZIP entry differently, so check the 4th file
|
| H A D | olf | 10 # What're the correct byte orders for the nCUBE and the Fujitsu VPP500?
|
| /freebsd/tools/tools/nanobsd/rescue/ |
| H A D | common | 107 pprint 2 "last orders"
|
| /freebsd/usr.bin/ncal/ |
| H A D | ncal.1 | 224 Not all options are compatible and using them in different orders
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/ |
| H A D | marvell-nand.txt | 42 - marvell,nand-keep-config: orders the driver not to take the timings
|
| /freebsd/share/doc/papers/diskperf/ |
| H A D | equip.ms | 67 The UDA50 also orders disk requests to maximize throughput
|