Home
last modified time | relevance | path

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

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