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

  /external/valgrind/cachegrind/
cg_arch.h 39 } cache_t; typedef in typeref:struct:__anon25381
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_D1c
    [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:__anon8700
17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer extension}}
  /frameworks/native/cmds/installd/
utils.h 63 } cache_t; typedef in namespace:android::installd
119 cache_t* start_cache_collection();
121 void add_cache_files(cache_t* cache, const std::string& data_path);
123 void clear_cache_files(const std::string& data_path, cache_t* cache, int64_t free_size);
125 void finish_cache_collection(cache_t* cache);

Completed in 418 milliseconds