/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls.c | 108 struct mbedtls_ssl_cache_context cache; member
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | asyoutypeformatter.cc | 62 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) MatchAllGroups() argument
|
/third_party/node/deps/v8/src/asmjs/ |
H A D | asm-parser.h | 85 ZoneUnorderedMap<FunctionSig, uint32_t> cache; member 156 explicit CachedVector(CachedVectors<T>* cache) in CachedVector() argument
|
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 340 Handle<SimpleNumberDictionary> cache = in CacheTemplateInstantiation() local 370 Handle<SimpleNumberDictionary> cache = in UncacheTemplateInstantiation() local [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | frames-inl.h | 38 InnerPointerToCodeCacheEntry* cache(int index) { return &cache_[index]; } in cache() function in v8::internal::InnerPointerToCodeCache
|
/third_party/node/deps/v8/src/objects/ |
H A D | transitions.cc | 425 WeakFixedArray cache = GetPrototypeTransitions(isolate, map); GetPrototypeTransition() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_soa.c | 415 lp_build_fetch_rgba_soa(struct gallivm_state *gallivm, const struct util_format_description *format_desc, struct lp_type type, boolean aligned, LLVMValueRef base_ptr, LLVMValueRef offset, LLVMValueRef i, LLVMValueRef j, LLVMValueRef cache, LLVMValueRef rgba_out[4]) lp_build_fetch_rgba_soa() argument
|
H A D | lp_bld_misc.cpp | 300 LPObjectCache(struct lp_cached_code *cache) { in LPObjectCache() argument
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_pipeline_cache.c | 144 vk_pipeline_cache_lock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_lock() argument 152 vk_pipeline_cache_unlock(struct vk_pipeline_cache *cache) in vk_pipeline_cache_unlock() argument 159 vk_pipeline_cache_remove_object(struct vk_pipeline_cache *cache, in vk_pipeline_cache_remove_object() argument 180 vk_pipeline_cache_replace_object(struct vk_pipeline_cache *cache, uint32_t hash, struct vk_pipeline_cache_object *search, struct vk_pipeline_cache_object *replace) vk_pipeline_cache_replace_object() argument 219 vk_pipeline_cache_object_serialize(struct vk_pipeline_cache *cache, struct vk_pipeline_cache_object *object, struct blob *blob, uint32_t *data_size) vk_pipeline_cache_object_serialize() argument 269 vk_pipeline_cache_object_deserialize(struct vk_pipeline_cache *cache, const void *key_data, uint32_t key_size, const void *data, size_t data_size, const struct vk_pipeline_cache_object_ops *ops) vk_pipeline_cache_object_deserialize() argument 306 vk_pipeline_cache_lookup_object(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct vk_pipeline_cache_object_ops *ops, bool *cache_hit) vk_pipeline_cache_lookup_object() argument 390 vk_pipeline_cache_add_object(struct vk_pipeline_cache *cache, struct vk_pipeline_cache_object *object) vk_pipeline_cache_add_object() argument 446 vk_pipeline_cache_lookup_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const struct nir_shader_compiler_options *nir_options, bool *cache_hit, void *mem_ctx) vk_pipeline_cache_lookup_nir() argument 475 vk_pipeline_cache_add_nir(struct vk_pipeline_cache *cache, const void *key_data, size_t key_size, const nir_shader *nir) vk_pipeline_cache_add_nir() argument 532 vk_pipeline_cache_load(struct vk_pipeline_cache *cache, const void *data, size_t size) vk_pipeline_cache_load() argument 580 struct vk_pipeline_cache *cache; vk_pipeline_cache_create() local 629 vk_pipeline_cache_destroy(struct vk_pipeline_cache *cache, const VkAllocationCallbacks *pAllocator) vk_pipeline_cache_destroy() argument 645 struct vk_pipeline_cache *cache; vk_common_CreatePipelineCache() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_batch.h | 166 } cache; member
|
/third_party/skia/src/core/ |
H A D | SkFont.cpp | 297 auto cache = strikeSpec.findOrCreateStrike(); in getMetrics() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SpirvShaderImage.cpp | 348 auto &cache = state->routine->samplerCache.at(instruction.position); in lookupSamplerFunction() local
|
H A D | VertexRoutine.cpp | 44 Pointer<Byte> cache = task + OFFSET(VertexTask, vertexCache); in generate() local
|
/third_party/skia/tests/ |
H A D | ResourceAllocatorTest.cpp | 365 auto cache = dContext->priv().getResourceCache(); in memory_budget_test() local
|
H A D | BackendAllocationTest.cpp | 48 GrResourceCache* cache = dContext->priv().getResourceCache(); in test_wrapping() local
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | serv.cpp | 281 Hashtable cache; member in DNCache [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | vp9block.c | 811 uint8_t cache[1024]; in decode_coeffs_b_generic() local [all...] |
H A D | opus_pvq.c | 53 static inline int celt_bits2pulses(const uint8_t *cache, int bits) in celt_bits2pulses() argument 72 static inline int celt_pulses2bits(const uint8_t *cache, int pulses) in celt_pulses2bits() argument 494 const uint8_t *cache; in quant_band_template() local [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 759 public static ZNames createMetaZoneAndPutInCache(Map<String, ZNames> cache, in createMetaZoneAndPutInCache() argument 772 public static ZNames createTimeZoneAndPutInCache(Map<String, ZNames> cache, in createTimeZoneAndPutInCache() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
H A D | NumberSkeletonImpl.java | 524 private static final CacheBase<String, UnlocalizedNumberFormatter, Void> cache = new SoftCache<String, UnlocalizedNumberFormatter, Void>() { field in NumberSkeletonImpl
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | DateIntervalFormat.java | 1314 private void initializePattern(ICUCache<String, Map<String, PatternInfo>> cache) { in initializePattern() argument
|
H A D | RelativeDateTimeFormatter.java | 1151 private final CacheBase<String, RelativeDateTimeFormatterData, ULocale> cache = field in RelativeDateTimeFormatter.Cache 1539 private static final Cache cache = new Cache(); field in RelativeDateTimeFormatter
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TimeZoneNamesImpl.java | 761 public static ZNames createMetaZoneAndPutInCache(Map<String, ZNames> cache, in createMetaZoneAndPutInCache() argument 774 public static ZNames createTimeZoneAndPutInCache(Map<String, ZNames> cache, in createTimeZoneAndPutInCache() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/ |
H A D | NumberSkeletonImpl.java | 499 private static final CacheBase<String, UnlocalizedNumberFormatter, Void> cache = new SoftCache<String, UnlocalizedNumberFormatter, Void>() { field in NumberSkeletonImpl
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | RelativeDateTimeFormatter.java | 1061 private final CacheBase<String, RelativeDateTimeFormatterData, ULocale> cache = field in RelativeDateTimeFormatter.Cache 1468 private static final Cache cache = new Cache(); field in RelativeDateTimeFormatter
|