Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfx_utility_64_unsigned_read.c77 ULONG lower_portion; in _fx_utility_64_unsigned_read() local
80 lower_portion = _fx_utility_32_unsigned_read(source_ptr); in _fx_utility_64_unsigned_read()
84 value |= (ULONG64)lower_portion; in _fx_utility_64_unsigned_read()