Searched refs:together (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/pzip/
H A Dpin.c1132 size_t** together; local
1151 together = matrix(row);
1165 together[i][j] = pair(buf, dat, i, j, row, tot);
1167 cost[i][j] = minof(together[i][j], apart[i][j]);
1232 if (together[self[i]][self[i+1]] > apart[self[i]][self[i+1]])
1244 free(together);

Completed in 81 milliseconds