HomeSort by: relevance | last modified time | path
    Searched refs:_cache (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/device/
dev-cache.c 54 } _cache; variable in typeref:struct:__anon9438
56 #define _alloc(x) dm_pool_zalloc(_cache.mem, (x))
57 #define _free(x) dm_pool_free(_cache.mem, (x))
58 #define _strdup(x) dm_pool_strdup(_cache.mem, (x))
147 if (_cache.preferred_names_matcher)
168 if (_cache.preferred_names_matcher) {
169 m0 = dm_regex_match(_cache.preferred_names_matcher, path0);
170 m1 = dm_regex_match(_cache.preferred_names_matcher, path1);
258 if (!(sl->str = dm_pool_strdup(_cache.mem, path)))
290 if (dm_hash_lookup(_cache.names, path)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/bfin/
devices.h 134 struct bfin_##dv *__##dv = BFIN_CPU_STATE.dv##_cache; \
136 BFIN_CPU_STATE.dv##_cache = __##dv = dv_get_state (cpu, "/core/bfin_"#dv); \
  /src/external/gpl3/gdb/dist/sim/bfin/
devices.h 134 struct bfin_##dv *__##dv = BFIN_CPU_STATE.dv##_cache; \
136 BFIN_CPU_STATE.dv##_cache = __##dv = dv_get_state (cpu, "/core/bfin_"#dv); \
  /src/external/lgpl3/mpfr/dist/src/
mpfr-impl.h 1412 #define MPFR_DECL_INIT_CACHE(_cache,_func) \
1414 MPFR_LOCK_INIT( (_cache)->lock), \
1415 MPFR_LOCK_CLEAR((_cache)->lock)) \
1416 MPFR_CACHE_ATTR mpfr_cache_t _cache = {{ \
1420 MPFR_MAKE_VARFCT (mpfr_cache_t,_cache)
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 83 to store the result in a _cache.
95 call to `cacheBidirectional`. Furthermore, a bidirectional _cache will
100 as `cache` would be unable to _cache the random accesses.
115 return _Cache!(Range, false)(range);
122 return _Cache!(Range, true)(range);
276 private struct _Cache(R, bool bidir)

Completed in 58 milliseconds