Searched defs:get_unsigned (Results 1 – 3 of 3) sorted by relevance
14 template<class T> struct get_unsigned struct16 typedef T type;18 template<> struct get_unsigned<signed char> struct20 typedef unsigned char type;22 template<> struct get_unsigned<char> struct24 typedef unsigned char type;26 template<> struct get_unsigned<short> struct28 typedef unsigned short type;30 template<> struct get_unsigned<int> struct32 typedef unsigned int type;[all …]
116 static uint32_t get_unsigned(int32_t value, int byte_size) in get_unsigned() function
122 int get_unsigned(unsigned int *val, const char *arg, int base) in get_unsigned() function