Home
last modified time | relevance | path

Searched refs:rn (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
DArraysParallelSortHelpers.java171 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local
176 if (ln >= rn) { in compute()
179 rh = rn; in compute()
190 if (rn <= g) in compute()
193 T split = a[(rh = rn >>> 1) + rb]; in compute()
203 rb + rh, rn - rh, in compute()
205 rn = rh; in compute()
211 int lf = lb + ln, rf = rb + rn; // index bounds in compute()
285 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local
289 if (ln >= rn) { in compute()
[all …]
/libcore/ojluni/src/main/native/
Dcanonicalize_md.c255 int rn = strlen(r); in canonicalize() local
256 if (rn + (int)strlen(p) >= len) { in canonicalize()
261 if ((rn > 0) && (r[rn - 1] == '/') && (*p == '/')) { in canonicalize()
265 strcpy(r + rn, p); in canonicalize()