Home
last modified time | relevance | path

Searched defs:dest_ptr (Results 1 – 6 of 6) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_utility_16_unsigned_write.c73 VOID _fx_utility_16_unsigned_write(UCHAR *dest_ptr, UINT value) in _fx_utility_16_unsigned_write()
Dfx_utility_32_unsigned_write.c73 VOID _fx_utility_32_unsigned_write(UCHAR *dest_ptr, ULONG value) in _fx_utility_32_unsigned_write()
Dfx_utility_64_unsigned_write.c73 VOID _fx_utility_64_unsigned_write(UCHAR *dest_ptr, ULONG64 value) in _fx_utility_64_unsigned_write()
Dfx_utility_memory_set.c81 VOID _fx_utility_memory_set(UCHAR *dest_ptr, UCHAR value, ULONG size) in _fx_utility_memory_set()
Dfx_directory_name_extract.c76 CHAR *_fx_directory_name_extract(CHAR *source_ptr, CHAR *dest_ptr) in _fx_directory_name_extract()
Dfx_utility_memory_copy.c82 VOID _fx_utility_memory_copy(UCHAR *source_ptr, UCHAR *dest_ptr, ULONG size) in _fx_utility_memory_copy()