Home
last modified time | relevance | path

Searched refs:cache_index (Results 1 – 15 of 15) sorted by relevance

/external/piex/src/binary_parse/
Dcached_paged_byte_array.cc38 size_t cache_index; in getPage() local
39 if (getFromCache(page_index, &cache_index)) { in getPage()
41 *begin = cached_pages_[cache_index].begin; in getPage()
42 *end = cached_pages_[cache_index].end; in getPage()
43 *page = cached_pages_[cache_index].page; in getPage()
47 static_cast<std::ptrdiff_t>(cache_index)); in getPage()
68 size_t* cache_index) const { in getFromCache()
71 *cache_index = i; in getFromCache()
Dcached_paged_byte_array.h62 bool getFromCache(size_t page_index, size_t* cache_index) const;
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc161 [&](std::function<void(llvm::Value * cache_index, llvm::Value * index)> in EmitTiledCompareLoop()
174 auto cache_index = b->CreateShl(thread_id, value_one); in EmitTiledCompareLoop() local
175 read_or_write(cache_index, current_keys_index); in EmitTiledCompareLoop()
184 cache_index = b->CreateAdd(cache_index, value_one); in EmitTiledCompareLoop()
185 read_or_write(cache_index, current_keys_index); in EmitTiledCompareLoop()
193 copy_loop_body([&](llvm::Value* cache_index, llvm::Value* index) { in EmitTiledCompareLoop() argument
201 cache_index})); in EmitTiledCompareLoop()
272 copy_loop_body([&](llvm::Value* cache_index, llvm::Value* index) { in EmitTiledCompareLoop() argument
278 {tiled_keys_index.GetConstantWithIndexType(0), cache_index})); in EmitTiledCompareLoop()
/external/freetype/src/cache/
Dftcmanag.c484 FTC_Cache cache = manager->caches[node->cache_index]; in FTC_Manager_Check()
487 if ( (FT_UInt)node->cache_index >= manager->num_caches ) in FTC_Manager_Check()
489 node->cache_index )); in FTC_Manager_Check()
694 (FT_UInt)node->cache_index < manager->num_caches ) in FTC_Node_Unref()
Dftccache.c280 if ( node->cache_index >= manager->num_caches ) in ftc_node_destroy()
287 cache = manager->caches[node->cache_index]; in ftc_node_destroy()
420 node->cache_index = (FT_UInt16)cache->index; in ftc_cache_add()
Dftccache.h63 FT_UShort cache_index; /* index of cache the node belongs to */ member
/external/iptables/iptables/
Dnft-cache.c593 if (!h->cache_index) { in __nft_flush_cache()
594 h->cache_index++; in __nft_flush_cache()
595 h->cache = &h->__cache[h->cache_index]; in __nft_flush_cache()
742 while (h->cache_index) in nft_release_cache()
743 flush_cache(h, &h->__cache[h->cache_index--], NULL); in nft_release_cache()
Dnft.h101 unsigned int cache_index; member
/external/protobuf/php/ext/google/protobuf/
Dstorage.c583 return layout->fields[upb_fielddef_index(field)].cache_index; in slot_property_cache()
658 layout->fields[upb_fielddef_index(field)].cache_index = in create_layout()
719 layout->fields[upb_fielddef_index(field)].cache_index = in create_layout()
768 int cache_index = slot_property_cache(layout, storage, field); in layout_init() local
769 CACHED_VALUE* property_ptr = OBJ_PROP(object, cache_index); in layout_init()
857 .cache_index; in layout_set()
1053 layout->fields[upb_fielddef_index(field)].cache_index; in layout_merge()
Dprotobuf.h922 int cache_index; // Each field except oneof field has a zval cache to avoid member
Dencode_decode.c1032 desc->layout->fields[upb_fielddef_index(f)].cache_index; in add_handlers_for_message()
Dmessage.c476 .cache_index;
/external/tensorflow/tensorflow/python/tpu/
Dtensor_tracer.proto60 int32 cache_index = 2; field
Dtensor_tracer_report.py281 tensor_def.cache_index = (
/external/fmtlib/include/fmt/
Dformat-inl.h1895 int cache_index = (k - float_info<double>::min_k) / compression_ratio;
1896 int kb = cache_index * compression_ratio + float_info<double>::min_k;
1901 data::dragonbox_pow10_significands_128[cache_index];