Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx-utils/
H A Dutils.h912 #define __FCITX_BYTE_CAST(new_val, old_type, old_val) do { \ macro
929 __FCITX_BYTE_CAST(__fx_cast_to_int_tmp, old_type, old_val); \
933 __FCITX_BYTE_CAST(__fx_cast_to_int_tmp, old_type, old_val); \
937 __FCITX_BYTE_CAST(__fx_cast_to_int_tmp, old_type, old_val); \
941 __FCITX_BYTE_CAST(__fx_cast_to_int_tmp, old_type, old_val); \
998 __FCITX_BYTE_CAST(new_val, int8_t, __fx_cast_from_int_tmp); \
1001 __FCITX_BYTE_CAST(new_val, int16_t, __fx_cast_from_int_tmp); \
1004 __FCITX_BYTE_CAST(new_val, uint32_t, __fx_cast_from_int_tmp); \
1007 __FCITX_BYTE_CAST(new_val, int64_t, __fx_cast_from_int_tmp); \