HomeSort by: relevance | last modified time | path
    Searched refs:nchs (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 4262 int nchs = *pnchs; local
4265 for (i = 0; i < nchs; ) {
4282 if (TZ_MAX_CHARS < nchs + nchs_incr) {
4286 memmove(&chs[i + nchs_incr], &chs[i], nchs - i);
4288 *pnchs = nchs + nchs_incr;
  /src/sys/dev/usb/
uaudio.c 1080 int c, chs, ichs, ochs, nchs, i, o, bno, p, k; local
1137 nchs = chs < MIX_MAX_CHAN ? chs : MIX_MAX_CHAN;
1140 for (c = 0; c < nchs; c++) {
1148 mix.nchan = nchs;

Completed in 54 milliseconds