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

  /src/lib/libc/compat/net/
compat_ns_ntoa.c 58 uint8_t *uplim = up + 6; local in function:ns_ntoa
64 while (up < uplim && *up==0)
66 if (up == uplim) {
73 while (up < uplim) {
  /src/usr.sbin/grfconfig/
grfconfig.c 83 int uplim, lowlim; local in function:main
260 uplim = gv->disp_height + (gv->disp_height / 4);
263 ((gv->vtotal * 2) < uplim)) {
274 ((gv->vtotal / 2) < uplim)) {
  /src/sys/arch/atari/dev/
grfabs_et.c 477 int uplim, lowlim; local in function:et_loadmode
492 uplim = mode->disp_height + (mode->disp_height / 4);
495 && ((mode->vtotal * 2) < uplim)) ? 1 : 0;
497 && ((mode->vtotal / 2) < uplim)) ? 1 : 0;

Completed in 14 milliseconds