Home
last modified time | relevance | path

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

/external/srec/srec/crec/
Dpriority_q.c107 int compare_histories(word_token* token1, word_token* token2, in compare_histories() argument
125 if (token1->word != token2->word) in compare_histories()
127 if (token1->end_node != token2->end_node) in compare_histories()
137 if (token2->backtrace != MAXwordID) in compare_histories()
139 history_for_token2 += token2->end_node * 1000000; in compare_histories()
140 history_for_token2 += word_token_array[token2->backtrace].word * 10000; in compare_histories()
141 history_for_token2 += word_token_array[token2->backtrace].end_time; in compare_histories()
/external/libxml2/include/libxml/
Dxmlautomata.h66 const xmlChar *token2,
73 const xmlChar *token2,
89 const xmlChar *token2,
106 const xmlChar *token2,
/external/nist-sip/java/gov/nist/javax/sip/parser/
DWarningParser.java106 Token token2 = lexer.getNextToken(); in parse() local
108 + token2.getTokenValue()); in parse()
150 Token token2 = lexer.getNextToken(); in parse() local
152 + token2.getTokenValue()); in parse()
/external/libxml2/
Dxmlregexp.c5660 const xmlChar *token2, void *data) { in xmlAutomataNewTransition2() argument
5669 if ((token2 == NULL) || (*token2 == 0)) { in xmlAutomataNewTransition2()
5675 lenn = strlen((char *) token2); in xmlAutomataNewTransition2()
5685 memcpy(&str[lenp + 1], token2, lenn); in xmlAutomataNewTransition2()
5720 const xmlChar *token2, void *data) { in xmlAutomataNewNegTrans() argument
5731 if ((token2 == NULL) || (*token2 == 0)) { in xmlAutomataNewNegTrans()
5737 lenn = strlen((char *) token2); in xmlAutomataNewNegTrans()
5747 memcpy(&str[lenp + 1], token2, lenn); in xmlAutomataNewNegTrans()
5787 const xmlChar *token2, in xmlAutomataNewCountTrans2() argument
5801 if ((token2 == NULL) || (*token2 == 0)) { in xmlAutomataNewCountTrans2()
[all …]
/external/freetype/src/psaux/
Dpsobjs.c1052 T1_TokenRec token2; in ps_parser_load_field() local
1061 ps_parser_to_token( parser, &token2 ); in ps_parser_load_field()
1065 if ( token2.type == T1_TOKEN_TYPE_ARRAY ) in ps_parser_load_field()