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

/ast/src/cmd/pzip/
H A Dpin.c166 #define minof(x,y) ((x)<(y)?(x):(y)) macro
1167 cost[i][j] = minof(together[i][j], apart[i][j]);

Completed in 13 milliseconds