Searched refs:nbits (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | bitmap.h | 124 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags); 125 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags); 130 unsigned int nbits, gfp_t flags); 132 unsigned int nbits, gfp_t flags); 139 const unsigned long *bitmap2, unsigned int nbits); 143 unsigned int nbits); 145 unsigned int nbits); 147 unsigned int shift, unsigned int nbits); 149 unsigned int shift, unsigned int nbits); 151 unsigned int first, unsigned int cut, unsigned int nbits); [all …]
|
D | nodemask.h | 140 static inline void __nodes_setall(nodemask_t *dstp, unsigned int nbits) in __nodes_setall() argument 142 bitmap_fill(dstp->bits, nbits); in __nodes_setall() 146 static inline void __nodes_clear(nodemask_t *dstp, unsigned int nbits) in __nodes_clear() argument 148 bitmap_zero(dstp->bits, nbits); in __nodes_clear() 164 const nodemask_t *src2p, unsigned int nbits) in __nodes_and() argument 166 bitmap_and(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_and() 172 const nodemask_t *src2p, unsigned int nbits) in __nodes_or() argument 174 bitmap_or(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_or() 180 const nodemask_t *src2p, unsigned int nbits) in __nodes_xor() argument 182 bitmap_xor(dstp->bits, src1p->bits, src2p->bits, nbits); in __nodes_xor() [all …]
|
D | mpi.h | 32 int nbits; /* the real number of valid bits (info only) */ member 51 static inline MPI mpi_new(unsigned int nbits) in mpi_new() argument 53 return mpi_alloc((nbits + BITS_PER_MPI_LIMB - 1) / BITS_PER_MPI_LIMB); in mpi_new() 200 unsigned int nbits; /* Number of bits. */ member 252 MPI_POINT mpi_point_new(unsigned int nbits);
|
D | nvmem-consumer.h | 27 unsigned int nbits; member
|
D | of.h | 398 unsigned int nbits); 789 unsigned int nbits) in of_alias_get_alias_list() argument
|
/include/asm-generic/ |
D | bitsperlong.h | 35 #define small_const_nbits(nbits) \ argument 36 (__builtin_constant_p(nbits) && (nbits) <= BITS_PER_LONG && (nbits) > 0)
|
/include/asm-generic/bitops/ |
D | find.h | 6 const unsigned long *addr2, unsigned long nbits,
|
/include/drm/ |
D | drm_print.h | 96 const char * const bits[], unsigned int nbits);
|
/include/sound/ |
D | soc.h | 349 {.regbase = xregbase, .regcount = xregcount, .nbits = xnbits, \ 1177 unsigned int regbase, regcount, nbits, invert; member
|
/include/linux/mtd/ |
D | rawnand.h | 1579 unsigned int src_off, unsigned int nbits);
|