Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c173 GZERO(neighbors.south); in geohashGetAreasByRadius()
174 GZERO(neighbors.south_west); in geohashGetAreasByRadius()
175 GZERO(neighbors.south_east); in geohashGetAreasByRadius()
178 GZERO(neighbors.north); in geohashGetAreasByRadius()
179 GZERO(neighbors.north_east); in geohashGetAreasByRadius()
180 GZERO(neighbors.north_west); in geohashGetAreasByRadius()
183 GZERO(neighbors.west); in geohashGetAreasByRadius()
184 GZERO(neighbors.south_west); in geohashGetAreasByRadius()
185 GZERO(neighbors.north_west); in geohashGetAreasByRadius()
188 GZERO(neighbors.east); in geohashGetAreasByRadius()
[all …]
H A Dgeohash_helper.h37 #define GZERO(s) s.bits = s.step = 0; macro