Searched defs:nbits (Results 1 – 11 of 11) sorted by relevance
/lib/ |
D | bitmap.c | 104 unsigned shift, unsigned nbits) in __bitmap_shift_right() 149 unsigned int shift, unsigned int nbits) in __bitmap_shift_left() 211 unsigned int first, unsigned int cut, unsigned int nbits) in bitmap_cut() 296 const unsigned long *mask, unsigned int nbits) in __bitmap_replace() 650 unsigned int nbits; member 963 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord() 1005 unsigned int nbits) in bitmap_remap() 1210 unsigned int sz, unsigned int nbits) in bitmap_fold() 1372 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_le() 1386 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() [all …]
|
D | find_bit.c | 131 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() 160 unsigned long nbits, unsigned long start) in _find_next_and_bit() 169 unsigned long nbits, unsigned long start) in _find_next_andnot_bit() 177 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit()
|
D | test_bitmap.c | 78 unsigned int nbits) in __check_eq_bitmap() 92 const unsigned long *bitmap, unsigned int nbits) in __check_eq_pbl() 337 unsigned int nbits = 64; in test_replace() local 367 const int nbits; member 605 unsigned int nbits, next_bit; in test_bitmap_arr32() local 631 unsigned int nbits, next_bit; in test_bitmap_arr64() local 663 unsigned int start, nbits; in test_mem_optimisations() local 965 unsigned int nbits; member 1021 unsigned long nbits; member
|
D | find_bit_benchmark.c | 151 unsigned long nbits = BITMAP_LEN / SPARSE; in find_bit_test() local
|
D | genalloc.c | 188 unsigned long nbits = size >> pool->min_alloc_order; in gen_pool_add_owner() local 283 unsigned long nbits, start_bit, end_bit, remain; in gen_pool_alloc_algo_owner() local 492 unsigned long start_bit, nbits, remain; in gen_pool_free_owner() local
|
D | test_printf.c | 559 const int nbits = 1 << 16; in large_bitmap() local
|
D | bch.c | 1058 unsigned int nbits; in bch_decode() local 1238 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
|
/lib/mpi/ |
D | mpicoder.c | 40 unsigned nbits, nlimbs; in mpi_read_raw_data() local 85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local 121 unsigned int nbits, nbytes, nlimbs; in mpi_fromstr() local 440 unsigned int nbits, nlimbs; in mpi_read_raw_from_sgl() local 558 unsigned int nbits = mpi_get_nbits(a); in mpi_print() local
|
D | mpi-bit.c | 183 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_rshift() local 276 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_lshift() local
|
D | ec.c | 37 MPI_POINT mpi_point_new(unsigned int nbits) in mpi_point_new() 1229 unsigned int nbits; in mpi_ec_mul_point() local 1252 unsigned int nbits; in mpi_ec_mul_point() local
|
/lib/math/ |
D | prime_numbers.c | 9 #define bitmap_size(nbits) (BITS_TO_LONGS(nbits) * sizeof(unsigned long)) argument
|