Searched defs:nbits (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ |
| D | bitmap.h | 209 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) argument 216 #define small_const_nbits(nbits) \ argument 219 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 225 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 232 unsigned int nbits) in bitmap_copy() 242 const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail() 259 #define bitmap_from_arr32(bitmap, buf, nbits) \ argument 262 #define bitmap_to_arr32(buf, bitmap, nbits) \ argument 268 const unsigned long *src2, unsigned int nbits) in bitmap_and() 276 const unsigned long *src2, unsigned int nbits) in bitmap_or() [all …]
|
| D | nodemask.h | 140 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall() 146 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear() 164 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() 172 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() 180 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() 188 const nodemask_t *src2p, unsigned int nbits) in __nodes_andnot() 196 const nodemask_t *srcp, unsigned int nbits) in __nodes_complement() 204 const nodemask_t *src2p, unsigned int nbits) in __nodes_equal() 212 const nodemask_t *src2p, unsigned int nbits) in __nodes_intersects() 220 const nodemask_t *src2p, unsigned int nbits) in __nodes_subset() [all …]
|
| D | mpi.h | 32 int nbits; /* the real number of valid bits (info only) */ member
|
| D | nvmem-consumer.h | 27 unsigned int nbits; member
|
| D | of.h | 909 unsigned int nbits) in of_alias_get_alias_list()
|
| /include/sound/ |
| D | soc.h | 1215 unsigned int regbase, regcount, nbits, invert; member
|