Searched defs:nbits (Results 1 – 6 of 6) sorted by relevance
/include/linux/ |
D | bitmap.h | 186 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument 188 #define small_const_nbits(nbits) \ argument 191 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 201 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 212 unsigned int nbits) in bitmap_copy() 223 const unsigned long *src2, unsigned int nbits) in bitmap_and() 231 const unsigned long *src2, unsigned int nbits) in bitmap_or() 240 const unsigned long *src2, unsigned int nbits) in bitmap_xor() 249 const unsigned long *src2, unsigned int nbits) in bitmap_andnot() 257 unsigned int nbits) in bitmap_complement() [all …]
|
D | nodemask.h | 130 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall() 136 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear() 154 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() 162 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() 170 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() 178 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot() 186 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement() 194 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal() 202 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects() 210 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset() [all …]
|
D | mpi.h | 45 int nbits; /* the real number of valid bits (info only) */ member
|
D | nvmem-consumer.h | 26 unsigned int nbits; member
|
D | isdn.h | 379 int nbits; /* Number of used bits in streambyte */ member
|
/include/sound/ |
D | soc.h | 1268 unsigned int regbase, regcount, nbits, invert; member
|