Home
last modified time | relevance | path

Searched refs:hex_value (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dspu-dis.c86 int hex_value; in print_insn_spu() local
116 hex_value = 0; in print_insn_spu()
169 hex_value = DECODE_INSN_I7 (insn); in print_insn_spu()
170 printf("%d", hex_value); in print_insn_spu()
180 hex_value = DECODE_INSN_I10 (insn); in print_insn_spu()
181 printf("%d", hex_value); in print_insn_spu()
184 hex_value = DECODE_INSN_I10 (insn) * 16; in print_insn_spu()
185 printf("%d", hex_value); in print_insn_spu()
188 hex_value = DECODE_INSN_I16 (insn); in print_insn_spu()
189 printf("%d", hex_value); in print_insn_spu()
[all …]
/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.hpp15 template <char> struct hex_value;
16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; }; argument
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; }; struct
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; }; struct
21 template <> struct hex_value<'5'> { static constexpr limb_type value = 5; }; struct
22 template <> struct hex_value<'6'> { static constexpr limb_type value = 6; }; argument
23 template <> struct hex_value<'7'> { static constexpr limb_type value = 7; }; argument
24 template <> struct hex_value<'8'> { static constexpr limb_type value = 8; }; argument
[all …]
/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.h393 #define hex_p(c) (hex_value (c) != _hex_bad)
396 #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.h393 #define hex_p(c) (hex_value (c) != _hex_bad)
396 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Dprocfile.rst183 Some ELD fields may be modified by doing ``echo name hex_value > eld#*``.