Home
last modified time | relevance | path

Searched refs:cache_t (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
Dface-options.hh46 static struct cache_t struct
48 ~cache_t () in ~cache_t()
69 face_options_t::cache_t face_options_t::cache {}; argument
/third_party/boost/libs/python/src/object/
Dinheritance.cpp382 typedef std::vector<cache_element> cache_t; typedef
384 cache_t& cache() in cache()
386 static cache_t x; in cache()
411 cache_t& c = cache(); in convert_type()
412 cache_t::iterator const cache_pos in convert_type()
457 cache_t& c = cache(); in add_cast()
/third_party/pixman/pixman/
Dpixman-implementation.c64 } cache_t; typedef
66 PIXMAN_DEFINE_THREAD_LOCAL (cache_t, fast_path_cache);
87 cache_t *cache; in _pixman_implementation_lookup_composite()
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dcache.h30 enum cache_t {ICACHE, DCACHE}; enum
/third_party/uboot/u-boot-2020.01/arch/nds32/lib/
Dcache.c31 static inline unsigned long CACHE_LINE_SIZE(enum cache_t cache) in CACHE_LINE_SIZE()