Searched refs:lcm (Results 1 - 11 of 11) sorted by path

/freebsd-11-stable/contrib/diff/lib/
H A Dcmpbuf.c131 size_t lcm, m, n, q, r; local
145 lcm = q * b;
146 return lcm <= lcm_max && lcm / b == q ? lcm : a;
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in1010 integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o \
2363 lcm.o : lcm.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) $(RTL_H) $(REGS_H) \
H A Dlambda-code.c446 lcm (int a, int b) function
580 multiple = lcm (A[j][i], A[k][i]);
/freebsd-11-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile50 integrate.o intl.o jump.o langhooks.o lcm.o lists.o local-alloc.o \
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c2044 lcm(unsigned a, unsigned b) function
2056 blksz -= blksz % lcm(HDA_DMA_ALIGNMENT, sndbuf_getalign(ch->b));
/freebsd-11-stable/sys/geom/stripe/
H A Dg_stripe.c117 lcm(u_int a, u_int b) function
697 sectorsize = lcm(sectorsize, dp->sectorsize);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h61 constexpr size_t lcm(size_t a, size_t b) { return a * b / gcd(a, b); } function in namespace:__xray
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSchedule.cpp57 static unsigned lcm(unsigned A, unsigned B) { function
75 ResourceLCM = lcm(ResourceLCM, NumUnits);
/freebsd-11-stable/sys/geom/concat/
H A Dg_concat.c91 lcm(u_int a, u_int b) function
431 sectorsize = lcm(sectorsize, dp->sectorsize);
/freebsd-11-stable/sys/geom/shsec/
H A Dg_shsec.c103 lcm(u_int a, u_int b) function
414 sectorsize = lcm(sectorsize,
/freebsd-11-stable/sys/kgssapi/krb5/
H A Dkcrypto.c105 lcm(size_t a, size_t b) function
176 tmplen = lcm(inlen, outlen);

Completed in 261 milliseconds