Home
last modified time | relevance | path

Searched refs:chIndex (Results 1 – 9 of 9) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
DScan.h137 size_t chIndex = currentChar; in unget() local
138 while (chIndex > 0) { in unget()
139 if (sources[currentSource][chIndex] == '\n') { in unget()
142 --chIndex; in unget()
144 logicalSourceLoc.column = (int)(currentChar - chIndex); in unget()
145 loc[currentSource].column = (int)(currentChar - chIndex); in unget()
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp562 UCHAR *chIndex, in getImplicitAudioChannelTypeAndIndex() argument
567 *chIndex = index; in getImplicitAudioChannelTypeAndIndex()
577 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()
581 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()
590 *chIndex = index; in getImplicitAudioChannelTypeAndIndex()
595 *chIndex = index - 5; in getImplicitAudioChannelTypeAndIndex()
599 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()
606 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()
609 *chIndex = 0; in getImplicitAudioChannelTypeAndIndex()
615 *chIndex = index - 3; in getImplicitAudioChannelTypeAndIndex()
[all …]
/external/skia/src/utils/
DSkParseColor.cpp164 for (int chIndex = 0; chIndex < 6; chIndex++) { in FindNamedColor() local
/external/skqp/src/utils/
DSkParseColor.cpp164 for (int chIndex = 0; chIndex < 6; chIndex++) { in FindNamedColor() local
/external/skqp/tests/
DPathOpsConicIntersectionTest.cpp79 for (int chIndex = 0; chIndex < 2; ++chIndex) { in writePng() local
80 chopped[chIndex].fPts[index].fX = ch[chIndex].fPts[index].fX * scale; in writePng()
81 chopped[chIndex].fPts[index].fY = ch[chIndex].fPts[index].fY * scale; in writePng()
/external/skia/tests/
DPathOpsConicIntersectionTest.cpp79 for (int chIndex = 0; chIndex < 2; ++chIndex) { in writePng() local
80 chopped[chIndex].fPts[index].fX = ch[chIndex].fPts[index].fX * scale; in writePng()
81 chopped[chIndex].fPts[index].fY = ch[chIndex].fPts[index].fY * scale; in writePng()
/external/aac/libMpegTPDec/include/
Dtpdec_lib.h244 UCHAR chIndex[], const UINT chDescrLen,
287 UCHAR chIndex[]);
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp501 le_int32 chIndex; in ParagraphLayout() local
502 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) { in ParagraphLayout()
503 fCharToMinGlyphMap[chIndex] = -1; in ParagraphLayout()
504 fCharToMaxGlyphMap[chIndex] = -1; in ParagraphLayout()
/external/aac/libPCMutils/src/
Dpcmdmx_lib.cpp399 UCHAR chIndex, UCHAR numChInGrp) { in getSpeakerPos() argument
412 FDK_ASSERT(chIndex < numChInGrp); in getSpeakerPos()
415 if (chIndex == 0) fIsCenter = 1; in getSpeakerPos()
416 chIndex = (UCHAR)fMax(0, chIndex - 1); in getSpeakerPos()
417 } else if (fHasCenter && (chIndex == numChInGrp - 1)) { in getSpeakerPos()
422 offset = chIndex >> 1; in getSpeakerPos()
427 if ((chIndex & 0x1) == 0) { /* even */ in getSpeakerPos()