Home
last modified time | relevance | path

Searched defs:nbits (Results 26 - 50 of 264) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/tools/perf/util/
H A Dmmap.h21 size_t nbits; member
/kernel/linux/linux-5.10/drivers/media/usb/pwc/
H A Dpwc-dec23.h25 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 Dpwc-dec23.h25 unsigned int nbitsmask, nbits; /* Number of bits of a color in the compressed stream */ member
/third_party/ffmpeg/libavcodec/
H A Drdft.c89 av_cold int ff_rdft_init(RDFTContext *s, int nbits, enum RDFTransformType trans) in ff_rdft_init() argument
[all...]
H A Davfft.c28 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 Ddct.c179 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 Dnghttp2_hd_huffman.c36 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 Dmkhufftbl.py442 nbits = symbol_tbl[i][0] variable
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_hd_huffman.c36 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 Dffc_dh.c52 int32_t nbits; member
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dcfb128.c150 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 Dbn_x931p.c162 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 Dffc_dh.c52 int32_t nbits; member
/third_party/openssl/crypto/modes/
H A Dcfb128.c150 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 Dbn_x931p.c162 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 Deth_mac.c68 int32_t HiethSetMacTransIntervalBits(struct HiethNetdevLocal *ld, int32_t nbits) in HiethSetMacTransIntervalBits() argument
/kernel/linux/linux-5.10/tools/lib/
H A Dbitmap.c31 size_t bitmap_scnprintf(unsigned long *bitmap, int nbits, in bitmap_scnprintf() argument
/kernel/linux/linux-5.10/lib/
H A Dfind_bit.c31 _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 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
[all...]
/kernel/linux/linux-5.10/fs/omfs/
H A Dbitmap.c13 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 Dbitmap.c13 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 Dbitmap.h28 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 Dmmap.h18 size_t nbits; member
/kernel/linux/linux-6.6/lib/crypto/mpi/
H A Dmpi-bit.c183 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 Dbitmap.c31 size_t bitmap_scnprintf(unsigned long *bitmap, unsigned int nbits, in bitmap_scnprintf() argument

Completed in 9 milliseconds

1234567891011