Searched refs:cache_t (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_arch.h39 } cache_t; typedef in typeref:struct:__anon32350
48 // then parses arg to set the relevant cache_t elements.
51 cache_t* clo_I1c,
52 cache_t* clo_D1c,
53 cache_t* clo_LLc);
61 void VG_(post_clo_init_configure_caches)(cache_t* I1c,
62 cache_t* D1c,
63 cache_t* LLc,
64 cache_t* clo_I1c,
65 cache_t* clo_D1
[all...]
H A Dcg_arch.c39 static void configure_caches(cache_t* I1c, cache_t* D1c, cache_t* LLc,
44 static const HChar* check_cache(cache_t* cache)
79 static void parse_cache_opt ( cache_t* cache, const HChar* opt,
117 cache_t* clo_I1c,
118 cache_t* clo_D1c,
119 cache_t* clo_LLc)
137 static void umsg_cache_img(const HChar* desc, cache_t* c)
145 static void check_cache_or_override(const HChar* desc, cache_t*
[all...]
H A Dcg_sim.c54 static void cachesim_initcache(cache_t config, cache_t2* c)
170 static void cachesim_initcaches(cache_t I1c, cache_t D1c, cache_t LLc)
H A Dcg_main.c1368 static cache_t clo_I1_cache = UNDEFINED_CACHE;
1369 static cache_t clo_D1_cache = UNDEFINED_CACHE;
1370 static cache_t clo_LL_cache = UNDEFINED_CACHE;
1842 cache_t I1c, D1c, LLc;
/external/clang/test/Sema/
H A Dcompound-literal.c16 typedef struct { } cache_t; // expected-warning{{empty struct is a GNU extension}} typedef in typeref:struct:__anon19080
17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer extension}}
/external/pixman/pixman/
H A Dpixman-implementation.c64 } cache_t; typedef in typeref:struct:__anon28837
66 PIXMAN_DEFINE_THREAD_LOCAL (cache_t, fast_path_cache);
87 cache_t *cache;
/external/valgrind/main/callgrind/
H A Dsim.c176 static void cachesim_initcache(cache_t config, cache_t2* c)
1285 static cache_t clo_I1_cache = UNDEFINED_CACHE;
1286 static cache_t clo_D1_cache = UNDEFINED_CACHE;
1287 static cache_t clo_LL_cache = UNDEFINED_CACHE;
1293 cache_t I1c, D1c, LLc;

Completed in 643 milliseconds