Searched defs:max_unsigned (Results 1 – 12 of 12) sorted by relevance
40 def max_unsigned(self): member in Arch
27 char const* max_unsigned = "4294967295"; variable
32 char const* max_unsigned = "4294967295"; variable
117 auto max_unsigned = computation->AddInstruction( in ExpandInstruction() local
107 char const* max_unsigned = "4294967295"; in main() local
242 constexpr auto max_unsigned = std::numeric_limits<unsigned int>::max(); in test_different_signedness() local
37 fn max_unsigned() -> u64; in max_unsigned() method
1788 static int max_unsigned (int a, int b) { return uint32_t(a) > uint32_t(b) ? a : b; } in max_unsigned() function