Searched refs:geohash_move_x (Results 1 – 1 of 1) sorted by relevance
224 static void geohash_move_x(GeoHashBits *hash, int8_t d) { in geohash_move_x() function272 geohash_move_x(&neighbors->east, 1); in geohashNeighbors()275 geohash_move_x(&neighbors->west, -1); in geohashNeighbors()278 geohash_move_x(&neighbors->south, 0); in geohashNeighbors()281 geohash_move_x(&neighbors->north, 0); in geohashNeighbors()284 geohash_move_x(&neighbors->north_west, -1); in geohashNeighbors()287 geohash_move_x(&neighbors->north_east, 1); in geohashNeighbors()290 geohash_move_x(&neighbors->south_east, 1); in geohashNeighbors()293 geohash_move_x(&neighbors->south_west, -1); in geohashNeighbors()