Home
last modified time | relevance | path

Searched defs:len (Results 1326 - 1350 of 6666) sorted by relevance

1...<<51525354555657585960>>...267

/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs80 public void CopyBlock(uint distance, uint len) in CopyBlock() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dbuffers.c38 unsigned int len; member
184 add_buffer(uint64_t gpuaddr, unsigned int len, void *hostptr) in add_buffer() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_variable_initializers.c39 unsigned len = glsl_get_length(deref->type); in build_constant_load() local
47 unsigned len = glsl_get_length(deref->type); in build_constant_load() local
/third_party/mesa3d/src/freedreno/rnn/
H A Dutil.h108 size_t len; member
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dbuiltin_variable_test.cpp91 const size_t len = strlen(prefix); in string_starts_with_prefix() local
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-file.c47 lws_plat_write_file(const char *filename, void *buf, size_t len) in lws_plat_write_file() argument
67 lws_plat_read_file(const char *filename, void *buf, size_t len) in lws_plat_read_file() argument
148 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_read() argument
168 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_write() argument
[all...]
H A Dunix-misc.c63 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() argument
97 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, size_t len) lws_plat_write_cert() argument
/third_party/libwebsockets/lib/roles/h2/
H A Dminihuf.c23 unsigned char len; member
/third_party/libwebsockets/lib/secure-streams/system/fetch-policy/
H A Dfetch-policy.c42 ss_fetch_policy_rx(void *userobj, const uint8_t *buf, size_t len, int flags) in ss_fetch_policy_rx() argument
63 ss_fetch_policy_tx(void *userobj, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) ss_fetch_policy_tx() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/
H A Dminimal-http-client-certinfo.c23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/
H A Dminimal-http-client-custom-headers.c23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/
H A Dminimal-raw-vhost.c42 int len; member
47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
[all...]
/third_party/libwebsockets/lib/tls/
H A Dlws-gencrypto-common.c692 size_t lws_gencrypto_padded_length(size_t pad_block_size, size_t len) in lws_gencrypto_padded_length() argument
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genhash.c90 lws_genhash_update(struct lws_genhash_ctx *ctx, const void *in, size_t len) in lws_genhash_update() argument
195 lws_genhash_update(struct lws_genhash_ctx *ctx, const void *in, size_t len) in lws_genhash_update() argument
297 lws_genhmac_update(struct lws_genhmac_ctx *ctx, const void *in, size_t len) lws_genhmac_update() argument
[all...]
H A Dmbedtls-ssl.c45 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() argument
163 lws_ssl_capable_write(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_write() argument
[all...]
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_pkey.c238 int SSL_CTX_use_RSAPrivateKey_ASN1(SSL_CTX *ctx, const unsigned char *d, long len) in SSL_CTX_use_RSAPrivateKey_ASN1() argument
164 SSL_CTX_use_PrivateKey_ASN1(int type, SSL_CTX *ctx, const unsigned char *d, long len) SSL_CTX_use_PrivateKey_ASN1() argument
193 SSL_use_PrivateKey_ASN1(int type, SSL *ssl, const unsigned char *d, long len) SSL_use_PrivateKey_ASN1() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/
H A Dminimal-raw-netcat.c41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-file.c169 lws_plat_write_file(const char *filename, void *buf, size_t len) in lws_plat_write_file() argument
119 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) _lws_plat_file_read() argument
137 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, uint8_t* buf, lws_filepos_t len) _lws_plat_file_write() argument
156 lws_plat_write_cert(struct lws_vhost *vhost, int is_key, int fd, void *buf, size_t len) lws_plat_write_cert() argument
185 lws_plat_read_file(const char *filename, void *buf, size_t len) lws_plat_read_file() argument
[all...]
H A Dwindows-misc.c83 lws_get_random(struct lws_context *context, void *buf, size_t len) in lws_get_random() argument
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
H A Dmain.c19 email_sent_or_failed(struct lws_smtp_email *email, void *buf, size_t len) in email_sent_or_failed() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
H A Dminimal-raw-adopt-udp.c41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_raw_test() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/
H A Dminimal-ws-client.c89 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/
H A Dminimal-ws-client-ping.c63 callback_minimal_pingtest(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal_pingtest() argument
/third_party/ltp/include/
H A Dtst_rtnetlink.h13 ssize_t len; member
/third_party/libwebsockets/lib/roles/mqtt/client/
H A Dclient-mqtt.c49 size_t n, len; in lws_mqtt_generate_id() local
91 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len) lws_read_mqtt() argument
[all...]

Completed in 11 milliseconds

1...<<51525354555657585960>>...267