Home
last modified time | relevance | path

Searched refs:hash_sep (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c173 uint64_t hash_sep = deinterleave64(hash.bits); /* hash = [LAT][LONG] */ in geohashDecode() local
178 uint32_t ilato = hash_sep; /* get lat part of deinterleaved hash */ in geohashDecode()
179 uint32_t ilono = hash_sep >> 32; /* shift over to get long part of hash */ in geohashDecode()