Home
last modified time | relevance | path

Searched defs:lookup (Results 26 - 50 of 381) sorted by relevance

12345678910>>...16

/third_party/node/deps/cares/src/lib/
H A Dares_math.c143 static const unsigned char lookup[256] = { B6(0), B6(1), B6(1), B6(2) }; in ares__count_bits_u8() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_wm_iz.cpp130 int lookup = key->iz_lookup; in setup_fs_payload_gfx4() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_d2.c18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local
48 X509_LOOKUP *lookup; X509_STORE_load_file_ex() local
66 X509_LOOKUP *lookup; X509_STORE_load_path() local
79 X509_LOOKUP *lookup; X509_STORE_load_store_ex() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLegacy.cpp20 void JITSymbolResolverAdapter::lookup(const LookupSet &Symbols, in lookup() function in llvm::orc::JITSymbolResolverAdapter
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp70 void LegacyJITSymbolResolver::lookup(const LookupSet &Symbols, in lookup() function in LegacyJITSymbolResolver
/third_party/openssl/crypto/x509/
H A Dx509_d2.c18 X509_LOOKUP *lookup; in X509_STORE_set_default_paths_ex() local
48 X509_LOOKUP *lookup; X509_STORE_load_file_ex() local
66 X509_LOOKUP *lookup; X509_STORE_load_path() local
79 X509_LOOKUP *lookup; X509_STORE_load_store_ex() local
[all...]
/third_party/skia/tests/graphite/
H A DUniformCacheTest.cpp57 sk_sp<UniformData> lookup = cache->lookup(result1->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
70 sk_sp<UniformData> lookup = cache->lookup(result2->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
83 sk_sp<UniformData> lookup = cache->lookup(result3->id()); in DEF_GRAPHITE_TEST_FOR_CONTEXTS() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DContext.java20 private static void unpackLookupTable(int[] lookup, String map, String rle) { in unpackLookupTable() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DValueSymbolTable.h74 Value *lookup(StringRef Name) const { return vmap.lookup(Name); } in lookup() function in llvm::ValueSymbolTable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DSymbolRemappingReader.h122 Key lookup(StringRef FunctionName) { in lookup() function in llvm::SymbolRemappingReader
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
H A DRubyEnum.java51 public static IRubyObject lookup(ThreadContext context, IRubyObject recv, IRubyObject number) { in lookup() method in RubyEnum
/third_party/skia/experimental/graphite/src/
H A DProgramCache.cpp92 sk_sp<ProgramCache::ProgramInfo> ProgramCache::lookup(uint32_t uniqueID) { in lookup() function in skgpu::ProgramCache
/kernel/linux/linux-5.10/arch/x86/platform/intel-mid/device_libs/
H A Dplatform_bt.c40 struct gpiod_lookup *lookup = table->table; in tng_bt_sfi_setup() local
/kernel/linux/linux-6.6/arch/mips/pic32/pic32mzda/
H A Dinit.c90 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data() argument
/kernel/linux/linux-5.10/include/linux/
H A Dof_platform.h87 of_platform_populate(struct device_node *root, const struct of_device_id *matches, const struct of_dev_auxdata *lookup, struct device *parent) of_platform_populate() argument
94 of_platform_default_populate(struct device_node *root, const struct of_dev_auxdata *lookup, struct device *parent) of_platform_default_populate() argument
/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.h55 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) ocfs2_add_entry() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_debugfs.c81 int lookup; in sparx5_vcap_is0_port_keys() local
124 int lookup; sparx5_vcap_is2_port_keys() local
236 int lookup; sparx5_vcap_is2_port_stickies() local
330 int lookup; sparx5_vcap_es2_port_keys() local
409 int lookup; sparx5_vcap_es2_port_stickies() local
[all...]
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddir.h53 ocfs2_add_entry(handle_t *handle, struct dentry *dentry, struct inode *inode, u64 blkno, struct buffer_head *parent_fe_bh, struct ocfs2_dir_lookup_result *lookup) ocfs2_add_entry() argument
/kernel/linux/linux-6.6/drivers/bus/
H A Dsimple-pm-bus.c28 const struct of_dev_auxdata *lookup = dev_get_platdata(dev); in simple_pm_bus_probe() local
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_privacy_screen_x86.c16 struct drm_privacy_screen_lookup lookup; member
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DResources.java196 public static String getTranslation(String key, String lookup) { in getTranslation() argument
234 getTranslation(String key, String[] lookup) getTranslation() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_util.h107 static const uint8_t lookup[] = { in tu6_rop() local
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/parse_callbacks/
H A Dmod.rs65 pub fn lookup(cb: &str) -> Box<dyn ParseCallbacks> { in lookup() functions
/third_party/rust/crates/syn/codegen/src/
H A Dmain.rs31 mod lookup; modules
/kernel/linux/linux-5.10/arch/mips/pic32/pic32mzda/
H A Dinit.c115 static int __init pic32_of_prepare_platform_data(struct of_dev_auxdata *lookup) in pic32_of_prepare_platform_data() argument

Completed in 7 milliseconds

12345678910>>...16