Home
last modified time | relevance | path

Searched defs:bufsize (Results 26 - 50 of 554) sorted by relevance

12345678910>>...23

/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
/kernel/linux/linux-5.10/arch/x86/lib/
H A Dcmdline.c121 __cmdline_find_option(const char *cmdline, int max_cmdline_size, const char *option, char *buffer, int bufsize) __cmdline_find_option() argument
209 cmdline_find_option(const char *cmdline, const char *option, char *buffer, int bufsize) cmdline_find_option() argument
/kernel/linux/linux-5.10/arch/x86/boot/
H A Dcmdline.c28 int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize) in __cmdline_find_option() argument
/kernel/linux/linux-6.6/arch/x86/boot/
H A Dcmdline.c28 int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize) in __cmdline_find_option() argument
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dgss_generic_token.c118 der_read_length(unsigned char **buf, int *bufsize) in der_read_length() argument
/kernel/linux/linux-5.10/lib/
H A Doid_registry.c130 int sprint_oid(const void *data, size_t datasize, char *buffer, size_t bufsize) in sprint_oid() argument
187 sprint_OID(enum OID oid, char *buffer, size_t bufsize) sprint_OID() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/lib/
H A Dcmdline.c123 __cmdline_find_option(const char *cmdline, int max_cmdline_size, const char *option, char *buffer, int bufsize) __cmdline_find_option() argument
211 cmdline_find_option(const char *cmdline, const char *option, char *buffer, int bufsize) cmdline_find_option() argument
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A Dgss_generic_token.c118 der_read_length(unsigned char **buf, int *bufsize) in der_read_length() argument
/kernel/linux/linux-6.6/lib/
H A Doid_registry.c130 int sprint_oid(const void *data, size_t datasize, char *buffer, size_t bufsize) in sprint_oid() argument
186 sprint_OID(enum OID oid, char *buffer, size_t bufsize) sprint_OID() argument
[all...]
/third_party/ffmpeg/libavcodec/
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
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_kern_chan.c93 size_t bufsize = getpagesize() + 0x1000; in fuse_kern_chan_new() 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
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_onfi.c113 nand_bit_wise_majority(const void **srcbufs, unsigned int nsrcbufs, void *dstbuf, unsigned int bufsize) nand_bit_wise_majority() argument

Completed in 9 milliseconds

12345678910>>...23