Home | History | Annotate | Download | only in impl

Lines Matching refs:indexes

50         // read indexes[]
54 throw new IOException("indexes[0] too small in "+DATA_FILE_NAME);
56 indexes=new int[count];
58 indexes[0]=count;
60 indexes[i]=bytes.getInt();
65 int expectedTrieLength=indexes[IX_TRIE_SIZE];
74 count=indexes[IX_MIRROR_LENGTH];
80 count=indexes[IX_JG_LIMIT]-indexes[IX_JG_START];
85 count=indexes[IX_JG_LIMIT2]-indexes[IX_JG_START2];
114 length=indexes[IX_MIRROR_LENGTH];
121 start=indexes[IX_JG_START];
122 limit=indexes[IX_JG_LIMIT];
139 if(limit==indexes[IX_JG_LIMIT]) {
141 start=indexes[IX_JG_START2];
142 limit=indexes[IX_JG_LIMIT2];
159 max=indexes[IX_MAX_VALUES];
192 length=indexes[IX_MIRROR_LENGTH];
231 start=indexes[IX_JG_START];
232 limit=indexes[IX_JG_LIMIT];
236 start=indexes[IX_JG_START2];
237 limit=indexes[IX_JG_LIMIT2];
258 private int indexes[];
273 /* indexes into indexes[] */
300 private static final int MAX_JG_SHIFT=16; /* max JG value in indexes[MAX_VALUES_INDEX] bits 23..16 */