Searched refs:source (Results 1 – 9 of 9) sorted by relevance
/USBX-v6.2.1/common/core/src/ |
D | ux_utility_unicode_to_string.c | 72 VOID _ux_utility_unicode_to_string(UCHAR *source, UCHAR *destination) in _ux_utility_unicode_to_string() argument 77 string_length = (ULONG) *source++; in _ux_utility_unicode_to_string() 84 *destination++ = *source++; in _ux_utility_unicode_to_string() 87 source++; in _ux_utility_unicode_to_string()
|
D | ux_utility_string_to_unicode.c | 80 VOID _ux_utility_string_to_unicode(UCHAR *source, UCHAR *destination) in _ux_utility_string_to_unicode() argument 87 _ux_utility_string_length_check(source, &string_length, 254); in _ux_utility_string_to_unicode() 96 *destination++ = *source++; in _ux_utility_string_to_unicode()
|
D | ux_utility_memory_copy.c | 76 UCHAR * source; in _ux_utility_memory_copy() local 80 source = (UCHAR *) memory_source; in _ux_utility_memory_copy() 88 *destination++ = *source++; in _ux_utility_memory_copy()
|
D | ux_utility_memory_compare.c | 76 UCHAR * source; in _ux_utility_memory_compare() local 81 source = (UCHAR *) memory_source; in _ux_utility_memory_compare() 89 if(*destination++ != *source++) in _ux_utility_memory_compare()
|
D | ux_utility_debug_log.c | 116 _ux_utility_string_length_check(source, &debug_location_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log() 118 _ux_utility_string_length_check(source, &debug_message_string_length, UX_DEBUG_LOG_SIZE); in _ux_utility_debug_log()
|
/USBX-v6.2.1/ |
D | SECURITY.md | 3 …rity of our software products and services seriously, which includes all source code repositories … 20 * Full paths of source file(s) related to the manifestation of the issue 21 * The location of the affected source code (tag/branch/commit or direct URL)
|
D | README.md | 52 /* up a periodic timer interrupt source, saving the system stack */ 109 …and addons you need in `ux_user.h` and build together with the component source code. You can refe… 115 …While the typical usage pattern is to include USBX into your device code source tree to be built &…
|
D | LICENSE.txt | 64 iii. You may redistribute the unmodified or modified source to your device 66 redistribution in source code form must contain this license and any other 74 ii. when distributed in source code form to distributors or developers of your
|
/USBX-v6.2.1/common/core/inc/ |
D | ux_utility.h | 99 VOID _ux_utility_unicode_to_string(UCHAR *source, UCHAR *destination); 100 VOID _ux_utility_string_to_unicode(UCHAR *source, UCHAR *destination);
|