Searched defs:cache_size (Results 1 - 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c67 unsigned cache_size; local
70 for (cache_size = 2; cache_size < (1 << 15); cache_size *= 2) {
71 for (cache_count = (cache_size << 5); cache_count < (cache_size << 10); cache_count *= 2) {
78 printf("Testing cache size of %d with %d values.\n", cache_size, cache_count);
83 cache_size);
/external/piex/src/binary_parse/
H A Dcached_paged_byte_array.cc18 // The cache is implemented as a vector (of size 'cache_size') of shared
30 const PagedByteArray* paged_byte_array, size_t cache_size)
31 : paged_byte_array_(paged_byte_array), cache_size_(cache_size) {}
29 CachedPagedByteArray( const PagedByteArray* paged_byte_array, size_t cache_size) argument
/external/eigen/bench/
H A Dcheck_cache_queries.cpp69 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); local
77 cout << "cache[" << cache_id << "].size = " << cache_size << "\n"; local
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_cache.h56 uint64_t cache_size; member in struct:pb_cache
/external/curl/lib/
H A Dpingpong.h50 size_t cache_size; /* size of cache in bytes */ member in struct:pingpong
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h51 void Init(uptr size, uptr cache_size) { argument
55 max_cache_size_ = cache_size;
H A Dsanitizer_coverage_libcdep.cc92 uptr cache_size);
439 // callee_cache[1] is set to cache_size.
440 // Then we are trying to add callee to callee_cache [2,cache_size) if it is
444 uptr cache_size) {
454 callee_cache[1] = cache_size;
458 for (uptr i = 2; i < cache_size; i++) {
443 IndirCall(uptr caller, uptr callee, uptr callee_cache[], uptr cache_size) argument
/external/e2fsprogs/lib/ext2fs/
H A Dext2fsP.h72 unsigned int cache_size; member in struct:ext2_inode_cache
H A Dinode.c72 for (i=0; i < fs->icache->cache_size; i++)
90 for (i = 0; i < icache->cache_size; i++)
98 errcode_t ext2fs_create_inode_cache(ext2_filsys fs, unsigned int cache_size) argument
116 fs->icache->cache_size = cache_size;
118 retval = ext2fs_get_array(fs->icache->cache_size,
124 for (i = 0; i < fs->icache->cache_size; i++) {
763 for (i = 0; i < fs->icache->cache_size; i++) {
792 cache_slot = (fs->icache->cache_last + 1) % fs->icache->cache_size;
891 for (i=0; i < fs->icache->cache_size;
[all...]
/external/freetype/src/cache/
H A Dftccache.h135 FT_Offset cache_size; member in struct:FTC_CacheClassRec_
/external/libunwind/src/x86_64/
H A DGtrace.c286 uint64_t cache_size = 1u << cache->log_size; local
287 uint64_t slot = ((rip * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1);
307 if (++slot >= cache_size)
308 slot -= cache_size;
316 if (unlikely(addr || cache->used >= cache_size / 2))
321 cache_size = 1u << cache->log_size;
322 slot = ((rip * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1);
/external/webrtc/webrtc/base/
H A Ddiskcache.cc217 size_t cache_size = 0; local
219 cache_size += it->second.size;
221 ASSERT(cache_size == total_size_);
/external/gemmlowp/meta/
H A Dsingle_thread_gemm.h406 inline int CalculateCacheFriendlyTasksCount(int cache_size, int constant_memory, argument
409 assert(constant_memory + per_chunk_memory < cache_size);
410 const int available_cache = cache_size - constant_memory;
437 template <int cache_size = 256 * 1024>
443 return cache_size;
461 internal::CalculateCacheFriendlyTasksCount(cache_size, lhs_scratch,
486 template <int cache_size = 256 * 1024>
492 return cache_size;
510 internal::CalculateCacheFriendlyTasksCount(cache_size, rhs_scratch,
/external/squashfs-tools/squashfs-tools/
H A Dxattr.c79 static int cache_bytes = 0, cache_size = 0; variable
346 data_space = cache_size - cache_bytes;
349 data_cache = realloc(data_cache, cache_size +
353 cache_size += realloc_size;
H A Dmksquashfs.c153 unsigned int cache_bytes = 0, cache_size = 0, inode_count = 0; variable
510 data_space = (cache_size - cache_bytes);
512 int realloc_size = cache_size == 0 ?
517 void *dc = realloc(data_cache, cache_size +
521 cache_size += realloc_size;
6417 cache_size = root_inode_offset + root_inode_size;
/external/syslinux/core/include/
H A Dfs.h141 uint32_t cache_size; member in struct:device
/external/dnsmasq/src/
H A Dcache.c753 static int read_hostsfile(char *filename, int index, int cache_size) argument
757 int addr_count = 0, name_count = cache_size, lineno = 0;
815 if ((name_count - cache_size) > 1000)
818 cache_size = name_count;
/external/eigen/Eigen/src/Core/util/
H A DMemory.h803 int cache_size = (ways+1) * (partitions+1) * (line_size+1) * (sets+1); local
807 case 1: l1 = cache_size; break;
808 case 2: l2 = cache_size; break;
809 case 3: l3 = cache_size; break;
/external/webp/src/dec/
H A Dframe_dec.c707 const size_t cache_size = top_size * cache_height; local
714 + cache_size + alpha_size + WEBP_ALIGN_CST;
776 mem += cache_size;
/external/opencv/ml/include/
H A Dml.h433 int cache_size; member in class:CvSVMSolver
/external/stressapptest/src/
H A Dworker.cc2615 int64 cache_size,
2666 if (cache_size != -1) {
2667 cache_size_ = cache_size;
2612 SetParameters(int read_block_size, int write_block_size, int64 segment_size, int64 cache_size, int blocks_per_segment, int64 read_threshold, int64 write_threshold, int non_destructive) argument
/external/ltp/testcases/kernel/fs/doio/
H A Ddoio.c4274 static int cache_size = 0; local
4285 for (cp = cache; cp < &cache[cache_size]; cp++) {
4298 cache_size = 0;
4312 for (cp = cache; cp != NULL && cp < &cache[cache_size]; cp++) {
4382 (FD_ALLOC_INCR + cache_size));
4390 cache_size += FD_ALLOC_INCR;
4392 for (cp = &cache[cache_size - FD_ALLOC_INCR];
4393 cp < &cache[cache_size]; cp++) {
4397 free_slot = &cache[cache_size - FD_ALLOC_INCR];
/external/sqlite/dist/orig/
H A Dsqlite3.c2183 ** [PRAGMA cache_size] setting and this value.
7575 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
14015 int cache_size; /* Number of pages to use in the cache */ member in struct:Schema
[all...]
/external/sqlite/dist/
H A Dsqlite3.c2183 ** [PRAGMA cache_size] setting and this value.
7575 ** the SQLite "[PRAGMA cache_size]" command.)^ As with the bPurgeable
14015 int cache_size; /* Number of pages to use in the cache */ member in struct:Schema
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 1351 milliseconds

12