Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c269 neighbors->north_east = *hash; in geohashNeighbors()
287 geohash_move_x(&neighbors->north_east, 1); in geohashNeighbors()
288 geohash_move_y(&neighbors->north_east, 1); in geohashNeighbors()
H A Dgeohash_helper.c179 GZERO(neighbors.north_east); in geohashGetAreasByRadius()
190 GZERO(neighbors.north_east); in geohashGetAreasByRadius()
H A Dgeohash.h87 GeoHashBits north_east; member
H A Dgeo.c336 neighbors[5] = n.neighbors.north_east; in membersOfAllNeighbors()