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

  /src/tests/lib/libc/gen/
t_randomid.c 53 uint32_t lowest, n, diff; local in function:ATF_TC_BODY
59 lowest = UINT32_MAX;
67 if (diff <= lowest) {
68 if (lowest != UINT32_MAX)
72 "lowest %"PRIu32"\n",
73 id, last[id], n, diff, lowest);
79 lowest = diff;
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-pinephone-1.2.dts 22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
23 * is around 10%. Duty cycle for the lowest brightness level also varries
24 * quite a bit between individual boards, so the lowest value here was
  /src/sys/external/bsd/drm2/dist/drm/selftests/
drm_mm_selftests.h 24 selftest(lowest, igt_lowest)
  /src/sys/altq/
altq_jobs.c 1276 int lowest, highest; local in function:assign_rate_drops_adc
1386 lowest = jif->jif_maxpri;
1390 while (lowest > 0 && available[lowest] <= 0)
1391 lowest--; /* which is the lowest class that needs less service? */
1393 while (highest != jif->jif_maxpri+1 && lowest != -1) {
1394 /* give the excess service from lowest to highest */
1395 if (available[lowest]+available[highest] > 0) {
1400 n[lowest] += available[highest]
    [all...]
  /src/sys/dev/usb/
umidi.c 992 struct umidi_endpoint *p, *q, *lowest, *endep, tmpep; local in function:alloc_all_endpoints_genuine
1043 lowest = p;
1045 if ((UE_GET_DIR(lowest->addr)==UE_DIR_IN &&
1047 ((UE_GET_DIR(lowest->addr)==
1049 (UE_GET_ADDR(lowest->addr)>
1051 lowest = q;
1053 if (lowest != p) {
1055 memcpy((void *)p, (void *)lowest, sizeof(tmpep));
1056 memcpy((void *)lowest, (void *)&tmpep, sizeof(tmpep));
  /src/sys/arch/ia64/stand/common/
help.common 316 Sets the lowest address that the pci code will assign
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 701 * version for other variants of profile. We set the lowest bit of the upper 8
  /src/sys/arch/sparc64/sparc64/
copy.S 265 ! lowest bit matches, so we can copy by words, if nothing else
476 ! lowest bit matches, so we can copy by words, if nothing else
1014 ! lowest bit matches, so we can copy by words, if nothing else
  /src/sys/arch/sparc/sparc/
locore.s 129 * the lowest kernel stack address. We count on this in the interrupt
5332 ! lowest bit matches, so we can copy by words, if nothing else
5511 ! lowest bit matches, so we can copy by words, if nothing else

Completed in 24 milliseconds