Home
last modified time | relevance | path

Searched defs:nbyte (Results 1 – 14 of 14) 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.h102 #define SAFE_READ(len_strict, fildes, buf, nbyte) \ argument
161 #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.c71 static const char *layer_txt(struct tcf_em_nbyte *nbyte) in layer_txt()
/external/libxcam/tests/
Dtest-poll-thread.cpp130 PollCB::dump_to_file (const void *buf, size_t nbyte) in dump_to_file()
/external/libbrillo/brillo/streams/
Dfile_stream.cc41 ssize_t Read(void* buf, size_t nbyte) override { in Read()
45 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.c575 WORD32 ich, nbyte = 0; in ixheaacd_drc_excluded_channels() local
604 WORD32 ich, idrc, nbyte = 1; in ixheaacd_drc_element_read() local
/external/u-boot/fs/yaffs2/
Dyaffsfs.c1065 int yaffsfs_do_read(int handle, void *vbuf, unsigned int nbyte, in yaffsfs_do_read()
1177 int yaffs_read(int handle, void *buf, unsigned int nbyte) in yaffs_read()
1182 int yaffs_pread(int handle, void *buf, unsigned int nbyte, loff_t offset) in yaffs_pread()
1187 int yaffsfs_do_write(int handle, const void *vbuf, unsigned int nbyte, in yaffsfs_do_write()
1294 int yaffs_write(int fd, const void *buf, unsigned int nbyte) in yaffs_write()
1299 int yaffs_pwrite(int fd, const void *buf, unsigned int nbyte, loff_t offset) in yaffs_pwrite()
/external/u-boot/drivers/spi/
Dsh_qspi.c205 u32 nbyte, chunk; in spi_xfer() local
/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dcomposition.go101 nbyte uint8 // Number or bytes. member
/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/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c5118 static int getnbyte(unsigned char *pnt, int nbyte) in getnbyte()