HomeSort by relevance Sort by last modified time
    Searched refs:chIndex (Results 1 - 6 of 6) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
Scan.h 138 size_t chIndex = currentChar;
139 while (chIndex > 0) {
140 if (sources[currentSource][chIndex] == '\n') {
143 --chIndex;
145 logicalSourceLoc.column = (int)(currentChar - chIndex);
146 loc[currentSource].column = (int)(currentChar - chIndex);
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 477 UCHAR *chIndex,
484 *chIndex = index;
494 *chIndex = index - 3;
498 *chIndex = 0;
507 *chIndex = index;
512 *chIndex = index - 5;
516 *chIndex = 0;
523 *chIndex = index - 3;
526 *chIndex = 0;
532 *chIndex = index - 3
    [all...]
  /external/skia/tests/
PathOpsConicIntersectionTest.cpp 79 for (int chIndex = 0; chIndex < 2; ++chIndex) {
80 chopped[chIndex].fPts[index].fX = ch[chIndex].fPts[index].fX * scale;
81 chopped[chIndex].fPts[index].fY = ch[chIndex].fPts[index].fY * scale;
  /external/skia/src/utils/
SkParseColor.cpp 194 for (int chIndex = 0; chIndex < 6; chIndex++) {
378 for (int chIndex = 0; chIndex < 6; chIndex++) {
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 222 * \param chIndex Array to store the individual audio channel type index.
236 UCHAR chIndex[],
  /external/icu/icu4c/source/layoutex/
ParagraphLayout.cpp 501 le_int32 chIndex;
502 for (chIndex = 0; chIndex <= fCharCount; chIndex += 1) {
503 fCharToMinGlyphMap[chIndex] = -1;
504 fCharToMaxGlyphMap[chIndex] = -1;
    [all...]

Completed in 276 milliseconds