Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c268 neighbors->south_west = *hash; in geohashNeighbors()
293 geohash_move_x(&neighbors->south_west, -1); in geohashNeighbors()
294 geohash_move_y(&neighbors->south_west, -1); in geohashNeighbors()
H A Dgeohash_helper.c174 GZERO(neighbors.south_west); in geohashGetAreasByRadius()
184 GZERO(neighbors.south_west); in geohashGetAreasByRadius()
H A Dgeohash.h90 GeoHashBits south_west; member
H A Dgeo.c339 neighbors[8] = n.neighbors.south_west; in membersOfAllNeighbors()