Home
last modified time | relevance | path

Searched defs:len (Results 2301 - 2325 of 7526) sorted by relevance

1...<<919293949596979899100>>...302

/third_party/libwebsockets/include/libwebsockets/abstract/transports/
H A Dunit-test.h60 size_t len; member
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c198 lws_atcrs_tx(lws_abs_transport_inst_t *ati, uint8_t *buf, size_t len) in lws_atcrs_tx() argument
55 callback_abs_client_raw_skt(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_abs_client_raw_skt() argument
/third_party/libwebsockets/lib/drivers/netdev/
H A Dnetdev.c175 lws_netdev_smd_cb(void *opaque, lws_smd_class_t _class, lws_usec_t timestamp, void *buf, size_t len) lws_netdev_smd_cb() argument
/third_party/libsnd/src/
H A Dtest_file_io.c459 test_equal_or_die (int *array1, int *array2, int len, int linenum) in test_equal_or_die() argument
471 make_data (int *data, int len, int seed) in make_data() argument
H A Dulaw.c866 ulaw_read_ulaw2s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in ulaw_read_ulaw2s() argument
888 ulaw_read_ulaw2i(SF_PRIVATE *psf, int *ptr, sf_count_t len) ulaw_read_ulaw2i() argument
910 ulaw_read_ulaw2f(SF_PRIVATE *psf, float *ptr, sf_count_t len) ulaw_read_ulaw2f() argument
935 ulaw_read_ulaw2d(SF_PRIVATE *psf, double *ptr, sf_count_t len) ulaw_read_ulaw2d() argument
962 ulaw_write_s2ulaw(SF_PRIVATE *psf, const short *ptr, sf_count_t len) ulaw_write_s2ulaw() argument
984 ulaw_write_i2ulaw(SF_PRIVATE *psf, const int *ptr, sf_count_t len) ulaw_write_i2ulaw() argument
1006 ulaw_write_f2ulaw(SF_PRIVATE *psf, const float *ptr, sf_count_t len) ulaw_write_f2ulaw() argument
1032 ulaw_write_d2ulaw(SF_PRIVATE *psf, const double *ptr, sf_count_t len) ulaw_write_d2ulaw() argument
[all...]
H A Dtxw.c238 txw_read_s (SF_PRIVATE *psf, short *ptr, sf_count_t len) in txw_read_s() argument
268 txw_read_i (SF_PRIVATE *psf, int *ptr, sf_count_t len) in txw_read_i() argument
298 txw_read_f(SF_PRIVATE *psf, float *ptr, sf_count_t len) txw_read_f() argument
334 txw_read_d(SF_PRIVATE *psf, double *ptr, sf_count_t len) txw_read_d() argument
[all...]
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-jws.h63 uint32_t len[LWS_JWS_MAX_COMPACT_BLOCKS]; member
[all...]
/third_party/libwebsockets/lib/jose/jwk/
H A Djwk.c109 _lws_jwk_set_el_jwk(struct lws_gencrypto_keyelem *e, char *in, size_t len) in _lws_jwk_set_el_jwk() argument
161 lws_jwk_dup_oct(struct lws_jwk *jwk, const void *key, int len) lws_jwk_dup_oct() argument
286 lws_jwk_strdup_meta(struct lws_jwk *jwk, enum enum_jwk_meta_tok idx, const char *in, int len) lws_jwk_strdup_meta() argument
[all...]
/third_party/libwebsockets/lib/misc/
H A Dsha-1.c237 sha1_loop(struct sha1_ctxt *ctxt, const unsigned char *input, size_t len) in sha1_loop() argument
/third_party/libwebsockets/lib/core-net/
H A Ddummy-callback.c100 size_t len; member
110 lws_callback_ws_proxy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) lws_callback_ws_proxy() argument
266 lws_callback_http_dummy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) lws_callback_http_dummy() argument
[all...]
/third_party/mesa3d/include/android_stub/log/
H A Dlog_event_list.h47 uint16_t len; member
235 bool AppendString(const char* value, size_t len) { in AppendString() argument
267 bool Append(const char* value, size_t len) { in Append() argument
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c70 size_t bytes_to_write = 0, bytes_written = 0, len = 0; in cipher_operation() local
/third_party/lzma/CPP/Common/
H A DStringConvert.cpp83 unsigned len = (unsigned)MultiByteToWideChar(codePage, 0, src, (int)src.Len(), NULL, 0); in MultiByteToUnicodeString2() local
187 unsigned len = (unsigned)WideCharToMultiByte(codePage, 0, src, (int)src.Len(), NULL, 0, NULL, NULL); UnicodeStringToMultiByte2() local
276 const size_t len = mbstowcs(d, src, limit); MultiByteToUnicodeString2() local
382 const size_t len = wcstombs(d, src, limit); UnicodeStringToMultiByte2_Native() local
432 const size_t len = wcstombs(NULL, src, 0); UnicodeStringToMultiByte2() local
[all...]
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DBase.java54 public static final int GetLenToPosState(int len) in GetLenToPosState() argument
/third_party/libbpf/src/
H A Dnlattr.c104 libbpf_nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, int len, struct libbpf_nla_policy *policy) libbpf_nla_parse() argument
H A Drelo_core.h17 int len; member
38 int len; member
/third_party/libcoap/examples/lwip/
H A Dserver-coap.c33 size_t len; in hnd_get_time() local
/third_party/libcoap/src/
H A Dcoap_io_contiki.c188 ssize_t len; in coap_socket_recv() local
H A Dcoap_cache.c114 size_t len; in coap_cache_derive_key_w_ignore() local
/third_party/libcoap/examples/
H A Dtiny.c59 int len, ls; in make_pdu() local
/third_party/libdrm/exynos/
H A Dexynos_drm.c397 int len, i; in exynos_handle_event() local
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp26 const UINT len = (UINT)strlen(s); in SetPropFromAscii() local
/third_party/mbedtls/programs/util/
H A Dpem2der.c65 size_t len = 0; in convert_pem_to_der() local
/third_party/mbedtls/library/
H A Dconstant_time.c226 len); in mbedtls_ct_memcpy_offset() local
232 void mbedtls_ct_zeroize_if(mbedtls_ct_condition_t condition, void *buf, size_t len) in mbedtls_ct_zeroize_if() argument
170 mbedtls_ct_memcpy_if(mbedtls_ct_condition_t condition, unsigned char *dest, const unsigned char *src1, const unsigned char *src2, size_t len) mbedtls_ct_memcpy_if() argument
215 mbedtls_ct_memcpy_offset(unsigned char *dest, const unsigned char *src, size_t offset, size_t offset_min, size_t offset_max, size_t len) mbedtls_ct_memcpy_offset() argument
/third_party/mbedtls/programs/pkey/
H A Dkey_app.c80 size_t len = 0; in show_ecp_key() local

Completed in 18 milliseconds

1...<<919293949596979899100>>...302