OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Oct 18 08:10:09 GMT 2025