Home
last modified time | relevance | path

Searched defs:nbits (Results 76 - 100 of 256) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dtraps.c54 static int printbinary(char *buf, unsigned long x, int nbits) in printbinary() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Daperture_64.c160 int nbits; in read_agp() local
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dtraps.c59 static int printbinary(char *buf, unsigned long x, int nbits) in printbinary() argument
/kernel/linux/linux-5.10/include/linux/
H A Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
51 static inline MPI mpi_new(unsigned int nbits) in mpi_new() argument
200 unsigned int nbits; /* Number of bits. */ member
H A Dnvmem-consumer.h27 unsigned int nbits; member
H A Dbitmap.h243 bitmap_zero(unsigned long *dst, unsigned int nbits) bitmap_zero() argument
249 bitmap_fill(unsigned long *dst, unsigned int nbits) bitmap_fill() argument
255 bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy() argument
265 bitmap_copy_clear_tail(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy_clear_tail() argument
291 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument
299 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument
308 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument
317 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument
325 bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_complement() argument
341 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument
361 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument
372 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument
381 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument
390 bitmap_empty(const unsigned long *src, unsigned nbits) bitmap_empty() argument
398 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument
406 bitmap_weight(const unsigned long *src, unsigned int nbits) bitmap_weight() argument
413 bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_set() argument
427 bitmap_clear(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_clear() argument
441 bitmap_shift_right(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_right() argument
450 bitmap_shift_left(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_left() argument
459 bitmap_replace(unsigned long *dst, const unsigned long *old, const unsigned long *new, const unsigned long *mask, unsigned int nbits) bitmap_replace() argument
[all...]
/kernel/linux/linux-5.10/lib/mpi/
H A 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; mpi_fromstr() local
440 unsigned int nbits, nlimbs; mpi_read_raw_from_sgl() local
558 unsigned int nbits = mpi_get_nbits(a); mpi_print() local
[all...]
/kernel/linux/linux-5.10/lib/
H A Dtest_bitmap.c277 unsigned int nbits = 64; in test_replace() local
72 __check_eq_bitmap(const char *srcfile, unsigned int line, const unsigned long *exp_bmap, const unsigned long *bmap, unsigned int nbits) __check_eq_bitmap() argument
86 __check_eq_pbl(const char *srcfile, unsigned int line, const char *expected_pbl, const unsigned long *bitmap, unsigned int nbits) __check_eq_pbl() argument
307 const int nbits; global() member
472 unsigned int nbits, next_bit; test_bitmap_arr32() local
500 unsigned int start, nbits; test_mem_optimisations() local
569 unsigned int nbits; global() member
[all...]
/kernel/linux/linux-5.10/mm/
H A Dcma.c378 unsigned long nbits = cma_bitmap_maxno(cma); in cma_debug_show_areas() local
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_buf_item_recover.c445 int nbits; in xlog_recover_do_reg_buffer() local
586 int nbits in xlog_recover_do_inode_buffer() local
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dbitmap.h240 bitmap_zero(unsigned long *dst, unsigned int nbits) bitmap_zero() argument
250 bitmap_fill(unsigned long *dst, unsigned int nbits) bitmap_fill() argument
260 bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy() argument
274 bitmap_copy_clear_tail(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_copy_clear_tail() argument
318 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument
326 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument
335 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_xor() argument
344 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_andnot() argument
352 bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits) bitmap_complement() argument
368 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument
388 bitmap_or_equal(const unsigned long *src1, const unsigned long *src2, const unsigned long *src3, unsigned int nbits) bitmap_or_equal() argument
399 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument
409 bitmap_subset(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_subset() argument
418 bitmap_empty(const unsigned long *src, unsigned nbits) bitmap_empty() argument
426 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument
435 bitmap_weight(const unsigned long *src, unsigned int nbits) bitmap_weight() argument
443 bitmap_weight_and(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_weight_and() argument
451 bitmap_set(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_set() argument
467 bitmap_clear(unsigned long *map, unsigned int start, unsigned int nbits) bitmap_clear() argument
483 bitmap_shift_right(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_right() argument
492 bitmap_shift_left(unsigned long *dst, const unsigned long *src, unsigned int shift, unsigned int nbits) bitmap_shift_left() argument
501 bitmap_replace(unsigned long *dst, const unsigned long *old, const unsigned long *new, const unsigned long *mask, unsigned int nbits) bitmap_replace() argument
[all...]
H A Dmpi.h32 int nbits; /* the real number of valid bits (info only) */ member
51 static inline MPI mpi_new(unsigned int nbits) in mpi_new() argument
200 unsigned int nbits; /* Number of bits. */ member
/kernel/linux/linux-6.6/drivers/vfio/
H A Diova_bitmap.c415 unsigned int nbits = min(BITS_PER_PAGE - offset, in iova_bitmap_set() local
/kernel/linux/linux-6.6/crypto/
H A Dsm2.c28 unsigned int nbits; /* Number of bits. */ member
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Daperture_64.c170 int nbits; in read_agp() local
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A 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; mpi_fromstr() local
440 unsigned int nbits, nlimbs; mpi_read_raw_from_sgl() local
558 unsigned int nbits = mpi_get_nbits(a); mpi_print() local
[all...]
/kernel/linux/linux-6.6/mm/
H A Dcma.c396 unsigned long nbits = cma_bitmap_maxno(cma); in cma_debug_show_areas() local
/third_party/ffmpeg/libavcodec/
H A Dfft.h76 int nbits; member
H A Dgdv.c201 static int read_bits32(Bits32 *bits, GetByteContext *gb, int nbits) in read_bits32() argument
H A Dmjpegenc_common.c473 int mant, nbits; in ff_mjpeg_encode_dc() local
/third_party/ffmpeg/libavformat/
H A Dswfenc.c107 int nbits, mask; in put_swf_rect() local
131 int nbits, mask; put_swf_line_edge() local
163 int nbits; put_swf_matrix() local
[all...]
H A Dswfdec.c153 int nbits, len, tag; in swf_read_header() local
/third_party/mbedtls/include/mbedtls/
H A Decp.h246 size_t nbits; /*!< For Short Weierstrass: The number of bits in \p P. member
/third_party/node/deps/brotli/c/enc/
H A Dcommand.h36 uint32_t nbits = Log2FloorNonZero(insertlen - 2) - 1u; in GetInsertLengthCode() local
53 uint32_t nbits = Log2FloorNonZero(copylen - 6) - 1u; in GetCopyLengthCode() local
153 uint32_t nbits = self->dist_prefix_ >> 10; in CommandRestoreDistanceCode() local
/third_party/node/deps/brotli/c/common/
H A Dconstants.h193 uint8_t nbits; member

Completed in 20 milliseconds

1234567891011