| /include/linux/ |
| D | hash.h | 16 #define hash_long(val, bits) hash_32(val, bits) argument 18 #define hash_long(val, bits) hash_64(val, bits) argument 68 static inline u32 hash_32_generic(u32 val, unsigned int bits) in hash_32_generic() 77 static __always_inline u32 hash_64_generic(u64 val, unsigned int bits) in hash_64_generic() 88 static inline u32 hash_ptr(const void *ptr, unsigned int bits) in hash_ptr()
|
| D | hashtable.h | 15 #define DEFINE_HASHTABLE(name, bits) \ argument 19 #define DEFINE_READ_MOSTLY_HASHTABLE(name, bits) \ argument 23 #define DECLARE_HASHTABLE(name, bits) \ argument 30 #define hash_min(val, bits) \ argument
|
| D | sched_clock.h | 19 static inline void sched_clock_register(u64 (*read)(void), int bits, in sched_clock_register()
|
| D | timecounter.h | 23 #define CYCLECOUNTER_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
|
| D | genalloc.h | 78 unsigned long bits[0]; /* bitmap for allocating memory chunk */ member
|
| D | yam.h | 81 unsigned char bits[YAM_FPGA_SIZE]; member
|
| D | hdlcdrv.h | 55 unsigned int bits) in hdlcdrv_add_bitbuffer_word() 220 static inline void hdlcdrv_putbits(struct hdlcdrv_state *s, unsigned int bits) in hdlcdrv_putbits()
|
| D | lp.h | 64 unsigned long bits; member
|
| D | clocksource.h | 120 #define CLOCKSOURCE_MASK(bits) (cycle_t)((bits) < 64 ? ((1ULL<<(bits))-1) : -1) argument
|
| /include/sound/ |
| D | cs8403.h | 39 SND_CS8403_DECL void SND_CS8403_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8403_DECODE() 84 unsigned char bits; in SND_CS8403_ENCODE() local 169 SND_CS8404_DECL void SND_CS8404_DECODE(struct snd_aes_iec958 *diga, unsigned char bits) in SND_CS8404_DECODE() 210 unsigned char bits; in SND_CS8404_ENCODE() local
|
| /include/linux/iio/imu/ |
| D | adis.h | 161 #define ADIS_VOLTAGE_CHAN(addr, si, chan, name, info_all, bits) { \ argument 179 #define ADIS_SUPPLY_CHAN(addr, si, info_all, bits) \ argument 182 #define ADIS_AUX_ADC_CHAN(addr, si, info_all, bits) \ argument 185 #define ADIS_TEMP_CHAN(addr, si, info_all, bits) { \ argument 203 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 221 #define ADIS_ACCEL_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 224 #define ADIS_GYRO_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 227 #define ADIS_INCLI_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument 230 #define ADIS_ROT_CHAN(mod, addr, si, info_sep, info_all, bits) \ argument
|
| /include/asm-generic/ |
| D | word-at-a-time.h | 92 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero() 99 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask() 104 static inline unsigned long create_zero_mask(unsigned long bits) in create_zero_mask()
|
| /include/linux/netfilter/ipset/ |
| D | ip_set_bitmap.h | 17 range_to_mask(u32 from, u32 to, u8 *bits) in range_to_mask()
|
| /include/clocksource/ |
| D | samsung_pwm.h | 33 u8 bits; member
|
| /include/linux/sunrpc/ |
| D | svcauth.h | 173 static inline unsigned long hash_str(char const *name, int bits) in hash_str() 178 static inline unsigned long hash_mem(char const *buf, int length, int bits) in hash_mem()
|
| /include/net/netfilter/ |
| D | nf_conntrack_labels.h | 13 unsigned long bits[NF_CT_LABELS_MAX_SIZE / sizeof(long)]; member
|
| /include/crypto/ |
| D | sha1_base.h | 77 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sha1_base_do_finalize() local
|
| D | sha512_base.h | 100 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha512_base_do_finalize() local
|
| D | sha256_base.h | 98 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha256_base_do_finalize() local
|
| /include/net/irda/ |
| D | qos.h | 63 __u16 bits; /* LSB is first byte, MSB is second byte */ member
|
| /include/math-emu/ |
| D | quad.h | 75 } bits __attribute__((packed)); member 149 } bits; member
|
| D | double.h | 70 } bits __attribute__((packed)); member 142 } bits __attribute__((packed)); member
|
| D | single.h | 59 } bits __attribute__((packed)); member
|
| /include/uapi/linux/ |
| D | hdlcdrv.h | 58 unsigned char bits; member
|
| /include/linux/mfd/abx500/ |
| D | ab8500-sysctrl.h | 30 static inline int ab8500_sysctrl_set(u16 reg, u8 bits) in ab8500_sysctrl_set() 35 static inline int ab8500_sysctrl_clear(u16 reg, u8 bits) in ab8500_sysctrl_clear()
|