ofs_delta_entry 65 builtin/index-pack.c static struct ofs_delta_entry *ofs_deltas; ofs_delta_entry 631 builtin/index-pack.c struct ofs_delta_entry *delta = &ofs_deltas[next]; ofs_delta_entry 1053 builtin/index-pack.c const struct ofs_delta_entry *delta_a = a; ofs_delta_entry 1054 builtin/index-pack.c const struct ofs_delta_entry *delta_b = b; ofs_delta_entry 1112 builtin/index-pack.c struct ofs_delta_entry *ofs_delta = ofs_deltas; ofs_delta_entry 1188 builtin/index-pack.c qsort(ofs_deltas, nr_ofs_deltas, sizeof(struct ofs_delta_entry), ofs_delta_entry 1750 builtin/index-pack.c ofs_deltas = xcalloc(nr_objects, sizeof(struct ofs_delta_entry));