Searched defs:find_lcm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c781 Bufsz = find_lcm(In.f_bsize, Out.f_bsize);
1157 * find_lcm: Find the lowest common multiple of two numbers. This is used
1163 find_lcm(int sz1, int sz2) function

Completed in 60 milliseconds