Searched defs:nbits (Results 1 – 10 of 10) sorted by relevance
/lib/ |
A D | bitmap.c | 93 unsigned shift, unsigned nbits) in __bitmap_shift_right() 138 unsigned int shift, unsigned int nbits) in __bitmap_shift_left() 200 unsigned int first, unsigned int cut, unsigned int nbits) in bitmap_cut() 285 const unsigned long *mask, unsigned int nbits) in __bitmap_replace() 499 unsigned int nbits) in bitmap_remap() 704 unsigned int sz, unsigned int nbits) in bitmap_fold() 717 unsigned long *bitmap_alloc(unsigned int nbits, gfp_t flags) in bitmap_alloc() 724 unsigned long *bitmap_zalloc(unsigned int nbits, gfp_t flags) in bitmap_zalloc() 730 unsigned long *bitmap_alloc_node(unsigned int nbits, gfp_t flags, int node) in bitmap_alloc_node() 757 unsigned int nbits, gfp_t flags) in devm_bitmap_alloc() [all …]
|
A D | test_bitmap.c | 77 unsigned int nbits) in __check_eq_bitmap() 332 unsigned int nbits = 64; in test_replace() local 373 unsigned int nbits = 64; in test_bitmap_sg() local 403 const int nbits; member 647 unsigned int nbits, next_bit; in test_bitmap_arr32() local 711 unsigned int start, nbits; in test_mem_optimisations() local 1013 unsigned int nbits; member 1069 unsigned long nbits; member 1278 int i, n, nbits; in test_bitmap_write_helper() local 1378 unsigned int cnt, nbits, i; in test_bitmap_read_perf() local [all …]
|
A D | find_bit.c | 155 unsigned long _find_next_bit(const unsigned long *addr, unsigned long nbits, unsigned long start) in _find_next_bit() 193 unsigned long nbits, unsigned long start) in _find_next_and_bit() 202 unsigned long nbits, unsigned long start) in _find_next_andnot_bit() 211 unsigned long nbits, unsigned long start) in _find_next_or_bit() 219 unsigned long _find_next_zero_bit(const unsigned long *addr, unsigned long nbits, in _find_next_zero_bit()
|
A D | find_bit_benchmark.c | 151 unsigned long nbits = BITMAP_LEN / SPARSE; in find_bit_test() local
|
A 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
|
A D | bitmap-str.c | 217 unsigned int nbits; member
|
A D | bch.c | 1014 unsigned int nbits; in bch_decode() local 1194 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
|
/lib/crypto/mpi/ |
A D | mpicoder.c | 40 unsigned nbits, nlimbs; in mpi_read_raw_data() local 85 unsigned int nbits, nbytes; in mpi_read_from_buffer() local 334 unsigned int nbits, nlimbs; in mpi_read_raw_from_sgl() local
|
A D | mpi-bit.c | 110 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_rshift() local
|
/lib/tests/ |
A D | printf_kunit.c | 535 const int nbits = 1 << 16; in large_bitmap() local
|
Completed in 20 milliseconds