Home
last modified time | relevance | path

Searched defs:len (Results 4276 - 4300 of 7351) sorted by relevance

1...<<171172173174175176177178179180>>...295

/third_party/libsnd/src/
H A Dms_adpcm.c320 msadpcm_read_block(SF_PRIVATE *psf, MSADPCM_PRIVATE *pms, short *ptr, int len) msadpcm_read_block() argument
346 msadpcm_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) msadpcm_read_s() argument
371 msadpcm_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) msadpcm_read_i() argument
401 msadpcm_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) msadpcm_read_f() argument
433 msadpcm_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) msadpcm_read_d() argument
648 msadpcm_write_block(SF_PRIVATE *psf, MSADPCM_PRIVATE *pms, const short *ptr, int len) msadpcm_write_block() argument
670 msadpcm_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) msadpcm_write_s() argument
694 msadpcm_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) msadpcm_write_i() argument
721 msadpcm_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) msadpcm_write_f() argument
751 msadpcm_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) msadpcm_write_d() argument
[all...]
H A Dmpeg_decode.c87 mpeg_dec_decode (SF_PRIVATE *psf, float *ptr, sf_count_t len) in mpeg_dec_decode() argument
107 mpeg_dec_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in mpeg_dec_read_s() argument
126 mpeg_dec_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in mpeg_dec_read_i() argument
145 mpeg_dec_read_f (SF_PRIVATE *psf, float *ptr, sf_count_t len) in mpeg_dec_read_f() argument
168 mpeg_dec_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) mpeg_dec_read_d() argument
[all...]
H A Dogg_vorbis.c623 int len, samples, i = 0 , nn ; in vorbis_read_sample() local
[all...]
H A Dpaf.c514 paf24_read (SF_PRIVATE *psf, PAF24_PRIVATE *ppaf24, int *ptr, int len) in paf24_read() argument
538 paf24_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) paf24_read_s() argument
563 paf24_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) paf24_read_i() argument
577 paf24_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) paf24_read_f() argument
605 paf24_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) paf24_read_d() argument
686 paf24_write(SF_PRIVATE *psf, PAF24_PRIVATE *ppaf24, const int *ptr, int len) paf24_write() argument
707 paf24_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) paf24_write_s() argument
734 paf24_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) paf24_write_i() argument
758 paf24_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) paf24_write_f() argument
789 paf24_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) paf24_write_d() argument
[all...]
H A Dfile_io.c526 psf_ftruncate (SF_PRIVATE *psf, sf_count_t len) in psf_ftruncate() argument
1164 psf_ftruncate (SF_PRIVATE *psf, sf_count_t len) in psf_ftruncate() argument
H A Ddouble64.c561 host_read_d2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) host_read_d2s() argument
591 host_read_d2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) host_read_d2i() argument
621 host_read_d2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) host_read_d2f() argument
647 host_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) host_read_d() argument
677 host_write_s2d(SF_PRIVATE *psf, const short *ptr, sf_count_t len) host_write_s2d() argument
709 host_write_i2d(SF_PRIVATE *psf, const int *ptr, sf_count_t len) host_write_i2d() argument
740 host_write_f2d(SF_PRIVATE *psf, const float *ptr, sf_count_t len) host_write_f2d() argument
769 host_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) host_write_d() argument
802 replace_read_d2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) replace_read_d2s() argument
832 replace_read_d2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) replace_read_d2i() argument
862 replace_read_d2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) replace_read_d2f() argument
891 replace_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) replace_read_d() argument
921 replace_write_s2d(SF_PRIVATE *psf, const short *ptr, sf_count_t len) replace_write_s2d() argument
954 replace_write_i2d(SF_PRIVATE *psf, const int *ptr, sf_count_t len) replace_write_i2d() argument
987 replace_write_f2d(SF_PRIVATE *psf, const float *ptr, sf_count_t len) replace_write_f2d() argument
1015 replace_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) replace_write_d() argument
[all...]
H A Dsds.c554 sds_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in sds_read_s() argument
580 sds_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) sds_read_i() argument
594 sds_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) sds_read_f() argument
626 sds_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) sds_read_d() argument
658 sds_read(SF_PRIVATE *psf, SDS_PRIVATE *psds, int *ptr, int len) sds_read() argument
896 sds_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) sds_write_s() argument
923 sds_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) sds_write_i() argument
938 sds_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) sds_write_f() argument
971 sds_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) sds_write_d() argument
1004 sds_write(SF_PRIVATE *psf, SDS_PRIVATE *psds, const int *ptr, int len) sds_write() argument
[all...]
H A Dima_adpcm.c571 ima_read_block(SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima, short *ptr, int len) ima_read_block() argument
596 ima_read_s(SF_PRIVATE *psf, short *ptr, sf_count_t len) ima_read_s() argument
620 ima_read_i(SF_PRIVATE *psf, int *ptr, sf_count_t len) ima_read_i() argument
648 ima_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) ima_read_f() argument
679 ima_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) ima_read_d() argument
874 ima_write_block(SF_PRIVATE *psf, IMA_ADPCM_PRIVATE *pima, const short *ptr, int len) ima_write_block() argument
896 ima_write_s(SF_PRIVATE *psf, const short *ptr, sf_count_t len) ima_write_s() argument
920 ima_write_i(SF_PRIVATE *psf, const int *ptr, sf_count_t len) ima_write_i() argument
948 ima_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) ima_write_f() argument
979 ima_write_d(SF_PRIVATE *psf, const double *ptr, sf_count_t len) ima_write_d() argument
[all...]
H A Dfloat32.c512 host_read_f2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) host_read_f2s() argument
543 host_read_f2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) host_read_f2i() argument
573 host_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) host_read_f() argument
600 host_read_f2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) host_read_f2d() argument
627 host_write_s2f(SF_PRIVATE *psf, const short *ptr, sf_count_t len) host_write_s2f() argument
659 host_write_i2f(SF_PRIVATE *psf, const int *ptr, sf_count_t len) host_write_i2f() argument
690 host_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) host_write_f() argument
720 host_write_d2f(SF_PRIVATE *psf, const double *ptr, sf_count_t len) host_write_d2f() argument
753 replace_read_f2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) replace_read_f2s() argument
783 replace_read_f2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) replace_read_f2i() argument
813 replace_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) replace_read_f() argument
844 replace_read_f2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) replace_read_f2d() argument
872 replace_write_s2f(SF_PRIVATE *psf, const short *ptr, sf_count_t len) replace_write_s2f() argument
905 replace_write_i2f(SF_PRIVATE *psf, const int *ptr, sf_count_t len) replace_write_i2f() argument
938 replace_write_f(SF_PRIVATE *psf, const float *ptr, sf_count_t len) replace_write_f() argument
971 replace_write_d2f(SF_PRIVATE *psf, const double *ptr, sf_count_t len) replace_write_d2f() argument
[all...]
H A Dxi.c221 int total, bufferlen, len ; dpcm_seek() local
505 dpcm_read_dsc2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) dpcm_read_dsc2s() argument
531 dpcm_read_dsc2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) dpcm_read_dsc2i() argument
557 dpcm_read_dsc2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) dpcm_read_dsc2f() argument
586 dpcm_read_dsc2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) dpcm_read_dsc2d() argument
618 dpcm_read_dles2s(SF_PRIVATE *psf, short *ptr, sf_count_t len) dpcm_read_dles2s() argument
644 dpcm_read_dles2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) dpcm_read_dles2i() argument
670 dpcm_read_dles2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) dpcm_read_dles2f() argument
699 dpcm_read_dles2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) dpcm_read_dles2d() argument
742 dpcm_write_s2dsc(SF_PRIVATE *psf, const short *ptr, sf_count_t len) dpcm_write_s2dsc() argument
768 dpcm_write_i2dsc(SF_PRIVATE *psf, const int *ptr, sf_count_t len) dpcm_write_i2dsc() argument
794 dpcm_write_f2dsc(SF_PRIVATE *psf, const float *ptr, sf_count_t len) dpcm_write_f2dsc() argument
823 dpcm_write_d2dsc(SF_PRIVATE *psf, const double *ptr, sf_count_t len) dpcm_write_d2dsc() argument
853 dpcm_write_s2dles(SF_PRIVATE *psf, const short *ptr, sf_count_t len) dpcm_write_s2dles() argument
879 dpcm_write_i2dles(SF_PRIVATE *psf, const int *ptr, sf_count_t len) dpcm_write_i2dles() argument
905 dpcm_write_f2dles(SF_PRIVATE *psf, const float *ptr, sf_count_t len) dpcm_write_f2dles() argument
934 dpcm_write_d2dles(SF_PRIVATE *psf, const double *ptr, sf_count_t len) dpcm_write_d2dles() argument
[all...]
/third_party/libunwind/libunwind/src/dwarf/
H A DGparser.c117 unw_word_t operand = 0, regnum, val, len; in run_cfi_program() local
749 unw_word_t len, val; eval_location_expr() local
[all...]
/third_party/libuv/src/unix/
H A Dprocess.c436 size_t len; in uv__spawn_init_can_use_setsid() local
H A Dos390-syscalls.c106 static void maybe_resize(uv__os390_epoll* lst, unsigned int len) { in maybe_resize() argument
392 size_t len; in mkdtemp() local
445 ssize_t os390_readlink(const char* path, char* buf, size_t len) { in os390_readlink() argument
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-struct.h44 int len; member
/third_party/libwebsockets/lib/core/
H A Dcontext.c244 lws_system_smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) lws_system_smd_cb() argument
/third_party/libsnd/tests/
H A Dcommand_test.c674 sf_count_t len ; in truncate_test() local
/third_party/libwebsockets/lib/cose/
H A Dcose_key.c242 lws_ck_set_el(struct lws_gencrypto_keyelem *e, char *in, size_t len) lws_ck_set_el() argument
908 lws_cose_key_import(lws_dll2_owner_t *pkey_set, lws_cose_key_import_callback cb, void *user, const uint8_t *in, size_t len) lws_cose_key_import() argument
[all...]
/third_party/libunwind/libunwind/src/ia64/
H A DGtables.c394 getunwind (void *buf, size_t len) in getunwind() argument
/third_party/libuv/src/win/
H A Dcore.c728 int len; in uv__socket_sockopt() local
/third_party/libuv/test/
H A Dtest-fs-event.c1036 size_t len; in TEST_IMPL() local
/third_party/lzma/CPP/Windows/
H A DShell.cpp555 const unsigned len = MAX_PATH + 16; GetPathFromIDList() local
566 unsigned len = MAX_PATH + 16; GetPathFromIDList() local
[all...]
/third_party/mbedtls/library/
H A Dx509write_crt.c167 size_t len = 0; in mbedtls_x509write_crt_set_basic_constraints() local
202 size_t len = 0; in mbedtls_x509write_crt_set_key_identifier() local
328 size_t len = 0; mbedtls_x509write_crt_set_ext_key_usage() local
391 size_t len = 0; x509_write_time() local
433 size_t len = 0; mbedtls_x509write_crt_der() local
[all...]
H A Dcamellia.c873 size_t offset, len; in mbedtls_camellia_self_test() local
/third_party/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp690 const UInt32 len = Get16(data + 4); in ConvertNtReparseToString() local
/third_party/libcoap/src/
H A Dcoap_ws.c56 coap_base64_encode_buffer(const uint8_t *string, size_t len, char *encoded, in coap_base64_encode_buffer() argument
93 coap_base64_decode_buffer(const char *bufcoded, size_t *len, uint8_t *bufplain, in coap_base64_decode_buffer() argument
351 size_t len; in coap_ws_rd_http_header_server() local
[all...]

Completed in 27 milliseconds

1...<<171172173174175176177178179180>>...295