/third_party/mesa3d/src/glx/ |
H A D | glxcmds.c | 1600 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; in glXCreateNewContext() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | segment.c | 82 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_TYPE_INT, {.i64 = 0}, 0, INT_MAX, E },
|
/third_party/mbedtls/library/ |
H A D | ssl_tls12_server.c | 185 size_t list_size, our_size; in ssl_parse_supported_groups_ext() local 195 list_size = MBEDTLS_GET_UINT16_BE(buf, 0); in ssl_parse_supported_groups_ext() 196 if (list_size + 2 != len || in ssl_parse_supported_groups_ext() 197 list_size % 2 != 0) { in ssl_parse_supported_groups_ext() 214 our_size = list_size / 2 + 1; in ssl_parse_supported_groups_ext() 229 while (list_size > 0 && our_size > 1) { in ssl_parse_supported_groups_ext() 238 list_size -= 2; in ssl_parse_supported_groups_ext() 250 size_t list_size; in ssl_parse_supported_point_formats() local 259 list_size = buf[0]; in ssl_parse_supported_point_formats() 262 while (list_size > in ssl_parse_supported_point_formats() [all...] |
H A D | ssl_tls12_client.c | 817 size_t list_size; in ssl_parse_supported_point_formats_ext() local 826 list_size = buf[0]; in ssl_parse_supported_point_formats_ext() 829 while (list_size > 0) { in ssl_parse_supported_point_formats_ext() 845 list_size--; in ssl_parse_supported_point_formats_ext()
|
H A D | ssl_tls.c | 2887 size_t list_size = 0; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() local 2892 list_size <= MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 2895 list_size++; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 2898 list_size = MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH + 1; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 2902 if (list_size > MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH) { in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 2909 conf->dtls_srtp_profile_list_len = list_size; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
|
/third_party/node/src/ |
H A D | spawn_sync.cc | 1021 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/ |
H A D | lws-metrics.h | 192 uint32_t list_size; member
|
/third_party/libwebsockets/lib/system/metrics/ |
H A D | metrics.c | 589 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/ |
H A D | listobject.c | 1543 merge_init(MergeState *ms, Py_ssize_t list_size, int has_keyfunc, in merge_init() argument 1553 ms->alloced = (list_size + 1) / 2; in merge_init() 1569 ms->listlen = list_size; in merge_init()
|
/third_party/ffmpeg/libavcodec/ |
H A D | ac3enc.c | 1964 int list_size, int default_value, int min_value, in validate_mix_level() 1967 int mixlev = validate_float_option(*opt_param, list, list_size); in validate_mix_level() 1962 validate_mix_level(void *log_ctx, const char *opt_name, float *opt_param, const float *list, int list_size, int default_value, int min_value, int *ctx_param) validate_mix_level() argument
|