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

/freebsd-9.3-release/contrib/bzip2/
H A Dbzip2.c300 UInt64 n_copy = *n; local
302 q = uInt64_qrm10 ( &n_copy );
305 } while (!uInt64_isZero(&n_copy));
/freebsd-9.3-release/contrib/gcc/
H A Dloop-unroll.c1793 determine_split_iv_delta (unsigned n_copy, unsigned n_copies, bool unrolling) argument
1799 return n_copy;
1805 if (n_copy)
1806 return n_copy - 1;

Completed in 60 milliseconds