Home
last modified time | relevance | path

Searched defs:cache (Results 401 - 425 of 1057) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c123 find_existing_assembly(struct hash_table *cache, void *map, in find_existing_assembly() argument
196 struct hash_table *cache = ice->shaders.cache; in crocus_upload_shader() local
[all...]
/third_party/mesa3d/src/util/tests/
H A Dcache_test.cpp96 does_cache_contain(struct disk_cache *cache, const cache_key key) in does_cache_contain() argument
111 cache_exists(struct disk_cache *cache) in cache_exists() argument
133 struct disk_cache *cache; test_disk_cache_create() local
229 struct disk_cache *cache; test_put_and_get() local
407 struct disk_cache *cache; test_put_key_and_get_key() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit.c63 } cache; member
[all...]
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dpcy_tree.c102 const X509_POLICY_CACHE *cache; in tree_init() local
287 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_nodes() argument
309 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_add_unmatched() argument
338 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_link_unmatched() argument
374 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_any() argument
605 const X509_POLICY_CACHE *cache; tree_evaluate() local
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsample-util.c200 void pa_silence_cache_init(pa_silence_cache *cache) { in pa_silence_cache_init() argument
206 void pa_silence_cache_done(pa_silence_cache *cache) { in pa_silence_cache_done() argument
217 pa_memchunk* pa_silence_memchunk_get(pa_silence_cache *cache, pa_mempool *pool, pa_memchunk* ret, const pa_sample_spec *spec, size_t length) { in pa_silence_memchunk_get() argument
[all...]
/third_party/skia/src/core/
H A DSkStrikeCache.cpp29 static thread_local auto* cache = new SkStrikeCache; in GlobalStrikeCache() local
32 static auto* cache = new SkStrikeCache; in GlobalStrikeCache() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp122 vk::Device::SamplingRoutineCache *cache = device->getSamplingRoutineCache(); in getImageSampler() local
/third_party/openssl/crypto/x509/
H A Dpcy_tree.c102 const X509_POLICY_CACHE *cache; in tree_init() local
287 tree_link_nodes(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_nodes() argument
309 tree_add_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, const ASN1_OBJECT *id, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_add_unmatched() argument
338 tree_link_unmatched(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_NODE *node, X509_POLICY_TREE *tree) tree_link_unmatched() argument
374 tree_link_any(X509_POLICY_LEVEL *curr, const X509_POLICY_CACHE *cache, X509_POLICY_TREE *tree) tree_link_any() argument
605 const X509_POLICY_CACHE *cache; tree_evaluate() local
[all...]
/third_party/skia/tests/
H A DSkResourceCacheTest.cpp40 static void test_mipmapcache(skiatest::Reporter* reporter, SkResourceCache* cache) { in test_mipmapcache() argument
79 static void test_mipmap_notify(skiatest::Reporter* reporter, SkResourceCache* cache) { in test_mipmap_notify() argument
121 testBitmapCache_discarded_bitmap(skiatest::Reporter* reporter, SkResourceCache* cache, SkResourceCache::DiscardableFactory factory) testBitmapCache_discarded_bitmap() argument
242 test_duplicate_add(SkResourceCache* cache, skiatest::Reporter* reporter, bool purgable) test_duplicate_add() argument
[all...]
H A DTypefaceTest.cpp476 static int count(skiatest::Reporter* reporter, const SkTypefaceCache& cache) { in count() argument
486 SkTypefaceCache cache; in DEF_TEST() local
[all...]
H A DTextBlobCacheTest.cpp58 static void SetBudget(GrTextBlobCache* cache, size_t budget) { in SetBudget() argument
H A DTextureProxyTest.cpp130 GrResourceCache* cache = dContext->priv().getResourceCache(); in basic_test() local
224 GrResourceCache* cache = dContext->priv().getResourceCache(); invalidation_test() local
291 GrResourceCache* cache = dContext->priv().getResourceCache(); invalidation_and_instantiation_test() local
331 GrResourceCache* cache = direct->priv().getResourceCache(); DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftccache.h167 FTC_Cache_Init( FTC_Cache cache ); global() variable
171 FTC_Cache_Done( FTC_Cache cache ); global() variable
[all...]
H A Dftcmanag.c430 FTC_Cache cache = manager->caches[idx]; in FTC_Manager_Done() local
488 FTC_Cache cache = manager->caches[node->cache_index]; in FTC_Manager_Check() local
584 FTC_Cache cache = NULL; FT_LOCAL_DEF() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dloadednormalizer2impl.cpp146 static UHashtable *cache=NULL; variable
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-augment-properties.c61 pa_hashmap *cache; member
272 static void make_room(pa_hashmap *cache) { in make_room() argument
[all...]
/third_party/skia/experimental/graphite/src/
H A DContextUtils.cpp181 std::tuple<Combination, sk_sp<UniformData>> ExtractCombo(UniformCache* cache, const SkPaint& p) { in ExtractCombo() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_auth.c455 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius() local
372 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) decode_tunnel_passwords() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_auth.c520 struct hostapd_cached_radius_acl *cache; in hostapd_acl_recv_radius() local
437 decode_tunnel_passwords(struct hostapd_data *hapd, const u8 *shared_secret, size_t shared_secret_len, struct radius_msg *msg, struct radius_msg *req, struct hostapd_cached_radius_acl *cache) decode_tunnel_passwords() argument
[all...]
/base/global/resource_management_lite/frameworks/resmgr_lite/src/
H A Dglobal_utils.c404 uint8_t cache[INDEX_DEFAULT_OFFSET] = {0}; in GetDefaultOffsetValue() local
414 uint8_t cache[INDEX_DEFAULT_OFFSET] = {0}; in GetKeyValue() local
/base/global/i18n_lite/frameworks/i18n/src/
H A Ddata_resource.cpp172 char cache[GLOBAL_RESOURCE_HEADER_LEFT] = {0}; in ReadHeader() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp429 std::string cache = workDir + PATH_CACHE; in GenerateDlpFile() local
532 std::string cache = workDir + PATH_CACHE; in OpenDlpFile() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp421 auto cache = pipeline->GetImageCache(); in Cache() local
430 auto cache = pipeline->GetImageCache(); in QueryFromCache() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp212 auto cache = pipelineCtx->GetImageCache(); in Cache() local
224 auto cache = pipelineCtx->GetImageCache(); in QueryFromCache() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp280 vector<int64_t> cache; in HWTEST_F() local
329 vector<int64_t> cache; in HWTEST_F() local
[all...]

Completed in 26 milliseconds

1...<<11121314151617181920>>...43