Searched refs:CACHE_SIZE (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbi_cache.h | 181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); }; in modChunkSize() 183 static constexpr int32_t CACHE_SIZE = 128; variable 184 static_assert((CACHE_SIZE & (CACHE_SIZE-1)) == 0, "CACHE_SIZE must be power of two."); 193 int32_t fBoundaries[CACHE_SIZE]; 194 uint16_t fStatuses[CACHE_SIZE];
|
D | rbbi_cache.cpp | 324 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek()
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/ |
D | SandboxFactory.java | 21 private static final int CACHE_SIZE = SdkConfig.getSupportedApis().size() * CACHE_SIZE_FACTOR; field in SandboxFactory 27 return size() > CACHE_SIZE;
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 96 #define CACHE_SIZE 8 macro 107 struct unix_cache cache[CACHE_SIZE]; 398 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in alloc_cache() 424 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in free_cache() 450 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in find_cached_block() 497 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) { in flush_cached_blocks()
|
/external/strace/ |
D | socketutils.c | 60 #define CACHE_SIZE 1024U macro 61 static cache_entry cache[CACHE_SIZE]; 62 #define CACHE_MASK (CACHE_SIZE - 1)
|
D | ChangeLog | 32815 (CACHE_SIZE, CACHE_MASK): New macros.
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedBreakIterator.java | 1753 int probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; 1795 private final int modChunkSize(int index) { return index & (CACHE_SIZE - 1); }; in modChunkSize() 1797 static final int CACHE_SIZE = 128; local 1806 int[] fBoundaries = new int[CACHE_SIZE]; 1807 short[] fStatuses = new short[CACHE_SIZE];
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedBreakIterator.java | 1774 int probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; 1816 private final int modChunkSize(int index) { return index & (CACHE_SIZE - 1); }; in modChunkSize() 1818 static final int CACHE_SIZE = 128; local 1827 int[] fBoundaries = new int[CACHE_SIZE]; 1828 short[] fStatuses = new short[CACHE_SIZE];
|
/external/epid-sdk/ext/ipp/sources/include/ |
D | ia_emm.inc | 2680 ; CACHE_SIZE = code_of_size << (shift + 18)
|
D | ia_32e.inc | 4364 ; CACHE_SIZE = code_of_size << (shift + 18)
|