Home | History | Annotate | Download | only in system

Lines Matching refs:minLength

32             int minLength) {
36 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength;
39 int bytes = 20 + (2 * minLength);
45 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength;
48 int bytes = 20 + minLength;
54 int bytes = 20 + minLength;
60 int bytes = 20 + (2 * minLength);
66 int size = ((minLength & 1) == 0) ? minLength + 1 : minLength;
69 return new long[minLength];
71 return new double[minLength];