Searched refs:newoffset (Results 1 – 9 of 9) sorted by relevance
83 final int newoffset = m_interfaces.size (); // use size() if class becomes non-final in add() local86 return newoffset; in add()
110 final int newoffset = m_fields.size (); // use size() if class becomes non-final in add() local113 return newoffset; in add()
110 final int newoffset = m_methods.size (); // use size() if class becomes non-final in add() local113 return newoffset; in add()
81 final int newoffset = m_exceptions.size (); // use size() if class becomes non-final in add() local84 return newoffset; in add()
87 final int newoffset = m_exceptions.size (); // use size() if class becomes non-final in add() local90 return newoffset; in add()
87 int newoffset = (lastUsed+1)*slotsize; in appendSlot() local88 int chunkpos = newoffset >> lowbits; in appendSlot()89 int slotpos = (newoffset & lowmask); in appendSlot()
184 newoffset = offset + length185 newid = remote._send('read', name, newoffset, length)191 offset = newoffset
333 unsigned newoffset = reg.nr * REG_SIZE + reg.subnr + bytes; in byte_offset() local334 reg.nr = newoffset / REG_SIZE; in byte_offset()335 reg.subnr = newoffset % REG_SIZE; in byte_offset()
587 unsigned newoffset = reg.nr * REG_SIZE + reg.subnr + bytes; in byte_offset() local588 reg.nr = newoffset / REG_SIZE; in byte_offset()589 reg.subnr = newoffset % REG_SIZE; in byte_offset()