Searched refs:uint_least64_t (Results 1 – 10 of 10) sorted by relevance
93 typedef ::uintleast64_t uint_least64_t; typedef130 using ::uint_least64_t; 173 typedef uint64_t uint_least64_t; typedef312 typedef ::boost::ulong_long_type uint_least64_t; typedef324 typedef unsigned long uint_least64_t; typedef336 __extension__ typedef unsigned long long uint_least64_t; typedef348 typedef unsigned __int64 uint_least64_t; typedef
123 uint_least64_t171 using::uint_least64_t;
500 typedef atomic<uint_least64_t> atomic_uint_least64_t;1753 typedef atomic<uint_least64_t> atomic_uint_least64_t;
101 static_assert(sizeof(uint_least64_t)*CHAR_BIT >= 64, in main()103 static_assert(std::is_unsigned<uint_least64_t>::value, in main()
101 static_assert(sizeof(std::uint_least64_t)*CHAR_BIT >= 64, in main()103 static_assert(std::is_unsigned<std::uint_least64_t>::value, in main()
50 …static_assert((std::is_same<std::atomic<std::uint_least64_t>, std::atomic_uint_least64_t>::value),… in main()
192 #undef uint_least64_t203 # define uint_least64_t uint64_t macro
122 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);123 uint_least64_t d4max = UINT_LEAST64_MAX;194 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;
899 std::uint_least64_t i4 = 0; in main()
20127 uint_least64_t d4 = UINT64_C (0xffffffffffffffff);20128 uint_least64_t d4max = UINT_LEAST64_MAX;20199 int check_uint_least64: (uint_least64_t) -1 == UINT_LEAST64_MAX ? 1 : -1;