Home
last modified time | relevance | path

Searched refs:tableIdx (Results 1 – 25 of 120) sorted by relevance

12345

/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DSurgeVoice.h77 int tableIdx = (int)tableNote0; in StringOscillator()
78 if (tableIdx > 0x1fe) in StringOscillator()
79 tableIdx = 0x1fe; in StringOscillator()
80 float tableFrac = tableNote0 - tableIdx; in StringOscillator()
92 while (tableIdx < 0x1fe) in StringOscillator()
100 tableIdx++; in StringOscillator()
105 while (tableIdx > 0) in StringOscillator()
110 tableIdx--; in StringOscillator()
114 tableIdx--; in StringOscillator()
122 (storage->table_pitch[tableIdx + 1] - storage->table_pitch[tableIdx]); in StringOscillator()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/scheduler/linux/src/
H A Dmfx_scheduler_core.cpp409 mfxU32 i, tableIdx, remainInputs; in RegisterTaskDependencies() local
443 for (tableIdx = 0; tableIdx < m_numDependencies; tableIdx += 1) in RegisterTaskDependencies()
446 if (m_pDependencyTable[tableIdx].p) in RegisterTaskDependencies()
490 tableIdx = 0; in RegisterTaskDependencies()
496 while (m_pDependencyTable.at(tableIdx).p) in RegisterTaskDependencies()
498 tableIdx += 1; in RegisterTaskDependencies()
503 m_pDependencyTable[tableIdx].mfxRes = taskRes; in RegisterTaskDependencies()
504 m_pDependencyTable[tableIdx].pTask = pTask; in RegisterTaskDependencies()
508 tableIdx += 1; in RegisterTaskDependencies()
513 if (tableIdx >= m_numDependencies) in RegisterTaskDependencies()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/ManualTests/SQL/SqlBulkCopyTest/
H A DErrorOnRowsMarkedAsDeleted.cs37 int tableIdx = 1; in Test()
41 … RunCase(destConn, "empty table", SqlBulkCopyInputType.DataTable, tablePrefix + (tableIdx++), "D"); in Test()
42 …se(destConn, "single deleted row", SqlBulkCopyInputType.RowsList, tablePrefix + (tableIdx++), "D"); in Test()
43 …stConn, "deleted row is first", SqlBulkCopyInputType.DataTable, tablePrefix + (tableIdx++), "DRR"); in Test()
44 …destConn, "deleted row is last", SqlBulkCopyInputType.RowsList, tablePrefix + (tableIdx++), "RRD"); in Test()
45 …n, "continues deleted rows", SqlBulkCopyInputType.DataTable, tablePrefix + (tableIdx++), "RDDDDR"); in Test()
46 … "deleted row is in the middle", SqlBulkCopyInputType.RowsList, tablePrefix + (tableIdx++), "RDR"); in Test()
47 … RunCase(destConn, "empty table", SqlBulkCopyInputType.DataTable, tablePrefix + (tableIdx++), ""); in Test()
48 …Case(destConn, "no deleted rows", SqlBulkCopyInputType.RowsList, tablePrefix + (tableIdx++), "RR"); in Test()
49 …se(destConn, "big bang", SqlBulkCopyInputType.DataTable, tablePrefix + (tableIdx++), "DRRDRRRDDDDD… in Test()
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp113 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
114 tables[tableIdx]++; in executeHost()
140 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
142 dst[tables[tableIdx] + counter[tableIdx]] = src[i]; in executeHost()
143 counter[tableIdx]++; in executeHost()
374 dstHost[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
375 counter2[tableIdx]++; in execute()
405 dstHostOK[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
406 counter2[tableIdx]++; in execute()
440 int destIndex = testHist[tableIdx * NUM_WGS + wgIdx] + counter[tableIdx]; in execute()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp113 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
114 tables[tableIdx]++; in executeHost()
140 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
142 dst[tables[tableIdx] + counter[tableIdx]] = src[i]; in executeHost()
143 counter[tableIdx]++; in executeHost()
374 dstHost[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
375 counter2[tableIdx]++; in execute()
405 dstHostOK[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
406 counter2[tableIdx]++; in execute()
440 int destIndex = testHist[tableIdx * NUM_WGS + wgIdx] + counter[tableIdx]; in execute()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp113 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
114 tables[tableIdx]++; in executeHost()
140 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
142 dst[tables[tableIdx] + counter[tableIdx]] = src[i]; in executeHost()
143 counter[tableIdx]++; in executeHost()
374 dstHost[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
375 counter2[tableIdx]++; in execute()
405 dstHostOK[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
406 counter2[tableIdx]++; in execute()
440 int destIndex = testHist[tableIdx * NUM_WGS + wgIdx] + counter[tableIdx]; in execute()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp113 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
114 tables[tableIdx]++; in executeHost()
140 int tableIdx = (src[i].m_key >> startBit) & (NUM_TABLES - 1); in executeHost() local
142 dst[tables[tableIdx] + counter[tableIdx]] = src[i]; in executeHost()
143 counter[tableIdx]++; in executeHost()
374 dstHost[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
375 counter2[tableIdx]++; in execute()
405 dstHostOK[tables[tableIdx] + counter2[tableIdx]] = srcHost[i]; in execute()
406 counter2[tableIdx]++; in execute()
440 int destIndex = testHist[tableIdx * NUM_WGS + wgIdx] + counter[tableIdx]; in execute()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Statistics/Testing/Cxx/
H A DTestMultiCorrelativeStatistics.cxx167 int tableIdx[] = { 0, 1, 3 }; in TestMultiCorrelativeStatistics() local
170 << outputData->GetColumnName( tableIdx[2] ) in TestMultiCorrelativeStatistics()
179 << outputData->GetColumnName( tableIdx[i] ); in TestMultiCorrelativeStatistics()
185 if ( outputData->GetValue( r, tableIdx[2] ).ToDouble() > threshold ) in TestMultiCorrelativeStatistics()
192 << outputData->GetValue( r, tableIdx[i] ).ToString() in TestMultiCorrelativeStatistics()
/dports/math/vtk9/VTK-9.1.0/Filters/Statistics/Testing/Cxx/
H A DTestMultiCorrelativeStatistics.cxx168 int tableIdx[] = { 0, 1, 3 }; in TestMultiCorrelativeStatistics() local
170 cout << "## Searching for outliers such that " << outputData->GetColumnName(tableIdx[2]) << " > " in TestMultiCorrelativeStatistics()
176 cout << " " << outputData->GetColumnName(tableIdx[i]); in TestMultiCorrelativeStatistics()
182 if (outputData->GetValue(r, tableIdx[2]).ToDouble() > threshold) in TestMultiCorrelativeStatistics()
188 cout << " " << outputData->GetValue(r, tableIdx[i]).ToString() << " "; in TestMultiCorrelativeStatistics()
/dports/math/vtk6/VTK-6.2.0/Filters/Statistics/Testing/Cxx/
H A DTestMultiCorrelativeStatistics.cxx167 int tableIdx[] = { 0, 1, 3 }; in TestMultiCorrelativeStatistics() local
170 << outputData->GetColumnName( tableIdx[2] ) in TestMultiCorrelativeStatistics()
179 << outputData->GetColumnName( tableIdx[i] ); in TestMultiCorrelativeStatistics()
185 if ( outputData->GetValue( r, tableIdx[2] ).ToDouble() > threshold ) in TestMultiCorrelativeStatistics()
192 << outputData->GetValue( r, tableIdx[i] ).ToString() in TestMultiCorrelativeStatistics()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/leanovate/gopter/gen/
H A Dstrings.go77 tableIdx := genParams.Rng.Intn(len(table.R16) + len(table.R32))
80 if tableIdx < len(table.R16) {
81 r := table.R16[tableIdx]
85 r := table.R32[tableIdx-len(table.R16)]
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dmsf_gif.h349 int tableIdx = 1; //we start counting at 1 because 0 is the transparent color in msf_compress_frame() local
352 tlb[i] = tableIdx; in msf_compress_frame()
363 … table[tableIdx].r = r | r >> frame.rbits | r >> (frame.rbits * 2) | r >> (frame.rbits * 3); in msf_compress_frame()
364 … table[tableIdx].g = g | g >> frame.gbits | g >> (frame.gbits * 2) | g >> (frame.gbits * 3); in msf_compress_frame()
365 … table[tableIdx].b = b | b >> frame.bbits | b >> (frame.bbits * 2) | b >> (frame.bbits * 3); in msf_compress_frame()
366 ++tableIdx; in msf_compress_frame()
372 int tableBits = msf_imax(2, msf_bit_log(tableIdx - 1)); in msf_compress_frame()
397 msf_lzw_reset(&lzw, tableSize, tableIdx); in msf_compress_frame()
415 msf_lzw_reset(&lzw, tableSize, tableIdx); in msf_compress_frame()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/BrotliCompress/brotli/java/org/brotli/dec/
H A DDecode.java375 private static int readSymbol(int[] tableGroup, int tableIdx, State s) { in readSymbol() argument
376 int offset = tableGroup[tableIdx]; in readSymbol()
392 private static int readBlockLength(int[] tableGroup, int tableIdx, State s) { in readBlockLength() argument
394 int code = readSymbol(tableGroup, tableIdx, s); in readBlockLength()
430 int tableIdx = table.length - 1; in readHuffmanCodeLengths() local
496 int[] tableGroup, int tableIdx, State s) { in readSimpleHuffmanCode() argument
560 int[] tableGroup, int tableIdx, State s) { in readComplexHuffmanCode() argument
595 int[] tableGroup, int tableIdx, State s) { in readHuffmanCode() argument
625 int tableIdx = table.length - 1; in decodeContextMap() local
626 readHuffmanCode(alphabetSize, alphabetSize, table, tableIdx, s); in decodeContextMap()
[all …]
/dports/games/palomino/palomino/src/lua_bind/
H A Dlua.cc264 Lua::ReadTableAsNumber( const string& tableName, const int tableIdx ) // throw in ReadTableAsNumber() argument
274 lua_rawgeti( mLua, -1, tableIdx ); in ReadTableAsNumber()
316 Lua::ReadTableAsString( const string& tableName, const int tableIdx ) // throw in ReadTableAsString() argument
326 lua_rawgeti( mLua, -1, tableIdx ); in ReadTableAsString()
H A Dlua.hh61 LuaNumber ReadTableAsNumber( const string& tableName, const int tableIdx ); // throw
63 string ReadTableAsString( const string& tableName, const int tableIdx ); // throw
/dports/games/spring/spring_98.0/rts/Map/
H A DBasicMapDamage.cpp95 const unsigned int tableIdx = relDist * CRATER_TABLE_SIZE; in Explosion() local
98 dif *= craterTable[tableIdx]; in Explosion()
132 const unsigned int tableIdx = relDist * CRATER_TABLE_SIZE; in Explosion() local
135 baseStrength * craterTable[tableIdx] * in Explosion()

12345