Searched defs:current_token (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format.h169 uint32_t current_token = base::subtle::Acquire_Load(&async_upload_token); local
170 return (current_token - token < 0x80000000);
/external/chromium_org/v8/src/
H A Dscanner.h353 Token::Value current_token() { return current_.token; } function in class:v8::internal::Scanner
/external/srec/srec/crec/
H A Dsrec.c355 fsmarc_token *current_token; local
383 current_token = &(rec->fsmarc_token_array[current_token_index]);
385 fsm_arc = &rec->context->FSMarc_list[ current_token->FSMarc_index];
391 if ((current_token->cost[i] != MAXcostdata) ||
392 ((i > 0) && current_token->cost[i-1] != MAXcostdata))
398 current_token_index = current_token->next_token_index;
711 current_token is the fsmnode_token to the left of the boundary
950 /* now drop alternative words, note the use of current_token
1101 fsmarc_token *current_token; local
1131 current_token
1254 fsmarc_token *current_token; local
[all...]

Completed in 48 milliseconds