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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 343 struct tgsi_token *tokens_end; member in struct:translate_ctx
395 if (ctx->tokens_cur >= ctx->tokens_end)
400 if (ctx->tokens_cur >= ctx->tokens_end)
1207 (uint) (ctx->tokens_end - ctx->tokens_cur) );
    [all...]
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_text.c 323 struct tgsi_token *tokens_end; member in struct:translate_ctx
382 if (ctx->tokens_cur >= ctx->tokens_end)
387 if (ctx->tokens_cur >= ctx->tokens_end)
1190 (uint) (ctx->tokens_end - ctx->tokens_cur) );
    [all...]
  /external/libtextclassifier/annotator/
feature-processor.cc 292 const CodepointIndex tokens_end = tokens[click_position + span_right].end; local
294 tokens_match_span = tokens_start <= span.first && tokens_end >= span.second;
312 tokens_end >= span.second &&
313 tokens_end - num_punctuation_end <= span.second;
  /external/clang/include/clang/Lex/
MacroInfo.h 240 tokens_iterator tokens_end() const { return ReplacementTokens.end(); }
  /external/clang/lib/Lex/
TokenLexer.cpp 44 NumTokens = Macro->tokens_end()-Macro->tokens_begin();
    [all...]

Completed in 1245 milliseconds