Searched refs:loopCounter (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Mac/Modules/cg/
H A DCFMLateImport.c342 UInt32 loopCounter; local
348 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) {
363 UInt32 loopCounter; local
372 for (loopCounter = 0; loopCounter < repeatCount; loopCounter++) {
391 UInt32 loopCounter; local
399 for (loopCounter
[all...]
/external/aac/libAACenc/src/
H A Dbitenc.cpp666 int loopCounter = 1; local
669 loopCounter++;
679 for (i = 1; i < loopCounter; i++) {
688 extBitsUsed += DATA_EL_VERSION_BITS + (loopCounter * 8) + (cnt * 8);
/external/swiftshader/src/Shader/
H A DPixelProgram.cpp1000 Int loopCounter = aL[loopDepth]; local
1002 c.x = c.y = c.z = c.w = *Pointer<Float4>(uniformAddress(src.bufferIndex, i, loopCounter));
H A DVertexProgram.cpp831 Int loopCounter = aL[loopDepth]; local
833 c.x = c.y = c.z = c.w = *Pointer<Float4>(uniformAddress(src.bufferIndex, i, loopCounter));

Completed in 838 milliseconds