Home
last modified time | relevance | path

Searched refs:new_cache (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_anlmdn.c141 AVFrame *new_cache = ff_get_audio_buffer(outlink, newS * 2); in config_filter() local
142 if (new_cache) { in config_filter()
144 av_samples_copy(new_cache->extended_data, s->cache->extended_data, 0, 0, in config_filter()
145 s->cache->nb_samples, new_cache->ch_layout.nb_channels, new_cache->format); in config_filter()
147 s->cache = new_cache; in config_filter()
/third_party/node/deps/openssl/openssl/crypto/
H A Dpassphrase.c295 void *new_cache = in ossl_pw_get_passphrase() local
300 if (new_cache == NULL) { in ossl_pw_get_passphrase()
305 data->cached_passphrase = new_cache; in ossl_pw_get_passphrase()
/third_party/openssl/crypto/
H A Dpassphrase.c295 void *new_cache = in ossl_pw_get_passphrase() local
300 if (new_cache == NULL) { in ossl_pw_get_passphrase()
305 data->cached_passphrase = new_cache; in ossl_pw_get_passphrase()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc331 Handle<FixedArray> new_cache = in CacheTemplateInstantiation() local
333 if (*new_cache != *fast_cache) { in CacheTemplateInstantiation()
334 native_context->set_fast_template_instantiations_cache(*new_cache); in CacheTemplateInstantiation()
342 auto new_cache = in CacheTemplateInstantiation() local
344 if (*new_cache != *cache) { in CacheTemplateInstantiation()
345 native_context->set_slow_template_instantiations_cache(*new_cache); in CacheTemplateInstantiation()
/third_party/node/src/
H A Dnode_builtins.cc526 auto new_cache = std::make_unique<v8::ScriptCompiler::CachedData>( in RefreshCodeCache() local
528 code_cache_->map[item.id] = std::move(new_cache); in RefreshCodeCache()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3243 Handle<FixedArray> new_cache = in NumberToStringCacheSet() local
3245 isolate()->heap()->set_number_string_cache(*new_cache); in NumberToStringCacheSet()

Completed in 13 milliseconds