Searched refs:shortForm (Results 1 – 3 of 3) sorted by relevance
35 private final CstString shortForm; field in ProtoIdItem54 this.shortForm = makeShortForm(prototype); in ProtoIdItem()117 stringIds.intern(shortForm); in addContents()127 int shortyIdx = file.getStringIds().indexOf(shortForm); in writeTo()149 " // " + shortForm.toQuoted()); in writeTo()
118 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local160 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()
266 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local305 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()