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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddd.c358 uint32_t new_x = 0, new_y = 0; local
398 new_y = matrix->y * 2;
407 if (new_x != 0 || new_y != 0) {
411 if (new_y == 0) {
412 new_y = matrix->y;
414 tmp_matrix = new_matrix(new_x, new_y);

Completed in 391 milliseconds