Home
last modified time | relevance | path

Searched refs:stepIndex (Results 1 – 25 of 125) sorted by relevance

12345

/dports/www/limesurvey/limesurvey/application/helpers/
H A DquestionIndexHelper.php129 $stepIndex = array();
138 $stepIndex[$step] = array(
153 $stepIndex[$step]['stepStatus']['index-item-error'] = $stepInfo['anyErrors'];
154 … $stepIndex[$step]['stepStatus']['index-item-unanswered'] = $stepInfo['anyUnanswered'];
155 $aClass = array_filter($stepIndex[$step]['stepStatus']);
156 …$stepIndex[$step]['coreClass'] = implode(" ", array_merge(array('index-item'), array_keys($aClass)…
159 return $stepIndex;
176 $stepIndex = array();
194 $stepIndex[] = $actualGroup;
233 $stepIndex[] = $actualGroup;
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dadpcm_decoder.cpp129 int16 stepIndex = _stepIndex; in decode() local
140 int diff = imaStepTable[(stepIndex << 3) | code]; in decode()
163 stepIndex = imaIndexTable[code] + stepIndex; in decode()
164 stepIndex = CLIP<int16>(stepIndex, 0, 88); in decode()
168 _stepIndex = stepIndex; in decode()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dadpcm_decoder.cpp129 int16 stepIndex = _stepIndex; in decode() local
140 int diff = imaStepTable[(stepIndex << 3) | code]; in decode()
165 stepIndex = imaIndexTable[code] + stepIndex; in decode()
166 stepIndex = CLIP<int16>(stepIndex, 0, 88); in decode()
170 _stepIndex = stepIndex; in decode()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/share/cascade/test/benchmark/adpcm/
H A Dima_adpcm_dec.v73 reg [6:0] stepIndex; // unsigned register
158 assign preStepIndex = {1'b0, stepIndex} + {{3{stepDelta[4]}}, stepDelta};
163 stepIndex <= 7'b0;
165 stepIndex <= inStepIndex;
169 stepIndex <= 7'd0;
171 stepIndex <= 7'd88;
173 stepIndex <= preStepIndex[6:0];
179 case (stepIndex)
H A Dima_adpcm_enc.v67 reg [6:0] stepIndex; // unsigned register
209 assign outStepIndex = stepIndex;
246 assign preStepIndex = {1'b0, stepIndex} + {{3{stepDelta[4]}}, stepDelta};
251 stepIndex <= 7'b0;
255 stepIndex <= 7'd0;
257 stepIndex <= 7'd88;
259 stepIndex <= preStepIndex[6:0];
265 case (stepIndex)
/dports/games/scummvm-tools/scummvm-tools-2.5.0/sound/
H A Dadpcm.cpp57 int32 stepIndex; member
94 _status.stepIndex = 0; in ADPCMInputStream()
153 _status.stepIndex = _stream->readSint16LE(); in readBufferMSIMA1()
277 _status.stepIndex += stepAdjust(code); in decodeOKI()
278 if (_status.stepIndex < 0) in decodeOKI()
279 _status.stepIndex = 0; in decodeOKI()
281 _status.stepIndex = ARRAYSIZE(okiStepSize) - 1; in decodeOKI()
317 _status.stepIndex += stepAdjust(code); in decodeMSIMA()
318 if (_status.stepIndex < 0) in decodeMSIMA()
319 _status.stepIndex = 0; in decodeMSIMA()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/decoders/
H A Dadpcm.cpp111 _status.ima_ch[0].stepIndex += _stepAdjustTable[code]; in decodeOKI()
112 …_status.ima_ch[0].stepIndex = CLIP<int32>(_status.ima_ch[0].stepIndex, 0, ARRAYSIZE(okiStepSize) -… in decodeOKI()
169 _status.ima_ch[i].stepIndex = temp & 0x007F; in readBuffer()
172 _status.ima_ch[i].stepIndex = CLIP<int32>(_status.ima_ch[i].stepIndex, 0, 88); in readBuffer()
223 _status.ima_ch[i].stepIndex = _stream->readSint16LE(); in readBuffer()
385 _status.ima_ch[0].stepIndex = _stream->readByte(); in readBuffer()
386 _status.ima_ch[1].stepIndex = _stream->readByte(); in readBuffer()
387 assert(_status.ima_ch[0].stepIndex < ARRAYSIZE(_imaTable)); in readBuffer()
388 assert(_status.ima_ch[1].stepIndex < ARRAYSIZE(_imaTable)); in readBuffer()
453 _status.ima_ch[channel].stepIndex += _stepAdjustTable[code]; in decodeIMA()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/test/lib/Perspective/
H A DPerspectivesNavigationBaseTestCase.php41 foreach ($steps as $stepIndex => $step) {
57 $this->assertEquals($httpCode, $response->getStatusCode(), 'Comparing HTTP Code #' . $stepIndex);
63 'Comparing Location header returned #' . $stepIndex
72 'Page shows right perspective #' . $stepIndex
78 'Page shows right perspective #' . $stepIndex
/dports/games/passage/Passage_v4_UnixSource/minorGems/io/file/
H A DPath.h379 int stepIndex = 0; in Path() local
383 mPathSteps[ stepIndex ] = stringDuplicate( pathRootSkipped ); in Path()
384 mStepLength[ stepIndex ] = strlen( mPathSteps[ stepIndex ] ); in Path()
385 stepIndex++; in Path()
396 mPathSteps[ stepIndex ] = in Path()
398 mStepLength[ stepIndex ] = strlen( mPathSteps[ stepIndex ] ); in Path()
400 stepIndex++; in Path()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/io/file/
H A DPath.h376 int stepIndex = 0; in Path() local
380 mPathSteps[ stepIndex ] = stringDuplicate( pathRootSkipped ); in Path()
381 mStepLength[ stepIndex ] = strlen( mPathSteps[ stepIndex ] ); in Path()
382 stepIndex++; in Path()
393 mPathSteps[ stepIndex ] = in Path()
395 mStepLength[ stepIndex ] = strlen( mPathSteps[ stepIndex ] ); in Path()
397 stepIndex++; in Path()
/dports/games/cretan-hubris/cretan-hubris-0.2/Data/Effects/
H A DScriptedEntity.lua59 entity.stepIndex = 1
75 if self.timer >= self.steps[self.stepIndex][1] then
76 self.timer = self.timer - self.steps[self.stepIndex][1]
77 self.stepIndex = self.stepIndex + 1
90 if self.stepIndex > #self.steps then
92 self.stepIndex = 2
105 local step = self.steps[self.stepIndex]
/dports/games/avoision/avoision-1.1/Data/Effects/
H A DScriptedEntity.lua59 entity.stepIndex = 1
74 if self.timer >= self.steps[self.stepIndex][1] then
75 self.timer = self.timer - self.steps[self.stepIndex][1]
76 self.stepIndex = self.stepIndex + 1
89 if self.stepIndex > #self.steps then
91 self.stepIndex = 2
104 local step = self.steps[self.stepIndex]
/dports/games/fbg2/fbg2-0.4/Data/Effects/
H A DScriptedEntity.lua61 entity.stepIndex = 1
77 if self.timer >= self.steps[self.stepIndex][1] then
78 self.timer = self.timer - self.steps[self.stepIndex][1]
79 self.stepIndex = self.stepIndex + 1
92 if self.stepIndex > #self.steps then
94 self.stepIndex = 2
107 local step = self.steps[self.stepIndex]
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dadpcm.cpp104 E = (2 * (code & 0x7) + 1) * okiStepSize[_status.ima_ch[0].stepIndex] / 8; in decodeOKI()
111 _status.ima_ch[0].stepIndex += _stepAdjustTable[code]; in decodeOKI()
112 …_status.ima_ch[0].stepIndex = CLIP<int32>(_status.ima_ch[0].stepIndex, 0, ARRAYSIZE(okiStepSize) -… in decodeOKI()
169 _status.ima_ch[i].stepIndex = temp & 0x007F; in readBuffer()
172 _status.ima_ch[i].stepIndex = CLIP<int32>(_status.ima_ch[i].stepIndex, 0, 88); in readBuffer()
223 _status.ima_ch[i].stepIndex = _stream->readSint16LE(); in readBuffer()
369 _status.ima_ch[0].stepIndex = _stream->readByte(); in readBuffer()
370 _status.ima_ch[1].stepIndex = _stream->readByte(); in readBuffer()
426 int32 E = (2 * (code & 0x7) + 1) * _imaTable[_status.ima_ch[channel].stepIndex] / 8; in decodeIMA()
431 _status.ima_ch[channel].stepIndex += _stepAdjustTable[code]; in decodeIMA()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11shadertracing.h287 _In_ UINT stepIndex,
293 _In_ UINT stepIndex,
303 _In_ UINT stepIndex,
359 _In_ UINT stepIndex,
366 _In_ UINT stepIndex,
377 _In_ UINT stepIndex,
419 #define ID3D11ShaderTrace_GetStep(This,stepIndex,pTraceStep) \ argument
420 ( (This)->lpVtbl -> GetStep(This,stepIndex,pTraceStep) )
423 ( (This)->lpVtbl -> GetWrittenRegister(This,stepIndex,writtenRegisterIndex,pRegister,pValue) )
425 #define ID3D11ShaderTrace_GetReadRegister(This,stepIndex,readRegisterIndex,pRegister,pValue) \ argument
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11shadertracing.h297 _In_ UINT stepIndex,
303 _In_ UINT stepIndex,
313 _In_ UINT stepIndex,
370 _In_ UINT stepIndex,
377 _In_ UINT stepIndex,
388 _In_ UINT stepIndex,
434 #define ID3D11ShaderTrace_GetStep(This,stepIndex,pTraceStep) \ argument
435 ( (This)->lpVtbl -> GetStep(This,stepIndex,pTraceStep) )
438 ( (This)->lpVtbl -> GetWrittenRegister(This,stepIndex,writtenRegisterIndex,pRegister,pValue) )
440 #define ID3D11ShaderTrace_GetReadRegister(This,stepIndex,readRegisterIndex,pRegister,pValue) \ argument
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11shadertracing.h297 _In_ UINT stepIndex,
303 _In_ UINT stepIndex,
313 _In_ UINT stepIndex,
370 _In_ UINT stepIndex,
377 _In_ UINT stepIndex,
388 _In_ UINT stepIndex,
434 #define ID3D11ShaderTrace_GetStep(This,stepIndex,pTraceStep) \ argument
435 ( (This)->lpVtbl -> GetStep(This,stepIndex,pTraceStep) )
438 ( (This)->lpVtbl -> GetWrittenRegister(This,stepIndex,writtenRegisterIndex,pRegister,pValue) )
440 #define ID3D11ShaderTrace_GetReadRegister(This,stepIndex,readRegisterIndex,pRegister,pValue) \ argument
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/test/
H A Dprogress_utils.c100 for (int stepIndex = 0; stepIndex < monitor->stepCount; stepIndex++) in show_progress() local
102 uint64 step = steps[stepIndex]; in show_progress()
110 values[0] = Int32GetDatum(stepIndex); in show_progress()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dadpcm.cpp113 _status.ima_ch[0].stepIndex += _stepAdjustTable[code]; in decodeOKI()
114 …_status.ima_ch[0].stepIndex = CLIP<int32>(_status.ima_ch[0].stepIndex, 0, ARRAYSIZE(okiStepSize) -… in decodeOKI()
271 _status.ima_ch[i].stepIndex = temp & 0x007F; in readBuffer()
274 _status.ima_ch[i].stepIndex = CLIP<int32>(_status.ima_ch[i].stepIndex, 0, 88); in readBuffer()
325 _status.ima_ch[i].stepIndex = _stream->readSint16LE(); in readBuffer()
487 _status.ima_ch[0].stepIndex = _stream->readByte(); in readBuffer()
488 _status.ima_ch[1].stepIndex = _stream->readByte(); in readBuffer()
489 assert(_status.ima_ch[0].stepIndex < ARRAYSIZE(_imaTable)); in readBuffer()
490 assert(_status.ima_ch[1].stepIndex < ARRAYSIZE(_imaTable)); in readBuffer()
555 _status.ima_ch[channel].stepIndex += _stepAdjustTable[code]; in decodeIMA()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dkuka_grasp_block_playback.py66 def Step(stepIndex): argument
68 record = log[stepIndex * objectNum + objectId]
84 stepIndex = int(p.readUserDebugParameter(stepIndexId)) variable
85 Step(stepIndex)
87 Step(stepIndex)
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lastexpress/data/
H A Dsnd.cpp389 _status.ima_ch[0].stepIndex = _stream->readSint16LE() << 6; in readBuffer()
393 if ((unsigned)_status.ima_ch[0].stepIndex >= ARRAYSIZE(stepTable) * 4) { in readBuffer()
395 _status.ima_ch[0].stepIndex = 0; in readBuffer()
413 step = stepTable[idx + _status.ima_ch[0].stepIndex / 4]; in readBuffer()
414 …sample = CLIP<int>(imaTable[idx + _status.ima_ch[0].stepIndex / 4] + _status.ima_ch[0].last, -3276… in readBuffer()
419 _status.ima_ch[0].stepIndex = stepTable[idx + step / 4]; in readBuffer()
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/tutorial/
H A DInitialTutorial.java156 private int stepIndex; field in InitialTutorial
196 stepIndex = -1; in InitialTutorial()
208 stepIndex++; in incIndex()
209 } while (stepIndex < STEPS.size() in incIndex()
210 && STEPS.get(stepIndex).getChecker().accomplished(circuitComponent, null, this)); in incIndex()
211 if (stepIndex == STEPS.size()) { in incIndex()
214 setTextByID(STEPS.get(stepIndex).getId()); in incIndex()
225 if (STEPS.get(stepIndex).getChecker().accomplished(circuitComponent, modification, this)) in modified()
/dports/games/scummvm/scummvm-2.5.1/engines/lastexpress/data/
H A Dsnd.cpp389 _status.ima_ch[0].stepIndex = _stream->readSint16LE() << 6; in readBuffer()
393 if ((unsigned)_status.ima_ch[0].stepIndex >= ARRAYSIZE(stepTable) * 4) { in readBuffer()
395 _status.ima_ch[0].stepIndex = 0; in readBuffer()
413 step = stepTable[idx + _status.ima_ch[0].stepIndex / 4]; in readBuffer()
414 …sample = CLIP<int>(imaTable[idx + _status.ima_ch[0].stepIndex / 4] + _status.ima_ch[0].last, -3276… in readBuffer()
419 _status.ima_ch[0].stepIndex = stepTable[idx + step / 4]; in readBuffer()
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/sound/decoder/wave/
H A Dadpcm.cpp64 sint32 stepIndex; member
170 E = (2 * (code & 0x7) + 1) * okiStepSize[_status.ima_ch[0].stepIndex] / 8; in decodeOKI()
177 _status.ima_ch[0].stepIndex += stepAdjust(code); in decodeOKI()
178 …_status.ima_ch[0].stepIndex = CLIP<sint32>(_status.ima_ch[0].stepIndex, 0, ARRAYSIZE(okiStepSize) … in decodeOKI()
270 _status.ima_ch[i].stepIndex = temp & 0x007F; in readBuffer()
273 _status.ima_ch[i].stepIndex = CLIP<sint32>(_status.ima_ch[i].stepIndex, 0, 88); in readBuffer()
344 _status.ima_ch[0].stepIndex = _stream->readSint16LE(); in readBufferMSIMA1()
773 _status.ima_ch[0].stepIndex = _stream->readByte(); in readBuffer()
774 _status.ima_ch[1].stepIndex = _stream->readByte(); in readBuffer()
834 _status.ima_ch[channel].stepIndex += stepAdjust(code); in decodeIMA()
[all …]
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/tony/
H A Dcompress_tony.cpp75 int32 E = (2 * (code & 0x7) + 1) * _imaTable[_status.ima_ch[channel].stepIndex] / 8; in decodeIMA()
80 _status.ima_ch[channel].stepIndex += _stepAdjustTable[code]; in decodeIMA()
81 _status.ima_ch[channel].stepIndex = CLIP<int32>(_status.ima_ch[channel].stepIndex, 0, 88); in decodeIMA()

12345