Home
last modified time | relevance | path

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

/third_party/mesa3d/src/glx/
Dglxcmds.c1600 int list_size; in glXChooseFBConfig() local
1604 glXGetFBConfigs(dpy, screen, &list_size); in glXChooseFBConfig()
1606 if ((config_list != NULL) && (list_size > 0) && (attribList != NULL)) { in glXChooseFBConfig()
1607 list_size = choose_fbconfig(config_list, list_size, attribList); in glXChooseFBConfig()
1608 if (list_size == 0) { in glXChooseFBConfig()
1614 *nitems = list_size; in glXChooseFBConfig()
1625 int list_size; in glXCreateNewContext() local
1634 glXGetFBConfigs(dpy, config->screen, &list_size); in glXCreateNewContext()
1636 for (i = 0; i < list_size; i++) { in glXCreateNewContext()
1642 if (i == list_size) { in glXCreateNewContext()
/third_party/ffmpeg/libavformat/
Dsegment.c82 int list_size; ///< number of entries for the segment list file member
371 if (seg->list_size || seg->list_type == LIST_TYPE_M3U8) { in segment_end()
388 if (seg->list_size && seg->segment_count >= seg->list_size) { in segment_end()
725 if (!seg->list_size && seg->list_type != LIST_TYPE_M3U8) { in seg_init()
1021 …{ "segment_list_size", "set the maximum number of playlist entries", OFFSET(list_size), AV_OPT_TYP…
/third_party/mbedtls/library/
Dssl_tls12_server.c189 size_t list_size, our_size; in ssl_parse_supported_groups_ext() local
199 list_size = ((buf[0] << 8) | (buf[1])); in ssl_parse_supported_groups_ext()
200 if (list_size + 2 != len || in ssl_parse_supported_groups_ext()
201 list_size % 2 != 0) { in ssl_parse_supported_groups_ext()
218 our_size = list_size / 2 + 1; in ssl_parse_supported_groups_ext()
233 while (list_size > 0 && our_size > 1) { in ssl_parse_supported_groups_ext()
242 list_size -= 2; in ssl_parse_supported_groups_ext()
254 size_t list_size; in ssl_parse_supported_point_formats() local
263 list_size = buf[0]; in ssl_parse_supported_point_formats()
266 while (list_size > 0) { in ssl_parse_supported_point_formats()
[all …]
Dssl_tls12_client.c819 size_t list_size; in ssl_parse_supported_point_formats_ext() local
828 list_size = buf[0]; in ssl_parse_supported_point_formats_ext()
831 while (list_size > 0) { in ssl_parse_supported_point_formats_ext()
848 list_size--; in ssl_parse_supported_point_formats_ext()
Dssl_tls.c3079 size_t list_size = 0; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() local
3084 list_size <= MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
3087 list_size++; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
3090 list_size = MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH + 1; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
3094 if (list_size > MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH) { in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
3101 conf->dtls_srtp_profile_list_len = list_size; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
/third_party/node/src/
Dspawn_sync.cc1021 size_t list_size, data_size, data_offset; in CopyJsStringArray() local
1034 list_size = (length + 1) * sizeof *list; in CopyJsStringArray()
1061 buffer = new char[list_size + data_size]; in CopyJsStringArray()
1064 data_offset = list_size; in CopyJsStringArray()
/third_party/libwebsockets/include/libwebsockets/
Dlws-metrics.h192 uint32_t list_size; member
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c589 pub->u.hist.list_size++; in lws_metrics_hist_bump_()
717 pub->u.hist.list_size = 0; in lws_metrics_dump_cb()
/third_party/python/Objects/
Dlistobject.c1516 merge_init(MergeState *ms, Py_ssize_t list_size, int has_keyfunc) in merge_init() argument
1525 ms->alloced = (list_size + 1) / 2; in merge_init()
/third_party/ffmpeg/libavcodec/
Dac3enc.c1964 int list_size, int default_value, int min_value, in validate_mix_level() argument
1967 int mixlev = validate_float_option(*opt_param, list, list_size); in validate_mix_level()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst455 * llvm: use list_size() to count the numbers of arguments
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h62654 u32 list_size; member