Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 22 of 22) sorted by relevance

/tools/include/linux/
Dhash.h16 #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()
Dhashtable.h17 #define DEFINE_HASHTABLE(name, bits) \ argument
21 #define DECLARE_HASHTABLE(name, bits) \ argument
28 #define hash_min(val, bits) \ argument
Dbitmap.h10 #define DECLARE_BITMAP(name,bits) \ argument
/tools/lib/
Dbitmap.c10 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/
Dparse_vdso.c57 #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/
Dspidev_fdx.c82 __u8 lsb, bits; in dumpstat() local
Dspidev_test.c38 static uint8_t bits = 8; variable
/tools/testing/selftests/vm/
Dvirtual_address_range.c60 int bits = HIGH_ADDR_SHIFT + rand() % (63 - HIGH_ADDR_SHIFT); in hind_addr() local
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/include/linux/
Dtypes.h16 #define DECLARE_BITMAP(name, bits) \ argument
/tools/firewire/
Dnosy-dump.c721 uint32_t bits; in decode_link_packet() local
730 unsigned long long bits; in decode_link_packet() local
/tools/perf/arch/x86/util/
Dintel-pt.c101 static u64 intel_pt_masked_bits(u64 mask, u64 bits) in intel_pt_masked_bits()
172 static int intel_pt_pick_bit(int bits, int target) in intel_pt_pick_bit()
490 u64 bits; in intel_pt_val_config_term() local
/tools/power/cpupower/utils/helpers/
Damd.c29 } bits; member
/tools/perf/util/
Dpmu.c722 __u64 bits = 0; in perf_pmu__format_bits() local
1075 int config, unsigned long *bits) in perf_pmu__new_format()
1091 void perf_pmu__set_format(unsigned long *bits, long from, long to) in perf_pmu__set_format()
Devsel.c1486 static void __p_bits(char *buf, size_t size, u64 value, struct bit_names *bits) in __p_bits()
1502 struct bit_names bits[] = { in __p_sample_type() local
1518 struct bit_names bits[] = { in __p_branch_sample_type() local
1533 struct bit_names bits[] = { in __p_read_format() local
Dcpumap.c719 unsigned char bits = bitmap[cpu / 8]; in cpu_map__snprint_mask() local
Dauxtrace.c1330 unsigned int bits; member
1333 struct auxtrace_cache *auxtrace_cache__new(unsigned int bits, size_t entry_size, in auxtrace_cache__new()
Dintel-pt.c387 unsigned int bits; in intel_pt_cache() local
/tools/vm/
Dpage-types.c1088 static void add_bits_filter(uint64_t mask, uint64_t bits) in add_bits_filter()
1140 uint64_t bits; in parse_bits_mask() local
/tools/perf/
Dbuiltin-trace.c131 #define TP_UINT_FIELD(bits) \ argument
144 #define TP_UINT_FIELD__SWAPPED(bits) \ argument
/tools/arch/x86/include/uapi/asm/
Dkvm.h91 __u64 bits; member
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2120 int bits = 0; in TEST() local
/tools/include/uapi/sound/
Dasound.h382 __u32 bits[(SNDRV_MASK_MAX+31)/32]; member