Home
last modified time | relevance | path

Searched refs:loword (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dwin32_io.c597 LONG loword, hiword; in ntfs_device_win32_getsize() local
601 loword = SetFilePointer(handle, 0, &hiword, 2); in ntfs_device_win32_getsize()
602 if ((loword == INVALID_SET_FILE_POINTER) in ntfs_device_win32_getsize()
608 return ((s64)hiword << 32) + (ULONG)loword; in ntfs_device_win32_getsize()
/third_party/backends/backend/
H A Dcanon_lide70-common.c325 make_constant_buf (size_t count, unsigned int hiword, unsigned int loword, in make_constant_buf() argument
331 unsigned char lohi = (loword >> 8) & 0xff; in make_constant_buf()
332 unsigned char lolo = (loword) & 0xff; in make_constant_buf()

Completed in 6 milliseconds