Home
last modified time | relevance | path

Searched refs:ext_size (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ge_runtime/task/
Daicpu_task.cc108 uint32_t ext_size = SizeToUint(ext_info.size()); in SetAicpuParamHead() local
113 rtError_t flag = rtMalloc(&ext_info_, ext_size, RT_MEMORY_HBM); in SetAicpuParamHead()
118 …flag = rtMemcpy(ext_info_, ext_size, const_cast<void *>(reinterpret_cast<const void *>(ext_info.da… in SetAicpuParamHead()
124 MS_LOG(INFO) << "ext info size: " << ext_size; in SetAicpuParamHead()
125 aicpu_param_head.extInfoLength = ext_size; in SetAicpuParamHead()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtphdrext-twcc.c174 guint ext_size; in gst_rtp_header_extension_twcc_write() local
187 gst_rtp_header_extension_get_id (ext), 0, &ext_data, &ext_size)) { in gst_rtp_header_extension_twcc_write()
188 if (ext_size < gst_rtp_header_extension_twcc_get_max_size (ext, NULL)) in gst_rtp_header_extension_twcc_write()
218 GST_ERROR ("Cannot rewrite twcc data of smaller size (%u)", ext_size); in gst_rtp_header_extension_twcc_write()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.h195 u_int ext_size; /* size of buffer, for ext_free */ member
357 (M_WRITABLE(m) ? (m)->m_ext.ext_buf + (m)->m_ext.ext_size \
409 (((m)->m_flags & M_EXT) ? (m)->m_ext.ext_size : \
Duser_mbuf.c234 m->m_ext.ext_size = size; in clust_constructor_dup()
666 m->m_ext.ext_size = size; in mb_ctor_clust()
732 …nd_size = %d, extend_buffer = %p, ref_cnt = %d.\n", (void *)m, m->m_ext.ext_size, (void *)m->m_ext…
805 m->m_ext.ext_size = 0; in mb_free_ext()
1101 n->m_ext.ext_size = m->m_ext.ext_size; in mb_dupcl()
/third_party/mbedtls/library/
Dssl_srv.c1591 unsigned int ext_size; in ssl_parse_client_hello() local
1599 ext_size = ( ( ext[2] << 8 ) | ( ext[3] ) ); in ssl_parse_client_hello()
1601 if( ext_size + 4 > ext_len ) in ssl_parse_client_hello()
1616 ret = ssl_parse_servername_ext( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1628 ret = ssl_parse_renegotiation_info( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1638 ret = ssl_parse_signature_algorithms_ext( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1652 ret = ssl_parse_supported_elliptic_curves( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1661 ret = ssl_parse_supported_point_formats( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1672 ret = ssl_parse_ecjpake_kkpp( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
1682 ret = ssl_parse_max_fragment_length_ext( ssl, ext + 4, ext_size ); in ssl_parse_client_hello()
[all …]
Dssl_cli.c2223 unsigned int ext_size = ( ( ext[2] << 8 ) in ssl_parse_server_hello() local
2226 if( ext_size + 4 > ext_len ) in ssl_parse_server_hello()
2244 ext_size ) ) != 0 ) in ssl_parse_server_hello()
2255 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2269 ext_size ) ) != 0 ) in ssl_parse_server_hello()
2282 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2296 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2309 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2324 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
2338 ext + 4, ext_size ) ) != 0 ) in ssl_parse_server_hello()
[all …]
/third_party/alsa-utils/aplay/
Dformats.h105 u_short ext_size; member
/third_party/lwip/src/apps/http/makefsdata/
Dmakefsdata.c878 size_t ext_size; in ext_in_list() local
883 ext_size = comma - ext; in ext_in_list()
884 if ((filename[filename_size - ext_size - 1] == '.') && in ext_in_list()
885 !strncmp(&filename[filename_size - ext_size], ext, ext_size)) { in ext_in_list()
/third_party/openssl/ssl/statem/
Dextensions_cust.c114 const unsigned char *ext_data, size_t ext_size, X509 *x, in custom_ext_parse() argument
161 if (meth->parse_cb(s, ext_type, context, ext_data, ext_size, x, chainidx, in custom_ext_parse()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h796 #define SCTP_BUF_EXTEND_SIZE(m) (m->m_ext.ext_size)
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c98 atom_header_set (Atom * header, guint32 fourcc, gint32 size, gint64 ext_size) in atom_header_set() argument
102 header->extended_size = ext_size; in atom_header_set()
111 atom_full_init (AtomFull * full, guint32 fourcc, gint32 size, gint64 ext_size, in atom_full_init() argument
114 atom_header_set (&(full->header), fourcc, size, ext_size); in atom_full_init()
/third_party/openssl/ssl/
Dssl_local.h2649 const unsigned char *ext_data, size_t ext_size,