Searched refs:iidx (Results 1 - 3 of 3) sorted by relevance

/openjdk10/jdk/src/jdk.pack/share/native/libunpack/
H A Djni.cpp258 int pidx = 0, iidx = 0; local
262 intParts[iidx++] = (jint)( (julong)filep->size >> 32 );
263 intParts[iidx++] = (jint)( (julong)filep->size >> 0 );
264 intParts[iidx++] = filep->modtime;
265 intParts[iidx++] = filep->deflate_hint() ? 1 : 0;
/openjdk10/hotspot/src/share/vm/opto/
H A Dcfgnode.hpp146 const int iidx = Compile::AliasIdxTop,
152 _inst_index(iidx),
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DJShellTool.java2446 int iidx = snippetIndex(iid);
2447 if (iidx < 0) {
2454 if (tidx < iidx) {
2458 return allSnippets.subList(iidx, tidx+1).stream();

Completed in 106 milliseconds