Searched refs:rn (Results 1 – 2 of 2) sorted by relevance
171 rn = this.rsize, k = this.wbase, g = this.gran; in compute() local176 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() local289 if (ln >= rn) { in compute()[all …]
255 int rn = strlen(r); in canonicalize() local256 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()