| /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 | ftw.h | 136 extern int ftw (const char *__dir, __ftw_func_t __func, int __descriptors) 140 extern int __REDIRECT (ftw, (const char *__dir, __ftw_func_t __func, 147 extern int ftw64 (const char *__dir, __ftw64_func_t __func, 158 extern int nftw (const char *__dir, __nftw_func_t __func, int __descriptors, 162 extern int __REDIRECT (nftw, (const char *__dir, __nftw_func_t __func, 170 extern int nftw64 (const char *__dir, __nftw64_func_t __func,
|
| H A D | dirent.h | 255 extern int scandir (const char *__restrict __dir, 264 (const char *__restrict __dir, 278 extern int scandir64 (const char *__restrict __dir, 293 extern int scandirat (int __dfd, const char *__restrict __dir, 302 (int __dfd, const char *__restrict __dir, 315 extern int scandirat64 (int __dfd, const char *__restrict __dir,
|
| H A D | stdio.h | 204 extern char *tempnam (const char *__dir, const char *__pfx)
|
| /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 | ftw.h | 136 extern int ftw (const char *__dir, __ftw_func_t __func, int __descriptors) 140 extern int __REDIRECT (ftw, (const char *__dir, __ftw_func_t __func, 147 extern int ftw64 (const char *__dir, __ftw64_func_t __func, 158 extern int nftw (const char *__dir, __nftw_func_t __func, int __descriptors, 162 extern int __REDIRECT (nftw, (const char *__dir, __nftw_func_t __func, 170 extern int nftw64 (const char *__dir, __nftw64_func_t __func,
|
| H A D | dirent.h | 255 extern int scandir (const char *__restrict __dir, 264 (const char *__restrict __dir, 278 extern int scandir64 (const char *__restrict __dir, 293 extern int scandirat (int __dfd, const char *__restrict __dir, 302 (int __dfd, const char *__restrict __dir, 315 extern int scandirat64 (int __dfd, const char *__restrict __dir,
|
| H A D | stdio.h | 204 extern char *tempnam (const char *__dir, const char *__pfx)
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/vt8500/ |
| H A D | pinctrl-wmt.h | 13 #define WMT_PINCTRL_BANK(__en, __dir, __dout, __din, __pen, __pcfg) \ argument 16 .reg_dir = __dir, \
|
| /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 | messages_members.h | 71 const char* __dir) const in _GLIBCXX_VISIBILITY() 73 bindtextdomain(__s.c_str(), __dir); 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 | messages_members.h | 71 const char* __dir) const in _GLIBCXX_VISIBILITY() 73 bindtextdomain(__s.c_str(), __dir); in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 254 #define hme_dma_map(__hp, __ptr, __size, __dir) \ argument 255 ((__hp)->dma_map((__hp)->dma_dev, (__ptr), (__size), (__dir))) 256 #define hme_dma_unmap(__hp, __addr, __size, __dir) \ argument 257 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir))) 258 #define hme_dma_sync_for_cpu(__hp, __addr, __size, __dir) \ argument 259 ((__hp)->dma_sync_for_cpu((__hp)->dma_dev, (__addr), (__size), (__dir))) 260 #define hme_dma_sync_for_device(__hp, __addr, __size, __dir) \ argument 261 ((__hp)->dma_sync_for_device((__hp)->dma_dev, (__addr), (__size), (__dir))) 280 #define hme_dma_map(__hp, __ptr, __size, __dir) \ argument 281 dma_map_single((__hp)->dma_dev, (__ptr), (__size), (__dir)) [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/ext/ |
| H A D | stdio_sync_filebuf.h | 194 seekoff(std::streamoff __off, std::ios_base::seekdir __dir, in _GLIBCXX_VISIBILITY() 199 if (__dir == std::ios_base::beg) in _GLIBCXX_VISIBILITY() 201 else if (__dir == std::ios_base::cur) 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() 199 if (__dir == std::ios_base::beg) in _GLIBCXX_VISIBILITY() 201 else if (__dir == std::ios_base::cur) in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | light.c | 186 #define gb_lights_fade_attr(__dir) \ argument 187 static ssize_t fade_##__dir##_show(struct device *dev, \ 194 return sprintf(buf, "%u\n", channel->fade_##__dir); \ 197 static ssize_t fade_##__dir##_store(struct device *dev, \ 217 if (channel->fade_##__dir == fade) \ 219 channel->fade_##__dir = fade; \ 230 static DEVICE_ATTR_RW(fade_##__dir)
|
| /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 | 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 | istream.tcc | 892 seekg(off_type __off, ios_base::seekdir __dir) in seekg() argument 907 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekg()
|
| /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 | 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 | istream.tcc | 892 seekg(off_type __off, ios_base::seekdir __dir) in seekg() argument 907 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekg()
|
| /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 D | mount.h | 138 extern int mount (const char *__special_file, const char *__dir,
|
| /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 D | mount.h | 138 extern int mount (const char *__special_file, const char *__dir,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | ostream | 233 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 986 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir) 991 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1))
|
| H A D | istream | 290 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1198 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) 1208 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | ostream | 233 basic_ostream& seekp(off_type __off, ios_base::seekdir __dir); 986 basic_ostream<_CharT, _Traits>::seekp(off_type __off, ios_base::seekdir __dir) 991 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1))
|
| H A D | istream | 290 basic_istream& seekg(off_type __off, ios_base::seekdir __dir); 1198 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) 1208 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::in) == pos_type(-1))
|
| /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/backward/ |
| H A D | strstream | 126 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|
| /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/backward/ |
| H A D | strstream | 126 virtual pos_type seekoff(off_type __off, ios_base::seekdir __dir,
|