Home
last modified time | relevance | path

Searched refs:NUM_TABLES (Results 1 – 25 of 60) sorted by relevance

123

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/sun/awt/image/codec/
H A DJPEGParam.java91 for (int i = 0; i < NUM_TABLES; i++) { in JPEGParam()
244 for (int i = 0; i < NUM_TABLES; i++) { in setQuality()
286 if (tableNum < 0 || tableNum > NUM_TABLES) in getQTable()
288 + (NUM_TABLES - 1) + "]"); in getQTable()
303 if (tableNum < 0 || tableNum > NUM_TABLES) in getDCHuffmanTable()
305 + (NUM_TABLES - 1) + "]"); in getDCHuffmanTable()
320 if (tableNum < 0 || tableNum > NUM_TABLES) in getACHuffmanTable()
322 + (NUM_TABLES - 1) + "]"); in getACHuffmanTable()
515 + (NUM_TABLES - 1) + "]"); in setQTable()
524 + (NUM_TABLES - 1) + "]"); in setDCHuffmanTable()
[all …]
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp95 int tables[NUM_TABLES]; in executeHost()
96 int counter[NUM_TABLES]; in executeHost()
106 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
118 printf("histogram size=%d\n", NUM_TABLES); in executeHost()
119 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
129 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
350 #define NUM_TABLES 16 in execute() macro
354 int tables[NUM_TABLES]; in execute()
364 for (int i = 0; i < NUM_TABLES; i++) in execute()
382 int tables[NUM_TABLES]; in execute()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp95 int tables[NUM_TABLES]; in executeHost()
96 int counter[NUM_TABLES]; in executeHost()
106 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
118 printf("histogram size=%d\n", NUM_TABLES); in executeHost()
119 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
129 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
350 #define NUM_TABLES 16 in execute() macro
354 int tables[NUM_TABLES]; in execute()
364 for (int i = 0; i < NUM_TABLES; i++) in execute()
382 int tables[NUM_TABLES]; in execute()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp95 int tables[NUM_TABLES]; in executeHost()
96 int counter[NUM_TABLES]; in executeHost()
106 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
118 printf("histogram size=%d\n", NUM_TABLES); in executeHost()
119 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
129 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
350 #define NUM_TABLES 16 in execute() macro
354 int tables[NUM_TABLES]; in execute()
364 for (int i = 0; i < NUM_TABLES; i++) in execute()
382 int tables[NUM_TABLES]; in execute()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/ParallelPrimitives/
H A Db3RadixSort32CL.cpp95 int tables[NUM_TABLES]; in executeHost()
96 int counter[NUM_TABLES]; in executeHost()
106 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
118 printf("histogram size=%d\n", NUM_TABLES); in executeHost()
119 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
129 for (int i = 0; i < NUM_TABLES; i++) in executeHost()
350 #define NUM_TABLES 16 in execute() macro
354 int tables[NUM_TABLES]; in execute()
364 for (int i = 0; i < NUM_TABLES; i++) in execute()
382 int tables[NUM_TABLES]; in execute()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/
H A DTestMasterProcedureScheduler.java128 final int NUM_TABLES = 10; in testSimpleTableOpsQueues() local
132 for (int i = 1; i <= NUM_TABLES; ++i) { in testSimpleTableOpsQueues()
141 assertEquals(NUM_TABLES * NUM_ITEMS, queue.size()); in testSimpleTableOpsQueues()
144 for (int i = 1; i <= NUM_TABLES; ++i) { in testSimpleTableOpsQueues()
157 for (int i = 1; i <= NUM_TABLES; ++i) { in testSimpleTableOpsQueues()
309 final int NUM_TABLES = 4; in testConcurrentWriteOps() local
311 for (int i = 0; i < NUM_TABLES; ++i) { in testConcurrentWriteOps()
321 final Thread[] threads = new Thread[NUM_TABLES * 2]; in testConcurrentWriteOps()
349 concurrent >= 1 && concurrent <= NUM_TABLES); in testConcurrentWriteOps()
354 assertTrue("dec-concurrent=" + concurrent, concurrent < NUM_TABLES); in testConcurrentWriteOps()
[all …]
/dports/devel/binutils/binutils-2.37/gprof/
H A Dsym_ids.h33 NUM_TABLES enumerator
37 extern Sym_Table syms[NUM_TABLES];
H A Dsym_ids.c62 Sym_Table syms[NUM_TABLES];
300 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
359 for (tab = &syms[0]; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
/dports/devel/arm-elf-binutils/binutils-2.37/gprof/
H A Dsym_ids.h33 NUM_TABLES enumerator
37 extern Sym_Table syms[NUM_TABLES];
H A Dsym_ids.c62 Sym_Table syms[NUM_TABLES];
300 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
359 for (tab = &syms[0]; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
/dports/devel/gnulibiberty/binutils-2.37/gprof/
H A Dsym_ids.h33 NUM_TABLES enumerator
37 extern Sym_Table syms[NUM_TABLES];
H A Dsym_ids.c62 Sym_Table syms[NUM_TABLES];
300 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
359 for (tab = &syms[0]; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gprof/
H A Dsym_ids.h33 NUM_TABLES enumerator
37 extern Sym_Table syms[NUM_TABLES];
H A Dsym_ids.c62 Sym_Table syms[NUM_TABLES];
300 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
359 for (tab = &syms[0]; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
/dports/lang/gnatdroid-binutils/binutils-2.27/gprof/
H A Dsym_ids.h33 NUM_TABLES enumerator
37 extern Sym_Table syms[NUM_TABLES];
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gprof/
H A Dsym_ids.h32 NUM_TABLES enumerator
36 extern Sym_Table syms[NUM_TABLES];
/dports/devel/djgpp-binutils/binutils-2.17/gprof/
H A Dsym_ids.h32 NUM_TABLES enumerator
36 extern Sym_Table syms[NUM_TABLES];
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dsym_ids.h32 NUM_TABLES enumerator
36 extern Sym_Table syms[NUM_TABLES];
H A Dsym_ids.c59 Sym_Table syms[NUM_TABLES];
301 for (tab = syms; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
360 for (tab = &syms[0]; tab < &syms[NUM_TABLES]; ++tab) in sym_id_parse()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gprof/
H A Dsym_ids.h32 NUM_TABLES enumerator
36 extern Sym_Table syms[NUM_TABLES];
/dports/devel/cld2/cld-20150505/internal/
H A Dcld2_dynamic_data_extractor.cc52 const int NUM_TABLES = 7; in writeDataFile() local
53 const CLD2::CLD2TableSummary* tableSummaries[NUM_TABLES]; in writeDataFile()
62 CLD2DynamicData::TableHeader tableHeaders[NUM_TABLES]; in writeDataFile()
64 fileHeader.numTablesEncoded = NUM_TABLES; in writeDataFile()
68 initTableHeaders(tableSummaries, NUM_TABLES, supplement, tableHeaders); in writeDataFile()
96 for (int x=0; x<NUM_TABLES; x++) { in writeDataFile()
141 for (int x=0; x<NUM_TABLES; x++) { in writeDataFile()
H A Dcld2_dynamic_data.cc116 const int NUM_TABLES = 7; in verify() local
117 const CLD2::CLD2TableSummary* realTableSummaries[NUM_TABLES]; in verify()
126 const CLD2::CLD2TableSummary* loadedTableSummaries[NUM_TABLES]; in verify()
168 for (int x=0; x<NUM_TABLES; x++) { in verify()
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/LFOPlugin/
H A DLFOPlugin.h25 static const int NUM_TABLES = 6;
51 Sample m_Table[NUM_TABLES];
/dports/audio/spiralsynthmodular/spiralmodular-0.2.2/SpiralSound/Plugins/WaveTablePlugin/
H A DWaveTablePlugin.h25 static const int NUM_TABLES = 8; variable
66 Sample m_Table[NUM_TABLES];
/dports/games/spring/spring_98.0/rts/Map/SM3/terrain/
H A DTerrainNode.h290 #define NUM_TABLES 16 macro
309 int size[NUM_TABLES];
310 IndexBuffer buffers[NUM_TABLES];

123