Searched refs:offset_high (Results 1 – 10 of 10) sorted by relevance
/external/curl/lib/ |
D | smb.h | 208 unsigned int offset_high; member 224 unsigned int offset_high; member
|
D | smb.c | 568 msg.offset_high = smb_swap32((unsigned int) (offset >> 32)); in smb_send_read() 594 msg->offset_high = smb_swap32((unsigned int) (offset >> 32)); in smb_send_write()
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 69 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() argument
|
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 70 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() argument
|
/external/python/cpython3/Lib/asyncio/ |
D | windows_events.py | 607 offset_high = (offset >> 32) & 0xffff_ffff 610 offset_low, offset_high,
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 1366 DWORD offset_high; in Overlapped_TransmitFile() local 1376 &Socket, &File, &offset, &offset_high, in Overlapped_TransmitFile() 1389 self->overlapped.OffsetHigh = offset_high; in Overlapped_TransmitFile()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 943 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \ argument 945 __sanitizer_syscall_pre_impl_llseek((long)(fd), (long)(offset_high), \ 948 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \ argument 950 __sanitizer_syscall_post_impl_llseek(res, (long)(fd), (long)(offset_high), \ 2530 void __sanitizer_syscall_pre_impl_llseek(long fd, long offset_high, 2533 void __sanitizer_syscall_post_impl_llseek(long res, long fd, long offset_high,
|
/external/v8/src/codegen/mips64/ |
D | assembler-mips64.cc | 2077 int16_t offset_high = static_cast<uint16_t>(src->offset() >> 16); in AdjustBaseAndOffset() local 2082 offset_high++; in AdjustBaseAndOffset() 2083 overflow_hi16 = (offset_high == -32768); in AdjustBaseAndOffset() 2085 daui(scratch, src->rm(), static_cast<uint16_t>(offset_high)); in AdjustBaseAndOffset()
|
/external/v8/src/codegen/mips/ |
D | assembler-mips.cc | 2001 int16_t offset_high = static_cast<uint16_t>(src->offset() >> 16); in AdjustBaseAndOffset() local 2003 offset_high += (offset_low < 0) in AdjustBaseAndOffset() 2006 aui(scratch, src->rm(), static_cast<uint16_t>(offset_high)); in AdjustBaseAndOffset()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 1582 PRE_SYSCALL(llseek)(long fd, long offset_high, long offset_low, void *result, 1585 POST_SYSCALL(llseek)(long res, long fd, long offset_high, long offset_low,
|