Home
last modified time | relevance | path

Searched refs:shortForm (Results 1 – 3 of 3) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DProtoIdItem.java35 private final CstString shortForm; field in ProtoIdItem
54 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()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_target_nv50.cpp118 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local
160 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_target_nvc0.cpp266 static const uint32_t shortForm[(OP_LAST + 31) / 32] = in initOpInfo() local
305 opInfo[i].minEncSize = (shortForm[i / 32] & (1 << (i % 32))) ? 4 : 8; in initOpInfo()