Home
last modified time | relevance | path

Searched refs:tokens_end (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/tests/graw/
Dtgsi_dump.gdb4 set $tokens_end = &$tokens[$nr_tokens]
5 dump memory tgsi_dump.bin $tokens $tokens_end
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c343 struct tgsi_token *tokens_end; member
395 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()
400 if (ctx->tokens_cur >= ctx->tokens_end) in parse_header()
1232 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_instruction()
1641 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_declaration()
1703 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_immediate()
1856 (uint) (ctx->tokens_end - ctx->tokens_cur) ); in parse_property()
1920 ctx.tokens_end = tokens + num_tokens; in tgsi_text_translate()
/external/libtextclassifier/
Dfeature-processor.cc300 const CodepointIndex tokens_end = tokens[click_position + span_right].end; in SpanToLabel() local
302 tokens_match_span = tokens_start <= span.first && tokens_end >= span.second; in SpanToLabel()
320 tokens_end >= span.second && in SpanToLabel()
321 tokens_end - num_punctuation_end <= span.second; in SpanToLabel()
/external/clang/include/clang/Lex/
DMacroInfo.h240 tokens_iterator tokens_end() const { return ReplacementTokens.end(); } in tokens_end() function
/external/clang/lib/Lex/
DTokenLexer.cpp44 NumTokens = Macro->tokens_end()-Macro->tokens_begin(); in Init()