| /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 D | unistd.h | 23 extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes, 27 size_t __nbytes), read) 30 (int __fd, void *__buf, size_t __nbytes, 36 read (int __fd, void *__buf, size_t __nbytes) in read() argument 40 if (!__builtin_constant_p (__nbytes)) in read() 41 return __read_chk (__fd, __buf, __nbytes, __glibc_objsize0 (__buf)); in read() 43 if (__nbytes > __glibc_objsize0 (__buf)) in read() 44 return __read_chk_warn (__fd, __buf, __nbytes, in read() 47 return __read_alias (__fd, __buf, __nbytes); in read() 51 extern ssize_t __pread_chk (int __fd, void *__buf, size_t __nbytes, [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/libc/usr/include/bits/ |
| H A D | unistd.h | 23 extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes, 27 size_t __nbytes), read) 30 (int __fd, void *__buf, size_t __nbytes, 36 read (int __fd, void *__buf, size_t __nbytes) in read() argument 40 if (!__builtin_constant_p (__nbytes)) in read() 41 return __read_chk (__fd, __buf, __nbytes, __glibc_objsize0 (__buf)); in read() 43 if (__nbytes > __glibc_objsize0 (__buf)) in read() 44 return __read_chk_warn (__fd, __buf, __nbytes, in read() 47 return __read_alias (__fd, __buf, __nbytes); in read() 51 extern ssize_t __pread_chk (int __fd, void *__buf, size_t __nbytes, [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi-mem.h | 25 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 27 .nbytes = __nbytes, \ 34 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument 36 .nbytes = __nbytes, \ 42 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 45 .nbytes = __nbytes, \ 50 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 53 .nbytes = __nbytes, \
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | spi-mem.h | 23 #define SPI_MEM_OP_ADDR(__nbytes, __val, __buswidth) \ argument 25 .nbytes = __nbytes, \ 32 #define SPI_MEM_OP_DUMMY(__nbytes, __buswidth) \ argument 34 .nbytes = __nbytes, \ 40 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 43 .nbytes = __nbytes, \ 48 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 51 .nbytes = __nbytes, \
|
| /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 | locale_conv.h | 500 streamsize __nbytes = sizeof(_M_get_buf) - _M_unconv; in _GLIBCXX_VISIBILITY() local 501 __nbytes = std::min(__nbytes, _M_buf->in_avail()); in _GLIBCXX_VISIBILITY() 502 if (__nbytes < 1) in _GLIBCXX_VISIBILITY() 503 __nbytes = 1; in _GLIBCXX_VISIBILITY() 504 __nbytes = _M_buf->sgetn(_M_get_buf + _M_unconv, __nbytes); in _GLIBCXX_VISIBILITY() 505 if (__nbytes < 1) in _GLIBCXX_VISIBILITY() 507 __nbytes += _M_unconv; in _GLIBCXX_VISIBILITY() 523 __bnext, __bnext + __nbytes, __bnext, in _GLIBCXX_VISIBILITY() 531 _Tr::copy(__outbuf, __get_buf, __nbytes); in _GLIBCXX_VISIBILITY() 536 if ((_M_unconv = _M_get_buf + __nbytes - __bnext)) 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/bits/ |
| H A D | locale_conv.h | 500 streamsize __nbytes = sizeof(_M_get_buf) - _M_unconv; in _GLIBCXX_VISIBILITY() local 501 __nbytes = std::min(__nbytes, _M_buf->in_avail()); in _GLIBCXX_VISIBILITY() 502 if (__nbytes < 1) in _GLIBCXX_VISIBILITY() 503 __nbytes = 1; in _GLIBCXX_VISIBILITY() 504 __nbytes = _M_buf->sgetn(_M_get_buf + _M_unconv, __nbytes); in _GLIBCXX_VISIBILITY() 505 if (__nbytes < 1) in _GLIBCXX_VISIBILITY() 507 __nbytes += _M_unconv; in _GLIBCXX_VISIBILITY() 523 __bnext, __bnext + __nbytes, __bnext, in _GLIBCXX_VISIBILITY() 531 _Tr::copy(__outbuf, __get_buf, __nbytes); in _GLIBCXX_VISIBILITY() 536 if ((_M_unconv = _M_get_buf + __nbytes - __bnext)) 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/libc/usr/include/bits/types/ |
| H A D | cookie_io_functions_t.h | 28 size_t __nbytes); 37 size_t __nbytes);
|
| /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/types/ |
| H A D | cookie_io_functions_t.h | 28 size_t __nbytes); 37 size_t __nbytes);
|
| /OK3568_Linux_fs/kernel/arch/nios2/lib/ |
| H A D | memcpy.c | 37 size_t __nbytes = (nbytes); \ 38 while (__nbytes > 0) { \ 41 __nbytes -= 1; \
|
| /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 | dirent.h | 354 size_t __nbytes, 361 size_t __nbytes, 371 size_t __nbytes,
|
| H A D | unistd.h | 360 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur 378 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, 393 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes, 398 size_t __nbytes, __off64_t __offset), 411 extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
|
| /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 | dirent.h | 354 size_t __nbytes, 361 size_t __nbytes, 371 size_t __nbytes,
|
| H A D | unistd.h | 360 extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __wur 378 extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, 393 extern ssize_t __REDIRECT (pread, (int __fd, void *__buf, size_t __nbytes, 398 size_t __nbytes, __off64_t __offset), 411 extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
|
| /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 | memory_resource | 184 allocate_bytes(size_t __nbytes, 186 { return _M_resource->allocate(__nbytes, __alignment); } 189 deallocate_bytes(void* __p, size_t __nbytes, 191 { _M_resource->deallocate(__p, __nbytes, __alignment); }
|
| /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/ |
| H A D | memory_resource | 184 allocate_bytes(size_t __nbytes, 186 { return _M_resource->allocate(__nbytes, __alignment); } 189 deallocate_bytes(void* __p, size_t __nbytes, 191 { _M_resource->deallocate(__p, __nbytes, __alignment); }
|
| /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/experimental/ |
| H A D | memory_resource | 276 _AlignMgr(size_t __nbytes, size_t __align) 277 : _M_nbytes(__nbytes), _M_align(__align)
|
| /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/experimental/ |
| H A D | memory_resource | 276 _AlignMgr(size_t __nbytes, size_t __align) 277 : _M_nbytes(__nbytes), _M_align(__align)
|
| /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/netinet/ |
| H A D | in.h | 556 extern int inet6_option_space (int __nbytes)
|
| /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/netinet/ |
| H A D | in.h | 556 extern int inet6_option_space (int __nbytes)
|