HomeSort by relevance Sort by last modified time
    Searched full:cache_t (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/cachegrind/
cg-x86-amd64.c 62 Int Intel_cache_info(Int level, cache_t* I1c, cache_t* D1c, cache_t* LLc)
78 cache_t L3c = { 0, 0, 0 };
121 case 0x06: *I1c = (cache_t) { 8, 4, 32 }; break;
122 case 0x08: *I1c = (cache_t) { 16, 4, 32 }; break;
123 case 0x09: *I1c = (cache_t) { 32, 4, 64 }; break;
124 case 0x30: *I1c = (cache_t) { 32, 8, 64 }; break;
126 case 0x0a: *D1c = (cache_t) { 8, 2, 32 }; break;
127 case 0x0c: *D1c = (cache_t) { 16, 4, 32 }; break
    [all...]
cg_arch.h 39 } cache_t; typedef in typeref:struct:__anon30366
49 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc,
53 // then parses arg to set the relevant cache_t elements.
56 cache_t* clo_I1c,
57 cache_t* clo_D1c,
58 cache_t* clo_LLc);
66 void VG_(post_clo_init_configure_caches)(cache_t* I1c,
67 cache_t* D1c
    [all...]
cg-arch.c 43 static Char* check_cache(cache_t* cache)
78 static void parse_cache_opt ( cache_t* cache, Char* opt, Char* optval )
115 cache_t* clo_I1c,
116 cache_t* clo_D1c,
117 cache_t* clo_LLc)
135 static void umsg_cache_img(Char* desc, cache_t* c)
143 static void check_cache_or_override(Char* desc, cache_t* c, Bool clo_redefined)
160 void VG_(post_clo_init_configure_caches)(cache_t* I1c,
161 cache_t* D1c,
162 cache_t* LLc
    [all...]
cg-arm.c 40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc,
44 *I1c = (cache_t) { 16384, 4, 64 };
45 *D1c = (cache_t) { 16384, 4, 64 };
46 *LLc = (cache_t) { 262144, 8, 64 };
cg-mips32.c 40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
44 *I1c = (cache_t) { 32768, 4, 32 };
45 *D1c = (cache_t) { 32768, 4, 32 };
46 *L2c = (cache_t) { 524288, 8, 32 };
cg-ppc32.c 40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc,
44 *I1c = (cache_t) { 65536, 2, 64 };
45 *D1c = (cache_t) { 65536, 2, 64 };
46 *LLc = (cache_t) { 262144, 8, 64 };
cg-ppc64.c 40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc,
44 *I1c = (cache_t) { 65536, 2, 64 };
45 *D1c = (cache_t) { 65536, 2, 64 };
46 *LLc = (cache_t) { 262144, 8, 64 };
cg-s390x.c 42 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
106 *I1c = (cache_t) { 65536, 4, 256 };
107 *D1c = (cache_t) { 131072, 8, 256 };
108 *L2c = (cache_t) { 3145728, 12, 256 };
cg_sim.c 54 static void cachesim_initcache(cache_t config, cache_t2* c)
90 static void cachesim_##L##_initcache(cache_t config) \
cg_main.c     [all...]
  /external/clang/test/Sema/
compound-literal.c 16 typedef struct { } cache_t; // expected-warning{{empty struct is a GNU extension}} typedef in typeref:struct:__anon19582
17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer extension}}
  /frameworks/native/cmds/installd/
installd.h 126 } cache_t; typedef in typeref:struct:__anon33068
164 cache_t* start_cache_collection();
166 void add_cache_files(cache_t* cache, const char *basepath, const char *cachedir);
168 void clear_cache_files(cache_t* cache, int64_t free_size);
170 void finish_cache_collection(cache_t* cache);
utils.c 374 cache_t* start_cache_collection()
376 cache_t* cache = (cache_t*)calloc(1, sizeof(cache_t));
382 static void* _cache_malloc(cache_t* cache, size_t len)
424 static void* _cache_realloc(cache_t* cache, void* cur, size_t origLen, size_t len)
434 static void _inc_num_cache_collected(cache_t* cache)
443 static cache_dir_t* _add_cache_dir_t(cache_t* cache, cache_dir_t* parent, const char *name)
476 static cache_file_t* _add_cache_file_t(cache_t* cache, cache_dir_t* dir, time_t modTime,
508 static int _add_cache_files(cache_t *cache, cache_dir_t *parentDir, const char *dirName
    [all...]
commands.c 306 cache_t* cache;
    [all...]
  /external/pixman/pixman/
pixman-implementation.c 64 } cache_t; typedef in typeref:struct:__anon27139
66 PIXMAN_DEFINE_THREAD_LOCAL (cache_t, fast_path_cache);
87 cache_t *cache;
  /external/valgrind/main/callgrind/
sim.c 176 static void cachesim_initcache(cache_t config, cache_t2* c)
    [all...]
  /external/valgrind/main/docs/internals/
porting-to-ARM.txt 51 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
58 *I1c = (cache_t) { 4096, 2, 32 };
59 *D1c = (cache_t) { 4096, 2, 32 };
60 *L2c = (cache_t) { 262144, 8, 64 };
    [all...]

Completed in 159 milliseconds