Searched refs:loopStart (Results 1 – 13 of 13) sorted by relevance
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_wtsynth.c | 389 pWTVoice->loopStart = WT_NOISE_GENERATOR; in WT_StartVoice() 409 pWTVoice->loopStart = pWTVoice->phaseAccum + pRegion->loopStart; in WT_StartVoice() 412 pWTVoice->loopStart = pWTVoice->phaseAccum + (pRegion->loopStart<<1); in WT_StartVoice() 418 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice() 420 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pEAS->pSampleLen[pRegion-… in WT_StartVoice() 430 wtConfig.loopStart = pWTVoice->loopStart; in WT_StartVoice() 577 if (pWTVoice->loopStart == WT_NOISE_GENERATOR) { in WT_UpdateVoice() 580 temp = pWTVoice->loopEnd - pWTVoice->loopStart; in WT_UpdateVoice() 599 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in WT_UpdateVoice()
|
D | eas_dlssynth.c | 351 pWTVoice->loopStart = pWTVoice->phaseAccum + pDLSRegion->wtRegion.loopStart; in DLS_StartVoice() 355 …pWTVoice->loopStart = pWTVoice->loopEnd = pWTVoice->phaseAccum + pSynth->pDLS->pDLSSampleLen[pDLSR… in DLS_StartVoice() 427 if ((pWTVoice->loopStart != WT_NOISE_GENERATOR) && (pWTVoice->loopStart == pWTVoice->loopEnd)) in DLS_UpdateVoice()
|
D | eas_wtengine.c | 246 pSamples = (const EAS_SAMPLE*) pWTVoice->loopStart + acc0; in WT_Interpolate() 516 if (pWTVoice->loopStart == WT_NOISE_GENERATOR) in WT_ProcessVoice() 520 else if (pWTVoice->loopStart != pWTVoice->loopEnd) in WT_ProcessVoice() 691 if (pWTVoice->loopStart== WT_NOISE_GENERATOR) in WT_ProcessVoice()
|
D | eas_mdls.c | 231 EAS_U32 loopStart; member 991 p->loopStart = 0; in Parse_wave() 1158 …if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, &p->loopStart, EAS_FALSE)… in Parse_wsmp() 1167 && ((p->loopStart > EAS_U32_MAX - p->loopLength) in Parse_wsmp() 1168 || (p->loopStart + p->loopLength > EAS_U32_MAX / sizeof(EAS_SAMPLE)))) in Parse_wsmp() 1320 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_data() 1325 pSample[pWsmp->loopStart + pWsmp->loopLength] = pSample[pWsmp->loopStart]; in Parse_data() 1376 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) { in Parse_data() 1380 pSample[(pWsmp->loopStart + pWsmp->loopLength)>>1] = pSample[(pWsmp->loopStart)>>1]; in Parse_data() 1858 … || (pWsmp->loopStart + pWsmp->loopLength) * sizeof(EAS_SAMPLE) > sampleLen - sizeof(EAS_SAMPLE)) in Parse_rgn() [all …]
|
D | eas_wt_IPC_frame.h | 70 EAS_U32 loopStart; /* points to first sample at start of loop */ member
|
D | eas_wtengine.h | 128 EAS_U32 loopStart; /* points to first sample at start of loop */ member
|
D | eas_pcmdata.h | 85 EAS_U32 loopStart; /* loop start, offset in samples from startPos */ member
|
D | eas_sndlib.h | 229 EAS_U32 loopStart; member
|
/external/llvm-project/mlir/lib/Analysis/ |
D | NumberOfExecutions.cpp | 71 llvm::SmallSet<Block *, 4> loopStart; in computeRegionBlockNumberOfExecutions() local 77 loopStart.insert(block); in computeRegionBlockNumberOfExecutions() 93 while (block && !loopStart.contains(block)) { in computeRegionBlockNumberOfExecutions()
|
/external/skqp/src/sksl/ |
D | SkSLCFGGenerator.cpp | 532 BlockId loopStart = cfg.newBlock(); in addStatement() local 533 fLoopContinues.push(loopStart); in addStatement() 541 cfg.addExit(cfg.fCurrent, loopStart); in addStatement() 549 BlockId loopStart = cfg.newBlock(); in addStatement() local 550 fLoopContinues.push(loopStart); in addStatement() 556 cfg.addExit(cfg.fCurrent, loopStart); in addStatement() 567 BlockId loopStart = cfg.newBlock(); in addStatement() local 589 cfg.addExit(cfg.fCurrent, loopStart); in addStatement()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | tessellator.cpp | 1959 const int* loopStart; in StitchTransition() local 1975 loopStart = XBOXloopStart; in StitchTransition() 1981 loopStart = _loopStart; in StitchTransition() 2003 static const int loopStart[33] = in StitchTransition() 2023 …int iStart = min(loopStart[insideNumHalfTessFactorPoints],loopStart[outsideNumHalfTessFactorPoints… in StitchTransition()
|
/external/mesa3d/src/gallium/auxiliary/tessellator/ |
D | tessellator.cpp | 1973 const int* loopStart; in StitchTransition() local 1989 loopStart = XBOXloopStart; in StitchTransition() 1995 loopStart = _loopStart; in StitchTransition() 2017 static const int loopStart[33] = in StitchTransition() 2037 …int iStart = min(loopStart[insideNumHalfTessFactorPoints],loopStart[outsideNumHalfTessFactorPoints… in StitchTransition()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 420 void loopStart() { in loopStart() function in __anon0bb9e2bb0111::DSAStackTy 2285 DSAStack->loopStart(); in startOpenMPCXXRangeFor() 2324 DSAStack->loopStart(); in isOpenMPPrivateDecl() 7732 DSAStack->loopStart(); in ActOnOpenMPLoopInitialization()
|