Home
last modified time | relevance | path

Searched defs:bufsize (Results 1 - 25 of 216) sorted by relevance

123456789

/third_party/musl/src/unistd/
H A Dreadlink.c5 ssize_t readlink(const char *restrict path, char *restrict buf, size_t bufsize) in readlink() argument
H A Dreadlinkat.c4 ssize_t readlinkat(int fd, const char *restrict path, char *restrict buf, size_t bufsize) in readlinkat() argument
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_loop.c20 size_t bufsize = fuse_chan_bufsize(ch); in fuse_session_loop() local
H A Dfuse_kern_chan.c93 size_t bufsize = getpagesize() + 0x1000; in fuse_kern_chan_new() local
/third_party/ltp/testcases/kernel/fs/mongo/
H A Dmongo_read.c22 int bufsize = 4096; in main() local
/third_party/NuttX/drivers/pipes/
H A Dfifo.c100 size_t bufsize = 1024; in mkfifo() local
/third_party/node/deps/cares/src/lib/
H A Dares__read_line.c41 ares_status_t ares__read_line(FILE *fp, char **buf, size_t *bufsize) in ares__read_line() argument
/third_party/ffmpeg/libavcodec/
H A Dassenc.c44 ass_encode_frame(AVCodecContext *avctx, unsigned char *buf, int bufsize, const AVSubtitle *sub) ass_encode_frame() argument
H A Dadx.c38 ff_adx_decode_header(AVCodecContext *avctx, const uint8_t *buf, int bufsize, int *header_size, int *coeff) ff_adx_decode_header() argument
H A Dmlp_parse.c63 static int mlp_get_major_sync_size(const uint8_t * buf, int bufsize) in mlp_get_major_sync_size() argument
H A Dmlz.c66 static int decode_string(MLZ* mlz, unsigned char *buff, int string_code, int *first_char_code, unsigned long bufsize) { in decode_string() argument
/third_party/alsa-lib/src/
H A Duserfile.c87 size_t bufsize = 1024; in snd_user_file() local
/third_party/NuttX/fs/vfs/
H A Dfs_readlink.c35 ssize_t do_readlink(int dirfd, const char *path, char *buf, size_t bufsize) in do_readlink() argument
101 ssize_t readlink(const char *pathname, char *buf, size_t bufsize) in readlink() argument
106 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) in readlinkat() argument
/third_party/ltp/testcases/cve/
H A Dcve-2022-4378.c23 static unsigned int bufsize; variable
/third_party/ltp/testcases/kernel/syscalls/fallocate/
H A Dfallocate05.c35 static long bufsize; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/getrandom/
H A Dgetrandom02.c42 int bufsize = 64, entropy_avail; in verify_getrandom() local
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Df_int.c56 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
H A Df_string.c50 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
/third_party/python/Tools/scripts/
H A Dmd5sum.py7 bufsize = 8096 variable
/third_party/openssl/crypto/asn1/
H A Df_string.c50 int i, j, k, m, n, again, bufsize; in a2i_ASN1_STRING() local
H A Df_int.c56 int i, j, k, m, n, again, bufsize; in a2i_ASN1_INTEGER() local
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest1.c81 int bufsize = BUFSIZE; /* Buffer size. Default 8k */ in main() local
[all...]
/third_party/ltp/testcases/kernel/syscalls/cma/
H A Dprocess_vm_writev02.c24 static int bufsize = 100000; variable
/third_party/ltp/utils/sctp/lib/
H A Daddrs.c42 size_t bufsize = 4096; /*enough for most cases*/ in sctp_getaddrs() local
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdatadst-tj.c46 size_t bufsize; member

Completed in 7 milliseconds

123456789