Searched refs:MaybeULong (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_misc.h124 typedef struct { ULong ul; Bool b; } MaybeULong; typedef in typeref:struct:__anon15873
H A Dpriv_tytypes.h41 #include "priv_misc.h" // MaybeULong
176 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents,
H A Dtytypes.c650 static MaybeULong mk_MaybeULong_Nothing ( void ) {
651 MaybeULong mul;
656 static MaybeULong mk_MaybeULong_Just ( ULong ul ) {
657 MaybeULong mul;
662 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) {
669 MaybeULong ML_(sizeOfType)( const XArray* /* of TyEnt */ tyents,
673 MaybeULong eszB;
779 MaybeULong mu
[all...]
H A Dd3basics.c1027 MaybeULong *mul, *mul2;
1033 sizeof(MaybeULong) );
1043 MaybeULong thisResult;
H A Ddebuginfo.c3128 MaybeULong mul;
3810 MaybeULong mul;
4100 MaybeULong mul;
H A Dstorage.c1175 MaybeULong mul;

Completed in 328 milliseconds