Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/dports/audio/kwave/kwave-21.12.3/libgui/
H A DOverViewCache.cpp97 unsigned int count = CACHE_SIZE / shrink; in scaleUp()
98 Q_ASSERT(count <= CACHE_SIZE); in scaleUp()
133 while (dst++ < CACHE_SIZE) { in scaleUp()
164 if (last >= CACHE_SIZE) last = CACHE_SIZE - 1; in invalidateCache()
195 QVector<sample_t> min(CACHE_SIZE); in slotTrackInserted()
196 QVector<sample_t> max(CACHE_SIZE); in slotTrackInserted()
242 last_idx = CACHE_SIZE - 1; in slotInvalidated()
246 quint64(CACHE_SIZE - 1)) in slotInvalidated()
343 Q_ASSERT(index < CACHE_SIZE); in getMinMax()
344 if (index >= CACHE_SIZE) index = CACHE_SIZE - 1; in getMinMax()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide_utils.cpp39 f = frame % CACHE_SIZE; in PutChosen()
53 f = frame % CACHE_SIZE; in CacheInsert()
70 for (int i = 0; i < CACHE_SIZE; i++) in CachePurge()
85 f = frame % CACHE_SIZE; in CacheQuery()
286 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
287 cache[(frame-cycle+1)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
289 switch ((cache[(frame-cycle)%CACHE_SIZE ].chosen << 4) + in PredictHardYUY2()
305 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
339 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
402 c = cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide_utils.cpp39 f = frame % CACHE_SIZE; in PutChosen()
53 f = frame % CACHE_SIZE; in CacheInsert()
70 for (int i = 0; i < CACHE_SIZE; i++) in CachePurge()
85 f = frame % CACHE_SIZE; in CacheQuery()
286 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
287 cache[(frame-cycle+1)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
289 switch ((cache[(frame-cycle)%CACHE_SIZE ].chosen << 4) + in PredictHardYUY2()
305 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
339 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
402 c = cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide_utils.cpp39 f = frame % CACHE_SIZE; in PutChosen()
53 f = frame % CACHE_SIZE; in CacheInsert()
70 for (int i = 0; i < CACHE_SIZE; i++) in CachePurge()
85 f = frame % CACHE_SIZE; in CacheQuery()
286 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
287 cache[(frame-cycle+1)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
289 switch ((cache[(frame-cycle)%CACHE_SIZE ].chosen << 4) + in PredictHardYUY2()
305 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
339 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
402 c = cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/telecide/
H A DTelecide_utils.cpp39 f = frame % CACHE_SIZE; in PutChosen()
53 f = frame % CACHE_SIZE; in CacheInsert()
70 for (int i = 0; i < CACHE_SIZE; i++) in CachePurge()
85 f = frame % CACHE_SIZE; in CacheQuery()
286 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
287 cache[(frame-cycle+1)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
289 switch ((cache[(frame-cycle)%CACHE_SIZE ].chosen << 4) + in PredictHardYUY2()
305 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
339 if (cache[(frame-cycle)%CACHE_SIZE ].chosen == 0xff || in PredictHardYUY2()
402 c = cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dhfx_compression_methods.F82 IF (cache%element_counter /= CACHE_SIZE) THEN
86 cache%data(CACHE_SIZE) = int_val
124 IF (end_idx < CACHE_SIZE) THEN
129 tmp_elements = CACHE_SIZE - start_idx + 1
176 IF (cache%element_counter /= CACHE_SIZE) THEN
180 value = cache%data(CACHE_SIZE)
214 IF (end_idx < CACHE_SIZE) THEN
219 tmp_elements = CACHE_SIZE - start_idx + 1
361 IF (end_idx < CACHE_SIZE) THEN
375 tmp_elements = CACHE_SIZE - start_idx + 1
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dhfx_compression_methods.F82 IF (cache%element_counter /= CACHE_SIZE) THEN
86 cache%data(CACHE_SIZE) = int_val
124 IF (end_idx < CACHE_SIZE) THEN
129 tmp_elements = CACHE_SIZE - start_idx + 1
176 IF (cache%element_counter /= CACHE_SIZE) THEN
180 value = cache%data(CACHE_SIZE)
214 IF (end_idx < CACHE_SIZE) THEN
219 tmp_elements = CACHE_SIZE - start_idx + 1
361 IF (end_idx < CACHE_SIZE) THEN
375 tmp_elements = CACHE_SIZE - start_idx + 1
[all …]
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plusgpl/
H A Dfilter_telecide.c40 #define CACHE_SIZE 100000 macro
166 int f = frame % CACHE_SIZE; in PutChosen()
175 int f = frame % CACHE_SIZE; in CacheInsert()
192 f = frame % CACHE_SIZE; in CacheQuery()
216 (cx->cache[(frame- cx->cycle+1)%CACHE_SIZE].chosen)) in PredictHardYUY2()
235 cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
242 (cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen)) in PredictHardYUY2()
278 (cx->cache[(frame- cx->cycle +5)%CACHE_SIZE].chosen)) in PredictHardYUY2()
325 c = cx->cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
326 n = cx->cache[y%CACHE_SIZE].metrics[N]; in PredictSoftYUY2()
[all …]
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plusgpl/
H A Dfilter_telecide.c40 #define CACHE_SIZE 100000 macro
166 int f = frame % CACHE_SIZE; in PutChosen()
175 int f = frame % CACHE_SIZE; in CacheInsert()
192 f = frame % CACHE_SIZE; in CacheQuery()
216 (cx->cache[(frame- cx->cycle+1)%CACHE_SIZE].chosen)) in PredictHardYUY2()
235 cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
242 (cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen)) in PredictHardYUY2()
278 (cx->cache[(frame- cx->cycle +5)%CACHE_SIZE].chosen)) in PredictHardYUY2()
325 c = cx->cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
326 n = cx->cache[y%CACHE_SIZE].metrics[N]; in PredictSoftYUY2()
[all …]
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plusgpl/
H A Dfilter_telecide.c40 #define CACHE_SIZE 100000 macro
166 int f = frame % CACHE_SIZE; in PutChosen()
175 int f = frame % CACHE_SIZE; in CacheInsert()
192 f = frame % CACHE_SIZE; in CacheQuery()
216 (cx->cache[(frame- cx->cycle+1)%CACHE_SIZE].chosen)) in PredictHardYUY2()
235 cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
242 (cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen)) in PredictHardYUY2()
278 (cx->cache[(frame- cx->cycle +5)%CACHE_SIZE].chosen)) in PredictHardYUY2()
325 c = cx->cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
326 n = cx->cache[y%CACHE_SIZE].metrics[N]; in PredictSoftYUY2()
[all …]
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plusgpl/
H A Dfilter_telecide.c40 #define CACHE_SIZE 100000 macro
166 int f = frame % CACHE_SIZE; in PutChosen()
175 int f = frame % CACHE_SIZE; in CacheInsert()
192 f = frame % CACHE_SIZE; in CacheQuery()
216 (cx->cache[(frame- cx->cycle+1)%CACHE_SIZE].chosen)) in PredictHardYUY2()
235 cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
242 (cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen)) in PredictHardYUY2()
278 (cx->cache[(frame- cx->cycle +5)%CACHE_SIZE].chosen)) in PredictHardYUY2()
325 c = cx->cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
326 n = cx->cache[y%CACHE_SIZE].metrics[N]; in PredictSoftYUY2()
[all …]
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plusgpl/
H A Dfilter_telecide.c40 #define CACHE_SIZE 100000 macro
166 int f = frame % CACHE_SIZE; in PutChosen()
175 int f = frame % CACHE_SIZE; in CacheInsert()
192 f = frame % CACHE_SIZE; in CacheQuery()
216 (cx->cache[(frame- cx->cycle+1)%CACHE_SIZE].chosen)) in PredictHardYUY2()
235 cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen == 0xff) in PredictHardYUY2()
242 (cx->cache[(frame-cx->cycle+4)%CACHE_SIZE].chosen)) in PredictHardYUY2()
278 (cx->cache[(frame- cx->cycle +5)%CACHE_SIZE].chosen)) in PredictHardYUY2()
325 c = cx->cache[y%CACHE_SIZE].metrics[C]; in PredictSoftYUY2()
326 n = cx->cache[y%CACHE_SIZE].metrics[N]; in PredictSoftYUY2()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/include/asm/
H A Dm53xxacr.h56 #define CACHE_SIZE 0x2000 /* 8k of unified cache */ macro
57 #define ICACHE_SIZE CACHE_SIZE
58 #define DCACHE_SIZE CACHE_SIZE
60 #define CACHE_SIZE 0x4000 /* 16k of unified cache */ macro
61 #define ICACHE_SIZE CACHE_SIZE
62 #define DCACHE_SIZE CACHE_SIZE
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/include/asm/
H A Dm53xxacr.h56 #define CACHE_SIZE 0x2000 /* 8k of unified cache */ macro
57 #define ICACHE_SIZE CACHE_SIZE
58 #define DCACHE_SIZE CACHE_SIZE
60 #define CACHE_SIZE 0x4000 /* 16k of unified cache */ macro
61 #define ICACHE_SIZE CACHE_SIZE
62 #define DCACHE_SIZE CACHE_SIZE
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/include/asm/
H A Dm53xxacr.h56 #define CACHE_SIZE 0x2000 /* 8k of unified cache */ macro
57 #define ICACHE_SIZE CACHE_SIZE
58 #define DCACHE_SIZE CACHE_SIZE
60 #define CACHE_SIZE 0x4000 /* 16k of unified cache */ macro
61 #define ICACHE_SIZE CACHE_SIZE
62 #define DCACHE_SIZE CACHE_SIZE
/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DCharHashMap.java17 final static int CACHE_SIZE = 256; field in CharHashMap
23 constants = (T[]) Array.newInstance(componentType, CACHE_SIZE); in CharHashMap()
31 System.arraycopy(constants,0, n.constants,0,CACHE_SIZE); in clone()
37 if (key<CACHE_SIZE) return constants[key]; in get()
48 if (key<CACHE_SIZE) { in put()
61 if ( charNum<CACHE_SIZE) return true; in getCharIterator()
65 if ( charNum<CACHE_SIZE) return (char)++charNum; in getCharIterator()
/dports/games/dhewm3/dhewm3-1.5.1/neo/renderer/
H A Dtr_orderIndexes.cpp39 #define CACHE_SIZE 24
42 int inCache[CACHE_SIZE];
48 for ( i = 0 ; i < CACHE_SIZE ; i++ ) {
58 for ( j = 0 ; j < CACHE_SIZE ; j++ ) {
59 if ( inCache[ ( fifo + j ) % CACHE_SIZE ] == v ) {
63 if ( j == CACHE_SIZE ) {
65 inCache[ fifo % CACHE_SIZE ] = v;
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dproperty-cache.c30 #define CACHE_SIZE (CACHE_ASSOC * CACHE_SETS) macro
37 static unsigned int cache_ages[CACHE_SIZE];
38 static unsigned int cache_updates[CACHE_SIZE];
78 cache_vec = Fmake_vector (rep_MAKE_INT (CACHE_SIZE * 3), Qnil); in property_cache_set()
82 cache_props = cache_ids + CACHE_SIZE; in property_cache_set()
83 cache_values = cache_props + CACHE_SIZE; in property_cache_set()
129 for (i = 0; i < CACHE_SIZE; i++) in property_cache_invalidate_window()
/dports/databases/percona57-server/percona-server-5.7.36-39/unittest/gunit/
H A Dmf_iocache-t.cc28 static const size_t CACHE_SIZE= 16384; variable
58 uchar buf[CACHE_SIZE + 200]; in TEST_P()
64 res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); in TEST_P()
72 EXPECT_TRUE(res == 0 && info.pos_in_file == CACHE_SIZE) << "large write" in TEST_P()
96 EXPECT_TRUE(res == 0 && info.pos_in_file == CACHE_SIZE) << "large read" in TEST_P()
106 uchar buf[CACHE_SIZE + 200]; in TEST_P()
111 res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); in TEST_P()
/dports/databases/percona57-client/percona-server-5.7.36-39/unittest/gunit/
H A Dmf_iocache-t.cc28 static const size_t CACHE_SIZE= 16384; variable
58 uchar buf[CACHE_SIZE + 200]; in TEST_P()
64 res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); in TEST_P()
72 EXPECT_TRUE(res == 0 && info.pos_in_file == CACHE_SIZE) << "large write" in TEST_P()
96 EXPECT_TRUE(res == 0 && info.pos_in_file == CACHE_SIZE) << "large read" in TEST_P()
106 uchar buf[CACHE_SIZE + 200]; in TEST_P()
111 res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); in TEST_P()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/unittest/gunit/
H A Dmf_iocache-t.cc28 static const size_t CACHE_SIZE= 16384; variable
58 uchar buf[CACHE_SIZE + 200]; in TEST_P()
64 res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); in TEST_P()
72 EXPECT_TRUE(res == 0 && info.pos_in_file == CACHE_SIZE) << "large write" in TEST_P()
96 EXPECT_TRUE(res == 0 && info.pos_in_file == CACHE_SIZE) << "large read" in TEST_P()
106 uchar buf[CACHE_SIZE + 200]; in TEST_P()
111 res= open_cached_file(&info, 0, 0, CACHE_SIZE, 0); in TEST_P()
/dports/devel/icu-lx/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; 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];
/dports/devel/icu/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; 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];
/dports/www/firefox-esr/firefox-91.8.0/intl/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; 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];
/dports/lang/spidermonkey78/firefox-78.9.0/intl/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; 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];

12345678910>>...29