Searched defs:mlen (Results 1 – 3 of 3) sorted by relevance
215 int[] mlen = isLeap ? LEAP : NORMAL; in getOffset() local
215 jlong mlen; /* length (in bytes) mmaped */ member
3075 private static int[] montReduce(int[] n, int[] mod, int mlen, int inv) { in montReduce()3175 static int addOne(int[] a, int offset, int mlen, int carry) { in addOne()