Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash.c244 static void geohash_move_y(GeoHashBits *hash, int8_t d) { in geohash_move_y() function
273 geohash_move_y(&neighbors->east, 0); in geohashNeighbors()
276 geohash_move_y(&neighbors->west, 0); in geohashNeighbors()
279 geohash_move_y(&neighbors->south, -1); in geohashNeighbors()
282 geohash_move_y(&neighbors->north, 1); in geohashNeighbors()
285 geohash_move_y(&neighbors->north_west, 1); in geohashNeighbors()
288 geohash_move_y(&neighbors->north_east, 1); in geohashNeighbors()
291 geohash_move_y(&neighbors->south_east, -1); in geohashNeighbors()
294 geohash_move_y(&neighbors->south_west, -1); in geohashNeighbors()