HomeSort by relevance Sort by last modified time
    Searched refs:n_count (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picosig.c 381 picoos_int16 n_frames, n_count; local
403 for (n_count = 0; n_count < CEPST_BUFF_SIZE-1; n_count++) {
404 sig_subObj->sig_inner.F0Buff[n_count]=sig_subObj->sig_inner.F0Buff[n_count+1];
405 sig_subObj->sig_inner.PhIdBuff[n_count]=sig_subObj->sig_inner.PhIdBuff[n_count+1];
406 sig_subObj->sig_inner.VoicingBuff[n_count]=sig_subObj->sig_inner.VoicingBuff[n_count+1]
    [all...]
  /external/fsck_msdos/
dir.c 449 int rc=0, n_count; local
487 for (n_count=0, rc=0; n_count < 11; n_count++) {
488 if (dot_header[n_count] != p[n_count]) {
496 for (n_count = 0, rc = 0; n_count < 11; n_count++) {
497 if (dot_dot_header[n_count] != p[n_count+32])
537 int n_count=0; local
    [all...]

Completed in 152 milliseconds