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

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dcluster.c86 LCN a_begin = runs[j].lcn; local
87 LCN a_end = a_begin + runs[j].length - 1;
89 if (a_begin < 0)
100 if ((a_begin > c_end) || (a_end < c_begin))

Completed in 19 milliseconds