Home
last modified time | relevance | path

Searched defs:buf_len (Results 251 - 275 of 993) sorted by relevance

1...<<11121314151617181920>>...40

/kernel/linux/linux-6.6/tools/iio/
H A Diio_generic_buffer.c345 unsigned long buf_len = 128; in main() local
/kernel/linux/linux-6.6/sound/soc/loongson/
H A Dloongson_dma.c142 size_t buf_len = params_buffer_bytes(params); in loongson_pcm_hw_params() local
/kernel/linux/linux-6.6/sound/usb/bcd2000/
H A Dbcd2000.c96 bcd2000_midi_handle_input(struct bcd2000 *bcd2k, const unsigned char *buf, unsigned int buf_len) bcd2000_midi_handle_input() argument
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/video/
H A Duvesafb.h47 int buf_len; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/video/
H A Duvesafb.h34 int buf_len; member
/kernel/linux/linux-6.6/samples/bpf/
H A Dtask_fd_query_user.c123 test_nondebug_fs_kuprobe_common(const char *event_type, const char *name, __u64 offset, __u64 addr, bool is_return, char *buf, __u32 *buf_len, __u32 *prog_id, __u32 *fd_type, __u64 *probe_offset, __u64 *probe_addr) test_nondebug_fs_kuprobe_common() argument
173 test_nondebug_fs_probe(const char *event_type, const char *name, __u64 offset, __u64 addr, bool is_return, __u32 expected_fd_type, __u32 expected_ret_fd_type, char *buf, __u32 buf_len) test_nondebug_fs_probe() argument
/third_party/eudev/src/ata_id/
H A Data_id.c55 disk_scsi_inquiry_command(int fd, void *buf, size_t buf_len) disk_scsi_inquiry_command() argument
124 disk_identify_command(int fd, void *buf, size_t buf_len) disk_identify_command() argument
194 disk_identify_packet_device_command(int fd, void *buf, size_t buf_len) disk_identify_packet_device_command() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dcrypto.c83 static int set_aes_arg(URLContext *h, uint8_t **buf, int *buf_len, in set_aes_arg() argument
H A Doggparsevorbis.c224 int buf_len; in fixup_vorbis_headers() local
/third_party/backends/backend/
H A Depson2-commands.c1025 size_t buf_len; in esci_request_extended_status() local
/third_party/libunwind/libunwind/src/aarch64/
H A DGinit.c401 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/
H A Delfxx.c88 lookup_symbol(unw_addr_space_t as, unw_word_t ip, struct elf_image *ei, Elf_W (Addr) load_offset, char *buf, size_t buf_len, Elf_W (Addr) *min_dist) lookup_symbol() argument
277 get_proc_name_in_image(unw_addr_space_t as, struct elf_image *ei, unsigned long segbase, unsigned long mapoff, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) get_proc_name_in_image() argument
315 get_proc_name(unw_addr_space_t as, pid_t pid, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp) get_proc_name() argument
/third_party/libunwind/libunwind/src/arm/
H A DGinit.c396 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/s390x/
H A DGinit.c339 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/ia64/
H A DGinit.c348 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/riscv/
H A DGinit.c422 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/libunwind/libunwind/src/x86_64/
H A DGinit.c400 get_static_proc_name(unw_addr_space_t as, unw_word_t ip, char *buf, size_t buf_len, unw_word_t *offp, void *arg) get_static_proc_name() argument
/third_party/mbedtls/library/
H A Dssl_client.c917 size_t buf_len, msg_len, binders_len; in mbedtls_ssl_write_client_hello() local
H A Dpem.c494 mbedtls_pem_write_buffer(const char *header, const char *footer, const unsigned char *der_data, size_t der_len, unsigned char *buf, size_t buf_len, size_t *olen) mbedtls_pem_write_buffer() argument
H A Dentropy.c495 static int mbedtls_entropy_source_self_test_gather(unsigned char *buf, size_t buf_len) in mbedtls_entropy_source_self_test_gather() argument
520 mbedtls_entropy_source_self_test_check_bits(const unsigned char *buf, size_t buf_len) mbedtls_entropy_source_self_test_check_bits() argument
/third_party/libcoap/src/oscore/
H A Doscore_cose.c278 cose_encrypt0_encode(cose_encrypt0_t *ptr, uint8_t *buffer, size_t buf_len) { in cose_encrypt0_encode() argument
H A Doscore_cbor.c211 get_byte(const uint8_t **buffer, size_t *buf_len) { in get_byte() argument
220 get_byte_inc(const uint8_t **buffer, size_t *buf_len) { in get_byte_inc() argument
227 oscore_cbor_get_next_element(const uint8_t **buffer, size_t *buf_len) { in oscore_cbor_get_next_element() argument
240 oscore_cbor_get_element_size(const uint8_t **buffer, size_t *buf_len) { in oscore_cbor_get_element_size() argument
260 oscore_cbor_elem_contained(const uint8_t *data, size_t *buf_len, uint8_t *end) oscore_cbor_elem_contained() argument
271 oscore_cbor_get_negative_integer(const uint8_t **buffer, size_t *buf_len) oscore_cbor_get_negative_integer() argument
276 oscore_cbor_get_unsigned_integer(const uint8_t **buffer, size_t *buf_len) oscore_cbor_get_unsigned_integer() argument
287 oscore_cbor_get_number(const uint8_t **data, size_t *buf_len, int64_t *value) oscore_cbor_get_number() argument
306 oscore_cbor_get_simple_value(const uint8_t **data, size_t *buf_len, uint8_t *value) oscore_cbor_get_simple_value() argument
316 oscore_cbor_get_string(const uint8_t **buffer, size_t *buf_len, char *str, size_t size) oscore_cbor_get_string() argument
324 oscore_cbor_get_array(const uint8_t **buffer, size_t *buf_len, uint8_t *arr, size_t size) oscore_cbor_get_array() argument
335 oscore_cbor_get_string_array(const uint8_t **data, size_t *buf_len, uint8_t **result, size_t *len) oscore_cbor_get_string_array() argument
361 oscore_cbor_skip_value(const uint8_t **data, size_t *buf_len) oscore_cbor_skip_value() argument
421 oscore_cbor_strip_value(const uint8_t **data, size_t *buf_len, uint8_t **result, size_t *len) oscore_cbor_strip_value() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_aes.cc113 int buf_len = in.size() + EVP_CIPHER_CTX_block_size(ctx.get()) + tag_len; in AES_Cipher() local
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c387 ares__qcache_fetch(ares__qcache_t *qcache, const ares_dns_record_t *dnsrec, const struct timeval *now, unsigned char **buf, size_t *buf_len) ares__qcache_fetch() argument
/third_party/libfuse/example/
H A Dhello_ll_uds.c260 static ssize_t stream_read(int fd, void *buf, size_t buf_len, void *userdata) { in stream_read() argument

Completed in 17 milliseconds

1...<<11121314151617181920>>...40