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

  /external/libtextclassifier/actions/
ngram-model.cc 93 int token_idx = 0, ngram_token_idx = 0, skip_remain = 0; local
94 for (; token_idx < num_tokens && ngram_token_idx < num_ngram_tokens;) {
95 if (tokens[token_idx] == ngram_tokens[ngram_token_idx]) {
97 ++token_idx;
102 ++token_idx;
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 552 u16 token_idx; local
558 token_idx = hapd->sae_pending_token_idx[idx];
559 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) {
561 MACSTR " - token_idx 0x%04x, expected 0x%04x",
562 MAC2STR(addr), WPA_GET_BE16(token), token_idx);
591 u16 token_idx; local
615 token_idx = hapd->sae_pending_token_idx[p_idx];
616 if (!token_idx) {
618 token_idx = hapd->sae_token_idx
    [all...]

Completed in 569 milliseconds