Searched refs:memory_source (Results 1 – 3 of 3) sorted by relevance
73 VOID _ux_utility_memory_copy(VOID *memory_destination, VOID *memory_source, ULONG length) in _ux_utility_memory_copy() argument80 source = (UCHAR *) memory_source; in _ux_utility_memory_copy()
73 UINT _ux_utility_memory_compare(VOID *memory_source, VOID *memory_destination, ULONG length) in _ux_utility_memory_compare() argument81 source = (UCHAR *) memory_source; in _ux_utility_memory_compare()
78 UINT _ux_utility_memory_compare(VOID *memory_source, VOID *memory_destination, ULONG le…79 VOID _ux_utility_memory_copy(VOID *memory_destination, VOID *memory_source, ULONG lengt…