Searched refs:geohash_move_y (Results 1 – 1 of 1) sorted by relevance
244 static void geohash_move_y(GeoHashBits *hash, int8_t d) { in geohash_move_y() function273 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()