Home
last modified time | relevance | path

Searched defs:hex_value (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; struct
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; }; argument
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; }; argument
19 template <> struct hex_value<'3'> { static constexpr limb_type value = 3; }; argument
20 template <> struct hex_value<'4'> { static constexpr limb_type value = 4; }; argument
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; argument
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; struct
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; struct
24 template <> struct hex_value<'8'> { static constexpr limb_type value = 8; }; argument
25 template <> struct hex_value<'9'> { static constexpr limb_type value = 9; }; struct
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dspu-dis.c86 int hex_value; in print_insn_spu() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dlibiberty.h396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dlibiberty.h396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro