Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_private_string.c90 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()
425GX_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/
Dgx_utility.h215 #define GX_UTILITY_MATH_USHORT_ADD(augend, addend, result) \ macro