Home
last modified time | relevance | path

Searched defs:get_unsigned (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/
Dint_encoding.hpp14 template<class T> struct get_unsigned struct
16 typedef T type;
18 template<> struct get_unsigned<signed char> struct
20 typedef unsigned char type;
22 template<> struct get_unsigned<char> struct
24 typedef unsigned char type;
26 template<> struct get_unsigned<short> struct
28 typedef unsigned short type;
30 template<> struct get_unsigned<int> struct
32 typedef unsigned int type;
[all …]
/aosp_15_r20/external/capstone/arch/M680X/
H A DM680XInstPrinter.c116 static uint32_t get_unsigned(int32_t value, int byte_size) in get_unsigned() function
/aosp_15_r20/external/iproute2/lib/
H A Dutils.c122 int get_unsigned(unsigned int *val, const char *arg, int base) in get_unsigned() function