Lines Matching refs:picoos_int16
168 picoos_int16 *sSyllItemOffs;/*offset of items attached to the syllable*/
170 picoos_int16 nTotalPhonemes; /*number of phonemes in the sentence*/
171 picoos_int16 nCurrPhoneme; /*current phoneme in the sentence */
172 picoos_int16 nSyllPhoneme; /*current phoneme in the syllable */
173 picoos_int16 nCurrSyllable; /*current syllable in the sentence */
174 picoos_int16 nTotalSyllables; /*number of syllables in the sentence -> J1*/
177 picoos_int16 nAttachedItemsSize; /*total size of the attached items*/
399 picoos_int16 mode, picoos_uint16 * numBytesOutput);
471 picoos_int16 *dataI; in pam_allocate()
513 dataI = (picoos_int16 *) picoos_allocate(mm, sizeof(picoos_int16) in pam_allocate()
519 pam->sSyllItemOffs = (picoos_int16*) dataI; in pam_allocate()
890 picoos_int16 neededSize) in check_phones_size()
908 picoos_int16 neededSize) in check_syllables_size()
1609 picoos_int16 nOffs, nOffs1, nLen; in pam_expand_vector()
1902 picoos_int16 ft, dt; in pam_put_item()
2316 picoos_int16 mode, picoos_uint16 * numBytesOutput) in pam_step()