Searched refs:num_in (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/syscall/
H A Dmmapobjsys.c66 uint_t num_in; local
105 num_in = num_mapped;
151 if (num_mapped > MOBJ_STACK_SEGS && num_mapped <= num_in) {
171 } else if (num_in < num_mapped) {
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc236 int num_in = Fir::getFlushSize(); local
237 short *in = new short[num_in];
238 memset(in, 0, num_in * sizeof (short));
239 int num_out = decimate_noadjust(in, num_in, out);
240 delay += num_in;
389 int num_in = (Fir::getFlushSize() + up - 1) / up; local
390 return ((num_in * up + down - 1 - down_offset) / down);

Completed in 57 milliseconds