Home | History | Annotate | Download | only in impl

Lines Matching defs:gindex

341             int gindex = (result + endGroup) >> 1;
342 if (msb < getGroupMSB(gindex)) {
343 endGroup = gindex;
346 result = gindex;
393 * @param gindex group index
394 * @return the MSB of the group if gindex is valid, -1 otherwise
396 public int getGroupMSB(int gindex)
398 if (gindex >= m_groupcount_) {
401 return m_groupinfo_[gindex * m_groupsize_];