tag | line | file | source code |
---|---|---|---|
_tmp | 105 | include/asm-alpha/types.h | unsigned long _tmp = fd / __NFDBITS; |
_tmp | 107 | include/asm-alpha/types.h | fdsetp->fds_bits[_tmp] |= (1UL<<_rem); |
_tmp | 113 | include/asm-alpha/types.h | unsigned long _tmp = fd / __NFDBITS; |
_tmp | 115 | include/asm-alpha/types.h | fdsetp->fds_bits[_tmp] &= ~(1UL<<_rem); |
_tmp | 121 | include/asm-alpha/types.h | unsigned long _tmp = fd / __NFDBITS; |
_tmp | 123 | include/asm-alpha/types.h | return (p->fds_bits[_tmp] & (1UL<<_rem)) != 0; |