Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 - 14 of 14) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Drbbi_cache.h181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize()
183 static constexpr int32_t CACHE_SIZE = 128; member in RuleBasedBreakIterator::BreakCache
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];
H A Drbbi_cache.cpp322 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek()
/third_party/node/deps/icu-small/source/common/
H A Drbbi_cache.h181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize()
183 static constexpr int32_t CACHE_SIZE = 128; member in RuleBasedBreakIterator::BreakCache
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];
H A Drbbi_cache.cpp323 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek()
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbi_cache.h181 static inline int32_t modChunkSize(int index) { return index & (CACHE_SIZE - 1); } in modChunkSize()
183 static constexpr int32_t CACHE_SIZE = 128; member in RuleBasedBreakIterator::BreakCache
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];
H A Drbbi_cache.cpp322 int32_t probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek()
/third_party/littlefs/runners/
H A Dbench_runner.h110 #define CACHE_SIZE bench_define(CACHE_SIZE_i) macro
125 BENCH_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
H A Dtest_runner.h104 #define CACHE_SIZE TEST_DEFINE(CACHE_SIZE_i) macro
120 TEST_DEF(CACHE_SIZE, lfs_max(64,lfs_max(READ_SIZE,PROG_SIZE))) \
H A Dtest_runner.c1347 .cache_size = CACHE_SIZE, in run_powerloss_none()
1423 .cache_size = CACHE_SIZE, in run_powerloss_linear()
1516 .cache_size = CACHE_SIZE, in run_powerloss_log()
1607 .cache_size = CACHE_SIZE, in run_powerloss_cycles()
1796 .cache_size = CACHE_SIZE, in run_powerloss_exhaustive()
H A Dbench_runner.c1322 .cache_size = CACHE_SIZE, in perm_run()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRuleBasedBreakIterator.java1828 int probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek()
1870 private final int modChunkSize(int index) { return index & (CACHE_SIZE - 1); }; in modChunkSize()
1872 static final int CACHE_SIZE = 128; field in RuleBasedBreakIterator.BreakCache
1873 // static_assert((CACHE_SIZE & (CACHE_SIZE-1)) == 0, "CACHE_SIZE must be power of two.");
1881 int[] fBoundaries = new int[CACHE_SIZE];
1882 short[] fStatuses = new short[CACHE_SIZE];
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DRuleBasedBreakIterator.java1758 int probe = (min + max + (min>max ? CACHE_SIZE : 0)) / 2; in seek()
1800 private final int modChunkSize(int index) { return index & (CACHE_SIZE - 1); }; in modChunkSize()
1802 static final int CACHE_SIZE = 128; field in RuleBasedBreakIterator.BreakCache
1803 // static_assert((CACHE_SIZE & (CACHE_SIZE-1)) == 0, "CACHE_SIZE must be power of two.");
1811 int[] fBoundaries = new int[CACHE_SIZE];
1812 short[] fStatuses = new short[CACHE_SIZE];
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITest.java956 final int CACHE_SIZE = 128; in TestRandomAccess()
958 for (int i=0; i<CACHE_SIZE*2; ++i) { in TestRandomAccess()
/third_party/ffmpeg/libavfilter/
H A Dvf_paletteuse.c65 #define CACHE_SIZE (1<<(4*NBITS)) macro
85 struct cache_node cache[CACHE_SIZE]; /* lookup cache */
1017 for (i = 0; i < CACHE_SIZE; i++) in load_palette()
1142 for (i = 0; i < CACHE_SIZE; i++) in uninit()

Completed in 21 milliseconds