Home
last modified time | relevance | path

Searched full:lookup (Results 1 – 25 of 2569) sorted by relevance

12345678910>>...103

/freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/
H A Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/
H A Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-…
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/haswell/
H A Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
8 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
13 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
18 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
23 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
28 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
33 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
38 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
48 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in E or S-…
[all …]
H A Duncore.json115 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state.",
116 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.",
127 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state.",
128 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
139 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
140 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in M-state…
151 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
152 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
163 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
164 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_d2.c18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local
20 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_file()); in X509_STORE_set_default_paths_ex()
21 if (lookup == NULL) in X509_STORE_set_default_paths_ex()
23 X509_LOOKUP_load_file_ex(lookup, NULL, X509_FILETYPE_DEFAULT, libctx, propq); in X509_STORE_set_default_paths_ex()
25 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_hash_dir()); in X509_STORE_set_default_paths_ex()
26 if (lookup == NULL) in X509_STORE_set_default_paths_ex()
28 X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT); in X509_STORE_set_default_paths_ex()
30 lookup = X509_STORE_add_lookup(ctx, X509_LOOKUP_store()); in X509_STORE_set_default_paths_ex()
31 if (lookup == NULL) in X509_STORE_set_default_paths_ex()
38 X509_LOOKUP_add_store_ex(lookup, NULL, libctx, propq); in X509_STORE_set_default_paths_ex()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dsuff-lookup.exp48 Wildcard expanding "suff-lookup.cc"...suffix is ".cc"...
49 SuffFindDeps "suff-lookup.cc"
50 trying suff-lookup.ccc...not there
51 trying suff-lookup.c...not there
52 trying suff-lookup.short...not there
53 trying suff-lookup.sho...got it
54 applying .sho -> .c to "suff-lookup.c"
55 applying .c -> .ccc to "suff-lookup.ccc"
56 applying .ccc -> .cc to "suff-lookup.cc"
60 SuffFindDeps "suff-lookup.sho"
[all …]
/freebsd/usr.sbin/moused/moused/
H A Dutil-evdev.c78 const struct name_lookup *lookup = vlookup; in cmp_entry() local
82 r = strncmp(lookup->name, entry->name, lookup->len); in cmp_entry()
84 if (entry->name[lookup->len]) in cmp_entry()
95 struct name_lookup *lookup) in lookup_name() argument
99 entry = bsearch(lookup, array, asize, sizeof(*array), cmp_entry); in lookup_name()
118 struct name_lookup lookup; in libevdev_event_code_from_name() local
127 lookup.name = name; in libevdev_event_code_from_name()
128 lookup.len = len; in libevdev_event_code_from_name()
130 entry = lookup_name(code_names, ARRAY_LENGTH(code_names), &lookup); in libevdev_event_code_from_name()
138 struct name_lookup lookup; in libevdev_event_type_from_name_n() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/MCTargetDesc/
H A DSPIRVBaseInfo.cpp9 // This file contains the implementation for helper mnemonic lookup functions,
59 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMnemonic() local
62 if (Lookup) in getSymbolicOperandMnemonic()
63 return Lookup->Mnemonic.str(); in getSymbolicOperandMnemonic()
94 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMinVersion() local
97 if (Lookup) in getSymbolicOperandMinVersion()
98 return VersionTuple(Lookup->MinVersion / 10, Lookup->MinVersion % 10); in getSymbolicOperandMinVersion()
106 const SPIRV::SymbolicOperand *Lookup = in getSymbolicOperandMaxVersion() local
109 if (Lookup) in getSymbolicOperandMaxVersion()
110 return VersionTuple(Lookup->MaxVersion / 10, Lookup->MaxVersion % 10); in getSymbolicOperandMaxVersion()
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_tables.h110 #define BWN_NTAB_FRAMELT BWN_NTAB8 (0x18, 0x000) /* Frame Lookup Table */
120 #define BWN_NTAB_PILOTLT BWN_NTAB32(0x14, 0x000) /* Pilot Lookup Table */
142 #define BWN_NTAB_C0_ESTPLT BWN_NTAB8 (0x1A, 0x000) /* Estimate Power Lookup Table Core 0 */
144 #define BWN_NTAB_C0_ADJPLT BWN_NTAB8 (0x1A, 0x040) /* Adjust Power Lookup Table Core 0 */
146 #define BWN_NTAB_C0_GAINCTL BWN_NTAB32(0x1A, 0x0C0) /* Gain Control Lookup Table Core 0 */
148 #define BWN_NTAB_C0_IQLT BWN_NTAB32(0x1A, 0x140) /* IQ Lookup Table Core 0 */
150 #define BWN_NTAB_C0_LOFEEDTH BWN_NTAB16(0x1A, 0x1C0) /* Local Oscillator Feed Through Lookup Table…
152 #define BWN_NTAB_C1_ESTPLT BWN_NTAB8 (0x1B, 0x000) /* Estimate Power Lookup Table Core 1 */
154 #define BWN_NTAB_C1_ADJPLT BWN_NTAB8 (0x1B, 0x040) /* Adjust Power Lookup Table Core 1 */
156 #define BWN_NTAB_C1_GAINCTL BWN_NTAB32(0x1B, 0x0C0) /* Gain Control Lookup Table Core 1 */
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h1 //===- Lookup.h - Classes for name lookup -----------------------*- C++ -*-===//
10 // Sema's name-lookup subsystem.
39 /// Represents the results of name lookup.
42 /// single name lookup, which can return no result (nothing found),
45 /// results occurred for a given lookup.
57 /// Name lookup found a single declaration that met the
61 /// Name lookup found a set of overloaded functions that
65 /// Name lookup found an unresolvable value declaration
70 /// Name lookup results in an ambiguity; use
77 /// Name lookup results in an ambiguity because multiple
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/
H A Duncore.json55 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state",
56 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.",
67 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state",
68 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
79 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
80 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
91 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state",
92 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
103 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
104 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp9 // This file implements relative lookup table converter that converts
10 // lookup tables to relative lookup tables to make them PIC-friendly.
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()
47 // If the original lookup table does not have local linkage and is in shouldConvertToRelLookupTable()
48 // not dso_local, do not generate a relative lookup table. in shouldConvertToRelLookupTable()
49 // This optimization creates a relative lookup table that consists of in shouldConvertToRelLookupTable()
50 // offsets between the start of the lookup table and its elements. in shouldConvertToRelLookupTable()
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylake/
H A Duncore.json55 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state",
56 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
67 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
68 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
79 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state",
80 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
91 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
92 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
103 "BriefDescription": "L3 Lookup read request that access cache and found line in any MESI-state",
104 … "PublicDescription": "L3 Lookup read request that access cache and found line in any MESI-state.",
[all …]
/freebsd/share/man/man9/
H A Dnamei.942 .Nd pathname translation and lookup operations
64 facility allows the client to perform pathname translation and lookup
94 .Dv LOOKUP , CREATE , DELETE ,
235 necessary a directory, and lookup returns the vnode for this file.
281 lookup structure, and the
286 implementations which need to obtain extra lookup metadata.
298 Specifies that the lookup should act as if the final node is located on
308 after the lookup with native root failed.
309 The components are reset to the original values, and lookup is repeated
314 The result of lookup is whiteout.
[all …]
/freebsd/contrib/kyua/utils/config/
H A Dlua_module_test.cpp140 ATF_REQUIRE_EQ(true, tree.lookup< config::bool_node >("top_boolean")); in ATF_TEST_CASE_BODY()
141 ATF_REQUIRE_EQ(12345, tree.lookup< config::int_node >("top_integer")); in ATF_TEST_CASE_BODY()
142 ATF_REQUIRE_EQ("a foo", tree.lookup< config::string_node >("top_string")); in ATF_TEST_CASE_BODY()
166 ATF_REQUIRE_EQ(true, tree.lookup< config::bool_node >("top_boolean")); in ATF_TEST_CASE_BODY()
167 ATF_REQUIRE_EQ(8, tree.lookup< config::int_node >("top_integer")); in ATF_TEST_CASE_BODY()
184 ATF_REQUIRE_EQ(100, tree.lookup< config::int_node >("first")); in ATF_TEST_CASE_BODY()
185 ATF_REQUIRE_EQ(200, tree.lookup< config::int_node >("second")); in ATF_TEST_CASE_BODY()
201 ATF_REQUIRE_EQ(200, tree.lookup< config::int_node >("first")); in ATF_TEST_CASE_BODY()
218 ATF_REQUIRE_EQ(1500, tree.lookup< config::int_node >("first")); in ATF_TEST_CASE_BODY()
240 ATF_REQUIRE_EQ(true, tree.lookup< config::bool_node >("root.boolean")); in ATF_TEST_CASE_BODY()
[all …]
H A Dtree_test.cpp144 ATF_REQUIRE_EQ(42, tree.lookup< config::int_node >("var1")); in ATF_TEST_CASE_BODY()
145 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("var2")); in ATF_TEST_CASE_BODY()
146 ATF_REQUIRE(!tree.lookup< config::bool_node >("var3")); in ATF_TEST_CASE_BODY()
167 ATF_REQUIRE_EQ(42, tree.lookup< config::int_node >("foo.bar.1")); in ATF_TEST_CASE_BODY()
168 ATF_REQUIRE_EQ("hello", tree.lookup< config::string_node >("foo.bar.2")); in ATF_TEST_CASE_BODY()
169 ATF_REQUIRE(tree.lookup< config::bool_node >("foo.3")); in ATF_TEST_CASE_BODY()
170 ATF_REQUIRE_EQ(4, tree.lookup< config::int_node >("sub.tree.2")); in ATF_TEST_CASE_BODY()
171 ATF_REQUIRE_EQ(123, tree.lookup< config::int_node >("sub.tree.3.4")); in ATF_TEST_CASE_BODY()
202 ATF_REQUIRE( tree1.lookup< config::bool_node >("this.is.a.var")); in ATF_TEST_CASE_BODY()
203 ATF_REQUIRE(!tree2.lookup< config::bool_node >("this.is.a.var")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DRelLookupTableConverter.h10 /// 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:
21 /// switch.lookup:
28 /// Switch lookup table will become a relative lookup table that
41 /// IR after converting to a relative lookup table:
42 /// switch.lookup:
60 // Pass that converts lookup tables to relative lookup tables.
/freebsd/lib/libc/rpc/
H A Dgetpublickey.c37 * Public key lookup routines
63 char lookup[3 * HEXKEYBYTES]; in __getpublickey_real() local
68 if (!getpublicandprivatekey(netname, lookup)) in __getpublickey_real()
70 p = strchr(lookup, ':'); in __getpublickey_real()
75 (void) strncpy(publickey, lookup, HEXKEYBYTES); in __getpublickey_real()
108 char *lookup; in getpublicandprivatekey() local
117 lookup = NULL; in getpublicandprivatekey()
118 err = yp_match(domain, PKMAP, key, strlen(key), &lookup, &len); in getpublicandprivatekey()
125 lookup[len] = 0; in getpublicandprivatekey()
126 strcpy(ret, lookup); in getpublicandprivatekey()
[all …]
/freebsd/tests/sys/fs/fusefs/
H A Dlookup.cc44 class Lookup: public FuseTest {}; class
46 class Lookup_7_8: public Lookup {
50 Lookup::SetUp(); in SetUp()
54 class LookupExportable: public Lookup {
58 Lookup::SetUp(); in SetUp()
63 * If lookup returns a non-zero cache timeout, then subsequent VOP_GETATTRs
66 TEST_F(Lookup, attr_cache) in TEST_F() argument
127 * If lookup returns a finite but non-zero cache timeout, then we should discard
130 TEST_F(Lookup, attr_cache_timeout) in TEST_F() argument
155 TEST_F(Lookup, dot) in TEST_F() argument
[all …]
/freebsd/usr.sbin/prometheus_sysctl_exporter/
H A Dprometheus_sysctl_exporter.c88 int lookup[CTL_MAXNAME + 2]; in oid_get_next() local
91 lookup[0] = CTL_SYSCTL; in oid_get_next()
92 lookup[1] = CTL_SYSCTL_NEXT; in oid_get_next()
93 memcpy(lookup + 2, cur->id, cur->len * sizeof(lookup[0])); in oid_get_next()
95 if (sysctl(lookup, 2 + cur->len, &next->id, &nextsize, 0, 0) != 0) { in oid_get_next()
132 int lookup[CTL_MAXNAME + 2]; in oid_get_format() local
135 lookup[0] = CTL_SYSCTL; in oid_get_format()
136 lookup[1] = CTL_SYSCTL_OIDFMT; in oid_get_format()
137 memcpy(lookup + 2, o->id, o->len * sizeof(lookup[0])); in oid_get_format()
139 if (sysctl(lookup, 2 + o->len, of, &oflen, 0, 0) != 0) { in oid_get_format()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericDylibManager.h36 ExecutorAddr Lookup; member
54 lookup(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup) { in lookup() function
57 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
63 lookup(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup) { in lookup() function
66 lookupAsync(H, Lookup, [&RP](auto R) { RP.set_value(std::move(R)); }); in lookup()
74 void lookupAsync(tpctypes::DylibHandle H, const SymbolLookupSet &Lookup,
78 void lookupAsync(tpctypes::DylibHandle H, const RemoteSymbolLookupSet &Lookup,
/freebsd/libexec/bootpd/
H A Dlookup.c2 * lookup.c - Lookup IP address, HW address, netmask
21 #include "lookup.h"
25 * Lookup an Ethernet address and return it.
39 /* This does a lookup in /etc/ethers */ in lookup_hwa()
50 report(LOG_ERR, "no lookup for HW addr type %d", htype); in lookup_hwa()
59 * Lookup an IP address.
75 * Lookup a netmask
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComparisonCategories.cpp80 // We don't have a cached result. Lookup the variable declaration and create in lookupValueInfo()
82 DeclContextLookupResult Lookup = Record->getCanonicalDecl()->lookup( in lookupValueInfo() local
84 if (Lookup.empty() || !isa<VarDecl>(Lookup.front())) in lookupValueInfo()
86 Objects.emplace_back(ValueKind, cast<VarDecl>(Lookup.front())); in lookupValueInfo()
93 DeclContextLookupResult Lookup = in lookupStdNamespace() local
94 Ctx.getTranslationUnitDecl()->lookup(&Ctx.Idents.get("std")); in lookupStdNamespace()
95 if (!Lookup.empty()) in lookupStdNamespace()
96 StdNS = dyn_cast<NamespaceDecl>(Lookup.front()); in lookupStdNamespace()
105 DeclContextLookupResult Lookup = StdNS->lookup(&Ctx.Idents.get(Name)); in lookupCXXRecordDecl() local
106 if (!Lookup.empty()) in lookupCXXRecordDecl()
[all …]
/freebsd/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.h65 /** Bitmask used to indicate successful lookup */
259 * Lookup an IP into the LPM table.
266 * Next hop of the most specific rule found for IP (valid on lookup hit only)
268 * -EINVAL for incorrect arguments, -ENOENT on lookup miss, 0 on lookup hit
284 /* Memory ordering is not required in lookup. Because dataflow in rte_lpm_lookup()
305 * Lookup multiple IP addresses in an LPM table. This may be implemented as a
313 * Next hop of the most specific rule found for IP (valid on lookup hit only).
315 * value says whether the lookup was successful (bitmask
319 * Number of elements in ips (and next_hops) array to lookup. This should be a
367 * Lookup four IP addresses in an LPM table.
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporterLookupTable.h1 //===- ASTImporterLookupTable.h - ASTImporter specific lookup--*- C++ -*---===//
10 // lookup procedure for the import mechanism.
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
82 LookupResult lookup(DeclContext *DC, DeclarationName Name) const;
83 // Check if the `ND` is within the lookup table (with its current name) in

12345678910>>...103