Searched refs:num_out (Results 1 - 5 of 5) sorted by relevance

/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c584 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]
[all...]
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c92 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);
1395 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_length) argument
1408 for (i=0;i<num_out;i++) {
1468 if (i<num_out-1) {
1485 for (i=0;i<num_out;i++) {
1497 for (i=1;i<num_out;i++) {
1503 for(j=syl_start+1;j<num_out; j++){
1543 int num_out; local
1545 start_num_out = num_out
1674 int num_out = 0; local
[all...]
/external/harfbuzz/src/
H A Dharfbuzz-buffer-private.h50 HB_UShort num_out,
90 #define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
92 (num_in), (num_out), \
H A Dharfbuzz-buffer.c248 /* The following function copies `num_out' elements from `glyph_data'
250 by `num_in' elements, and the out array pointer by `num_out' elements.
255 will copied `num_out' times, otherwise `component' itself will
259 will copied `num_out' times, otherwise `ligID' itself will
270 HB_UShort num_out,
280 error = hb_buffer_ensure( buffer, buffer->out_pos + num_out );
298 for ( i = 0; i < num_out; i++ )
311 buffer->out_pos += num_out;
268 _hb_buffer_add_output_glyphs( HB_Buffer buffer, HB_UShort num_in, HB_UShort num_out, HB_UShort *glyph_data, HB_UShort component, HB_UShort ligID ) argument
/external/libpng/
H A Dpngtest.c1388 png_size_t num_in, num_out; local
1391 READFILE(fpout, outbuf, 1, num_out);
1393 if (num_in != num_out)

Completed in 137 milliseconds