Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.h60 GeoHashFix52Bits geohashAlign52Bits(const GeoHashBits hash);
H A Dgeo.c310 *min = geohashAlign52Bits(hash); in scoresOfGeoHashBox()
312 *max = geohashAlign52Bits(hash); in scoresOfGeoHashBox()
438 GeoHashFix52Bits bits = geohashAlign52Bits(hash); in geoaddCommand()
H A Dgeohash_helper.c204 GeoHashFix52Bits geohashAlign52Bits(const GeoHashBits hash) { in geohashAlign52Bits() function