Searched refs:hash_long (Results 1 – 6 of 6) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/include/linux/ |
D | hash.h | 27 #define hash_long(val, bits) hash_32(val, bits) macro 29 #define hash_long(val, bits) hash_64(val, bits) macro 69 return hash_long((unsigned long)ptr, bits); in hash_ptr()
|
/external/fio/ |
D | hash.h | 60 static inline unsigned long hash_long(unsigned long val, unsigned int bits) in hash_long() function 73 return hash_long((uintptr_t)ptr, bits); in hash_ptr()
|
D | client.c | 72 int bucket = hash_long(client->fd, FIO_CLIENT_HASH_BITS); in fio_client_add_hash() 118 int bucket = hash_long(fd, FIO_CLIENT_HASH_BITS) & FIO_CLIENT_HASH_MASK; in find_client_by_fd()
|
/external/fio/t/ |
D | genzipf.c | 58 struct flist_head *l = &hash[hash_long(val, hash_bits)]; in hash_lookup() 73 struct flist_head *l = &hash[hash_long(val, hash_bits)]; in hash_insert()
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
D | EmitUtils.java | 456 hash_long(e); in hash_primitive() 460 private static void hash_long(CodeEmitter e) { in hash_long() method in EmitUtils
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
D | builtin-lock.c | 37 #define __lockhashfn(key) hash_long((unsigned long)key, LOCKHASH_BITS)
|