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

  /external/valgrind/main/cachegrind/
cg_arch.h 39 } cache_t; typedef in typeref:struct:__anon15021
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...]
  /external/clang/test/Sema/
compound-literal.c 15 typedef struct { } cache_t; // -expected-warning{{empty struct is a GNU extension}} typedef in typeref:struct:__anon6068
16 static cache_t clo_I1_cache = ((cache_t) { } ); // -expected-warning{{use of GNU empty initializer extension}}
  /frameworks/base/cmds/installd/
installd.h 129 } cache_t; typedef in typeref:struct:__anon18158
167 cache_t* start_cache_collection();
169 void add_cache_files(cache_t* cache, const char *basepath, const char *cachedir);
171 void clear_cache_files(cache_t* cache, int64_t free_size);
173 void finish_cache_collection(cache_t* cache);

Completed in 222 milliseconds