Searched refs:lookup (Results 251 - 275 of 1059) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dft32.h293 unsigned int lookup; local
300 lookup = op32 & ~Rd_mask & ~R1_mask;
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
310 lookup = op32 & ~Rd_mask & ~R2_mask;
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
320 lookup = op32 & ~R1_mask;
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
330 lookup = op32 & ~Rd_mask;
331 find = (unsigned int *) bsearch (&lookup, sc_form_3, N_SC_FORM3,
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dft32.h293 unsigned int lookup; local
300 lookup = op32 & ~Rd_mask & ~R1_mask;
301 find = (unsigned int *) bsearch (&lookup, sc_form_0, N_SC_FORM0,
310 lookup = op32 & ~Rd_mask & ~R2_mask;
311 find = (unsigned int *) bsearch (&lookup, sc_form_1, N_SC_FORM1,
320 lookup = op32 & ~R1_mask;
321 find = (unsigned int *) bsearch (&lookup, sc_form_2, N_SC_FORM2,
330 lookup = op32 & ~Rd_mask;
331 find = (unsigned int *) bsearch (&lookup, sc_form_3, N_SC_FORM3,
/netbsd-current/external/apache2/llvm/dist/clang/docs/tools/
H A Ddump_ast_matchers.py138 lookup = result_type + name
147 lookup = result_type + name + esc(args)
150 lookup = result_type + name + esc(args)
152 if dict.get(lookup) is None or len(dict.get(lookup)) < len(matcher_html):
153 dict[lookup] = matcher_html
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dfile_manager.d149 const(ubyte)[] lookup(FileName filename)
152 if (auto val = files.lookup(name))
159 assert(0, "stdin: Insert after lookup failure should never return `null`");
172 assert(0, "Insert after lookup failure should never return `null`");
188 if (const buffer = lookup(file))
/netbsd-current/external/gpl2/groff/dist/src/include/
H A Dptable.h68 T *lookup(const char *); \
146 T *PTABLE(T)::lookup(const char *key) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.c177 Identifier *Identifier::lookup(const char *s, size_t len) function in class:Identifier
179 StringValue *sv = stringtable.lookup(s, len);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A DKaleidoscopeJIT.h129 Expected<JITEvaluatedSymbol> lookup(StringRef Name) { function in class:llvm::orc::KaleidoscopeJIT
130 return ES->lookup({&MainJD}, Mangle(Name.str()));
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp115 auto K = Reader.lookup(Symbol);
116 StringRef NewSymbol = MappedNames.lookup(K);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
H A DObject.cpp34 return SymbolMap.lookup(UniqueId);
86 return SectionMap.lookup(UniqueId);
/netbsd-current/external/apache2/llvm/dist/llvm/tools/verify-uselistorder/
H A Dverify-uselistorder.cpp102 unsigned lookup(const Value *V) const { return IDs.lookup(V); } function in struct:__anon3251::ValueMapping
241 if (IDs.lookup(V))
268 << ", user-id = " << M.IDs.lookup(U.getUser()) << ", user = ";
309 while (U != E && !M.lookup(U->getUser()))
328 if (LM.lookup(LU->getUser()) != RM.lookup(RU->getUser())) {
425 dbgs() << " - order: " << Order.lookup(&U)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cris/
H A Dgotplt1.d14 # having an unnecessary PLT, dynamic reloc and lookup in the
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dcooked-index.h306 dwarf2_per_cu_data *lookup (CORE_ADDR addr) function in class:cooked_index
409 dwarf2_per_cu_data *lookup (CORE_ADDR addr);
/netbsd-current/usr.bin/make/unit-tests/
H A Dvar-scope-cmdline.mk11 # variable name once for each lookup. Instead, when looking up the value of
15 # common case of finding a variable in the global scope, another lookup would
19 # Instead of this costly lookup scheme, make implements it in a different
34 # finding a variable in the global scope, no additional lookup is needed in
/netbsd-current/external/mpl/bind/lib/libdns/
H A DMakefile22 .for f in lookup byaddr request sdb validator
53 lookup.c master.c masterdump.c message.c name.c ncache.c nsec.c \
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp194 if (Root.lookup(Start) == 0)
199 unsigned ComponentID = ValueToComponent.lookup(V);
213 if (Root.lookup(Op) == 0)
216 Root[I] = std::min(Root.lookup(I), Root.lookup(Op));
223 if (Root.lookup(I) == OurDFS) {
232 while (!Stack.empty() && Root.lookup(Stack.back()) >= OurDFS) {
874 return InstrDFS.lookup(V);
891 : InstrDFS.lookup(MA);
928 RPOOrdering.lookup(D
[all...]
/netbsd-current/external/bsd/ipf/dist/
H A Dradix_ipf.h64 idx_ham_func_t lookup; /* look for specific addr/mask */ member in struct:ipf_rdx_head
/netbsd-current/external/bsd/kyua-cli/dist/cli/
H A Dconfig_test.cpp288 user_config.lookup< config::string_node >("architecture"));
290 user_config.lookup< config::string_node >("platform"));
310 user_config.lookup< config::string_node >("architecture"));
312 user_config.lookup< config::string_node >("platform"));
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dradix_ipf.h64 idx_ham_func_t lookup; /* look for specific addr/mask */ member in struct:ipf_rdx_head
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dsize_classes.sh16 # Maximum lookup size.
298 * lg_delta_lookup: Same as lg_delta if a lookup table size class, 'no'
301 * NLBINS: Number of bins supported by the lookup table.
307 * LOOKUP_MAXCLASS: Maximum size class included in lookup table.
353 * The size2index_tab lookup table uses uint8_t to encode each bin index, so we
/netbsd-current/external/bsd/byacc/dist/
H A Dsymtab.c68 lookup(const char *name) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp60 CountMap::data_type* T = M.lookup(CountKey(CallSite, BlockID));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h43 lookup(const JITSymbolResolver::LookupSet &Symbols) const;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/
H A DLineTable.h139 static Expected<LineEntry> lookup(DataExtractor &Data, uint64_t BaseAddr,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h74 Constant *R = ValueStack.back().lookup(V);
/netbsd-current/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithGDBRegistrationListener/
H A DLLJITWithGDBRegistrationListener.cpp111 auto EntrySym = ExitOnErr(J->lookup(EntryPointName));

Completed in 269 milliseconds

<<11121314151617181920>>