Home
last modified time | relevance | path

Searched defs:nbyte (Results 1 – 13 of 13) sorted by relevance

/external/ltp/include/
Dtst_safe_prw.h22 char len_strict, int fildes, void *buf, size_t nbyte, in safe_pread()
37 #define SAFE_PREAD(len_strict, fildes, buf, nbyte, offset) \ argument
42 char len_strict, int fildes, const void *buf, size_t nbyte, in safe_pwrite()
56 #define SAFE_PWRITE(len_strict, fildes, buf, nbyte, offset) \ argument
Dtst_safe_macros.h103 #define SAFE_READ(len_strict, fildes, buf, nbyte) \ argument
162 #define SAFE_WRITE(len_strict, fildes, buf, nbyte) \ argument
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_c.c33 int nbyte; in main() local
/external/libnl/lib/route/cls/ematch/
Dnbyte.c72 static const char *layer_txt(struct tcf_em_nbyte *nbyte) in layer_txt()
/external/libbrillo/brillo/streams/
Dfile_stream.cc44 ssize_t Read(void* buf, size_t nbyte) override { in Read()
48 ssize_t Write(const void* buf, size_t nbyte) override { in Write()
/external/ltp/testcases/kernel/syscalls/epoll2/examples/
Depoll-test.c222 int eph_read(struct eph_conn *conn, char *buf, int nbyte) in eph_read()
241 int eph_write(struct eph_conn *conn, char const *buf, int nbyte) in eph_write()
314 static int eph_write_data(struct eph_conn *conn, char const *buf, int nbyte) in eph_write_data()
/external/libxaac/decoder/
Dixheaacd_drc_freq_dec.c572 WORD32 ich, nbyte = 0; in ixheaacd_drc_excluded_channels() local
601 WORD32 ich, idrc, nbyte = 1; in ixheaacd_drc_element_read() local
/external/fmtlib/test/
Dposix-mock-test.cc139 test::ssize_t test::read(int fildes, void* buf, test::size_t nbyte) { in read()
145 test::ssize_t test::write(int fildes, const void* buf, test::size_t nbyte) { in write()
/external/ltp/include/old/
Dsafe_macros.h69 #define SAFE_READ(cleanup_fn, len_strict, fildes, buf, nbyte) \ argument
107 #define SAFE_WRITE(cleanup_fn, len_strict, fildes, buf, nbyte) \ argument
/external/ltp/lib/
Dsafe_macros.c247 char len_strict, int fildes, void *buf, size_t nbyte) in safe_read()
444 char len_strict, int fildes, const void *buf, size_t nbyte) in safe_write()
/external/llvm-project/compiler-rt/include/sanitizer/
Dnetbsd_syscall_hooks.h49 #define __sanitizer_syscall_pre_read(fd, buf, nbyte) \ argument
52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument
55 #define __sanitizer_syscall_pre_write(fd, buf, nbyte) \ argument
58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument
919 #define __sanitizer_syscall_pre_pread(fd, buf, nbyte, PAD, offset) \ argument
923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ argument
927 #define __sanitizer_syscall_pre_pwrite(fd, buf, nbyte, PAD, offset) \ argument
931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ argument
/external/fastrpc/src/
Dfastrpc_apps_user.c250 static uint32_t crc32_lut(unsigned char *data, int nbyte, uint32_t *crctab) in crc32_lut()
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c5118 static int getnbyte(unsigned char *pnt, int nbyte) in getnbyte()