Searched refs:GX_UTILITY_MATH_USHORT_ADD (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/common/src/ |
| D | gx_system_private_string.c | 90 GX_UTILITY_MATH_USHORT_ADD((USHORT)text -> gx_string_length, 3, needed_buffer_size) in _gx_system_private_string_copy() 268 GX_UTILITY_MATH_USHORT_ADD(needed_buffer_size, (USHORT)length, needed_buffer_size) in _gx_system_private_string_list_copy() 269 GX_UTILITY_MATH_USHORT_ADD(needed_buffer_size, 1, needed_buffer_size) in _gx_system_private_string_list_copy() 425 …GX_UTILITY_MATH_USHORT_ADD(needed_buffer_size, (USHORT)string_list[index].gx_string_length, needed… in _gx_system_private_string_list_copy_ext() 426 GX_UTILITY_MATH_USHORT_ADD(needed_buffer_size, 1, needed_buffer_size) in _gx_system_private_string_list_copy_ext()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_utility.h | 215 #define GX_UTILITY_MATH_USHORT_ADD(augend, addend, result) \ macro
|