HomeSort by: relevance | last modified time | path
    Searched defs:lmax (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libkern/
lmax.c 1 /* $NetBSD: lmax.c,v 1.6 2009/03/14 21:04:24 dsl Exp $ */
38 lmax(long a, long b) function in typeref:typename:long
libkern.h 60 LIBKERN_INLINE long lmax(long, long) __unused;
96 lmax(long a, long b) function in typeref:typename:LIBKERN_INLINE long
  /src/usr.sbin/cpuctl/arch/
i386.c 2206 uint16_t lmin, lmax; local in function:identifycpu
2212 lmax = __SHIFTOUT(descs[1], CPUID_MON_MAXSIZE);
2214 if (lmin != lmax)
2215 aprint_normal("-%hu", lmax);

Completed in 16 milliseconds