Searched defs:lookup (Results 151 - 175 of 232) sorted by relevance

12345678910

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DGVN.cpp103 uint32_t lookup(Value *V) const;
409 /// lookup - Returns the value number of the specified value. Fails if
411 uint32_t ValueTable::lookup(Value *V) const { function in class:ValueTable
597 // if we already know about this block in one lookup.
2102 // need to do a lookup to see if the number already exists
2250 uint32_t ValNo = VN.lookup(CurInst);
2319 if (Value *V = findLeader(PREPred, VN.lookup(Op))) {
/external/v8/src/ast/
H A Dscopes.cc1046 // The proxy is bound to a lookup variable to force a dynamic declaration
1552 PrintF("lookup");
1746 // Allocate it by giving it a dynamic lookup.
1803 // statically resolved. However, note that it was necessary to do a lookup
1821 // that case, change the lookup result to reflect this situation. Only
1976 Scope* lookup = local
1985 lookup->LookupRecursive(proxy, max_outer_scope->outer_scope());
1996 if (!var->is_dynamic() && lookup != this) var->ForceContextAllocation();
2038 // an eval() call or a runtime with lookup), it must be allocated in the
/external/ImageMagick/coders/
H A Ddds.c1329 static void ComputeEndPoints(const DDSSingleColourLookup *lookup[],
1350 sources[c] = &lookup[c][color[c]].sources[i];
1327 ComputeEndPoints(const DDSSingleColourLookup *lookup[], const unsigned char *color, DDSVector3 *start, DDSVector3 *end, unsigned char *index) argument
/external/clang/lib/AST/
H A DItaniumMangle.cpp3138 // Must be an unresolved lookup.
3139 const UnresolvedLookupExpr *lookup = dyn_cast<UnresolvedLookupExpr>(fn); local
3140 if (!lookup) return false;
3142 assert(!lookup->requiresADL());
3144 // Must be an unqualified lookup.
3145 if (lookup->getQualifier()) return false;
3149 if (lookup->getNumDecls() > 0 &&
3150 (*lookup->decls_begin())->isCXXClassMember())
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp185 const SVal *lookup(BindingKey K) const;
186 const SVal *lookup(const MemRegion *R, BindingKey::Kind k) const;
187 using llvm::ImmutableMapRef<const MemRegion *, ClusterBindings>::lookup;
228 return Optional<SVal>::create(lookup(R, BindingKey::Direct));
237 return Optional<SVal>::create(lookup(R, BindingKey::Default));
243 const ClusterBindings *ExistingCluster = lookup(Base);
258 const SVal *RegionBindingsRef::lookup(BindingKey K) const { function in class:RegionBindingsRef
259 const ClusterBindings *Cluster = lookup(K.getBaseRegion());
262 return Cluster->lookup(K);
265 const SVal *RegionBindingsRef::lookup(cons function in class:RegionBindingsRef
[all...]
/external/curl/lib/vtls/
H A Dopenssl.c1702 X509_LOOKUP *lookup = NULL; local
2087 lookup=X509_STORE_add_lookup(SSL_CTX_get_cert_store(connssl->ctx),
2089 if(!lookup ||
2090 (!X509_load_crl_file(lookup, ssl_crlfile, X509_FILETYPE_PEM)) ) {
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp21 * \brief Texture lookup simulator that is capable of verifying generic
22 * lookup results based on accuracy parameters.
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k) function in namespace:tcu
65 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k) function in namespace:tcu
103 dst.p00 = lookup<float>(level, sampler, x0, y0, z);
104 dst.p10 = lookup<float>(level, sampler, x1, y0, z);
105 dst.p01 = lookup<float>(level, sampler, x0, y1, z);
106 dst.p11 = lookup<float>(level, sampler, x1, y1, z);
117 dst.p0 = lookup<float>(level, sampler, x0, y, 0);
118 dst.p1 = lookup<floa
[all...]
H A DtcuTexture.cpp1670 // Texel lookup with color conversion.
1671 static inline Vec4 lookup (const ConstPixelBufferAccess& access, int i, int j, int k) function in namespace:tcu
1690 // Border texel lookup with color conversion.
1693 // "lookup" for a combined format does not make sense, disallow
1752 return lookup(access, i, offset.y(), 0);
1771 return lookup(access, i, j, offset.z());
1794 return lookup(access, i, j, k);
1813 Vec4 p0 = i0UseBorder ? lookupBorder(access.getFormat(), sampler) : lookup(access, i0, offset.y(), 0);
1814 Vec4 p1 = i1UseBorder ? lookupBorder(access.getFormat(), sampler) : lookup(access, i1, offset.y(), 0);
1844 Vec4 p00 = (i0UseBorder || j0UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(acces
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsubgpos-private.hh153 * Note further, that the above is not exactly correct. A recursed lookup
162 /* Return if new lookup was recursed to before. */
260 "idx %d gid %u lookup %d", \
999 /* Recursed lookup changed buffer len. Adjust. */
1005 * lookup ended up removing many items, more than we have had matched.
1013 unsigned int next = idx + 1; /* next now is the position after the recursed lookup. */
1668 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
1673 lookup.len, lookup.array,
1682 const ArrayOf<LookupRecord> &lookup local
1696 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
1709 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
1725 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
2023 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
2044 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
2063 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
2090 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
2111 const ArrayOf<LookupRecord> &lookup = StructAfter<ArrayOf<LookupRecord> > (lookahead); local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dusettest.cpp1598 virtual const UnicodeString* lookup(const UnicodeString& s) const { function in class:TokenSymbolTable
/external/libusb/libusb/os/
H A Dwindows_winusb.c421 // [trobinso] lookup the libusb0 symbolic index.
1015 // If that's the case, lookup the ancestors to set the bus number
1142 struct driver_lookup lookup[3] = { local
1156 if (pSetupDiGetDeviceRegistryPropertyA(*dev_info, dev_info_data, lookup[k].reg_prop,
1157 &reg_type, (BYTE *)lookup[k].list, MAX_KEY_LENGTH, &size)) {
1159 if (lookup[k].reg_prop == SPDRP_SERVICE)
1161 lookup[k].list[safe_strlen(lookup[k].list) + 1] = 0;
1166 for (l = 0; (lookup[k].list[l] != 0) || (lookup[
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp63 std::pair<unsigned, bool> lookup(const Value *V) const { function in struct:__anon12824::OrderMap
64 return IDs.lookup(V);
75 if (OM.lookup(V).first)
84 // Note: we cannot cache this lookup above, since inserting into the map
144 if (OM.lookup(U.getUser()).first)
154 ID = OM.lookup(BA->getBasicBlock()).first;
161 auto LID = OM.lookup(LU->getUser()).first;
162 auto RID = OM.lookup(RU->getUser()).first;
H A DConstants.cpp1379 BlockAddress *BlockAddress::lookup(const BasicBlock *BB) { function in class:BlockAddress
1386 F->getContext().pImpl->BlockAddresses.lookup(std::make_pair(F, BB));
1437 /// This is a utility function to handle folding of casts and lookup of the
2351 // Do a lookup to see if we have already formed one of these.
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp542 uint32_t GVN::ValueTable::lookup(Value *V) const { function in class:GVN::ValueTable
633 // if we already know about this block in one lookup.
2134 if (SwitchEdges.lookup(Dst) == 1) {
2158 // need to do a lookup to see if the number already exists
2314 if (Value *V = findLeader(Pred, VN.lookup(Op))) {
2357 uint32_t ValNo = VN.lookup(CurInst);
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java823 this.method = Method.lookup(pre.get("method"));
1163 static Method lookup(String method) { method in class:NanoHTTPD.Method
/external/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2760 int var = lookup(varyings, varying);
2861 int index = isBlockMember ? lookup(uniforms, parentBlock) : lookup(uniforms, uniform);
2893 int index = lookup(attributes, attribute);
3016 int index = lookup(samplers, sampler);
3037 int OutputASM::lookup(VariableArray &list, TIntermTyped *variable) function in class:glsl::OutputASM
3099 int OutputASM::lookup(VariableArray &list, TInterfaceBlock *block) function in class:glsl::OutputASM
3113 int index = lookup(list, variable);
3157 int index = lookup(list, variable);
/external/v8/src/ic/
H A Dic.cc310 // If there is a getter, return; otherwise loop to perform the lookup.
674 // Named lookup in the object.
1050 bool IsCompatibleReceiver(LookupIterator* lookup, Handle<Map> receiver_map) { argument
1051 DCHECK(lookup->state() == LookupIterator::ACCESSOR);
1052 Isolate* isolate = lookup->isolate();
1053 Handle<Object> accessors = lookup->GetAccessors();
1066 Handle<JSObject> holder = lookup->GetHolder<JSObject>();
1067 Handle<Object> receiver = lookup->GetReceiver();
1089 void LoadIC::UpdateCaches(LookupIterator* lookup) { argument
1095 TRACE_IC("LoadIC", lookup
1152 TraceHandlerCacheHitStats(LookupIterator* lookup) argument
1214 ComputeHandler(LookupIterator* lookup, Handle<Object> value) argument
1279 GetMapIndependentHandler(LookupIterator* lookup) argument
1426 CompileHandler(LookupIterator* lookup, Handle<Object> unused, CacheHolderFlag cache_holder) argument
1815 UpdateCaches(LookupIterator* lookup, Handle<Object> value, JSReceiver::StoreFromKeyed store_mode) argument
1914 GetMapIndependentHandler(LookupIterator* lookup) argument
2039 CompileHandler(LookupIterator* lookup, Handle<Object> value, CacheHolderFlag cache_holder) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1965 X509_LOOKUP *lookup; local
1968 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx),
1970 if (lookup == NULL) {
1972 "Failed add lookup for X509 store");
1976 if (!X509_LOOKUP_load_file(lookup, ca_cert, X509_FILETYPE_ASN1)) {
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1965 X509_LOOKUP *lookup; local
1968 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx),
1970 if (lookup == NULL) {
1972 "Failed add lookup for X509 store");
1976 if (!X509_LOOKUP_load_file(lookup, ca_cert, X509_FILETYPE_ASN1)) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1965 X509_LOOKUP *lookup; local
1968 lookup = X509_STORE_add_lookup(SSL_CTX_get_cert_store(ssl_ctx),
1970 if (lookup == NULL) {
1972 "Failed add lookup for X509 store");
1976 if (!X509_LOOKUP_load_file(lookup, ca_cert, X509_FILETYPE_ASN1)) {
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h208 virtual const FieldDecl *lookup(const VarDecl *VD) const { function in class:clang::CodeGen::CodeGenFunction::CGCapturedStmtInfo
209 return CaptureFields.lookup(VD);
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp247 // 1D lookup LOD computation.
268 // 2D lookup LOD computation.
296 // 3D lookup LOD computation.
829 // Set lookup scale & bias
844 const TextureLookupSpec& lookup,
863 const TextureLookupSpec& lookup,
868 , m_lookupSpec (lookup)
2547 const TextureLookupSpec& lookup,
2562 const TextureLookupSpec& lookup,
2566 : ShaderTextureFunctionCase (testCtx, name, desc, lookup, textur
860 ShaderTextureFunctionCase(tcu::TestContext& testCtx, const std::string& name, const std::string& desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase) argument
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp444 ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase);
469 ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase) argument
471 , m_lookupSpec (lookup)
737 // Set lookup scale & bias
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c306 struct lookup { struct
320 static struct lookup const * byword(const char * string,
321 const struct lookup * lp);
323 static struct lookup const line_codes[] = {
331 static struct lookup const mon_names[] = {
347 static struct lookup const wday_names[] = {
358 static struct lookup const lasts[] = {
369 static struct lookup const begin_years[] = {
375 static struct lookup const end_years[] = {
382 static struct lookup cons
[all...]
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp7033 static const uint16_t *lookup(unsigned opcode, unsigned domain) { function
7052 if (domain && lookup(MI.getOpcode(), domain))
7063 const uint16_t *table = lookup(MI.getOpcode(), dom);

Completed in 903 milliseconds

12345678910