Searched defs:instanceSize (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DparseConst.cpp155 int instanceSize = type.getObjectSize(); local
157 if (index >= instanceSize)
165 if (index >= instanceSize)
177 if (i >= instanceSize)
191 if (i >= instanceSize)
H A DParseHelper.cpp1391 int instanceSize = 0; local
1399 instanceSize += (*fields)[index].type->getObjectSize();
1406 typedNode = intermediate.addConstantUnion(constArray+instanceSize, tempConstantNode->getType(), line); // type will be changed in the calling function
/external/freetype/src/truetype/
H A Dttgxvar.c579 FT_UShort instanceSize; member in struct:GX_FVar_Head_
645 FT_FRAME_USHORT( instanceSize ),
685 /* axisCount limit implied by 16-bit instanceSize */
687 fvar_head.instanceSize != 4 + 4 * fvar_head.axisCount ||
691 fvar_head.instanceCount * fvar_head.instanceSize > table_len )
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp2033 int instanceSize = local
2050 instanceSize = 0 - (instanceSize - superInstanceSize);
2210 llvm::ConstantInt::get(LongTy, instanceSize), IvarList,

Completed in 5414 milliseconds