Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.h41 typedef uint64_t GeoHashFix52Bits; typedef
60 GeoHashFix52Bits geohashAlign52Bits(const GeoHashBits hash);
H A Dgeo.c289 void scoresOfGeoHashBox(GeoHashBits hash, GeoHashFix52Bits *min, GeoHashFix52Bits *max) { in scoresOfGeoHashBox()
319 GeoHashFix52Bits min, max; in membersOfGeoHashBox()
438 GeoHashFix52Bits bits = geohashAlign52Bits(hash); in geoaddCommand()
H A Dgeohash_helper.c204 GeoHashFix52Bits geohashAlign52Bits(const GeoHashBits hash) { in geohashAlign52Bits()