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

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c260 static UInt get_UInt ( Cursor* c ) { function
341 return is_dw64 ? get_ULong(c) : (ULong) get_UInt(c);
346 if (sizeof(UWord) == 4) return get_UInt(c);
359 w32 = get_UInt( c );
1105 cts->u.val = (ULong)(UInt)get_UInt(c);
1229 UInt u32 = get_UInt(c);
1292 ULong u64 = (ULong)get_UInt(c);

Completed in 58 milliseconds