Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 - 25 of 164) sorted by relevance

1234567

/third_party/exfatprogs/mkfs/
H A Dupcase.c507 int nbytes; in exfat_create_upcase_table() local
/third_party/elfutils/libasm/
H A Dasm_adduleb128.c75 size_t nbytes = dest - tmpbuf; in asm_adduleb128() local
H A Dasm_addsleb128.c79 size_t nbytes = dest - tmpbuf; in asm_addsleb128() local
/third_party/ltp/include/lapi/
H A Dsync_file_range.h19 static inline long sync_file_range(int fd, off64_t offset, off64_t nbytes, in sync_file_range() argument
[all...]
/third_party/ltp/testcases/kernel/sched/clisrv/
H A Dwriten.c28 int writen(int fd, char *ptr, int nbytes) in writen() argument
/third_party/ltp/testcases/kernel/pty/
H A Dpty02.c29 int nbytes; in do_test() local
/third_party/NuttX/fs/vfs/
H A Dfs_read.c64 ssize_t file_read(struct file *filep, void *buf, size_t nbytes) in file_read() argument
126 ssize_t read(int fd, void *buf, size_t nbytes) in read() argument
[all...]
H A Dfs_write.c66 ssize_t file_write(struct file *filep, const void *buf, size_t nbytes) in file_write() argument
157 ssize_t write(int fd, const void *buf, size_t nbytes) in write() argument
[all...]
H A Dfs_pread64.c65 ssize_t file_pread64(struct file *filep, void *buf, size_t nbytes, in file_pread64() argument
146 ssize_t pread64(int fd, void *buf, size_t nbytes, off64_t offset) in pread64() argument
H A Dfs_pread.c47 ssize_t file_pread(struct file *filep, void *buf, size_t nbytes, in file_pread() argument
128 ssize_t pread(int fd, void *buf, size_t nbytes, off_t offset) in pread() argument
H A Dfs_pwrite64.c150 ssize_t pwrite64(int fd, const void *buf, size_t nbytes, off64_t offset) in pwrite64() argument
65 file_pwrite64(struct file *filep, const void *buf, size_t nbytes, off64_t offset) file_pwrite64() argument
H A Dfs_pwrite.c132 ssize_t pwrite(int fd, const void *buf, size_t nbytes, off_t offset) in pwrite() argument
47 file_pwrite(struct file *filep, const void *buf, size_t nbytes, off_t offset) file_pwrite() argument
/third_party/skia/third_party/externals/expat/expat/xmlwf/
H A Dunixfilemap.c64 size_t nbytes; in filemap() local
H A Dreadfilemap.c88 size_t nbytes; in filemap() local
/third_party/NuttX/drivers/bch/
H A Dbchlib_write.c51 size_t nbytes; in bchlib_write() local
[all...]
H A Dbchlib_read.c67 size_t nbytes; in bchlib_read() local
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_binary.c41 void ac_parse_shader_binary_config(const char *data, size_t nbytes, unsigned wave_size, in ac_parse_shader_binary_config() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dio.c152 io_readn(struct io *io, void *buf, int nbytes) in io_readn() argument
/third_party/musl/porting/liteos_a_newlib/kernel/src/
H A Dmalloc.c50 void *__wrap__malloc_r(struct _reent *reent, size_t nbytes) in __wrap__malloc_r() argument
59 void *__wrap__memalign_r(struct _reent *reent, size_t align, size_t nbytes) in __wrap__memalign_r() argument
68 void *__wrap__realloc_r(struct _reent *reent, void *aptr, size_t nbytes) in __wrap__realloc_r() argument
[all...]
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
H A Dlinux-auxv.c39 safe_read(png_structp png_ptr, int fd, void *buffer_in, size_t nbytes) in safe_read() argument
/third_party/optimized-routines/networking/
H A Dchksum.c14 slurp_head32(const void **pptr, uint32_t *nbytes) in slurp_head32() argument
33 __chksum(const void *ptr, unsigned int nbytes) in __chksum() argument
[all...]
/third_party/gn/src/base/
H A Dsha1.cc121 void SecureHashAlgorithm::Update(const void* data, size_t nbytes) { in Update() argument
/third_party/ltp/testcases/kernel/syscalls/pipe/
H A Dpipe12.c41 int nbytes; in verify_pipe() local
/third_party/ltp/testcases/kernel/security/dirtypipe/
H A Ddirtypipe.c106 ssize_t nbytes; in run() local
/third_party/musl/Benchmark/musl/
H A Dutil.cpp53 char* GetAlignedPtr(std::vector<char>* buf, size_t alignment, size_t nbytes) in GetAlignedPtr() argument
65 char* GetAlignedPtrFilled(std::vector<char>* buf, size_t alignment, size_t nbytes, char fillByte) in GetAlignedPtrFilled() argument
72 wchar_t* GetAlignedPtrFilled(std::vector<wchar_t>* buf, size_t alignment, size_t nbytes, wchar_t fillByte) in GetAlignedPtrFilled() argument

Completed in 12 milliseconds

1234567