Home
last modified time | relevance | path

Searched +full:num +full:- +full:vectors (Results 1 – 25 of 130) sorted by relevance

123456

/freebsd-src/sys/contrib/device-tree/Bindings/pci/
H A Daltera-pcie-msi.txt4 - compatible: should contain "altr,msi-1.0"
5 - reg: specifies the physical base address of the controller and
7 - reg-names: must include the following entries:
9 "vector_slave": vectors slave port region
10 - interrupts: specifies the interrupt source of the parent interrupt
13 - num-vectors: number of vectors, range 1 to 32.
14 - msi-controller: indicates that this is MSI controller node
19 compatible = "altr,msi-1.0";
22 reg-names = "csr", "vector_slave";
23 interrupt-parent = <&hps_0_arm_gic_0>;
[all …]
/freebsd-src/sys/dev/acpica/
H A Dacpi_hpet.c1 /*-
2 * Copyright (c) 2005 Poul-Henning Kamp
94 int num; member
108 uint32_t vectors; member
142 sc = tc->tc_priv; in hpet_get_timecount()
143 return (bus_read_4(sc->mem_res, HPET_MAIN_COUNTER)); in hpet_get_timecount()
151 sc = tc->tc_priv; in hpet_vdso_timehands()
152 vdso_th->th_algo = VDSO_TH_ALGO_X86_HPET; in hpet_vdso_timehands()
153 vdso_th->th_x86_shift = 0; in hpet_vdso_timehands()
154 vdso_th->th_x86_hpet_idx = device_get_unit(sc->dev); in hpet_vdso_timehands()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dloongson,pch-msi.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jiaxun Yang <jiaxun.yang@flygoat.com>
19 const: loongson,pch-msi-1.0
24 loongson,msi-base-vec:
32 loongson,msi-num-vecs:
34 u32 value of the number of parent HyperTransport vectors allocated
40 msi-controller: true
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def1 //===-- llvm/Instruction.def - File that describes Instructions -*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
21 #define FIRST_TERM_INST(num)
25 #define HANDLE_TERM_INST(num, opcode, Class)
27 #define HANDLE_TERM_INST(num, opcode, Class) HANDLE_INST(num, opcode, Class)
31 #define LAST_TERM_INST(num)
35 #define FIRST_UNARY_INST(num)
39 #define HANDLE_UNARY_INST(num, opcode, instclass)
[all …]
/freebsd-src/lib/libcrypt/
H A Dcrypt-sha256.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 * SHA256-based Unix crypt implementation. Released into the Public Domain by
71 const char *num; in crypt_sha256()
80 if (strncmp(sha256_salt_prefix, salt, sizeof(sha256_salt_prefix) - 1) == 0) in crypt_sha256()
82 salt += sizeof(sha256_salt_prefix) - 1; in crypt_sha256()
84 if (strncmp(salt, sha256_rounds_prefix, sizeof(sha256_rounds_prefix) - in crypt_sha256()
70 const char *num; crypt_sha256() local
[all...]
H A Dcrypt-sha512.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
29 * SHA512-based Unix crypt implementation. Released into the Public Domain by
71 const char *num; in crypt_sha512()
80 if (strncmp(sha512_salt_prefix, salt, sizeof(sha512_salt_prefix) - 1) == 0) in crypt_sha512()
82 salt += sizeof(sha512_salt_prefix) - 1; in crypt_sha512()
84 if (strncmp(salt, sha512_rounds_prefix, sizeof(sha512_rounds_prefix) - in crypt_sha512()
70 const char *num; crypt_sha512() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp1 //===- DWARFGdbIndex.cpp --------------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
25 // https://sourceware.org/gdb/onlinedocs/gdb/Index-Section-Format.html
54 Addr.LowAddress, Addr.HighAddress, Addr.HighAddress - Addr.LowAddress, in dumpAddressArea()
63 uint32_t I = -1; in dumpSymbolTable()
73 ConstantPoolOffset - StringPoolOffset + E.NameOffset); in dumpSymbolTable()
81 uint32_t CuVectorId = CuVector - ConstantPoolVectors.begin(); in dumpSymbolTable()
88 OS << format("\n Constant pool offset = 0x%x, has %" PRId64 " CU vectors:", in dumpConstantPool()
132 uint32_t CuListSize = (TuListOffset - CuListOffset) / 16; in parseImpl()
[all …]
/freebsd-src/sys/dev/gve/
H A Dgve_utils.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
4 * Copyright (c) 2023-2024 Google LLC
37 return (be32toh(bus_read_4(priv->reg_bar, offset))); in gve_reg_bar_read_4()
43 bus_write_4(priv->reg_bar, offset, htobe32(val)); in gve_reg_bar_write_4()
49 bus_write_4(priv->db_bar, offset, htobe32(val)); in gve_db_bar_write_4()
55 bus_write_4(priv->db_ba in gve_alloc_counters()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp1 //===-- HexagonISelDAGToDAGHVX.cpp ----------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
34 #define DEBUG_TYPE "hexagon-isel"
39 // --------------------------------------------------------------------
43 // - Forward delta.
44 // - Reverse delta.
45 // - Benes.
62 // |- 1 ---------------|- 2 -----|- 3 -|
111 static constexpr Node Ignore = Node(-1);
[all …]
/freebsd-src/crypto/openssl/crypto/stack/
H A Dstack.c2 * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
25 int num; member
35 OPENSSL_sk_compfunc old = sk->comp; in OPENSSL_sk_set_cmp_func()
37 if (sk->comp != c) in OPENSSL_sk_set_cmp_func()
38 sk->sorted = 0; in OPENSSL_sk_set_cmp_func()
39 sk->comp = c; in OPENSSL_sk_set_cmp_func()
52 ret->num = 0; in OPENSSL_sk_dup()
53 ret->sorted = 0; in OPENSSL_sk_dup()
54 ret->comp = NULL; in OPENSSL_sk_dup()
60 if (sk == NULL || sk->num == 0) { in OPENSSL_sk_dup()
[all …]
/freebsd-src/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl2 # Copyright 2006-2020 The OpenSSL Project Authors. All Rights Reserved.
17 # Wrapper around 'rep montmul', VIA-specific instruction accessing
18 # PadLock Montgomery Multiplier. The wrapper is designed as drop-in
23 # Lines marked with "software integer" denote performance of hand-
24 # coded integer-only assembler found in OpenSSL 0.9.7. "Software SSE2"
25 # refers to hand-coded SSE2 Montgomery multiplication procedure found
68 # running hand-coded SSE2 bn_mul_mont found in 0.9.9, i.e. "software
80 # - VIA SDK leaves a *lot* of room for improvement (which this
81 # implementation successfully fills:-);
82 # - 'rep montmul' gives up to >3x performance improvement depending on
[all …]
H A Dsparcv9a-mont.pl2 # Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
24 # binary compatibility. Well yes, it does exclude SPARC64 prior-V(!)
29 # integer-only pure SPARCv9 module to "fall down" to.
31 # USI&II cores currently exhibit uniform 2x improvement [over pre-
37 # out-of-order execution, which *might* mean that integer multiplier
39 # additional note, SPARC64 V implements FP Multiply-Add instruction,
41 # as Fujitsu SPARC64 V goes, talk to the author:-)
43 # The implementation implies following "non-natural" limitations on
45 # - num may not be less than 4;
46 # - num has to be even;
[all …]
H A Dparisc-mont.pl2 # Copyright 2009-2020 The OpenSSL Project Authors. All Rights Reserved.
17 # On PA-7100LC this module performs ~90-50% better, less for longer
18 # keys, than code generated by gcc 3.2 for PA-RISC 1.1. Latter means
19 # that compiler utilized xmpyu instruction to perform 32x32=64-bit
24 # toward 4 times 16x16=32-bit multiplications [plus complementary
27 # for PA-RISC 1.1, but the "baseline" is far from optimal. The actual
28 # improvement coefficient was never collected on PA-7100LC, or any
30 # vendor compiler. But to give you a taste, PA-RISC 1.1 code path
32 # of ~5x on PA-8600.
34 # On PA-RISC 2.0 it has to compete with pa-risc2[W].s, which is
[all …]
H A Dia64-mont.pl2 # Copyright 2010-2020 The OpenSSL Project Authors. All Rights Reserved.
19 # "Teaser" Montgomery multiplication module for IA-64. There are
22 # - modulo-scheduling outer loop would eliminate quite a number of
25 # - shorter vector support [with input vectors being fetched only
27 # - 2x unroll with help of n0[1] would make the code scalable on
28 # "wider" IA-64, "wider" than Itanium 2 that is, which is not of
31 # - dedicated squaring procedure(?);
35 # Shorter vector support is implemented by zero-padding ap and np
36 # vectors up to 8 elements, or 512 bits. This means that 256-bit
37 # inputs will be processed only 2 times faster than 512-bit inputs,
[all …]
/freebsd-src/contrib/ncurses/progs/
H A DMKtermsort.sh4 # MKtermsort.sh -- generate indirection vectors for the various sort methods
7 # Copyright 2020-2021,2022 Thomas E. Dickey #
8 # Copyright 1998-2015,2017 Free Software Foundation, Inc. #
46 AWK=${1-awk}
47 DATA=${2-../include/Caps}
50 trap 'rm -f $data; exit 1' 1 2 3 15
51 sed -e 's/[ ][ ]*/ /g' < "$DATA" >$data
56 * termsort.h --- sort order arrays for use by infocmp.
84 $3 == "num" {printf("%s\t%d\n", $2, i++);}
111 $3 == "num" {printf("%s\t%d\n", $1, i++);}
[all …]
/freebsd-src/crypto/openssl/crypto/bn/
H A Dbn_local.h2 * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
15 * SIXTY_FOUR_BIT in its own environment since it doesn't re-run our
16 * Configure script and needs to support both 32-bit and 64-bit.
33 * itself. BN_DEBUG - turn on various debugging alterations to the bignum
34 * code BN_RAND_DEBUG - uses random poisoning of unused words to trip up
53 * While the current OpenSSL version will use non-optimized, but safe code,
58 * "./config -DBN_SOFT_LIMIT=<limit>" if necessary, and the O/S specific
89 * 64-bit processor with LP64 ABI
105 * 64-bit processor other than LP64 ABI
141 /*-
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerMatrixIntrinsics.cpp1 //===- LowerMatrixIntrinsics.cpp - Lower matrix intrinsics -----*- C++ -*-
252 SmallVector<Value *, 16> Vectors; global() member in __anonf1ff33490111::LowerMatrixIntrinsics::MatrixTy
260 MatrixTy(ArrayRef<Value * > Vectors) MatrixTy() argument
324 iterator_range<SmallVector<Value *, 8>::iterator> vectors() { vectors() function in __anonf1ff33490111::LowerMatrixIntrinsics::MatrixTy
[all...]
/freebsd-src/sys/amd64/vmm/io/
H A Dppt.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
59 * If the MSI-X table is located in the middle of a BAR then that MMIO
60 * region gets split into two segments - one segment above the MSI-X table
61 * and the other segment below the MSI-X table - wit
335 int num; ppt_assigned_devices() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1 //===- BasicTTIImpl.h ---------
1171 unsigned Num = cast<FixedVectorType>(DstVTy)->getNumElements(); global() variable
1248 unsigned Num = cast<FixedVectorType>(ValVTy)->getNumElements(); global() variable
[all...]
/freebsd-src/contrib/bc/include/
H A Dlang.h4 * SPDX-License-Identifier: BSD-2-Clause
6 * Copyright (c) 2018-2024 Gavin D. Howard and contributors.
44 #include <num.h>
71 /// These should be self-explanatory.
379 BcNum num; member
475 /// cap == 0 && num == NULL. The string's index into the strings vector is
539 /// The index of the variable in the vars or arrs vectors
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h1 //===- SampleProfReader.h - Read LLVM sample profile data -------*-
[all...]
/freebsd-src/contrib/bearssl/tools/
H A Dbrssl.h42 * -- If len is 0, then NULL is returned.
43 * -- If len is non-zero, and allocation fails, then an error message is
127 #define VEC_ADDMANY(vec, xp, num) do { \ argument
128 size_t vec_num = (num); \
152 * Internal function used to handle memory allocations for vectors.
164 * are to be considered equal, 0 otherwise. Comparison is case-insensitive
166 * as ASCII codes 0 to 32 inclusive, and also '-', '_', '.', '/', '+' and
173 * (size_t)-1 on error. On error, an explicit error message is printed.
212 * Parse hash function names. This function expects a comma-separated
227 * (zero-terminated). If the curve ID is not known, the name is
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1 //===- TargetLoweringBase.cpp - Implement the TargetLoweringBase class ----===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exceptio
1834 HANDLE_INST(NUM,OPCODE,CLASS) InstructionOpcodeToISD() argument
1835 LAST_OTHER_INST(NUM) InstructionOpcodeToISD() argument
[all...]
/freebsd-src/crypto/openssl/test/
H A Drsa_test.c2 * Copyright 1999-2023 The OpenSSL Project Authors. All Rights Reserved.
10 /* test vectors from p1ovect1.txt */
34 BN_bin2bn(n, sizeof(n)-1, NULL), \
35 BN_bin2bn(e, sizeof(e)-1, NULL), \
36 BN_bin2bn(d, sizeof(d)-1, NULL)); \
38 BN_bin2bn(p, sizeof(p)-1, NULL), \
39 BN_bin2bn(q, sizeof(q)-1, NULL)); \
41 BN_bin2bn(dmp1, sizeof(dmp1)-1, NULL), \
42 BN_bin2bn(dmq1, sizeof(dmq1)-1, NULL), \
43 BN_bin2bn(iqmp, sizeof(iqmp)-1, NULL)); \
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1 //===-- Execution.cpp - Implement code to simulate the program -------
1933 unsigned Num = I.getNumIndices(); visitExtractValueInst() local
1979 unsigned Num = I.getNumIndices(); visitInsertValueInst() local
[all...]

123456