Searched refs:buf_length (Results 1 – 2 of 2) sorted by relevance
151 ULONG buf_length; member156 ULONG buf_length; in ux_test_callback_log() local161 device_ccid_callback_log.buf_length = 0; in ux_test_callback_log()164 …buf_length = UX_DEVICE_CLASS_CCID_MESSAGE_LENGTH_GET(ccid_msg) + UX_DEVICE_CLASS_CCID_MESSAGE_HEAD… in ux_test_callback_log()165 UX_TEST_ASSERT(buf_length <= UX_DEMO_MAX_MESSAGE_LENGTH); in ux_test_callback_log()166 _ux_utility_memory_copy(device_ccid_callback_log.buf, ccid_msg, buf_length); in ux_test_callback_log()167 device_ccid_callback_log.buf_length = buf_length; in ux_test_callback_log()652 UX_TEST_ASSERT(device_ccid_callback_log.buf_length == (l)); \
138 ULONG buf_length; member143 ULONG buf_length; in ux_test_callback_log() local148 device_ccid_callback_log.buf_length = 0; in ux_test_callback_log()151 …buf_length = UX_DEVICE_CLASS_CCID_MESSAGE_LENGTH_GET(ccid_msg) + UX_DEVICE_CLASS_CCID_MESSAGE_HEAD… in ux_test_callback_log()152 UX_TEST_ASSERT(buf_length <= UX_DEMO_MAX_MESSAGE_LENGTH); in ux_test_callback_log()153 _ux_utility_memory_copy(device_ccid_callback_log.buf, ccid_msg, buf_length); in ux_test_callback_log()154 device_ccid_callback_log.buf_length = buf_length; in ux_test_callback_log()783 UX_TEST_ASSERT(device_ccid_callback_log.buf_length == (l)); \