Searched defs:xchng (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c1552 int xchng; local
1553 xchng = j;
1557 t = matrix1[xchng][j];
1558 matrix1[xchng][j] = matrix1[i][j];
1564 t = matrix2[xchng][j];
1565 matrix2[xchng][j] = matrix2[i][j];

Completed in 53 milliseconds