Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/openssl/test/
H A Dverify_extra_test.c69 X509_LOOKUP *lookup = NULL; in test_alt_chains_cert_forgery() local
/third_party/pulseaudio/speex/libspeexdsp/
H A Dscal.c67 struct drft_lookup lookup; member
/third_party/python/Lib/
H A Dsymtable.py118 def lookup(self, name): member in SymbolTable
/third_party/openssl/crypto/modes/
H A Docb128.c281 OCB_BLOCK *lookup; in CRYPTO_ocb128_aad() local
362 OCB_BLOCK *lookup; in CRYPTO_ocb128_encrypt() local
458 OCB_BLOCK *lookup in CRYPTO_ocb128_decrypt() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup() function in LineTable
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp118 SkString lookup; in appendTextureLookup() local
132 SkString lookup; in appendTextureLookupAndBlend() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff.h92 int lookup[(1 << HUFF_LOOKAHEAD) + HUFF_CODE_LARGE_LONG_ALIGNED]; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.cpp799 CollationFastLatin::lookup(const uint16_t *table, UChar32 c) { lookup() function in CollationFastLatin
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/examples/
H A Dtlsauthentication.c29 const char *lookup = in string_to_base64() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-map.cc142 hb_ot_map_t::lookup_map_t *lookup = m.lookups[table_index].push (); in add_lookups() local
H A Dhb-ot-shape-complex-arabic-fallback.hh88 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_single() local
162 OT::SubstLookup *lookup = c.start_serialize<OT::SubstLookup> (); in arabic_fallback_synthesize_lookup_ligature() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h102 Expected<JITEvaluatedSymbol> lookup(JITDylib &JD, StringRef UnmangledName) { in lookup() function in llvm::orc::LLJIT
107 Expected<JITEvaluatedSymbol> lookup(StringRef UnmangledName) { in lookup() function in llvm::orc::LLJIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp325 ItaniumManglingCanonicalizer::lookup(StringRef Mangling) { in lookup() function in ItaniumManglingCanonicalizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp274 const BitTracker::RegisterCell &lookup(unsigned VR) { in lookup() function
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DImmutableMap.h223 data_type* lookup(key_type_ref K) const { in lookup() function in llvm::ImmutableMap
383 data_type *lookup(key_type_ref K) const { in lookup() function in llvm::ImmutableMapRef
H A DScopedHashTable.h186 V lookup(const K &Key) const { in lookup() function in llvm::ScopedHashTable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h107 absolute_lookup lookup(const time_point<D>& tp) const { in lookup() function in absl::time_internal::cctz::time_zone
[all...]
/third_party/skia/experimental/graphite/src/
H A DDrawPass.cpp134 skgpu::UniformData* lookup(skgpu::Recorder* recorder, uint32_t uniformID) { in lookup() function
/third_party/rust/crates/syn/codegen/src/
H A Dparse.rs33 let mut lookup = Lookup { in parse() variables
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureTestUtil.cpp181 const char* lookup = DE_NULL; in getProgram() local
[all...]
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dasymmetric_type.c53 const char *lookup; in find_asymmetric_key() local
/kernel/linux/linux-5.10/drivers/clk/x86/
H A Dclk-pmc-atom.c33 struct clk_lookup *lookup; member
39 struct clk_lookup *lookup; member
/kernel/linux/linux-5.10/drivers/i2c/
H A Di2c-core-acpi.c74 struct i2c_acpi_lookup *lookup = data; in i2c_acpi_fill_info() local
108 i2c_acpi_do_lookup(struct acpi_device *adev, struct i2c_acpi_lookup *lookup) i2c_acpi_do_lookup() argument
182 struct i2c_acpi_lookup lookup; i2c_acpi_get_info() local
305 struct i2c_acpi_lookup *lookup = data; i2c_acpi_lookup_speed() local
337 struct i2c_acpi_lookup lookup; i2c_acpi_find_bus_speed() local
473 struct i2c_acpi_lookup lookup; i2c_acpi_new_device() local
[all...]
/kernel/linux/linux-5.10/net/qrtr/
H A Dns.c278 struct qrtr_lookup *lookup; in server_del() local
426 struct qrtr_lookup *lookup; ctrl_cmd_del_client() local
515 struct qrtr_lookup *lookup; ctrl_cmd_new_server() local
591 struct qrtr_lookup *lookup; ctrl_cmd_new_lookup() local
657 struct qrtr_lookup *lookup; ctrl_cmd_del_lookup() local
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dact_api.h100 int (*lookup)(struct net *net, struct tc_action **a, u32 index); member

Completed in 17 milliseconds

12345678910>>...16