Home
last modified time | relevance | path

Searched defs:nbits (Results 1 – 11 of 11) sorted by relevance

/lib/
Dbitmap.c104 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 …]
Dtest_bitmap.c73 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
Dfind_bit_benchmark.c116 unsigned long nbits = BITMAP_LEN / SPARSE; in find_bit_test() local
Dfind_bit.c32 const unsigned long *addr2, unsigned long nbits, in _find_next_bit()
Dgenalloc.c187 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
Dtest_printf.c541 const int nbits = 1 << 16; in large_bitmap() local
Dbch.c1058 unsigned int nbits; in bch_decode() local
1238 unsigned int i, j, nbits, r, word, *roots; in compute_generator_polynomial() local
/lib/mpi/
Dmpicoder.c40 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
Dmpi-bit.c183 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
Dec.c37 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/
Dprime_numbers.c9 #define bitmap_size(nbits) (BITS_TO_LONGS(nbits) * sizeof(unsigned long)) argument