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

/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c265 static UInt get_UInt ( Cursor* c ) { function
346 return is_dw64 ? get_ULong(c) : (ULong) get_UInt(c);
351 if (sizeof(UWord) == 4) return get_UInt(c);
364 w32 = get_UInt( c );
1153 cts->u.val = (ULong)(UInt)get_UInt(c);
1277 UInt u32 = get_UInt(c);
1340 ULong u64 = (ULong)get_UInt(c);

Completed in 63 milliseconds