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() 505 unsigned long *bitmap, int nbits) in bitmap_set_region() 798 static int bitmap_pos_to_ord(const unsigned long *buf, unsigned int pos, unsigned int nbits) in bitmap_pos_to_ord() 824 unsigned int bitmap_ord_to_pos(const unsigned long *buf, unsigned int ord, unsigned int nbits) in bitmap_ord_to_pos() 870 unsigned int nbits) in bitmap_remap() 1072 unsigned int sz, unsigned int nbits) in bitmap_fold() 1234 void bitmap_copy_le(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_le() [all …]
|
D | test_bitmap.c | 73 unsigned int nbits) in __check_eq_bitmap() 87 const unsigned long *bitmap, unsigned int nbits) in __check_eq_pbl() 276 unsigned int nbits = 64; in test_replace() local 306 const int nbits; member 471 unsigned int nbits, next_bit; in test_bitmap_arr32() local 499 unsigned int start, nbits; in test_mem_optimisations() local 568 unsigned int nbits; member
|
D | find_bit_benchmark.c | 116 unsigned long nbits = BITMAP_LEN / SPARSE; in find_bit_test() local
|
D | find_bit.c | 32 const unsigned long *addr2, unsigned long nbits, in _find_next_bit()
|
D | genalloc.c | 187 unsigned long nbits = size >> pool->min_alloc_order; in gen_pool_add_owner() local 282 unsigned long nbits, start_bit, end_bit, remain; in gen_pool_alloc_algo_owner() local 491 unsigned long start_bit, nbits, remain; in gen_pool_free_owner() local
|
D | test_printf.c | 541 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 275 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
|