| /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/bits/ |
| H A D | postypes.h | 133 fpos(streamoff __off) in _GLIBCXX_VISIBILITY() 134 : _M_off(__off), _M_state() { } in _GLIBCXX_VISIBILITY() 160 operator+=(streamoff __off) in _GLIBCXX_VISIBILITY() 162 _M_off += __off; in _GLIBCXX_VISIBILITY() 171 operator-=(streamoff __off) in _GLIBCXX_VISIBILITY() 173 _M_off -= __off; in _GLIBCXX_VISIBILITY() 184 operator+(streamoff __off) const in _GLIBCXX_VISIBILITY() 187 __pos += __off; in _GLIBCXX_VISIBILITY() 198 operator-(streamoff __off) const in _GLIBCXX_VISIBILITY() 201 __pos -= __off; in _GLIBCXX_VISIBILITY()
|
| H A D | sstream.tcc | 168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument 180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff() 184 off_type __newoffi = __off; in seekoff() 277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump() argument 280 while (__off > __gnu_cxx::__numeric_traits<int>::__max) in _M_pbump() 283 __off -= __gnu_cxx::__numeric_traits<int>::__max; in _M_pbump() 285 this->pbump(__off); in _M_pbump()
|
| H A D | fstream.tcc | 833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() argument 842 const bool __testfail = __off != 0 && __width <= 0; in seekoff() 849 bool __no_movement = __way == ios_base::cur && __off == 0 in seekoff() 862 off_type __computed_off = __off * __width; in seekoff() 908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek() argument 913 off_type __file_off = _M_file.seekoff(__off, __way); in _M_seek()
|
| H A D | ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) in seekp() argument 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
|
| H A D | basic_string.tcc | 755 const size_type __off = __s - _M_data(); 757 __s = _M_data() + __off; 814 const size_type __off = __s - _M_data(); 816 __s = _M_data() + __off; 872 size_type __off = __s - _M_data(); 873 __left ? __off : (__off += __n2 - __n1); 875 _M_copy(_M_data() + __pos, _M_data() + __off, __n2);
|
| H A D | locale_facets.tcc | 1071 streamsize __off = 0; in _M_insert_float() local 1074 __off = 1; in _M_insert_float() 1080 __lc->_M_thousands_sep, __wp, __ws2 + __off, in _M_insert_float() 1081 __ws + __off, __len); in _M_insert_float() 1082 __len += __off; in _M_insert_float()
|
| /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/bits/ |
| H A D | postypes.h | 133 fpos(streamoff __off) in _GLIBCXX_VISIBILITY() 134 : _M_off(__off), _M_state() { } in _GLIBCXX_VISIBILITY() 160 operator+=(streamoff __off) in _GLIBCXX_VISIBILITY() 162 _M_off += __off; in _GLIBCXX_VISIBILITY() 171 operator-=(streamoff __off) in _GLIBCXX_VISIBILITY() 173 _M_off -= __off; in _GLIBCXX_VISIBILITY() 184 operator+(streamoff __off) const in _GLIBCXX_VISIBILITY() 187 __pos += __off; in _GLIBCXX_VISIBILITY() 198 operator-(streamoff __off) const in _GLIBCXX_VISIBILITY() 201 __pos -= __off; in _GLIBCXX_VISIBILITY()
|
| H A D | sstream.tcc | 168 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode __mode) in seekoff() argument 180 if ((__beg || !__off) && (__testin || __testout || __testboth)) in seekoff() 184 off_type __newoffi = __off; in seekoff() 277 _M_pbump(char_type* __pbeg, char_type* __pend, off_type __off) in _M_pbump() argument 280 while (__off > __gnu_cxx::__numeric_traits<int>::__max) in _M_pbump() 283 __off -= __gnu_cxx::__numeric_traits<int>::__max; in _M_pbump() 285 this->pbump(__off); in _M_pbump()
|
| H A D | fstream.tcc | 833 seekoff(off_type __off, ios_base::seekdir __way, ios_base::openmode) in seekoff() argument 842 const bool __testfail = __off != 0 && __width <= 0; in seekoff() 849 bool __no_movement = __way == ios_base::cur && __off == 0 in seekoff() 862 off_type __computed_off = __off * __width; in seekoff() 908 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state) in _M_seek() argument 913 off_type __file_off = _M_file.seekoff(__off, __way); in _M_seek()
|
| H A D | ostream.tcc | 290 seekp(off_type __off, ios_base::seekdir __dir) in seekp() argument 299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
|
| H A D | basic_string.tcc | 755 const size_type __off = __s - _M_data(); 757 __s = _M_data() + __off; 814 const size_type __off = __s - _M_data(); 816 __s = _M_data() + __off; 872 size_type __off = __s - _M_data(); 873 __left ? __off : (__off += __n2 - __n1); 875 _M_copy(_M_data() + __pos, _M_data() + __off, __n2);
|
| H A D | locale_facets.tcc | 1071 streamsize __off = 0; in _M_insert_float() local 1074 __off = 1; in _M_insert_float() 1080 __lc->_M_thousands_sep, __wp, __ws2 + __off, in _M_insert_float() 1081 __ws + __off, __len); in _M_insert_float() 1082 __len += __off; in _M_insert_float()
|
| /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 D | search.h | 52 _DifferenceTp* __off) in __calc_borders() argument 56 __off[0] = -1; in __calc_borders() 58 __off[1] = 0; in __calc_borders() 63 __k = __off[__k]; in __calc_borders() 64 __off[__j] = ++__k; in __calc_borders()
|
| /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 D | search.h | 52 _DifferenceTp* __off) in __calc_borders() argument 56 __off[0] = -1; in __calc_borders() 58 __off[1] = 0; in __calc_borders() 63 __k = __off[__k]; in __calc_borders() 64 __off[__j] = ++__k; in __calc_borders()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 117 #define _lseek_r(__reent, __fdes, __off, __w) lseek(__fdes, __off, __w) argument 131 #define _lseek64_r(__reent, __fd, __off, __w) lseek64(__fd, __off, __w) argument
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | reent.h | 117 #define _lseek_r(__reent, __fdes, __off, __w) lseek(__fdes, __off, __w) argument 131 #define _lseek64_r(__reent, __fd, __off, __w) lseek64(__fd, __off, __w) argument
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-s3c/ |
| H A D | gpio-core.h | 20 #define con_4bit_shift(__off) ((__off) * 4) argument
|
| /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 D | stdio_sync_filebuf.h | 194 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, in _GLIBCXX_VISIBILITY() 206 if (!fseeko64(_M_file, __off, __whence)) in _GLIBCXX_VISIBILITY() 209 if (!fseek(_M_file, __off, __whence)) 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 D | stdio_sync_filebuf.h | 194 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, in _GLIBCXX_VISIBILITY() 206 if (!fseeko64(_M_file, __off, __whence)) in _GLIBCXX_VISIBILITY() 209 if (!fseek(_M_file, __off, __whence)) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_core_autosize.c | 133 volatile long __off = sizeof(*dst) - (sz); \ 134 bpf_core_read((char *)(dst) + __off, sz, src); \
|
| /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 D | stdio.h | 689 extern int fseek (FILE *__stream, long int __off, int __whence); 712 extern int fseeko (FILE *__stream, __off_t __off, int __whence); 721 (FILE *__stream, __off64_t __off, int __whence), 755 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
|
| /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 D | stdio.h | 689 extern int fseek (FILE *__stream, long int __off, int __whence); 712 extern int fseeko (FILE *__stream, __off_t __off, int __whence); 721 (FILE *__stream, __off64_t __off, int __whence), 755 extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence);
|
| /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/arm-none-linux-gnueabihf/bits/ |
| H A D | basic_file.h | 123 seekoff(streamoff __off, ios_base::seekdir __way) throw (); 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/aarch64-none-linux-gnu/bits/ |
| H A D | basic_file.h | 123 seekoff(streamoff __off, ios_base::seekdir __way) throw (); 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/ |
| H A D | fstream | 416 seekoff(off_type __off, ios_base::seekdir __way, 425 _M_seek(off_type __off, ios_base::seekdir __way, __state_type __state); 450 * __off == egptr() - eback() upon underflow/uflow (@b read mode); 451 * __off == 0 upon overflow (@b write mode); 452 * __off == -1 upon open, setbuf, seekoff/pos (@b uncommitted mode). 459 _M_set_buffer(streamsize __off) 465 if (__testin && __off > 0) 466 this->setg(_M_buf, _M_buf, _M_buf + __off); 470 if (__testout && __off == 0 && _M_buf_size > 1 )
|