HomeSort by relevance Sort by last modified time
    Searched refs:cache (Results 176 - 200 of 3069) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/cachegrind/
cg_arch.c 2 /*--- Cachegrind: cache configuration. cg-arch.c ---*/
6 This file is part of Cachegrind, a Valgrind tool for cache
42 // Checks cache config is ok. Returns NULL if ok, or a pointer to an error
44 static const HChar* check_cache(cache_t* cache)
47 if ((cache->size % (cache->line_size * cache->assoc) != 0) ||
48 (-1 == VG_(log2)(cache->size/cache->line_size/cache->assoc))
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_auth.c 284 /* Check whether ACL cache has an entry for this station */
315 /* No entry in the cache - query external RADIUS server */
414 * hostapd_acl_expire - ACL cache expiration callback
432 struct hostapd_cached_radius_acl *cache)
470 hostapd_logger(hapd, cache->addr,
481 psk->next = cache->psk;
482 cache->psk = psk;
510 struct hostapd_cached_radius_acl *cache; local
541 /* Insert Accept/Reject info into ACL cache */
542 cache = os_zalloc(sizeof(*cache))
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 93 SizeClassAllocatorLocalCache<Allocator> cache; local
94 memset(&cache, 0, sizeof(cache));
95 cache.Init(0);
113 char *x = (char*)cache.Allocate(a, class_id0);
137 cache.Deallocate(a, a->GetSizeClass(x), x);
174 SizeClassAllocatorLocalCache<Allocator> cache; local
175 memset(&cache, 0, sizeof(cache));
176 cache.Init(0)
217 SizeClassAllocatorLocalCache<Allocator> cache; local
267 SizeClassAllocatorLocalCache<Allocator64WithCallBack> cache; local
294 SizeClassAllocatorLocalCache<Allocator32WithCallBack> cache; local
326 SizeClassAllocatorLocalCache<Allocator> cache; local
429 AllocatorCache cache; local
498 AllocatorCache cache; local
667 SizeClassAllocatorLocalCache<Allocator> cache; local
791 SizeClassAllocatorLocalCache<SpecialAllocator64> cache; local
    [all...]
  /external/freetype/src/cache/
ftcsbits.c 36 /***** SBIT CACHE NODES *****/
66 FTC_Cache cache )
71 FT_Memory memory = cache->memory;
77 FTC_GNode_Done( FTC_GNODE( snode ), cache ); local
85 FTC_Cache cache )
87 ftc_snode_free( FTC_NODE( snode ), cache ); local
165 " glyph too large for small bitmap cache\n"));
210 FTC_Cache cache )
212 FT_Memory memory = cache->memory;
218 FTC_SFamilyClass clazz = FTC_CACHE__SFAMILY_CLASS( cache );
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstInteger.java 28 private static final CstInteger[] cache = new CstInteger[511]; field in class:CstInteger
64 int idx = (value & 0x7fffffff) % cache.length;
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /dalvik/dx/src/com/android/dx/rop/cst/
CstInteger.java 28 private static final CstInteger[] cache = new CstInteger[511]; field in class:CstInteger
64 int idx = (value & 0x7fffffff) % cache.length;
65 CstInteger obj = cache[idx];
72 cache[idx] = obj;
  /development/ndk/platforms/android-9/arch-arm/include/asm/
hardirq.h 15 #include <linux/cache.h>
  /development/ndk/platforms/android-9/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DiskCache.java 1 package com.bumptech.glide.load.engine.cache;
8 * An interface for writing to and reading from a disk cache.
12 * An interface to actually write data to a key in the disk cache.
25 * Get the cache for the value at the given key.
32 * @param key The key in the cache.
38 * Write to a key in the cache. {@link Writer} is used so that the cache implementation can perform actions after
47 * Remove the key and value from the cache.
DiskCacheAdapter.java 1 package com.bumptech.glide.load.engine.cache;
  /external/guava/guava/src/com/google/common/cache/
RemovalListener.java 17 package com.google.common.cache;
23 * An object that can receive a notification when an entry is removed from a cache. The removal
Weigher.java 15 package com.google.common.cache;
21 * Calculates the weights of cache entries.
31 * Returns the weight of a cache entry. There is no unit for entry weights; rather they are simply
  /external/libnl/include/netlink/fib_lookup/
lookup.h 16 #include <netlink/cache.h>
  /external/libnl/include/netlink/genl/
ctrl.h 16 #include <netlink/cache.h>
  /external/libnl/include/netlink/route/act/
mirred.h 16 #include <netlink/cache.h>
  /external/libnl/include/netlink/route/cls/
cgroup.h 16 #include <netlink/cache.h>
  /external/libnl/src/lib/
link.c 36 struct nl_cache *cache; local
39 if ((err = rtnl_link_alloc_cache(sock, family, &cache)) < 0)
40 nl_cli_fatal(err, "Unable to allocate link cache: %s",
43 nl_cache_mngt_provide(cache);
45 return cache;
  /external/libopus/celt/
modes.h 71 PulseCache cache; member in struct:OpusCustomMode
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bitbuffer.c 42 hBitBuf->cache = 0;
85 hBitBuf->cache = 0;
134 writeValue |= hBitBuf->cache;
147 hBitBuf->cache = writeValue;
  /packages/apps/Settings/src/com/android/settings/wifi/
LongPressAccessPointPreference.java 31 UserBadgeCache cache, boolean forSavedNetworks, Fragment fragment) {
32 super(accessPoint, context, cache, forSavedNetworks);
37 UserBadgeCache cache, boolean forSavedNetworks, int iconResId, Fragment fragment) {
38 super(accessPoint, context, cache, iconResId, forSavedNetworks);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/asm/
hardirq.h 15 #include <linux/cache.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
blockgroup_lock.h 16 #include <linux/cache.h>
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/asm/
hardirq.h 15 #include <linux/cache.h>

Completed in 559 milliseconds

1 2 3 4 5 6 78 91011>>