Lines Matching refs:id_map
5511 int *id_map;5536 if (dist->id_map[*id] > 0)5559 dist->id_map[*id] = *id;5597 if (!dist->id_map[i])5667 dist->id_map[i] = id++;5688 if (dist->id_map[*id])5689 *id = dist->id_map[*id];5733 dist.id_map = calloc(n, sizeof(*dist.id_map));5734 if (!dist.id_map) {5800 free(dist.id_map);