Searched refs:hash_sep (Results 1 – 1 of 1) sorted by relevance
173 uint64_t hash_sep = deinterleave64(hash.bits); /* hash = [LAT][LONG] */ in geohashDecode() local178 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()