Searched defs:UInt32 (Results 1 - 2 of 2) sorted by relevance
/gem5/src/python/m5/ | ||
H A D | params.py | 635 class UInt32(CheckedInt): cxx_type = 'uint32_t'; size = 32; unsigned = True class in inherits:CheckedInt |
/gem5/ext/googletest/googletest/include/gtest/internal/ | ||
H A D | gtest-port.h | 2495 typedef TypeWithSize<4>::UInt UInt32; typedef in namespace:testing::internal |
Completed in 21 milliseconds