Searched refs:lmask (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/zlib/
H A Dinffast.c68 unsigned lmask; /* mask for first level of length codes */ local
95 lmask = (1U << state->lenbits) - 1;
107 here = lcode + (hold & lmask);
/freebsd-current/sys/compat/linux/
H A Dlinux_signal.c962 l_sigset_t lmask; local
968 error = copyin(lset, &lmask, sizeof(lmask));
971 linux_to_bsd_sigset(&lmask, set);
976 linux_ktrsigset(&lmask, sizeof(lmask));
/freebsd-current/usr.bin/compress/
H A Dzopen.c359 static char_type lmask[9] = variable
382 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]);
/freebsd-current/sys/i386/linux/
H A Dlinux_sysvec.c264 l_sigset_t lmask; local
297 bsd_to_linux_sigset(mask, &lmask);
300 frame.sf_sc.sc_mask = lmask.__mask;
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_sysvec.c263 l_sigset_t lmask; local
298 bsd_to_linux_sigset(mask, &lmask);
301 frame.sf_sc.sc_mask = lmask.__mask;
/freebsd-current/sys/kern/
H A Dsched_ule.c850 cpuset_t hmask, lmask; local
860 CPU_COPY(&hmask, &lmask);
862 if (CPU_EMPTY(&lmask))
887 low = sched_lowest(cg, &lmask, -1, TDQ_LOAD(tdq) - 1, high, 1);
904 CPU_CLR(low, &lmask);

Completed in 207 milliseconds