tag | line | file | source code |
__NFDBITS | 105 | include/asm-alpha/types.h | unsigned long _tmp = fd / __NFDBITS; |
__NFDBITS | 106 | include/asm-alpha/types.h | unsigned long _rem = fd % __NFDBITS; |
__NFDBITS | 113 | include/asm-alpha/types.h | unsigned long _tmp = fd / __NFDBITS; |
__NFDBITS | 114 | include/asm-alpha/types.h | unsigned long _rem = fd % __NFDBITS; |
__NFDBITS | 121 | include/asm-alpha/types.h | unsigned long _tmp = fd / __NFDBITS; |
__NFDBITS | 122 | include/asm-alpha/types.h | unsigned long _rem = fd % __NFDBITS; |
__NFDBITS | 81 | include/asm-mips/types.h | #define __FDELT(d) ((d) / __NFDBITS) |
__NFDBITS | 83 | include/asm-mips/types.h | #define __FDMASK(d) (1 << ((d) % __NFDBITS)) |
__NFDBITS | 14 | include/linux/time.h | #define NFDBITS __NFDBITS |
__NFDBITS | 30 | include/linux/types.h | #define __FD_SETSIZE (__FDSET_LONGS*__NFDBITS) |