Home | History | Annotate | Download | only in form

Lines Matching defs:sz

48         int sz = regs.size();
51 * The (sz - 2) and (sz - 1) below makes this code work for
56 return regs.get(sz - 2).regString() + ", " +
57 regs.get(sz - 1).regString();
126 int sz = regs.size();
129 * The (sz - 2) and (sz - 1) below makes this code work for
135 makeByte(regs.get(sz - 2).getReg(),
136 regs.get(sz - 1).getReg())));