Searched refs:lcm (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dnfold.c43 l = lcm(n,k)
61 int a,b,c,lcm; local
70 /* first compute lcm(n,k) */
81 lcm = outbits*inbits/a;
88 /* this will end up cycling through k lcm(k,n)/k times, which
90 for (i=lcm-1; i>=0; i--) {
/illumos-gate/usr/src/cmd/od/
H A Dod.c52 static size_t lcm = 1; variable
305 m = lcm;
307 m += lcm;
309 lcm = m;
310 blocksize = lcm;
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1165 int inc, lcm, small; local
1168 lcm = inc = sz2;
1171 lcm = inc = sz1;
1174 while (lcm % small != 0)
1175 lcm += inc;
1176 return (lcm);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h1025 extern Xword lcm(Xword, Xword);
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c738 int a, b, c, lcm; local
744 /* first compute lcm(n,k) */
754 lcm = outbits*inbits/a;
767 for (i = lcm-1; i >= 0; i--) {

Completed in 59 milliseconds