Home
last modified time | relevance | path

Searched refs:cmp_work (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dlfpfunc.c61 static int cmp_work(u_int32 a[3], u_int32 b[3]);
84 return cmp_work(a,b); in l_fp_scmp()
97 return cmp_work(a,b); in l_fp_ucmp()
102 cmp_work(u_int32 a[3], u_int32 b[3]) in cmp_work() function