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

  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Tokenizer.l 283 yy_size_t sIndexMax = input->count() ? input->count() - 1 : 0;
284 if (scanLoc->sIndex != sIndexMax)
288 scanLoc->sIndex = sIndexMax; scanLoc->cIndex = 0;
290 yyfileno = static_cast<int>(sIndexMax); yylineno = 1;
Tokenizer.cpp     [all...]

Completed in 231 milliseconds