Home | History | Annotate | Download | only in impl

Lines Matching refs:indexes

46         // read indexes[]
50 throw new IOException("indexes[0] too small in "+DATA_FILE_NAME);
52 indexes=new int[count];
54 indexes[0]=count;
56 indexes[i]=bytes.getInt();
61 int expectedTrieLength=indexes[IX_TRIE_SIZE];
70 count=indexes[IX_MIRROR_LENGTH];
76 count=indexes[IX_JG_LIMIT]-indexes[IX_JG_START];
81 count=indexes[IX_JG_LIMIT2]-indexes[IX_JG_START2];
110 length=indexes[IX_MIRROR_LENGTH];
117 start=indexes[IX_JG_START];
118 limit=indexes[IX_JG_LIMIT];
135 if(limit==indexes[IX_JG_LIMIT]) {
137 start=indexes[IX_JG_START2];
138 limit=indexes[IX_JG_LIMIT2];
155 max=indexes[IX_MAX_VALUES];
188 length=indexes[IX_MIRROR_LENGTH];
227 start=indexes[IX_JG_START];
228 limit=indexes[IX_JG_LIMIT];
232 start=indexes[IX_JG_START2];
233 limit=indexes[IX_JG_LIMIT2];
254 private int indexes[];
269 /* indexes into indexes[] */
296 private static final int MAX_JG_SHIFT=16; /* max JG value in indexes[MAX_VALUES_INDEX] bits 23..16 */