Home
last modified time | relevance | path

Searched refs:current_token (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-shell.c416 DBusString current_token; in tokenize_command_line() local
424 if (!_dbus_string_init (&current_token)) in tokenize_command_line()
440 if (!_dbus_string_append_byte (&current_token, '\\') || in tokenize_command_line()
441 !_dbus_string_append_byte (&current_token, *p)) in tokenize_command_line()
475 if (!_dbus_string_append_byte (&current_token, *p)) in tokenize_command_line()
486 if (!delimit_token (&current_token, &retval, error)) in tokenize_command_line()
489 _dbus_string_free (&current_token); in tokenize_command_line()
491 if (!_dbus_string_init (&current_token)) in tokenize_command_line()
505 if (_dbus_string_get_length (&current_token) > 0) in tokenize_command_line()
507 if (!delimit_token (&current_token, &retval, error)) in tokenize_command_line()
[all …]
/external/srec/srec/crec/
Dsrec.c355 fsmarc_token *current_token; in find_which_models_to_compute() local
383 current_token = &(rec->fsmarc_token_array[current_token_index]); in find_which_models_to_compute()
385 fsm_arc = &rec->context->FSMarc_list[ current_token->FSMarc_index]; in find_which_models_to_compute()
391 if ((current_token->cost[i] != MAXcostdata) || in find_which_models_to_compute()
392 ((i > 0) && current_token->cost[i-1] != MAXcostdata)) in find_which_models_to_compute()
398 current_token_index = current_token->next_token_index; in find_which_models_to_compute()
1101 fsmarc_token *current_token; in update_internal_hmm_states() local
1131 current_token = &(rec->fsmarc_token_array[current_token_index]); in update_internal_hmm_states()
1133 fsm_arc_index = current_token->FSMarc_index; in update_internal_hmm_states()
1141 end_state = current_token->num_hmm_states - 1; in update_internal_hmm_states()
[all …]