HomeSort by: relevance | last modified time | path
    Searched refs:lcm (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_utils.h 62 constexpr size_t lcm(size_t a, size_t b) { return a * b / gcd(a, b); } function in namespace:__xray
  /src/sys/dev/hdaudio/
hdafg.c 3998 /* LCM for round_blocksize */
4000 static u_int lcm(u_int, u_int);
4007 static u_int lcm(u_int a, u_int b) function in typeref:typename:u_int
4049 minblksize = lcm(128, param->channels);

Completed in 15 milliseconds