Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmb.h208 unsigned int offset_high; member
224 unsigned int offset_high; member
Dsmb.c568 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/
Dllseek.c69 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() argument
/external/e2fsprogs/lib/ext2fs/
Dllseek.c70 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() argument
/external/python/cpython3/Lib/asyncio/
Dwindows_events.py607 offset_high = (offset >> 32) & 0xffff_ffff
610 offset_low, offset_high,
/external/python/cpython3/Modules/
Doverlapped.c1366 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/
Dlinux_syscall_hooks.h943 #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/
Dassembler-mips64.cc2077 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/
Dassembler-mips.cc2001 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/
Dsanitizer_common_syscalls.inc1582 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,