Searched refs:GZERO (Results 1 – 2 of 2) sorted by relevance
173 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 …]
37 #define GZERO(s) s.bits = s.step = 0; macro