Home
last modified time | relevance | path

Searched refs:TABLE_SIZE (Results 126 – 150 of 912) sorted by relevance

12345678910>>...37

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/utilities/
H A DjfrHashtable.hpp148 size_t TABLE_SIZE = 1009>
153 …HashTableHost(Callback* cb) : JfrBasicHashtable<T>(TABLE_SIZE, sizeof(HashEntry)), _callback(cb) {} in HashTableHost()
208 …, typename IdType, template <typename, typename> class Entry, typename Callback, size_t TABLE_SIZE>
209 Entry<T, IdType>& HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::put(const T& data, uintptr… in put()
216 …, typename IdType, template <typename, typename> class Entry, typename Callback, size_t TABLE_SIZE>
217 Entry<T, IdType>* HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::lookup_only(const T& query… in lookup_only()
228 …, typename IdType, template <typename, typename> class Entry, typename Callback, size_t TABLE_SIZE>
230 void HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::iterate_value(Functor& f) { in iterate_value()
244 void HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::iterate_entry(Functor& f) { in iterate_entry()
257 void HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::clear_entries() { in clear_entries()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/utilities/
H A DjfrHashtable.hpp148 size_t TABLE_SIZE = 1009>
153 …HashTableHost(Callback* cb) : JfrBasicHashtable<T>(TABLE_SIZE, sizeof(HashEntry)), _callback(cb) {} in HashTableHost()
208 …, typename IdType, template <typename, typename> class Entry, typename Callback, size_t TABLE_SIZE>
209 Entry<T, IdType>& HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::put(const T& data, uintptr… in put()
216 …, typename IdType, template <typename, typename> class Entry, typename Callback, size_t TABLE_SIZE>
217 Entry<T, IdType>* HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::lookup_only(const T& query… in lookup_only()
228 …, typename IdType, template <typename, typename> class Entry, typename Callback, size_t TABLE_SIZE>
230 void HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::iterate_value(Functor& f) { in iterate_value()
244 void HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::iterate_entry(Functor& f) { in iterate_entry()
257 void HashTableHost<T, IdType, Entry, Callback, TABLE_SIZE>::clear_entries() { in clear_entries()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/common/
H A DTableLookUp.cpp33 constexpr int TABLE_SIZE = TABLE_MAX_ELTS * 2; variable
41 tables.resize(ntables * TABLE_SIZE, uint16_t(0)); in TableLookUp()
54 uint16_t* t = &tables[ntable * TABLE_SIZE]; in setTable()
76 t[TABLE_SIZE - 1] = t[TABLE_SIZE - 2]; in setTable()
83 return &tables[n * TABLE_SIZE]; in getTable()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/common/
H A DTableLookUp.cpp33 constexpr int TABLE_SIZE = TABLE_MAX_ELTS * 2; variable
41 tables.resize(ntables * TABLE_SIZE, uint16_t(0)); in TableLookUp()
54 uint16_t* t = &tables[ntable * TABLE_SIZE]; in setTable()
76 t[TABLE_SIZE - 1] = t[TABLE_SIZE - 2]; in setTable()
83 return &tables[n * TABLE_SIZE]; in getTable()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/common/
H A DTableLookUp.cpp33 constexpr int TABLE_SIZE = TABLE_MAX_ELTS * 2; variable
41 tables.resize(ntables * TABLE_SIZE, uint16_t(0)); in TableLookUp()
54 uint16_t* t = &tables[ntable * TABLE_SIZE]; in setTable()
76 t[TABLE_SIZE - 1] = t[TABLE_SIZE - 2]; in setTable()
83 return &tables[n * TABLE_SIZE]; in getTable()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/sound/portaudio/pa_tests/
H A Dpatest_mono.c52 #define TABLE_SIZE (200) macro
55 float sine[TABLE_SIZE];
78 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patestCallback()
93 for( i=0; i<TABLE_SIZE; i++ ) in main()
95 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in main()
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/portaudio_v18_1/pa_tests/
H A Dpatest_mono.c52 #define TABLE_SIZE (200) macro
55 float sine[TABLE_SIZE];
78 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patestCallback()
93 for( i=0; i<TABLE_SIZE; i++ ) in main()
95 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in main()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/common/
H A Dmath.c33 double tbl_sin[TABLE_SIZE];
34 double tbl_cos[TABLE_SIZE];
92 for (i = 0; i < TABLE_SIZE; i++) { in Make_table()
93 tbl_sin[i] = sin(i * (2.0 * PI / TABLE_SIZE)); in Make_table()
94 tbl_cos[i] = cos(i * (2.0 * PI / TABLE_SIZE)); in Make_table()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/beos/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/console/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/fb/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/quartz/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/wayland/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/sdl2/
H A Dui.c13 #define TABLE_SIZE (sizeof(keysym_table) / sizeof(keysym_table[0])) macro
116 idx = (TABLE_SIZE + 1) / 2; in XStringToKeysym()
119 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
126 fprintf(stderr, "%.2d/%.2d:", debug_count, TABLE_SIZE); in XStringToKeysym()
151 if (idx + distance >= TABLE_SIZE) { in XStringToKeysym()
153 distance = TABLE_SIZE - idx - 1; in XStringToKeysym()
188 for (count = 0; count < TABLE_SIZE; count++) { in TEST_xstringtokeysym()
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dnoise-solid.c87 #define TABLE_SIZE 64
104 gint perm_tab[TABLE_SIZE];
105 Vector2 grad_tab[TABLE_SIZE];
149 for (i = 0; i < TABLE_SIZE; i++)
152 for (i = 0; i < (TABLE_SIZE >> 1); i++)
154 j = g_rand_int_range (gr, 0, TABLE_SIZE);
155 k = g_rand_int_range (gr, 0, TABLE_SIZE);
162 for (i = 0; i < TABLE_SIZE; i++)
205 …[(((a + i) % (p->xclip * s)) + p->perm_tab[((b + j) % (p->yclip * s)) % TABLE_SIZE]) % TABLE_SIZE];
207 n = p->perm_tab[(a + i + p->perm_tab[(b + j) % TABLE_SIZE]) % TABLE_SIZE];
/dports/audio/mous/mous-2.0.1/sdk/scx/
H A DPinYinCompare.h48 for (m_count = 0; std::getline(file, line) && m_count < TABLE_SIZE; ++m_count) {
74 bool hit1 = key1 < TABLE_SIZE;
75 bool hit2 = key2 < TABLE_SIZE;
128 bool hit1 = key1 < TABLE_SIZE;
129 bool hit2 = key2 < TABLE_SIZE;
158 constexpr static const size_t TABLE_SIZE = 0xff00;
159 std::string m_table[TABLE_SIZE];
162 constexpr static const size_t TABLE_SIZE = scx::PinTableTableSize;
/dports/math/dieharder/dieharder-3.31.1/libdieharder/
H A Ddab_bytedistrib.c31 #define TABLE_SIZE (256 * SAMP_TOTAL) macro
36 unsigned int counts[TABLE_SIZE]; in dab_bytedistrib()
39 memset(counts, 0, sizeof(unsigned int) * TABLE_SIZE); in dab_bytedistrib()
78 Vtest_create(&vtest, TABLE_SIZE); in dab_bytedistrib()
85 for(i=0;i<TABLE_SIZE;i++){ in dab_bytedistrib()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/test/
H A Dpatest_mono.c62 #define TABLE_SIZE (200) macro
65 float sine[TABLE_SIZE];
92 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patestCallback()
108 for( i=0; i<TABLE_SIZE; i++ ) in main()
110 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in main()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/test/
H A Dpatest_mono.c52 #define TABLE_SIZE (200) macro
55 float sine[TABLE_SIZE];
82 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patestCallback()
98 for( i=0; i<TABLE_SIZE; i++ ) in main()
100 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/test/
H A Dpatest_mono.c62 #define TABLE_SIZE (200) macro
65 float sine[TABLE_SIZE];
92 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patestCallback()
108 for( i=0; i<TABLE_SIZE; i++ ) in main()
110 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in main()
/dports/audio/portaudio/portaudio/test/
H A Dpatest_mono.c62 #define TABLE_SIZE (200)
65 float sine[TABLE_SIZE];
92 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in advanceRegionSucc()
108 for( i=0; i<TABLE_SIZE; i++ )
110 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in RNSuccIterator()
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/test/
H A Dpatest_mono.c62 #define TABLE_SIZE (200)
65 float sine[TABLE_SIZE];
92 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patest1Callback()
108 for( i=0; i<TABLE_SIZE; i++ )
110 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. ));
/dports/games/xpilot/xpilot-4.5.5/src/common/
H A Dmath.c42 DFLOAT tbl_sin[TABLE_SIZE];
43 DFLOAT tbl_cos[TABLE_SIZE];
113 for (i = 0; i < TABLE_SIZE; i++) { in Make_table()
114 tbl_sin[i] = sin(i * (2.0 * PI / TABLE_SIZE)); in Make_table()
115 tbl_cos[i] = cos(i * (2.0 * PI / TABLE_SIZE)); in Make_table()
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/examples/
H A Dpaex_mono_asio_channel_select.c64 #define TABLE_SIZE (200) macro
67 float sine[TABLE_SIZE];
94 if( data->phase >= TABLE_SIZE ) data->phase -= TABLE_SIZE; in patestCallback()
112 for( i=0; i<TABLE_SIZE; i++ ) in main()
114 data.sine[i] = (float) (AMPLITUDE * sin( ((double)i/(double)TABLE_SIZE) * M_PI * 2. )); in main()

12345678910>>...37