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

  /src/games/adventure/
subr.c 54 static int bitset(int, int);
119 bitset(int l, int n) function in typeref:typename:int
157 if (newloc != loc && !forced(loc) && !bitset(loc, 3)) {
167 if (loc == 0 || forced(loc) || bitset(newloc, 3))
202 || (i == 6 && bitset(newloc, 3))
512 if (!bitset(loc, hint))
  /src/bin/csh/
dol.c 395 int dimen, bitset; local in function:Dgetdol
398 bitset = 0;
412 bitset++, c = DgetC(0); /* $? tests existence */
415 if (dimen || bitset)
424 if (dimen || bitset)
429 if (bitset)
475 if (bitset) {
485 if (bitset)
508 if (bitset) {
  /src/tests/lib/libc/sys/
t_futex_ops.c 79 int bitset; member in struct:lwp_data
183 d->block_val, NULL, NULL, 0, d->bitset) == -1) {
664 lwp_data[i].bitset = __BIT(i);
705 ~(wlwp0->bitset | wlwp1->bitset)));
722 INT_MAX, NULL, NULL, 0, wlwp0->bitset));
740 INT_MAX, NULL, NULL, 0, wlwp1->bitset));
791 lwp_data[i].bitset = 0;
1093 lwp_data[i].bitset = 0;
1409 lwp_data[0].bitset = 0
    [all...]
  /src/sys/kern/
sys_futex.c 781 * futex_wait_init(fw, bitset)
789 futex_wait_init(struct futex_wait *fw, int bitset)
792 KASSERT(bitset);
797 fw->fw_bitset = bitset;
1000 * futex_wake(f, nwake, f2, nrequeue, bitset)
1002 * Wake up to nwake waiters on f matching bitset; then, if f2 is
1004 * bitset to f2. Return the number of waiters actually woken or
1009 unsigned nrequeue, int bitset)
1020 if ((fw->fw_bitset & bitset) == 0)
1049 if ((fw->fw_bitset & bitset) == 0
1679 const int bitset = FUTEX_BITSET_MATCH_ANY; local in function:do_futex
1686 const int bitset = FUTEX_BITSET_MATCH_ANY; local in function:do_futex
1692 const int bitset = val3; local in function:do_futex
1707 const int bitset = val3; local in function:do_futex
    [all...]

Completed in 15 milliseconds