Home
last modified time | relevance | path

Searched refs:__offset (Results 1 – 25 of 91) sorted by relevance

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Duio.h68 __off_t __offset) __wur;
80 __off_t __offset) __wur;
85 int __count, __off64_t __offset),
88 int __count, __off64_t __offset),
107 __off64_t __offset) __wur;
119 __off64_t __offset) __wur;
128 __off_t __offset, int ___flags) __wur;
132 __off_t __offset, int __flags) __wur;
137 int __count, __off64_t __offset,
141 int __count, __off64_t __offset,
[all …]
H A Dsendfile.h33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
38 (int __out_fd, int __in_fd, __off64_t *__offset,
45 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
H A Dmman.h58 int __flags, int __fd, __off_t __offset) __THROW;
63 int __flags, int __fd, __off64_t __offset),
71 int __flags, int __fd, __off64_t __offset) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Duio.h68 __off_t __offset) __wur;
80 __off_t __offset) __wur;
85 int __count, __off64_t __offset),
88 int __count, __off64_t __offset),
107 __off64_t __offset) __wur;
119 __off64_t __offset) __wur;
128 __off_t __offset, int ___flags) __wur;
132 __off_t __offset, int __flags) __wur;
137 int __count, __off64_t __offset,
141 int __count, __off64_t __offset,
[all …]
H A Dsendfile.h33 extern ssize_t sendfile (int __out_fd, int __in_fd, off_t *__offset,
38 (int __out_fd, int __in_fd, __off64_t *__offset,
45 extern ssize_t sendfile64 (int __out_fd, int __in_fd, __off64_t *__offset,
H A Dmman.h58 int __flags, int __fd, __off_t __offset) __THROW;
63 int __flags, int __fd, __off64_t __offset),
71 int __flags, int __fd, __off64_t __offset) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dunistd.h52 __off_t __offset, size_t __bufsize)
55 __off64_t __offset, size_t __bufsize)
59 __off_t __offset), pread)
63 __off64_t __offset), pread64)
67 __off_t __offset, size_t __bufsize), __pread_chk)
72 __off64_t __offset, size_t __bufsize),
79 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread() argument
84 return __pread_chk (__fd, __buf, __nbytes, __offset, in pread()
88 return __pread_chk_warn (__fd, __buf, __nbytes, __offset, in pread()
91 return __pread_alias (__fd, __buf, __nbytes, __offset); in pread()
[all …]
H A Dfcntl-linux.h375 extern __ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
383 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
414 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
417 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
425 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dunistd.h52 __off_t __offset, size_t __bufsize)
55 __off64_t __offset, size_t __bufsize)
59 __off_t __offset), pread)
63 __off64_t __offset), pread64)
67 __off_t __offset, size_t __bufsize), __pread_chk)
72 __off64_t __offset, size_t __bufsize),
79 pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset) in pread() argument
84 return __pread_chk (__fd, __buf, __nbytes, __offset, in pread()
88 return __pread_chk_warn (__fd, __buf, __nbytes, __offset, in pread()
91 return __pread_alias (__fd, __buf, __nbytes, __offset); in pread()
[all …]
H A Dfcntl-linux.h375 extern __ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
383 extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
414 extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
417 extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
425 extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset.tcc49 const size_t __offset = __shift % _S_bits_per_block; in _M_do_left_shift() local
51 if (__offset == 0) in _M_do_left_shift()
56 const size_t __sub_offset = _S_bits_per_block - __offset; in _M_do_left_shift()
58 this->_M_w[__n] = ((this->_M_w[__n - __wshift] << __offset) in _M_do_left_shift()
60 this->_M_w[__wshift] = this->_M_w[0] << __offset; in _M_do_left_shift()
75 const size_t __offset = __shift % _S_bits_per_block; in _M_do_right_shift() local
78 if (__offset == 0) in _M_do_right_shift()
84 - __offset); in _M_do_right_shift()
86 this->_M_w[__n] = ((this->_M_w[__n + __wshift] >> __offset) in _M_do_right_shift()
88 this->_M_w[__limit] = this->_M_w[_M_w.size()-1] >> __offset; in _M_do_right_shift()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset.tcc49 const size_t __offset = __shift % _S_bits_per_block; in _M_do_left_shift() local
51 if (__offset == 0) in _M_do_left_shift()
56 const size_t __sub_offset = _S_bits_per_block - __offset; in _M_do_left_shift()
58 this->_M_w[__n] = ((this->_M_w[__n - __wshift] << __offset) in _M_do_left_shift()
60 this->_M_w[__wshift] = this->_M_w[0] << __offset; in _M_do_left_shift()
75 const size_t __offset = __shift % _S_bits_per_block; in _M_do_right_shift() local
78 if (__offset == 0) in _M_do_right_shift()
84 - __offset); in _M_do_right_shift()
86 this->_M_w[__n] = ((this->_M_w[__n + __wshift] >> __offset) in _M_do_right_shift()
88 this->_M_w[__limit] = this->_M_w[_M_w.size()-1] >> __offset; in _M_do_right_shift()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfcntl.h288 extern int posix_fadvise (int __fd, off_t __offset, off_t __len,
292 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
300 extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len,
310 extern int posix_fallocate (int __fd, off_t __offset, off_t __len);
313 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
321 extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len);
H A Dunistd.h334 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
338 (int __fd, __off64_t __offset, int __whence),
345 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
379 __off_t __offset) __wur
388 __off_t __offset) __wur
394 __off64_t __offset),
398 size_t __nbytes, __off64_t __offset),
412 __off64_t __offset) __wur
417 __off64_t __offset) __wur
930 size_t __offset, unsigned int __scale)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfcntl.h288 extern int posix_fadvise (int __fd, off_t __offset, off_t __len,
292 extern int __REDIRECT_NTH (posix_fadvise, (int __fd, __off64_t __offset,
300 extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len,
310 extern int posix_fallocate (int __fd, off_t __offset, off_t __len);
313 extern int __REDIRECT (posix_fallocate, (int __fd, __off64_t __offset,
321 extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len);
H A Dunistd.h334 extern __off_t lseek (int __fd, __off_t __offset, int __whence) __THROW;
338 (int __fd, __off64_t __offset, int __whence),
345 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
379 __off_t __offset) __wur
388 __off_t __offset) __wur
394 __off64_t __offset),
398 size_t __nbytes, __off64_t __offset),
412 __off64_t __offset) __wur
417 __off64_t __offset) __wur
930 size_t __offset, unsigned int __scale)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dpointer.h414 operator+(const _Pointer_adapter& __lhs, INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
415 { return _Pointer_adapter(__lhs.get() + __offset); } \ in _GLIBCXX_VISIBILITY()
418 operator+(INT_TYPE __offset, const _Pointer_adapter& __rhs) \ in _GLIBCXX_VISIBILITY()
419 { return _Pointer_adapter(__rhs.get() + __offset); } \ in _GLIBCXX_VISIBILITY()
422 operator-(const _Pointer_adapter& __lhs, INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
423 { return _Pointer_adapter(__lhs.get() - __offset); } \ in _GLIBCXX_VISIBILITY()
426 operator+=(INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
428 _Storage_policy::set(_Storage_policy::get() + __offset); \ in _GLIBCXX_VISIBILITY()
433 operator-=(INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
435 _Storage_policy::set(_Storage_policy::get() - __offset); \ in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dpointer.h414 operator+(const _Pointer_adapter& __lhs, INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
415 { return _Pointer_adapter(__lhs.get() + __offset); } \ in _GLIBCXX_VISIBILITY()
418 operator+(INT_TYPE __offset, const _Pointer_adapter& __rhs) \ in _GLIBCXX_VISIBILITY()
419 { return _Pointer_adapter(__rhs.get() + __offset); } \ in _GLIBCXX_VISIBILITY()
422 operator-(const _Pointer_adapter& __lhs, INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
423 { return _Pointer_adapter(__lhs.get() - __offset); } \ in _GLIBCXX_VISIBILITY()
426 operator+=(INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
428 _Storage_policy::set(_Storage_policy::get() + __offset); \ in _GLIBCXX_VISIBILITY()
433 operator-=(INT_TYPE __offset) \ in _GLIBCXX_VISIBILITY()
435 _Storage_policy::set(_Storage_policy::get() - __offset); \ in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dset_operations.h396 _IIter __offset[2]; in __parallel_set_operation() local
400 __rank, __offset, __op._M_comp); in __parallel_set_operation()
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2 in __parallel_set_operation()
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1]) in __parallel_set_operation()
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))) in __parallel_set_operation()
411 --__offset[0]; in __parallel_set_operation()
415 _IteratorPair(__offset[0], __offset[1]); in __parallel_set_operation()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dset_operations.h396 _IIter __offset[2]; in __parallel_set_operation() local
400 __rank, __offset, __op._M_comp); in __parallel_set_operation()
405 if (__offset[ 0 ] != __begin1 && __offset[1] != __end2 in __parallel_set_operation()
406 && !__op._M_comp(*(__offset[0] - 1), *__offset[1]) in __parallel_set_operation()
407 && !__op._M_comp(*__offset[1], *(__offset[0] - 1))) in __parallel_set_operation()
411 --__offset[0]; in __parallel_set_operation()
415 _IteratorPair(__offset[0], __offset[1]); in __parallel_set_operation()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Du_f.h24 size_t groupname##_##name##__offset = ({ \
42 size_t groupname##_##name##__offset = ({ \
58 ((void *) ((char *)ptr + groupname##_##name##__offset))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Darm_mve.h314 #define vstrbq_scatter_offset(__base, __offset, __value) __arm_vstrbq_scatter_offset(__base, __offs… argument
316 #define vstrwq_scatter_base(__addr, __offset, __value) __arm_vstrwq_scatter_base(__addr, __offset, … argument
317 #define vldrbq_gather_offset(__base, __offset) __arm_vldrbq_gather_offset(__base, __offset) argument
319 #define vstrbq_scatter_offset_p(__base, __offset, __value, __p) __arm_vstrbq_scatter_offset_p(__bas… argument
320 #define vstrwq_scatter_base_p(__addr, __offset, __value, __p) __arm_vstrwq_scatter_base_p(__addr, _… argument
321 #define vldrbq_gather_offset_z(__base, __offset, __p) __arm_vldrbq_gather_offset_z(__base, __offset argument
323 #define vldrhq_gather_offset(__base, __offset) __arm_vldrhq_gather_offset(__base, __offset) argument
324 #define vldrhq_gather_offset_z(__base, __offset, __p) __arm_vldrhq_gather_offset_z(__base, __offset argument
325 #define vldrhq_gather_shifted_offset(__base, __offset) __arm_vldrhq_gather_shifted_offset(__base, _… argument
326 …ne vldrhq_gather_shifted_offset_z(__base, __offset, __p) __arm_vldrhq_gather_shifted_offset_z(__ba… argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dvector524 difference_type __offset = __position.base() - _Base::cbegin();
530 this->_M_invalidate_after_nth(__offset);
545 difference_type __offset = __position.base() - _Base::begin();
550 this->_M_invalidate_after_nth(__offset);
573 difference_type __offset = __position.base() - _Base::cbegin();
578 this->_M_invalidate_after_nth(__offset);
588 difference_type __offset = __position.base() - _Base::begin();
593 this->_M_invalidate_after_nth(__offset);
612 difference_type __offset = __position.base() - _Base::cbegin();
624 this->_M_invalidate_after_nth(__offset);
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dvector524 difference_type __offset = __position.base() - _Base::cbegin();
530 this->_M_invalidate_after_nth(__offset);
545 difference_type __offset = __position.base() - _Base::begin();
550 this->_M_invalidate_after_nth(__offset);
573 difference_type __offset = __position.base() - _Base::cbegin();
578 this->_M_invalidate_after_nth(__offset);
588 difference_type __offset = __position.base() - _Base::begin();
593 this->_M_invalidate_after_nth(__offset);
612 difference_type __offset = __position.base() - _Base::cbegin();
624 this->_M_invalidate_after_nth(__offset);
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dscatterlist.c776 miter->__offset = miter->piter.sg_pgoffset ? 0 : sg->offset; in sg_miter_get_next_page()
777 miter->piter.sg_pgoffset += miter->__offset >> PAGE_SHIFT; in sg_miter_get_next_page()
778 miter->__offset &= PAGE_SIZE - 1; in sg_miter_get_next_page()
781 miter->__offset; in sg_miter_get_next_page()
783 PAGE_SIZE - miter->__offset); in sg_miter_get_next_page()
818 miter->__offset += consumed; in sg_miter_skip()
859 miter->addr = kmap_atomic(miter->page) + miter->__offset; in sg_miter_next()
861 miter->addr = kmap(miter->page) + miter->__offset; in sg_miter_next()
887 miter->__offset += miter->consumed; in sg_miter_stop()

1234