Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c270 neighbors->north_west = *hash; in geohashNeighbors()
284 geohash_move_x(&neighbors->north_west, -1); in geohashNeighbors()
285 geohash_move_y(&neighbors->north_west, 1); in geohashNeighbors()
H A Dgeohash_helper.c180 GZERO(neighbors.north_west); in geohashGetAreasByRadius()
185 GZERO(neighbors.north_west); in geohashGetAreasByRadius()
H A Dgeohash.h89 GeoHashBits north_west; member
H A Dgeo.c337 neighbors[6] = n.neighbors.north_west; in membersOfAllNeighbors()