Home
last modified time | relevance | path

Searched refs:tableIndex (Results 1 – 25 of 1691) sorted by relevance

12345678910>>...68

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Common/Utilities/
H A DLockFreeReaderHashtable.cs176 if (hashTableLocal[tableIndex] == null) in TryGetValue()
184 value = hashTableLocal[tableIndex]; in TryGetValue()
189 tableIndex = (tableIndex + hash2) & mask; in TryGetValue()
198 tableIndex = (tableIndex + hash2) & mask; in TryGetValue()
253 tableIndex = (tableIndex + hash2) & mask; in Expand()
257 tableIndex = (tableIndex + hash2) & mask; in Expand()
351 tableIndex = (tableIndex + hash2) & mask; in TryAddOrGetExisting()
361 tableIndex = (tableIndex + hash2) & mask; in TryAddOrGetExisting()
470 return hashTableLocal[tableIndex]; in GetValueIfExists()
473 tableIndex = (tableIndex + hash2) & mask; in GetValueIfExists()
[all …]
H A DLockFreeReaderHashtableOfPointers.cs172 int tableIndex = HashInt1(hashCode) & mask; in TryGetValue()
188 tableIndex = (tableIndex + hash2) & mask; in TryGetValue()
198 tableIndex = (tableIndex + hash2) & mask; in TryGetValue()
250 tableIndex = (tableIndex + hash2) & mask; in Expand()
254 tableIndex = (tableIndex + hash2) & mask; in Expand()
259 newHashTable[tableIndex] = ptrValue; in Expand()
350 int tableIndex = HashInt1(hashCode) & mask; in TryAddOrGetExisting()
365 tableIndex = (tableIndex + hash2) & mask; in TryAddOrGetExisting()
377 tableIndex = (tableIndex + hash2) & mask; in TryAddOrGetExisting()
492 tableIndex = (tableIndex + hash2) & mask; in GetValueIfExists()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/prince/
H A Ddecompress.cpp87 uint32 tableIndex = 0; in decompress() local
89 tableIndex++; in decompress()
114 tableIndex = (tableIndex << 1) | getBit(); in decompress()
115 tableIndex = (tableIndex << 1) | getBit(); in decompress()
116 ebp = table2[tableIndex]; in decompress()
123 uint32 tableIndex = 0; in decompress() local
125 tableIndex++; in decompress()
132 tableIndex = getBit(); in decompress()
133 tableIndex = (tableIndex << 1) | getBit(); in decompress()
134 tableIndex = (tableIndex << 1) | getBit(); in decompress()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/prince/
H A Ddecompress.cpp87 uint32 tableIndex = 0; in decompress() local
89 tableIndex++; in decompress()
114 tableIndex = (tableIndex << 1) | getBit(); in decompress()
115 tableIndex = (tableIndex << 1) | getBit(); in decompress()
116 ebp = table2[tableIndex]; in decompress()
123 uint32 tableIndex = 0; in decompress() local
125 tableIndex++; in decompress()
132 tableIndex = getBit(); in decompress()
133 tableIndex = (tableIndex << 1) | getBit(); in decompress()
134 tableIndex = (tableIndex << 1) | getBit(); in decompress()
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Database/Schema/EventListener/
H A DSchemaIndexDefinitionListener.php90 foreach ($tableIndexRows as $tableIndex) {
91 $tableIndex = array_change_key_case($tableIndex, CASE_LOWER);
93 $tableIndex['primary'] = $tableIndex['key_name'] === 'PRIMARY';
96 $tableIndex['flags'] = ['FULLTEXT'];
98 $tableIndex['flags'] = ['SPATIAL'];
101 $indexName = $tableIndex['key_name'];
102 $columnName = $tableIndex['column_name'];
104 if ($tableIndex['sub_part'] !== null) {
113 'primary' => $tableIndex['primary'],
114 'flags' => $tableIndex['flags'] ?? [],
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Database/Schema/EventListener/
H A DSchemaIndexDefinitionListener.php91 foreach ($tableIndexRows as $tableIndex) {
92 $tableIndex = array_change_key_case($tableIndex, CASE_LOWER);
94 $tableIndex['primary'] = $tableIndex['key_name'] === 'PRIMARY';
97 $tableIndex['flags'] = ['FULLTEXT'];
99 $tableIndex['flags'] = ['SPATIAL'];
102 $indexName = $tableIndex['key_name'];
103 $columnName = $tableIndex['column_name'];
105 if ($tableIndex['sub_part'] !== null) {
114 'primary' => $tableIndex['primary'],
115 'flags' => $tableIndex['flags'] ?? [],
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Database/Schema/EventListener/
H A DSchemaIndexDefinitionListener.php93 foreach ($tableIndexRows as $tableIndex) {
94 $tableIndex = array_change_key_case($tableIndex, CASE_LOWER);
96 $tableIndex['primary'] = $tableIndex['key_name'] === 'PRIMARY';
99 $tableIndex['flags'] = ['FULLTEXT'];
101 $tableIndex['flags'] = ['SPATIAL'];
104 $indexName = $tableIndex['key_name'];
105 $columnName = $tableIndex['column_name'];
107 if ($tableIndex['sub_part'] !== null) {
116 'primary' => $tableIndex['primary'],
117 'flags' => $tableIndex['flags'] ?? [],
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/prince/
H A Dutils.cpp85 uint32 tableIndex = 0; in decompress() local
87 tableIndex++; in decompress()
112 tableIndex = (tableIndex << 1) | getBit(); in decompress()
113 tableIndex = (tableIndex << 1) | getBit(); in decompress()
114 ebp = table2[tableIndex]; in decompress()
121 uint32 tableIndex = 0; in decompress() local
123 tableIndex++; in decompress()
130 tableIndex = getBit(); in decompress()
131 tableIndex = (tableIndex << 1) | getBit(); in decompress()
132 tableIndex = (tableIndex << 1) | getBit(); in decompress()
[all …]
/dports/audio/libfilteraudio/filter_audio-0.0.1/ns/
H A Dnsx_core_c.c99 tableIndex = (int16_t)(tmp32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
100 if ((tableIndex < 16) && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb()
101 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
131 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
132 if (tableIndex < 16 && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb()
133 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
134 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
178 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
179 if (tableIndex < 16 && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dwoff.cpp143 quint16 tableIndex; in woffDecodeToBufferInternal() local
202 for (tableIndex = 0; tableIndex < numTables; ++tableIndex) { in woffDecodeToBufferInternal()
203 tableOrder[tableIndex].offset = READ32BE(woffDir[tableIndex].offset); in woffDecodeToBufferInternal()
204 tableOrder[tableIndex].oldIndex = tableIndex; in woffDecodeToBufferInternal()
213 tableIndex = tableOrder[order].oldIndex; in woffDecodeToBufferInternal()
220 sfntDir[tableIndex].tag = woffDir[tableIndex].tag; in woffDecodeToBufferInternal()
221 sfntDir[tableIndex].offset = READ32BE(offset); in woffDecodeToBufferInternal()
222 sfntDir[tableIndex].length = woffDir[tableIndex].origLen; in woffDecodeToBufferInternal()
223 sfntDir[tableIndex].checksum = woffDir[tableIndex].checksum; in woffDecodeToBufferInternal()
224 csum += READ32BE(sfntDir[tableIndex].checksum); in woffDecodeToBufferInternal()
[all …]
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c99 tableIndex = (int16_t)(tmp32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
100 if ((tableIndex < 16) && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb()
101 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
131 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
132 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb()
133 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
134 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
178 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
179 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c98 tableIndex = (int16_t)(tmp32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
99 if ((tableIndex < 16) && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb()
100 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
101 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
130 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
131 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb()
132 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
133 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
177 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
178 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c99 tableIndex = (int16_t)(tmp32no1 >> 14);
100 if ((tableIndex < 16) && (tableIndex >= 0)) {
101 tmp16no2 = kIndicatorTable[tableIndex];
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
131 tableIndex = (int16_t)(tmpU32no1 >> 14);
132 if (tableIndex < 16) {
133 tmp16no2 = kIndicatorTable[tableIndex];
134 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex];
178 tableIndex = (int16_t)(tmpU32no1 >> 14);
179 if (tableIndex < 16) {
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_c.c99 tableIndex = (int16_t)(tmp32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
100 if ((tableIndex < 16) && (tableIndex >= 0)) { in WebRtcNsx_SpeechNoiseProb()
101 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
102 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
131 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
132 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb()
133 tmp16no2 = kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
134 tmp16no1 = kIndicatorTable[tableIndex + 1] - kIndicatorTable[tableIndex]; in WebRtcNsx_SpeechNoiseProb()
178 tableIndex = (int16_t)(tmpU32no1 >> 14); in WebRtcNsx_SpeechNoiseProb()
179 if (tableIndex < 16) { in WebRtcNsx_SpeechNoiseProb()
[all …]
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DLZWDecoder.java62 int tableIndex, bitsToGet = 9; field in LZWDecoder
120 if (code < tableIndex) { in decode()
153 tableIndex = 258; in initializeStringTable()
179 stringTable[tableIndex++] = string; in addStringToTable()
181 if (tableIndex == 511) { in addStringToTable()
183 } else if (tableIndex == 1023) { in addStringToTable()
185 } else if (tableIndex == 2047) { in addStringToTable()
196 stringTable[tableIndex++] = string; in addStringToTable()
198 if (tableIndex == 511) { in addStringToTable()
200 } else if (tableIndex == 1023) { in addStringToTable()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DTIFFLZWDecoder.java40 int tableIndex, bitsToGet = 9; field in TIFFLZWDecoder
111 if (code < tableIndex) { in decode()
166 tableIndex = 258; in initializeStringTable()
196 stringTable[tableIndex++] = string; in addStringToTable()
198 if (tableIndex == 511) { in addStringToTable()
200 } else if (tableIndex == 1023) { in addStringToTable()
202 } else if (tableIndex == 2047) { in addStringToTable()
213 stringTable[tableIndex++] = string; in addStringToTable()
215 if (tableIndex == 511) { in addStringToTable()
217 } else if (tableIndex == 1023) { in addStringToTable()
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php213 foreach ($tableIndexRows as &$tableIndex) {
214 $tableIndex['primary'] = (boolean) $tableIndex['primary'];
215 $tableIndex['flags'] = array();
217 if ($tableIndex['clustered']) {
218 $tableIndex['flags'][] = 'clustered';
221 if ($tableIndex['with_nulls_not_distinct']) {
222 $tableIndex['flags'][] = 'with_nulls_not_distinct';
225 if ($tableIndex['for_olap_workload']) {
226 $tableIndex['flags'][] = 'for_olap_workload';
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php213 foreach ($tableIndexRows as &$tableIndex) {
214 $tableIndex['primary'] = (boolean) $tableIndex['primary'];
215 $tableIndex['flags'] = array();
217 if ($tableIndex['clustered']) {
218 $tableIndex['flags'][] = 'clustered';
221 if ($tableIndex['with_nulls_not_distinct']) {
222 $tableIndex['flags'][] = 'with_nulls_not_distinct';
225 if ($tableIndex['for_olap_workload']) {
226 $tableIndex['flags'][] = 'for_olap_workload';
/dports/games/gogui/Quaqua/src/ch/randelshofer/quaqua/ext/batik/ext/awt/image/codec/tiff/
H A DTIFFLZWDecoder.java32 int tableIndex, bitsToGet = 9; field in TIFFLZWDecoder
101 if (code < tableIndex) { in decode()
154 tableIndex = 258; in initializeStringTable()
178 stringTable[tableIndex++] = string; in addStringToTable()
180 if (tableIndex == 511) { in addStringToTable()
182 } else if (tableIndex == 1023) { in addStringToTable()
184 } else if (tableIndex == 2047) { in addStringToTable()
195 stringTable[tableIndex++] = string; in addStringToTable()
197 if (tableIndex == 511) { in addStringToTable()
199 } else if (tableIndex == 1023) { in addStringToTable()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php206 foreach ($tableIndexes as &$tableIndex) {
207 $tableIndex['primary'] = (bool) $tableIndex['primary'];
208 $tableIndex['flags'] = [];
210 if ($tableIndex['clustered']) {
211 $tableIndex['flags'][] = 'clustered';
214 if ($tableIndex['with_nulls_not_distinct']) {
215 $tableIndex['flags'][] = 'with_nulls_not_distinct';
218 if (! $tableIndex['for_olap_workload']) {
222 $tableIndex['flags'][] = 'for_olap_workload';
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php206 foreach ($tableIndexes as &$tableIndex) {
207 $tableIndex['primary'] = (bool) $tableIndex['primary'];
208 $tableIndex['flags'] = [];
210 if ($tableIndex['clustered']) {
211 $tableIndex['flags'][] = 'clustered';
214 if ($tableIndex['with_nulls_not_distinct']) {
215 $tableIndex['flags'][] = 'with_nulls_not_distinct';
218 if (! $tableIndex['for_olap_workload']) {
222 $tableIndex['flags'][] = 'for_olap_workload';
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php198 foreach ($tableIndexRows as &$tableIndex) {
199 $tableIndex['primary'] = (bool) $tableIndex['primary'];
200 $tableIndex['flags'] = [];
202 if ($tableIndex['clustered']) {
203 $tableIndex['flags'][] = 'clustered';
206 if ($tableIndex['with_nulls_not_distinct']) {
207 $tableIndex['flags'][] = 'with_nulls_not_distinct';
210 if (! $tableIndex['for_olap_workload']) {
214 $tableIndex['flags'][] = 'for_olap_workload';
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php205 foreach ($tableIndexes as &$tableIndex) {
206 $tableIndex['primary'] = (bool) $tableIndex['primary'];
207 $tableIndex['flags'] = [];
209 if ($tableIndex['clustered']) {
210 $tableIndex['flags'][] = 'clustered';
213 if ($tableIndex['with_nulls_not_distinct']) {
214 $tableIndex['flags'][] = 'with_nulls_not_distinct';
217 if (! $tableIndex['for_olap_workload']) {
221 $tableIndex['flags'][] = 'for_olap_workload';
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php206 foreach ($tableIndexes as &$tableIndex) {
207 $tableIndex['primary'] = (bool) $tableIndex['primary'];
208 $tableIndex['flags'] = [];
210 if ($tableIndex['clustered']) {
211 $tableIndex['flags'][] = 'clustered';
214 if ($tableIndex['with_nulls_not_distinct']) {
215 $tableIndex['flags'][] = 'with_nulls_not_distinct';
218 if (! $tableIndex['for_olap_workload']) {
222 $tableIndex['flags'][] = 'for_olap_workload';
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSQLAnywhereSchemaManager.php199 foreach ($tableIndexRows as &$tableIndex) {
200 $tableIndex['primary'] = (bool) $tableIndex['primary'];
201 $tableIndex['flags'] = [];
203 if ($tableIndex['clustered']) {
204 $tableIndex['flags'][] = 'clustered';
207 if ($tableIndex['with_nulls_not_distinct']) {
208 $tableIndex['flags'][] = 'with_nulls_not_distinct';
211 if (! $tableIndex['for_olap_workload']) {
215 $tableIndex['flags'][] = 'for_olap_workload';

12345678910>>...68