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

  /external/srec/srec/crec/
word_lattice.c 702 memset(rec->word_token_array_flags, 0, sizeof(rec->word_token_array_flags[0])*rec->word_token_array_size);
709 rec->word_token_array_flags[wtoken_index]--; /* already deleted */
723 ASSERT(rec->word_token_array_flags[ btindex] >= 0);
724 rec->word_token_array_flags[ btindex] = 1;
733 rec->word_token_array_flags[ btindex] = 1;
748 if (rec->word_token_array_flags[i] == 0) /* < 0 are already free! */
srec_initialize.c 102 rec->word_token_array_flags = (asr_int16_t*) CALLOC_CLR(max_word_tokens, sizeof(asr_int16_t), "search.srec.word_token_array_flags");
216 FREE(rec->word_token_array_flags);
astar.c     [all...]
  /external/srec/srec/include/
srec.h 186 x word_token_array_flags
253 asr_int16_t* word_token_array_flags; /* bitarray used for flagging */ member in struct:srec_t

Completed in 178 milliseconds