| /tools/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 | 20 #define DEFINE_HASHTABLE(name, bits) \ argument 24 #define DECLARE_HASHTABLE(name, bits) \ argument 31 #define hash_min(val, bits) \ argument
|
| D | bitmap.h | 8 #define DECLARE_BITMAP(name,bits) \ argument
|
| /tools/lib/ |
| D | bitmap.c | 10 int __bitmap_weight(const unsigned long *bitmap, int bits) in __bitmap_weight() 24 const unsigned long *bitmap2, int bits) in __bitmap_or() 63 const unsigned long *bitmap2, unsigned int bits) in __bitmap_and()
|
| /tools/testing/selftests/vDSO/ |
| D | parse_vdso.c | 57 #define ELF_BITS_XFORM2(bits, x) Elf##bits##_##x argument 58 #define ELF_BITS_XFORM(bits, x) ELF_BITS_XFORM2(bits, x) argument
|
| /tools/spi/ |
| D | spidev_fdx.c | 81 __u8 lsb, bits; in dumpstat() local
|
| D | spidev_test.c | 37 static uint8_t bits = 8; variable
|
| /tools/power/cpupower/utils/helpers/ |
| D | amd.c | 28 } bits; member
|
| /tools/firewire/ |
| D | nosy-dump.c | 721 uint32_t bits; in decode_link_packet() local 730 unsigned long long bits; in decode_link_packet() local
|
| /tools/perf/arch/x86/util/ |
| D | intel-pt.c | 104 static u64 intel_pt_masked_bits(u64 mask, u64 bits) in intel_pt_masked_bits() 175 static int intel_pt_pick_bit(int bits, int target) in intel_pt_pick_bit() 488 u64 bits; in intel_pt_val_config_term() local
|
| /tools/perf/util/ |
| D | pmu.c | 653 __u64 bits = 0; in perf_pmu__format_bits() local 992 int config, unsigned long *bits) in perf_pmu__new_format() 1008 void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
|
| D | evsel.c | 1276 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits() 1292 struct bit_names bits[] = { in __p_sample_type() local 1308 struct bit_names bits[] = { in __p_branch_sample_type() local 1323 struct bit_names bits[] = { in __p_read_format() local
|
| D | util.h | 34 #define MSB(x, bits) ((x) & TYPEOF(x)(~0ULL << (sizeof(x) * 8 - (bits)))) argument
|
| D | auxtrace.c | 1307 unsigned int bits; member 1310 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size, in auxtrace_cache__new()
|
| D | intel-pt.c | 371 unsigned int bits; in intel_pt_cache() local
|
| /tools/vm/ |
| D | page-types.c | 1094 static void add_bits_filter(uint64_t mask, uint64_t bits) in add_bits_filter() 1146 uint64_t bits; in parse_bits_mask() local
|
| /tools/perf/ |
| D | builtin-trace.c | 116 #define TP_UINT_FIELD(bits) \ argument 129 #define TP_UINT_FIELD__SWAPPED(bits) \ argument
|
| /tools/arch/x86/include/uapi/asm/ |
| D | kvm.h | 87 __u64 bits; member
|
| /tools/lguest/ |
| D | lguest.c | 1239 } bits; member
|