| /kernel/linux/linux-5.10/tools/perf/util/ |
| H A D | mmap.h | 21 size_t nbits; member
|
| /kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
| H A D | pwc-dec23.h | 25 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */ member
|
| /kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
| H A D | pwc-dec23.h | 25 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */ member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | rdft.c | 89 av_cold int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans) in ff_rdft_init() argument [all...] |
| H A D | avfft.c | 28 FFTContext *av_fft_init(int nbits, int inverse) in av_fft_init() argument 58 FFTContext *av_mdct_init(int nbits, int inverse, double scale) in av_mdct_init() argument 95 RDFTContext *av_rdft_init(int nbits, enum RDFTransformType trans) in av_rdft_init() argument 122 DCTContext *av_dct_init(int nbits, enum DCTTransformType inverse) in av_dct_init() argument
|
| H A D | dct.c | 179 av_cold int ff_dct_init(DCTContext *s, int nbits, enum DCTTransformType inverse) in ff_dct_init() argument [all...] |
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_hd_huffman.c | 36 size_t nbits = 0; in nghttp2_hd_huff_encode_count() local 51 size_t nbits = 0; in nghttp2_hd_huff_encode() local [all...] |
| /third_party/nghttp2/ |
| H A D | mkhufftbl.py | 442 nbits = symbol_tbl[i][0] variable
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_hd_huffman.c | 36 size_t nbits = 0; in nghttp2_hd_huff_encode_count() local 51 size_t nbits = 0; in nghttp2_hd_huff_encode() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ffc/ |
| H A D | ffc_dh.c | 52 int32_t nbits; member
|
| /third_party/node/deps/openssl/openssl/crypto/modes/ |
| H A D | cfb128.c | 150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_x931p.c | 162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq() argument [all...] |
| /third_party/openssl/crypto/ffc/ |
| H A D | ffc_dh.c | 52 int32_t nbits; member
|
| /third_party/openssl/crypto/modes/ |
| H A D | cfb128.c | 150 cfbr_encrypt_block(const unsigned char *in, unsigned char *out, int nbits, const void *key, unsigned char ivec[16], int enc, block128_f block) cfbr_encrypt_block() argument
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_x931p.c | 162 int BN_X931_generate_Xpq(BIGNUM *Xp, BIGNUM *Xq, int nbits, BN_CTX *ctx) in BN_X931_generate_Xpq() argument [all...] |
| /device/soc/hisilicon/common/platform/hieth-sf/src/ |
| H A D | eth_mac.c | 68 int32_t HiethSetMacTransIntervalBits(struct HiethNetdevLocal *ld, int32_t nbits) in HiethSetMacTransIntervalBits() argument
|
| /kernel/linux/linux-5.10/tools/lib/ |
| H A D | bitmap.c | 31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf() argument
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | find_bit.c | 31 _find_next_bit(const unsigned long *addr1, const unsigned long *addr2, unsigned long nbits, unsigned long start, unsigned long invert, unsigned long le) _find_next_bit() argument
|
| /kernel/linux/linux-5.10/lib/mpi/ |
| H A 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 [all...] |
| /kernel/linux/linux-5.10/fs/omfs/ |
| H A D | bitmap.c | 13 int nbits = sb->s_blocksize * 8; in omfs_count_free() local 26 static int count_run(unsigned long **addr, int nbits, in count_run() argument 48 set_run(struct super_block *sb, int map, int nbits, int bit, int count, int set) set_run() argument
|
| /kernel/linux/linux-6.6/fs/omfs/ |
| H A D | bitmap.c | 13 int nbits = sb->s_blocksize * 8; in omfs_count_free() local 26 static int count_run(unsigned long **addr, int nbits, in count_run() argument 48 set_run(struct super_block *sb, int map, int nbits, int bit, int count, int set) set_run() argument
|
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | bitmap.h | 28 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() argument 38 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() argument 48 static inline bool bitmap_empty(const unsigned long *src, unsigned int nbits) in bitmap_empty() argument 56 bitmap_full(const unsigned long *src, unsigned int nbits) bitmap_full() argument 64 bitmap_weight(const unsigned long *src, unsigned int nbits) bitmap_weight() argument 71 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_or() argument 84 bitmap_zalloc(int nbits) bitmap_zalloc() argument 115 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_and() argument 131 bitmap_equal(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_equal() argument 142 bitmap_intersects(const unsigned long *src1, const unsigned long *src2, unsigned int nbits) bitmap_intersects() argument [all...] |
| /kernel/linux/linux-6.6/tools/perf/util/ |
| H A D | mmap.h | 18 size_t nbits; member
|
| /kernel/linux/linux-6.6/lib/crypto/mpi/ |
| H A D | mpi-bit.c | 183 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_rshift() local 276 unsigned int nbits = (n%BITS_PER_MPI_LIMB); in mpi_lshift() local [all...] |
| /kernel/linux/linux-6.6/tools/lib/ |
| H A D | bitmap.c | 31 size_t bitmap_scnprintf(unsigned long *bitmap, unsigned int nbits, in bitmap_scnprintf() argument
|