Searched refs:uint_type (Results 1 – 5 of 5) sorted by relevance
40 uint32_t uint_type = static_cast<uint32_t>(type); in PrettyDescriptor() local41 CHECK_LE(uint_type, static_cast<uint32_t>(Type::kLast)); in PrettyDescriptor()42 return kTypeNames[uint_type]; in PrettyDescriptor()46 uint32_t uint_type = static_cast<uint32_t>(type); in operator <<() local47 if (uint_type <= static_cast<uint32_t>(DataType::Type::kLast)) { in operator <<()48 os << kTypeNames[uint_type]; in operator <<()50 os << "Type[" << uint_type << "]"; in operator <<()
47 uint_type51 uint_type acc, cutoff; in FUNCNAME()90 cutoff = MAX_VALUE / (uint_type)base; in FUNCNAME()91 cutlim = (int)(MAX_VALUE % (uint_type)base); in FUNCNAME()106 acc *= (uint_type)base; in FUNCNAME()
14 typedef unsigned long uint_type; typedef
14 typedef unsigned long long int uint_type; typedef
15 typedef uintmax_t uint_type; typedef