Home | History | Annotate | Download | only in coll

Lines Matching defs:minBytes

31         minBytes[1] = Collation.MERGE_SEPARATOR_BYTE + 1;
34 minBytes[2] = Collation.PRIMARY_COMPRESSION_LOW_BYTE + 1;
37 minBytes[2] = 2;
40 minBytes[3] = 2;
42 minBytes[4] = 2;
49 minBytes[1] = 0;
51 minBytes[2] = 0;
53 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
55 minBytes[4] = 2;
62 minBytes[1] = 0;
64 minBytes[2] = 0;
68 minBytes[3] = Collation.LEVEL_SEPARATOR_BYTE + 1;
70 minBytes[4] = 2;
243 return maxBytes[idx] - minBytes[idx] + 1;
253 weight=setWeightByte(weight, length, minBytes[length]);
267 offset -= minBytes[length];
268 weight = setWeightByte(weight, length, minBytes[length] + offset % countBytes(length));
278 range.start=setWeightTrail(range.start, length, minBytes[length]);
357 if(trail>minBytes[length]) {
359 upper[length].start=setWeightTrail(weight, length, minBytes[length]);
362 upper[length].count=trail-minBytes[length];
406 assert(minBytes[length]<maxBytes[length]);
556 private int[] minBytes = new int[5]; // for byte 1, 2, 3, 4