Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c267 neighbors->south_east = *hash; in geohashNeighbors()
290 geohash_move_x(&neighbors->south_east, 1); in geohashNeighbors()
291 geohash_move_y(&neighbors->south_east, -1); in geohashNeighbors()
H A Dgeohash_helper.c175 GZERO(neighbors.south_east); in geohashGetAreasByRadius()
189 GZERO(neighbors.south_east); in geohashGetAreasByRadius()
H A Dgeohash.h88 GeoHashBits south_east; member
H A Dgeo.c338 neighbors[7] = n.neighbors.south_east; in membersOfAllNeighbors()