Searched refs:lookup (Results 176 - 200 of 286) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/boot/pc98/cdboot/
H A Dcdboot.S395 call lookup # Try to find file
545 lookup: mov $VD_ROOTDIR+MEM_VOLDESC,%bx # Root directory record label
548 mov $msg_lookup,%si # Display lookup message
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dlwdclient.c463 client->lookup = NULL;
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h303 /// lookup - Return the entry for the specified key, or a default
305 ValueTy lookup(StringRef Key) const { function in class:llvm::StringMap
H A DValueMap.h123 /// lookup - Return the entry for the specified key, or a default
125 ValueT lookup(const KeyT &Val) const { function in class:llvm::ValueMap
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DMCStreamer.h241 return SymbolOrdering.lookup(Sym);
H A DMCAssembler.h1129 MCSectionData *Entry = SectionMap.lookup(&Section);
1146 MCSymbolData *Entry = SymbolMap.lookup(&Symbol);
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdaterImpl.h135 ValT PredVal = AvailableVals->lookup(Pred);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h674 return MDTypeNodeToDieMap.lookup(TypeMD);
719 /// use to accelerate lookup.
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCContext.cpp120 // Do the lookup and get the entire StringMapEntry. We want access to the
200 return Symbols.lookup(Name);
233 // Do the lookup, if we have a hit, return it.
255 // Do the lookup, if we have a hit, return it.
290 // Do the lookup, if we have a hit, return it.
H A DMCMachOStreamer.cpp265 // lookup.
404 // First, scan the symbol table to build a lookup table from fragments to
424 if (MCSymbolData *SD = DefiningSymbolMap.lookup(it2))
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h257 uint64_t AddressPoint = AddressPoints.lookup(Base);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp57 lookup_const_result R = lookup(Id);
86 lookup_const_result R = lookup(Sel);
104 lookup_const_result R = lookup(Sel);
173 DeclContext::lookup_const_result R = DC->lookup(propertyID);
1646 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
H A DVTableBuilder.cpp138 return OverridersMap.lookup(std::make_pair(MD, BaseOffset));
1145 if (VTableThunks.lookup(VTableIndex).Return.isEmpty())
1207 VBaseOffsetOffsets.lookup(Offset.VirtualBase).getQuantity();
1992 ThunkInfo Thunk = VTableThunks.lookup(I);
2040 ThunkInfo Thunk = VTableThunks.lookup(I);
3065 ThunkInfo Thunk = VTableThunks.lookup(I);
3081 ThunkInfo Thunk = VTableThunks.lookup(I);
/freebsd-9.3-release/sbin/iscontrol/
H A Dlogin.c339 switch((authm_t)lookup(AuthMethods, op->authMethod)) {
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_ioctl.c1480 struct scanlookup lookup; local
1487 lookup.se = NULL;
1488 lookup.mac = mac;
1489 lookup.esslen = ssid_len;
1490 lookup.essid = ssid;
1491 ieee80211_scan_iterate(vap, mlmelookup, &lookup);
1492 if (lookup.se == NULL)
1495 if (!ieee80211_sta_join(vap, lookup.se->se_chan, lookup.se))
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c167 n = lookup(argv[2]);
/freebsd-9.3-release/usr.bin/mail/
H A Dcmd3.c407 if ((vp2 = lookup(*ap)) == NULL) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DDominators.h336 return DomTreeNodes.lookup(BB);
653 return IDoms.lookup(BB);
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DELF.h402 /// \p SymTab is used to lookup the string table to use to get the symbol's
503 return ExtendedSymbolTable.lookup(symb);
511 return getSection(ExtendedSymbolTable.lookup(symb));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp305 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
783 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
949 = Owner->lookup(ClassTemplate->getDeclName());
981 DeclContext::lookup_result Found = Owner->lookup(Pattern->getDeclName());
1031 DeclContext::lookup_result Found = Owner->lookup(VarTemplate->getDeclName());
2331 = Owner->lookup(ClassTemplate->getDeclName());
3307 LateParsedTemplate *LPT = LateParsedTemplateMap.lookup(PatternDecl);
4472 // it before performing lookup into that context.
4491 DeclContext::lookup_result Found = ParentDC->lookup(D->getDeclName());
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Denv.cpp1118 environment *e = (environment *)env_dictionary.lookup(nm);
1121 (void)env_dictionary.lookup(nm, e);
1166 e = (environment *)env_dictionary.lookup(nm);
3386 current_language = (hyphenation_language *)language_dictionary.lookup(nm);
3389 (void)language_dictionary.lookup(nm, (void *)current_language);
3436 tem = (unsigned char *)current_language->exceptions.lookup(symbol(buf),
3557 tem = (unsigned char *)ex->lookup(symbol(buf), tem);
3823 = (unsigned char *)current_language->exceptions.lookup(buf);
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp123 uint32_t lookup(Value *V) const;
457 /// lookup - Returns the value number of the specified value. Fails if
459 uint32_t ValueTable::lookup(Value *V) const { function in class:ValueTable
764 // if we already know about this block in one lookup.
2268 if (SwitchEdges.lookup(Dst) == 1) {
2291 // need to do a lookup to see if the number already exists
2455 uint32_t ValNo = VN.lookup(CurInst);
2527 if (Value *V = findLeader(PREPred, VN.lookup(Op))) {
/freebsd-9.3-release/tools/sched/
H A Dschedgraph.py141 def lookup(self, name): member in class:Colormap
704 color = colormap.lookup(self.name)
724 color = colormap.lookup(self.name)
749 color = colormap.lookup("count")
840 color = cpucolormap.lookup(cpu)
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf.c2983 pd->lookup.uid = UID_MAX;
2984 pd->lookup.gid = GID_MAX;
2985 pd->lookup.pid = NO_PID;
2990 pd->lookup.uid = inp_arg->inp_cred->cr_uid;
2991 pd->lookup.gid = inp_arg->inp_cred->cr_groups[0];
3096 pd->lookup.uid = inp->inp_cred->cr_uid;
3097 pd->lookup.gid = inp->inp_cred->cr_groups[0];
3100 pd->lookup.uid = inp->inp_socket->so_euid;
3101 pd->lookup.gid = inp->inp_socket->so_egid;
3102 pd->lookup
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c446 /* We can just do a hash lookup for the section with the right name.
447 But if that lookup discovers more than one section with the name
1440 lang_output_section_statement_type *lookup; local
1442 for (lookup = os->prev; lookup != NULL; lookup = lookup->prev)
1444 if (lookup->constraint == -1)
1447 if (lookup->bfd_section != NULL && lookup
[all...]

Completed in 265 milliseconds

1234567891011>>