Searched refs:itm (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/lib/
H A Dpicopam.c330 #define itm 61 /*second byte of the Item Offset */ macro
1109 pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm]
1118 pam->sSyllFeats[0].phoneV[itm] = pam->nLastAttachedItemId;
1223 < pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm]) {
1271 || (pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm] <= 0))
1276 > pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm])
1309 || (pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm] <= 0))
1314 > pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm])
1330 * @remarks AttachedItem<=pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm]-1
1349 || (pam->sSyllFeats[pam->nCurrSyllable].phoneV[itm] <
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py376 itm = self.segList.FindItem(-1, segName)
377 self.segList.EnsureVisible(itm)
379 SetRowSelection(self.segList, itm, True)
383 itm = self.eventList.FindItem(-1, eventName)
384 self.eventList.EnsureVisible(itm)
386 SetRowSelection(self.eventList, itm, True)
H A DJetDialogs.py948 for itm in self.lstMoveItems:
949 max = MbtVal(itm[3])
950 evt_name = itm[0]
951 start = MbtVal(itm[1])
958 end = MbtVal(itm[2])

Completed in 98 milliseconds