MobilityDB
1.1
meos
postgres
common
hashfn.h
hash_any
hash_any_extended
hash_bytes
hash_bytes_extended
hash_bytes_uint32
hash_bytes_uint32_extended
hash_combine
hash_combine64
hash_uint32
hash_uint32_extended
murmurhash32
oid_hash
ROTATE_HIGH_AND_LOW_32BITS
string_hash
tag_hash
uint32_hash
◆
ROTATE_HIGH_AND_LOW_32BITS
#define ROTATE_HIGH_AND_LOW_32BITS
(
v
)
Value:
((((v) << 1) &
UINT64CONST
(0xfffffffefffffffe)) | \
(((v) >> 31) &
UINT64CONST
(0x100000001)))
UINT64CONST
#define UINT64CONST(x)
Definition:
c.h:470
Generated by
1.9.4