Home
last modified time | relevance | path

Searched defs:len (Results 4476 - 4500 of 6628) sorted by relevance

1...<<171172173174175176177178179180>>...266

/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c857 size_t len; in mbedtls_test_psa_exported_key_sanity_check() local
920 size_t len; in mbedtls_test_psa_exported_key_sanity_check() local
/third_party/jerryscript/jerry-main/
H A Dmain-unix.c873 size_t len = 0; in main() local
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp223 bool get_bson_string(const NumberType len, string_t& result) in get_bson_string() argument
245 get_bson_binary(const NumberType len, binary_t& result) get_bson_binary() argument
1102 get_cbor_array(const std::size_t len, const cbor_tag_handler_t tag_handler) get_cbor_array() argument
1140 get_cbor_object(const std::size_t len, const cbor_tag_handler_t tag_handler) get_cbor_object() argument
1771 get_msgpack_array(const std::size_t len) get_msgpack_array() argument
1793 get_msgpack_object(const std::size_t len) get_msgpack_object() argument
2831 get_string(const input_format_t format, const NumberType len, string_t& result) get_string() argument
2864 get_binary(const input_format_t format, const NumberType len, binary_t& result) get_binary() argument
[all...]
/third_party/lame/libmp3lame/
H A Dutil.c538 fill_buffer_resample(lame_internal_flags * gfc, sample_t * outbuf, int desired_len, sample_t const *inbuf, int len, int *num_used, int ch) fill_buffer_resample() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_shader_calls.c224 unsigned len; member
/third_party/mesa3d/src/egl/main/
H A Degldisplay.h286 size_t len = 0; in _eglNumAttribs() local
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c562 character_data(void *data, const XML_Char *s, int len) in character_data() argument
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-serialize.c147 lws_ss_serialize_rx_payload(struct lws_dsh *dsh, const uint8_t *buf, size_t len, int flags, const char *rsp) lws_ss_serialize_rx_payload() argument
201 lws_ss_deserialize_tx_payload(struct lws_dsh *dsh, struct lws *wsi, lws_ss_tx_ordinal_t ord, uint8_t *buf, size_t *len, int *flags) lws_ss_deserialize_tx_payload() argument
359 lws_ss_deserialize_parse(struct lws_ss_serialization_parser *par, struct lws_context *context, struct lws_dsh *dsh, const uint8_t *cp, size_t len, lws_ss_conn_states_t *state, void *parconn, lws_ss_handle_t **pss, lws_ss_info_t *ssi, char client) lws_ss_deserialize_parse() argument
[all...]
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c67 size_t len; member
633 callback_minimal_dbus_wsproxy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal_dbus_wsproxy() argument
[all...]
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c339 chacha_encrypt_bytes(K_2(keys), src + aadlen, dest + aadlen, len); in chachapoly_crypt() local
302 chachapoly_crypt(struct lws_ssh_keys *keys, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen, int do_encrypt) chachapoly_crypt() argument
355 lws_chacha_decrypt(struct lws_ssh_keys *keys, uint32_t seq, const uint8_t *ct, uint32_t len, uint8_t *pt) lws_chacha_decrypt() argument
363 lws_chacha_encrypt(struct lws_ssh_keys *keys, uint32_t seq, const uint8_t *ct, uint32_t len, uint8_t *pt) lws_chacha_encrypt() argument
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c614 unsigned len = strm->state->pending; local
1043 unsigned len = strm->avail_in; global() local
1116 register int len; /* length of current match */ global() local
1264 register int len; /* length of current match */ global() local
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dfops-zip.c167 lws_fops_zip_scan(lws_fops_zip_t priv, const char *name, int len) in lws_fops_zip_scan() argument
497 lws_fops_zip_read(lws_fop_fd_t fd, lws_filepos_t *amount, uint8_t *buf, lws_filepos_t len) lws_fops_zip_read() argument
[all...]
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c172 ssh_ops_tx(void *_priv, int stdch, uint8_t *buf, size_t len) in ssh_ops_tx() argument
197 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument
238 ssh_ops_get_server_key(struct lws *wsi, uint8_t *buf, size_t len) in ssh_ops_get_server_key() argument
261 ssh_ops_set_server_key(struct lws *wsi, uint8_t *buf, size_t len) in ssh_ops_set_server_key() argument
292 int n = (int)strlen(type), alen = 2048, ret = 2, len; in ssh_ops_is_pubkey_authorized() local
654 callback_lws_sshd_demo(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_sshd_demo() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c399 static void si_emit_string_marker(struct pipe_context *ctx, const char *string, int len) in si_emit_string_marker() argument
H A Dsi_sqtt.c929 si_write_user_event(struct si_context* sctx, struct radeon_cmdbuf *rcs, enum rgp_sqtt_marker_user_event_type type, const char *str, int len) si_write_user_event() argument
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H A Dvc4_validate.c428 uint16_t len; member
477 uint32_t len = exec->args->bin_cl_size; in vc4_validate_bin_cl() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimstb_textedit.h589 static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, int where, int len) in stb_textedit_delete() argument
669 const int len = STB_TEXTEDIT_STRINGLEN(str); in stb_textedit_move_to_word_next() local
705 static int stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE *text, int len) in stb_textedit_paste_internal() argument
1366 stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditState *state, STB_TEXTEDIT_CHARTYPE const *ctext, int len) stb_textedit_paste() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c342 allocate_query_block_entry(struct svga_context *svga, unsigned len) allocate_query_block_entry() argument
370 allocate_query(struct svga_context *svga, SVGA3dQueryType type, unsigned len) allocate_query() argument
/third_party/node/src/crypto/
H A Dcrypto_ec.cc488 size_t len = 0; in DeriveBits() local
637 size_t len = 0; in EC_Raw_Export() local
877 size_t len = 0; ExportJWKEdKey() local
[all...]
H A Dcrypto_sig.cc213 int len = i2d_ECDSA_SIG(asn1_sig.get(), &data); in ValidateDSAParameters() local
310 SignBase::Error SignBase::Update(const char* data, size_t len) { in Update() argument
750 size_t len; in DeriveBits() local
135 ExtractP1363( const unsigned char* sig_data, unsigned char* out, size_t len, size_t n) ValidateDSAParameters() argument
771 size_t len; DeriveBits() local
[all...]
H A Dcrypto_util.cc101 size_t len = passphrase->size(); in PasswordCallback() local
711 uint32_t len = args[0].As<Uint32>()->Value(); in SetFipsCrypto() local
[all...]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c822 static const char* __itt_fsplit(const char* s, const char* sep, const char** out, int* len) in __itt_fsplit() argument
1066 int len; in __itt_get_groups() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c502 uInt len; local
785 unsigned len; local
1221 unsigned len = strm->avail_in; global() local
1296 register int len; /* length of current match */ global() local
1462 register int len; /* length of current match */ global() local
1743 unsigned len, left, have, last = 0; global() local
1900 _tr_stored_block(s, (charf *)s->window + s->block_start, len, last); global() local
[all...]
H A Ddeflate.h75 ush len; /* length of bit string */ member
H A Dtrees.c597 int len = tree[n].Len; local
[all...]

Completed in 31 milliseconds

1...<<171172173174175176177178179180>>...266