Home | History | Annotate | Download | only in lib

Lines Matching full:ncount

66     picoos_int32 nCount;
293 for (nCount = 0; nCount < CEPST_BUFF_SIZE; nCount++) {
299 sig_inObj->int_vec41[nCount] = d32;
302 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
308 sig_inObj->int_vec42[nCount] = d32;
332 picoos_int32 nCount;
390 for (nCount = 0; nCount < CEPST_BUFF_SIZE; nCount++) {
391 if (NULL != sig_inObj->int_vec41[nCount]) {
392 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec41[nCount]));
396 for (nCount = 0; nCount < PHASE_BUFF_SIZE; nCount++) {
397 if (NULL != sig_inObj->int_vec42[nCount]) {
398 picoos_deallocate(mm, (void *) &(sig_inObj->int_vec42[nCount]));