Lines Matching defs:id_map
5510 int *id_map;5535 if (dist->id_map[*id] > 0)5558 dist->id_map[*id] = *id;5596 if (!dist->id_map[i])5666 dist->id_map[i] = id++;5687 if (dist->id_map[*id])5688 *id = dist->id_map[*id];5732 dist.id_map = calloc(n, sizeof(*dist.id_map));5733 if (!dist.id_map) {5799 free(dist.id_map);