HomeSort by relevance Sort by last modified time
    Searched defs:num_out (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/Vocabulary/src/
VocabularyImpl.c 584 int num_out = 0; local
589 if (num_out + 2 >= max_text_length) {
595 if (num_out > 0 && !LISSPACE(output_sentence[num_out-1]) ) {
597 output_sentence[num_out] = L(' ');
598 num_out++;
601 output_sentence[num_out] = *input_sentence;
602 num_out++;
606 if (bDigit == True && !LISSPACE(output_sentence[num_out-1])) {
608 output_sentence[num_out] = L(' ')
    [all...]
  /external/libpng/
pngtest.c 1388 png_size_t num_in, num_out; local
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 92 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_length);
93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_phone_length, int *num_out);
1543 int num_out; local
1674 int num_out = 0; local
    [all...]

Completed in 3301 milliseconds