Home
last modified time | relevance | path

Searched refs:Vectors (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt26 # 4. MSI-X Vectors: 1088. A complication here is that the PCI-E SR-IOV
28 # same umber of MSI-X Vectors as the base Physical Function.
54 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
62 # 8 Ingress Queue/MSI-X Vectors per application function
64 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
176 # NMSIX = 1088 # available MSI-X Vectors
191 # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less
199 # NMSIX_NIC = 32 # NIC MSI-X Interrupt Vectors (FLIQ)
206 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
213 # NMSIX_RDMA = 4 # RDMA MSI-X Interrupt Vectors (FLIQ)
[all …]
H A Dt6fw_cfg_fpga.txt25 # 4. MSI-X Vectors: 1088.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
47 # 16 Ingress Queue/MSI-X Vectors per application function
49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
188 # NMSIX = 1088 # available MSI-X Vectors
203 # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less
211 # NMSIX_NIC = 32 # NIC MSI-X Interrupt Vectors (FLIQ)
218 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
225 # NMSIX_RDMA = 4 # RDMA MSI-X Interrupt Vectors (FLIQ)
236 # NMSIX_ISCSI = 4 # ISCSI MSI-X Interrupt Vectors (FLIQ)
[all …]
H A Dt4fw_cfg_uwire.txt26 # 4. MSI-X Vectors: 1088. A complication here is that the PCI-E SR-IOV
28 # same umber of MSI-X Vectors as the base Physical Function.
54 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
62 # 8 Ingress Queue/MSI-X Vectors per application function
64 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
159 # NMSIX = 1088 # available MSI-X Vectors
174 # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less
182 # NMSIX_NIC = 32 # NIC MSI-X Interrupt Vectors (FLIQ)
189 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
196 # NMSIX_RDMA = 4 # RDMA MSI-X Interrupt Vectors (FLIQ)
[all …]
H A Dt5fw_cfg_uwire.txt25 # 4. MSI-X Vectors: 1088.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
47 # 8 Ingress Queue/MSI-X Vectors per application function
49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
194 # NMSIX = 1088 # available MSI-X Vectors
209 # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less
217 # NMSIX_NIC = 32 # NIC MSI-X Interrupt Vectors (FLIQ)
224 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
231 # NMSIX_RDMA = 4 # RDMA MSI-X Interrupt Vectors (FLIQ)
242 # NMSIX_ISCSI = 4 # ISCSI MSI-X Interrupt Vectors (FLIQ)
[all …]
H A Dt6fw_cfg_uwire.txt25 # 4. MSI-X Vectors: 1088.
39 # Ingress Queues and MSI-X Vectors to allow up to some number of CPUs
47 # 16 Ingress Queue/MSI-X Vectors per application function
49 # for a total of 96 Ingress Queues and MSI-X Vectors on the Unified PF.
211 # NMSIX = 1088 # available MSI-X Vectors
226 # Thus, the number of MSI-X Vectors assigned to the Unified PF will be less
234 # NMSIX_NIC = 32 # NIC MSI-X Interrupt Vectors (FLIQ)
241 # NMSIX_OFLD = 16 # Offload MSI-X Interrupt Vectors (FLIQ)
248 # NMSIX_RDMA = 4 # RDMA MSI-X Interrupt Vectors (FLIQ)
259 # NMSIX_ISCSI = 4 # ISCSI MSI-X Interrupt Vectors (FLIQ)
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp356 SmallVector<Value *, 16> Vectors; member in __anon821fcdb70111::LowerMatrixIntrinsics::MatrixTy
364 MatrixTy(ArrayRef<Value *> Vectors) in MatrixTy() argument
365 : Vectors(Vectors.begin(), Vectors.end()), in MatrixTy()
376 Value *getVector(unsigned i) const { return Vectors[i]; } in getVector()
379 return Vectors[i]; in getColumn()
383 return Vectors[i]; in getRow()
386 void setVector(unsigned i, Value *V) { Vectors[i] = V; } in setVector()
398 return Vectors.size(); in getNumColumns()
400 assert(Vectors.size() > 0 && "Cannot call getNumRows without columns"); in getNumColumns()
401 return cast<FixedVectorType>(Vectors[0]->getType())->getNumElements(); in getNumColumns()
[all …]
/freebsd/contrib/googletest/docs/
H A Dprimer.md126 ASSERT_EQ(x.size(), y.size()) << "Vectors x and y are of unequal length";
129 EXPECT_EQ(x[i], y[i]) << "Vectors x and y differ at index " << i;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCallingConv.td248 // Vectors and float128 get 16-byte stack slots that are 16-byte aligned.
H A DPPC.td296 "Vectors use two units">;
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CallingConv.td179 // Vectors get 16-byte stack slots that are 16-byte aligned.
619 // Vectors get 16-byte stack slots that are 16-byte aligned.
H A DX86InstrSSE.td126 // AVX & SSE - Zero/One Vectors
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_ss.txt15 # https://github.com/patrickfav/singlestep-kdf/wiki/NIST-SP-800-56C-Rev1:-Non-Official-Test-Vectors
H A Devpciph_aes_siv.txt78 Title = Wycheproof Test Vectors
H A Devpciph_aes_ccm_cavs.txt9 # Tests from NIST CCM Test Vectors (SP800-38C)
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp10403 // Vectors of different sizes - resize and reshuffle. in performExtractsShuffleAction()
10834 SmallVector<std::pair<Value *, SmallVector<int>>> Vectors = in tryToGatherSingleRegisterExtractElements() local
10836 stable_sort(Vectors, [](const auto &P1, const auto &P2) { in tryToGatherSingleRegisterExtractElements()
10843 if (!Vectors.empty()) { in tryToGatherSingleRegisterExtractElements()
10844 SingleMax = Vectors.front().second.size() + UndefSz; in tryToGatherSingleRegisterExtractElements()
10845 if (Vectors.size() > 1) { in tryToGatherSingleRegisterExtractElements()
10846 auto *ItNext = std::next(Vectors.begin()); in tryToGatherSingleRegisterExtractElements()
10858 for (int Idx : Vectors.front().second) in tryToGatherSingleRegisterExtractElements()
10860 } else if (!Vectors.empty()) { in tryToGatherSingleRegisterExtractElements()
10862 for (int Idx : Vectors[Id in tryToGatherSingleRegisterExtractElements()
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td128 // Vectors
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok246 R. E. Knop ACM Algorithm 381: Random Vectors
H A Dfunstack.in1656 title = "{ACM} Algorithm 381: Random Vectors Uniform In Solid Angle",
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEInstrFormats.td1814 // SME2 Multi-vector - Index/Single/Multi Array Vectors FMA sources
H A DSVEInstrFormats.td5117 // SVE Integer Compare - Vectors Group
5538 // SVE Floating Point Compare - Vectors Group