/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | traps.c | 54 static int printbinary(char *buf, unsigned long x, int nbits) in printbinary() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | aperture_64.c | 160 int nbits; in read_agp() local
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | traps.c | 59 static int printbinary(char *buf, unsigned long x, int nbits) in printbinary() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | mpi.h | 32 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 D | nvmem-consumer.h | 27 unsigned int nbits; member
|
H A D | bitmap.h | 243 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 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; 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 D | test_bitmap.c | 277 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 D | cma.c | 378 unsigned long nbits = cma_bitmap_maxno(cma); in cma_debug_show_areas() local
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 445 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 D | bitmap.h | 240 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 D | mpi.h | 32 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 D | iova_bitmap.c | 415 unsigned int nbits = min(BITS_PER_PAGE - offset, in iova_bitmap_set() local
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm2.c | 28 unsigned int nbits; /* Number of bits. */ member
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | aperture_64.c | 170 int nbits; in read_agp() local
|
/kernel/linux/linux-6.6/lib/crypto/mpi/ |
H 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 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 D | cma.c | 396 unsigned long nbits = cma_bitmap_maxno(cma); in cma_debug_show_areas() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | fft.h | 76 int nbits; member
|
H A D | gdv.c | 201 static int read_bits32(Bits32 *bits, GetByteContext *gb, int nbits) in read_bits32() argument
|
H A D | mjpegenc_common.c | 473 int mant, nbits; in ff_mjpeg_encode_dc() local
|
/third_party/ffmpeg/libavformat/ |
H A D | swfenc.c | 107 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 D | swfdec.c | 153 int nbits, len, tag; in swf_read_header() local
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ecp.h | 246 size_t nbits; /*!< For Short Weierstrass: The number of bits in \p P. member
|
/third_party/node/deps/brotli/c/enc/ |
H A D | command.h | 36 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 D | constants.h | 193 uint8_t nbits; member
|