| /third_party/mesa3d/src/gallium/drivers/crocus/ |
| H A D | crocus_program_cache.c | 123 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 D | cache_test.cpp | 96 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 D | draw_pt_vsplit.c | 63 } cache; member [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | pcy_tree.c | 102 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 D | sample-util.c | 200 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 D | SkStrikeCache.cpp | 29 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 D | SpirvShaderSampling.cpp | 122 vk::Device::SamplingRoutineCache *cache = device->getSamplingRoutineCache(); in getImageSampler() local
|
| /third_party/openssl/crypto/x509/ |
| H A D | pcy_tree.c | 102 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 D | SkResourceCacheTest.cpp | 40 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 D | TypefaceTest.cpp | 476 static int count(skiatest::Reporter* reporter, const SkTypefaceCache& cache) { in count() argument 486 SkTypefaceCache cache; in DEF_TEST() local [all...] |
| H A D | TextBlobCacheTest.cpp | 58 static void SetBudget(GrTextBlobCache* cache, size_t budget) { in SetBudget() argument
|
| H A D | TextureProxyTest.cpp | 130 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 D | ftccache.h | 167 FTC_Cache_Init( FTC_Cache cache ); global() variable 171 FTC_Cache_Done( FTC_Cache cache ); global() variable [all...] |
| H A D | ftcmanag.c | 430 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 D | loadednormalizer2impl.cpp | 146 static UHashtable *cache=NULL; variable [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-augment-properties.c | 61 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 D | ContextUtils.cpp | 181 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 D | ieee802_11_auth.c | 455 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 D | ieee802_11_auth.c | 520 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 D | global_utils.c | 404 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 D | data_resource.cpp | 172 char cache[GLOBAL_RESOURCE_HEADER_LEFT] = {0};
in ReadHeader() local
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
| H A D | dlp_file_manager.cpp | 429 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 D | pixelmap_image.cpp | 421 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 D | drawing_image.cpp | 212 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 D | distributeddb_storage_sqlite_single_ver_natural_executor_test.cpp | 280 vector<int64_t> cache; in HWTEST_F() local 329 vector<int64_t> cache; in HWTEST_F() local [all...] |