Searched refs:neighbors (Results 1 – 9 of 9) sorted by relevance
120 GeoHashNeighbors neighbors; in geohashGetAreasByRadius() local136 geohashNeighbors(&hash,&neighbors); in geohashGetAreasByRadius()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()188 GZERO(neighbors.east); in geohashGetAreasByRadius()[all …]
263 neighbors->east = *hash; in geohashNeighbors()264 neighbors->west = *hash; in geohashNeighbors()265 neighbors->north = *hash; in geohashNeighbors()266 neighbors->south = *hash; in geohashNeighbors()267 neighbors->south_east = *hash; in geohashNeighbors()268 neighbors->south_west = *hash; in geohashNeighbors()269 neighbors->north_east = *hash; in geohashNeighbors()270 neighbors->north_west = *hash; in geohashNeighbors()272 geohash_move_x(&neighbors->east, 1); in geohashNeighbors()273 geohash_move_y(&neighbors->east, 0); in geohashNeighbors()[all …]
332 neighbors[1] = n.neighbors.north; in membersOfAllNeighbors()333 neighbors[2] = n.neighbors.south; in membersOfAllNeighbors()334 neighbors[3] = n.neighbors.east; in membersOfAllNeighbors()335 neighbors[4] = n.neighbors.west; in membersOfAllNeighbors()336 neighbors[5] = n.neighbors.north_east; in membersOfAllNeighbors()337 neighbors[6] = n.neighbors.north_west; in membersOfAllNeighbors()338 neighbors[7] = n.neighbors.south_east; in membersOfAllNeighbors()339 neighbors[8] = n.neighbors.south_west; in membersOfAllNeighbors()343 for (i = 0; i < sizeof(neighbors) / sizeof(*neighbors); i++) { in membersOfAllNeighbors()370 neighbors[i].bits == neighbors[last_processed].bits && in membersOfAllNeighbors()[all …]
47 GeoHashNeighbors neighbors; member
113 void geohashNeighbors(const GeoHashBits *hash, GeoHashNeighbors *neighbors);
185 LIST_INSERT_HEAD(&unit->neighbors, n, next); in ng_hci_new_neighbor()210 while (!LIST_EMPTY(&unit->neighbors)) in ng_hci_flush_neighbor_cache()211 ng_hci_free_neighbor(LIST_FIRST(&unit->neighbors)); in ng_hci_flush_neighbor_cache()223 for (n = LIST_FIRST(&unit->neighbors); n != NULL; ) { in ng_hci_get_neighbor()
165 LIST_HEAD(, ng_hci_neighbor) neighbors; /* unit neighbors */
156 LIST_INIT(&unit->neighbors); in ng_hci_constructor()471 for (n = LIST_FIRST(&unit->neighbors); n != NULL; ) { in ng_hci_default_rcvmsg()497 LIST_FOREACH(n, &unit->neighbors, next) { in ng_hci_default_rcvmsg()
157 Header fields deciding if two packets are neighbors include:178 Header fields deciding if packets are neighbors include: