/external/kernel-headers/original/linux/ |
D | bitmap.h | 123 #define BITMAP_LAST_WORD_MASK(nbits) \ argument 129 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() 139 static inline void bitmap_fill(unsigned long *dst, int nbits) in bitmap_fill() 150 int nbits) in bitmap_copy() 161 const unsigned long *src2, int nbits) in bitmap_and() 170 const unsigned long *src2, int nbits) in bitmap_or() 179 const unsigned long *src2, int nbits) in bitmap_xor() 188 const unsigned long *src2, int nbits) in bitmap_andnot() 197 int nbits) in bitmap_complement() 206 const unsigned long *src2, int nbits) in bitmap_equal() [all …]
|
D | nodemask.h | 104 static inline void __nodes_setall(nodemask_t *dstp, int nbits) in __nodes_setall() 110 static inline void __nodes_clear(nodemask_t *dstp, int nbits) in __nodes_clear() 128 const nodemask_t *src2p, int nbits) in __nodes_and() 136 const nodemask_t *src2p, int nbits) in __nodes_or() 144 const nodemask_t *src2p, int nbits) in __nodes_xor() 152 const nodemask_t *src2p, int nbits) in __nodes_andnot() 160 const nodemask_t *srcp, int nbits) in __nodes_complement() 168 const nodemask_t *src2p, int nbits) in __nodes_equal() 176 const nodemask_t *src2p, int nbits) in __nodes_intersects() 184 const nodemask_t *src2p, int nbits) in __nodes_subset() [all …]
|
D | cpumask.h | 104 static inline void __cpus_setall(cpumask_t *dstp, int nbits) in __cpus_setall() 110 static inline void __cpus_clear(cpumask_t *dstp, int nbits) in __cpus_clear() 126 const cpumask_t *src2p, int nbits) in __cpus_and() 133 const cpumask_t *src2p, int nbits) in __cpus_or() 140 const cpumask_t *src2p, int nbits) in __cpus_xor() 148 const cpumask_t *src2p, int nbits) in __cpus_andnot() 155 const cpumask_t *srcp, int nbits) in __cpus_complement() 162 const cpumask_t *src2p, int nbits) in __cpus_equal() 169 const cpumask_t *src2p, int nbits) in __cpus_intersects() 176 const cpumask_t *src2p, int nbits) in __cpus_subset() [all …]
|
/external/linux-tools-perf/util/include/linux/ |
D | bitmap.h | 15 #define BITMAP_LAST_WORD_MASK(nbits) \ argument 21 #define small_const_nbits(nbits) \ argument 24 static inline void bitmap_zero(unsigned long *dst, int nbits) in bitmap_zero() 34 static inline int bitmap_weight(const unsigned long *src, int nbits) in bitmap_weight()
|
/external/jpeg/ |
D | jdhuff.h | 139 #define CHECK_BIT_BUFFER(state,nbits,action) \ argument 145 #define GET_BITS(nbits) \ argument 148 #define PEEK_BITS(nbits) \ argument 151 #define DROP_BITS(nbits) \ argument
|
D | jcphuff.c | 298 unsigned int nbits) in emit_buffered_bits() 318 register int temp, nbits; in emit_eobrun() local 381 register int nbits; in encode_mcu_DC_first() local 468 register int nbits; in encode_mcu_AC_first() local
|
D | jchuff.c | 357 register int nbits; in encode_one_block() local 576 register int nbits; in htest_one_block() local
|
/external/qemu/distrib/jpeg-6b/ |
D | jdhuff.h | 139 #define CHECK_BIT_BUFFER(state,nbits,action) \ argument 145 #define GET_BITS(nbits) \ argument 148 #define PEEK_BITS(nbits) \ argument 151 #define DROP_BITS(nbits) \ argument
|
D | jcphuff.c | 298 unsigned int nbits) in emit_buffered_bits() 318 register int temp, nbits; in emit_eobrun() local 381 register int nbits; in encode_mcu_DC_first() local 468 register int nbits; in encode_mcu_AC_first() local
|
D | jchuff.c | 357 register int nbits; in encode_one_block() local 576 register int nbits; in htest_one_block() local
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/bit/ |
D | der_length_bit_string.c | 25 int der_length_bit_string(unsigned long nbits, unsigned long *outlen) in der_length_bit_string()
|
/external/webrtc/src/common_audio/signal_processing/ |
D | get_scaling_square.c | 22 int nbits = WebRtcSpl_GetSizeInBits(times); in WebRtcSpl_GetScalingSquare() local
|
D | auto_correlation.c | 53 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length); // # of bits in the sum loop in WebRtcSpl_AutoCorrelation() local
|
/external/openssh/ |
D | kexgexc.c | 58 int min, max, nbits; in kexgex_client() local
|
D | kexgexs.c | 61 int omin = -1, min = -1, omax = -1, max = -1, onbits = -1, nbits = -1; in kexgex_server() local
|
/external/aac/libAACdec/src/ |
D | channelinfo.cpp | 104 int nbits; in IcsReadMaxSfb() local
|
/external/openssl/crypto/dsa/ |
D | dsa_pmeth.c | 72 int nbits; /* size of p in bits (default: 1024) */ member 222 int nbits; in pkey_dsa_ctrl_str() local
|
/external/openssl/crypto/rsa/ |
D | rsa_pmeth.c | 80 int nbits; member 636 int nbits; in pkey_rsa_ctrl_str() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | rw_bitmaps.c | 35 unsigned int nbits; in write_bitmaps() local
|
/external/openssl/crypto/modes/ |
D | cfb128.c | 176 int nbits,const void *key, in cfbr_encrypt_block()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BitSet.cs | 91 public BitSet( int nbits ) in BitSet()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BitSet.cs | 85 public BitSet(int nbits) { in BitSet()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
D | BitSet.java | 72 public BitSet(int nbits) { in BitSet()
|
/external/skia/src/core/ |
D | Sk64.cpp | 240 int nbits = SkCLZ(hi); in div() local
|
/external/aac/libMpegTPEnc/src/ |
D | tpenc_lib.cpp | 499 INT nbits = 0, nPceBits = 0; in transportEnc_GetStaticBits() local
|