Searched defs:offset_high (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | llseek.c | 70 static _syscall5(int,_llseek,unsigned int,fd,unsigned long,offset_high, in _syscall5() argument
|
/external/e2fsprogs/lib/blkid/ |
D | llseek.c | 69 static _syscall5(int, _llseek, unsigned int, fd, unsigned long, offset_high, in _syscall5() argument
|
/external/curl/lib/ |
D | smb.h | 208 unsigned int offset_high; member 224 unsigned int offset_high; member
|
/external/python/cpython3/Modules/ |
D | overlapped.c | 1226 DWORD offset_high; in Overlapped_TransmitFile() local
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 943 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \ argument 948 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \ argument
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 2161 int16_t offset_high = static_cast<uint16_t>(src.offset() >> 16); in AdjustBaseAndOffset() local
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 2320 int16_t offset_high = static_cast<uint16_t>(src.offset() >> 16); in AdjustBaseAndOffset() local
|