Home
last modified time | relevance | path

Searched +full:lookup +full:- +full:table (Results 1 – 25 of 1046) sorted by relevance

12345678910>>...42

/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h22 Boston, MA 02110-1301, USA.
98 /* The N-PHY tables. */
103 #define BWN_NTAB8(table, offset) (((table) << 10) | (offset) | BWN_NTAB_8BIT) argument
104 #define BWN_NTAB16(table, offset) (((table) << 10) | (offset) | BWN_NTAB_16BIT) argument
105 #define BWN_NTAB32(table, offset) (((table) << 10) | (offset) | BWN_NTAB_32BIT) argument
107 /* Static N-PHY tables */
108 #define BWN_NTAB_FRAMESTRUCT BWN_NTAB32(0x0A, 0x000) /* Frame Struct Table */
110 #define BWN_NTAB_FRAMELT BWN_NTAB8 (0x18, 0x000) /* Frame Lookup Table */
112 #define BWN_NTAB_TMAP BWN_NTAB32(0x0C, 0x000) /* T Map Table */
114 #define BWN_NTAB_TDTRN BWN_NTAB32(0x0E, 0x000) /* TDTRN Table */
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp1 //===- RelLookupTableConverterPass - Rel Table Conv -----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements relative lookup table converter that converts
10 // lookup tables to relative lookup tables to make them PIC-friendly.
12 //===----------------------------------------------------------------------===//
25 // If lookup table has more than one user, in shouldConvertToRelLookupTable()
26 // do not generate a relative lookup table. in shouldConvertToRelLookupTable()
28 // TODO: Add support for lookup tables with multiple uses. in shouldConvertToRelLookupTable()
29 // For ex, this can happen when a function that uses a lookup table gets in shouldConvertToRelLookupTable()
[all …]
/freebsd/sbin/ipf/libipf/
H A Dinterror.c25 * IF YOU WANT TO ADD AN ERROR TO THIS TABLE, _ADD_ A NEW NUMBER.
29 { 1, "auth table locked/full" },
63 { 35, "copyout failed for resolving function name -> addr" },
64 { 36, "copyout failed for resolving function addr -> name" },
66 { 38, "group map cannot find it's hash table" },
67 { 39, "group map hash-table in/out do not match rule" },
75 { 47, "ipfilter not enabled for lookup ioctl" },
160 { 132, "cannot find source lookup pool" },
162 { 134, "cannot find destination lookup pool" },
168 { 140, "dup-to interface name index incorrect" },
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DRelLookupTableConverter.h1 //===-- RelLookupTableConverterPass.h - Rel Table Conv ----------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 /// This file implements relative lookup table converter that converts
11 /// lookup tables to relative lookup tables to make them PIC-friendly.
13 /// Switch lookup table example:
14 /// @switch.table.foo = private unnamed_addr constant [3 x i8*]
21 /// switch.lookup:
24 /// [3 x i8*]* @switch.table.foo, i64 0, i64 %1
28 /// Switch lookup table will become a relative lookup table that
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.h1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
53 /** @internal Macro to enable/disable run-time checks. */
65 /** Bitmask used to indicate successful lookup */
82 * - valid_group == 0: entry stores a next hop
83 * - valid_group == 1: entry stores a group_index pointing to a tbl8
85 * - valid_group indicates whether the current tbl8 is in use or not
117 /** @internal Contains metadata about the rules table. */
125 struct nhop_object **nh_idx; /**< # -> idx mappings */
137 struct rte_lpm_rule_info rule_info[RTE_LPM_MAX_DEPTH]; /**< Rule info table. */
[all …]
H A Drte_lpm6.h1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2010-2014 Intel Corporation
27 struct nhop_object **nh_idx; /**< # -> idx mappings */
48 * NUMA socket ID for LPM table memory allocation
54 * - E_RTE_NO_CONFIG - function could not get pointer to rte_config structure
55 * - E_RTE_SECONDARY - function was called from a secondary process instance
56 * - EINVAL - invalid parameter passed to function
57 * - ENOSPC - the maximum number of memzones has already been allocated
58 * - EEXIST - a memzone with the same name already exists
59 * - ENOMEM - no appropriate memory area found in which to create memzone
[all …]
/freebsd/sys/dev/qat/qat_api/common/crypto/sym/include/
H A Dlac_sym_qat_constants_table.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
10 * API to be used for the CySym constants table.
36 * The SymCy constants table is 1K of static data which is passed down
38 * This function populates the associated lookup tables which the IA
40 * Where there is config data available in the constants table the lookup
41 * table stores the offset into the constants table.
42 * Where there's no suitable config data available in the constants table
43 * zero is stored in the lookup table.
56 * This function looks up the cipher constants lookup array for
[all …]
H A Dlac_sym_qat_hash_defs_lookup.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
8 * @defgroup LacSymQatHashDefsLookup Hash Defs Lookup
12 * API to be used for the hash defs lookup table.
83 * initialise the hash lookup table
86 * This function initialises the digest lookup table.
92 * @return CPA_STATUS_RESOURCE Allocating of hash lookup table failed
100 * get hash algorithm specific structure from lookup table
103 * This function looks up the hash lookup array for a structure
120 * get hash defintions from lookup table.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h1 //===- GsymReader.h ---------
[all...]
H A DInlineInfo.h1 //===- InlineInfo.h ---------
[all...]
/freebsd/share/man/man9/
H A Dieee80211_node.976 .Dq node table
87 Stations for all vaps reside in the same table; each node
95 Node table entries are reference counted.
98 References are held by every in-flight frame sent to a station to
101 Routines that lookup a table entry return a
103 (i.e. a pointer to a table entry with the reference count incremented).
109 reclaims the table entry.
111 The station table and its entries are exposed to drivers in several ways.
118 For each frame received the driver must lookup the table entry to
121 This lookup implicitly obtains a reference to the table entry and
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h1 //===- ASTImporterLookupTable.h - ASTImporter specific lookup--*- C++ -*---===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
10 // lookup procedure for the import mechanism.
12 //===----------------------------------------------------------------------===//
27 // There are certain cases when normal C/C++ lookup (localUncachedLookup)
41 // new Decl or not based on the lookup results.
42 // To overcome these cases we need an importer specific lookup table which
68 // context. In such cases the lookup table needs to be updated.
72 // context at all in the lookup table, but this requires big change in
[all …]
/freebsd/sbin/route/
H A Droute.849 system routing table management daemon, such as
62 .Bl -tag -width indent
72 Run in debug-only mode, i.e., do not actually modify the routing table.
81 Run in test-only mode.
100 .Bl -tag -width Fl -compact
114 Lookup and display the route for a destination.
117 routing lookup misses, or suspected network partitionings.
126 .Bd -ragged -offset indent -compact
134 .Bd -ragged -offset indent -compact
164 .Pq routing table .
[all …]
/freebsd/contrib/unbound/sldns/
H A Dparseutil.h2 * parseutil.h - parse utilities for string and wire conversion
20 * A general purpose lookup table
22 * Lookup tables are arrays of (id, name) pairs,
23 * So you can for instance lookup the RCODE 3, which is "NXDOMAIN",
24 * and vice versa. The lookup tables themselves are defined wherever needed,
34 * Looks up the table entry by name, returns NULL if not found.
35 * \param[in] table the lookup table to search in
39 sldns_lookup_table *sldns_lookup_by_name(sldns_lookup_table table[],
42 * Looks up the table entry by id, returns NULL if not found.
43 * \param[in] table the lookup table to search in
[all …]
/freebsd/sys/contrib/zlib/doc/
H A Dalgorithm.txt4 LZ77 (Lempel-Ziv 1977, see reference below). It finds duplicated strings in
19 somewhat similar to the behavior of LZW-based _compress_.)
21 Duplicated strings are found using a hash table. All input strings of
22 length 3 are inserted in the hash table. A hash index is computed for
32 To avoid a worst-case situation, very long hash chains are arbitrarily
53 are inserted in the hash table only when no match was found, or
67 inflate() sets up a first level table that covers some number of bits of
69 stream, and looks it up in the table. The table will tell if the next
71 the value, else it will point to the next level table for which inflate()
74 How many bits to make the first lookup is a tradeoff between the time it
[all …]
/freebsd/contrib/unbound/util/storage/
H A Dlruhash.h2 * util/storage/lruhash.h - hashtable, hash function, LRU keeping.
41 * The hash table keeps a maximum memory size. Old entries are removed
48 * so that the next thread can access the lookup table.
53 * o lookup hash bin.
72 * o lookup hash bin.
102 * doing the next lookup/insert/delete/whatever.
145 * Hash table that keeps LRU list of entries.
148 /** lock for exclusive access, to the lookup array */
150 /** the size function for entries in this table */
152 /** the compare function for entries in this table. */
[all …]
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dgeneric-adc-thermal.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/thermal/generic-adc-thermal.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laxman Dewangan <ldewangan@nvidia.com>
16 temperature using voltage-temperature lookup table.
20 const: generic-adc-thermal
22 '#thermal-sensor-cells':
25 io-channels:
28 io-channel-names:
[all …]
H A Dthermal-generic-adc.txt6 temperature using voltage-temperature lookup table.
10 - compatible: Must be "generic-adc-thermal".
11 - #thermal-sensor-cells: Should be 1. See Documentation/devicetree/bindings/thermal/thermal-sen…
15 - temperature-lookup-table: Two dimensional array of Integer; lookup table
18 looked up on the table to get the equivalent
29 #include <dt-bindings/thermal/thermal.h>
35 sampling-frequency = <3300>;
36 #io-channel-cells = <1>;
40 tboard_thermistor: thermal-sensor {
41 compatible = "generic-adc-thermal";
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-tsd.c5 * UCRL-CODE-235197
25 * Thread specific data has implemented using a hash table, this avoids
30 * The majority of the entries in the hash table are for specific tsd
37 * By default the hash table is sized to 512 bins which is expected to
40 * The hash table contains two additional type of entries. They first
47 * key you wish to lookup and DTOR_PID constant as the pid.
92 * tsd_hash_search - searches hash table for tsd_hash_entry
93 * @table: hash table
98 tsd_hash_search(tsd_hash_table_t *table, uint_t key, pid_t pid) in tsd_hash_search() argument
105 hash = hash_long((ulong_t)key * (ulong_t)pid, table->ht_bits); in tsd_hash_search()
[all …]
/freebsd/sbin/ipfw/
H A Dipfw.88 in-kernel NAT.
19 .Op Ar rule | first-last ...
47 .Ss LOOKUP TABLES
49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options
51 .Oo Cm set Ar N Oc Cm table
55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options
57 .Oo Cm set Ar N Oc Cm table Ar name Cm swap Ar name
59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value
61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ...
63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ...
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DValueSymbolTable.h1 //===- llvm/ValueSymbolTable.h - Implement a Value Symtab -------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 // This file implements the name/Value symbol table for LLVM.
11 //===----------------------------------------------------------------------===//
35 /// This class provides a symbol table of name/value pairs. It is essentially
66 ValueSymbolTable(int MaxNameSize = -1) : vmap(0), MaxNameSize(MaxNameSize) {}
74 /// the symbol table.
76 /// Lookup a named Value.
77 Value *lookup(StringRef Name) const { in lookup() function
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h1 //===- ASTReaderInternals.h - AST Reader Internals --------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 //===----------------------------------------------------------------------===//
41 /// Class that performs name lookup into a DeclContext stored
48 // Maximum number of lookup tables we allow before condensing the tables.
51 /// The lookup result is a list of global declaration IDs.
119 MultiOnDiskHashTable<ASTDeclContextNameLookupTrait> Table; member
122 /// Base class for the trait describing the on-disk hash table for the
126 /// functionality for accessing the on-disk hash table of identifiers
[all …]
/freebsd/contrib/ldns/ldns/
H A Dutil.h139 * Structure to do a Schwartzian-like transformation, for instance when
149 /** A general purpose lookup table
151 * Lookup tables are arrays of (id, name) pairs,
152 * So you can for instance lookup the RCODE 3, which is "NXDOMAIN",
153 * and vice versa. The lookup tables themselves are defined wherever needed,
163 * Looks up the table entry by name, returns NULL if not found.
164 * \param[in] table the lookup table to search in
168 ldns_lookup_table *ldns_lookup_by_name(ldns_lookup_table table[],
172 * Looks up the table entry by id, returns NULL if not found.
173 * \param[in] table the lookup table to search in
[all …]
H A Dutil.h.in139 * Structure to do a Schwartzian-like transformation, for instance when
149 /** A general purpose lookup table
151 * Lookup tables are arrays of (id, name) pairs,
152 * So you can for instance lookup the RCODE 3, which is "NXDOMAIN",
153 * and vice versa. The lookup tables themselves are defined wherever needed,
163 * Looks up the table entry by name, returns NULL if not found.
164 * \param[in] table the lookup table to search in
168 ldns_lookup_table *ldns_lookup_by_name(ldns_lookup_table table[],
172 * Looks up the table entry by id, returns NULL if not found.
173 * \param[in] table the lookup table to search in
[all …]
/freebsd/contrib/flex/src/
H A Dsym.c1 /* sym - symbol table routines */
10 /* to contract no. DE-AC03-76SF00098 between the United States */
37 * sctbl - start-condition symbol table
38 * ndtbl - name-definition symbol table
39 * ccltab - character class text symbol table
63 static struct hash_entry *findsym (const char *sym, hash_table table,
68 /* addsym - add symbol and definitions to symbol table
70 * -1 is returned if the symbol already exists, and the change not made.
73 static int addsym (char sym[], char *str_def, int int_def, hash_table table, int table_size) in addsym() argument
76 struct hash_entry *sym_entry = table[hash_val]; in addsym()
[all …]

12345678910>>...42