OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeOfType
(Results
1 - 5
of
5
) sorted by null
/libcore/luni/src/main/java/java/nio/
Buffer.java
163
void checkIndex(int index, int
sizeOfType
) {
164
if (index < 0 || index > limit -
sizeOfType
) {
166
", size of type=" +
sizeOfType
);
/external/valgrind/main/coregrind/m_debuginfo/
priv_tytypes.h
171
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: ");
821
mul = ML_(
sizeOfType
)( tyents, field->Te.Field.typeR );
877
mul = ML_(
sizeOfType
)( tyents, ty->Te.TyArray.typeR );
debuginfo.c
[
all
...]
storage.c
950
mul = ML_(
sizeOfType
)(di->admin_tyents, typeR);
[
all
...]
Completed in 1120 milliseconds