HomeSort by relevance Sort by last modified time
    Searched refs:sizeOfType (Results 1 - 6 of 6) sorted by null

  /libcore/luni/src/main/java/java/nio/
Buffer.java 157 void checkIndex(int index, int sizeOfType) {
158 if (index < 0 || index > limit - sizeOfType) {
160 ", size of type=" + sizeOfType);
  /external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h 176 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
tytypes.c 669 MaybeULong ML_(sizeOfType)( XArray* /* of TyEnt */ tyents,
683 return ML_(sizeOfType)( tyents, ent->Te.TyQual.typeR );
690 return ML_(sizeOfType)( tyents, ent->Te.TyTyDef.typeR );
709 eszB = ML_(sizeOfType)( tyents, ent->Te.TyArray.typeR );
728 VG_(printf)("ML_(sizeOfType): unhandled: ");
822 mul = ML_(sizeOfType)( tyents, field->Te.Field.typeR );
884 mul = ML_(sizeOfType)( tyents, ty->Te.TyArray.typeR );
debuginfo.c     [all...]
storage.c     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp     [all...]

Completed in 547 milliseconds