/third_party/boost/libs/mpi/test/ |
D | skeleton_content_test.cpp | 36 int list_size = comm.size() + 7; in test_skeleton_and_content() local 40 for (int i = 0; i < list_size; ++i) in test_skeleton_and_content() 86 BOOST_CHECK((int)transferred_list.size() == list_size); in test_skeleton_and_content() 91 make_counting_iterator(list_size), in test_skeleton_and_content() 97 make_counting_iterator(list_size), in test_skeleton_and_content() 115 int list_size = comm.size() + 7; in test_skeleton_and_content_nonblocking() local 119 for (int i = 0; i < list_size; ++i) in test_skeleton_and_content_nonblocking() 168 BOOST_CHECK((int)transferred_list.size() == list_size); in test_skeleton_and_content_nonblocking() 174 make_counting_iterator(list_size), in test_skeleton_and_content_nonblocking() 181 make_counting_iterator(list_size), in test_skeleton_and_content_nonblocking()
|
D | broadcast_test.cpp | 62 int list_size = comm.size() + 7; in test_skeleton_and_content() local 66 for (int i = 0; i < list_size; ++i) in test_skeleton_and_content() 111 BOOST_CHECK((int)transferred_list.size() == list_size); in test_skeleton_and_content() 116 make_counting_iterator(list_size), in test_skeleton_and_content() 123 make_counting_iterator(list_size), in test_skeleton_and_content()
|
/third_party/libusb/tests/ |
D | stress.c | 62 ssize_t list_size = libusb_get_device_list(ctx, &device_list); in test_get_device_list() local 63 if (list_size < 0 || !device_list) { in test_get_device_list() 66 i, (long)-list_size, device_list); in test_get_device_list() 96 ssize_t list_size = libusb_get_device_list(ctx, &device_lists[i]); in test_many_device_lists() local 97 if (list_size < 0 || !device_lists[i]) { in test_many_device_lists() 100 i, (long)-list_size, device_lists[i]); in test_many_device_lists()
|
/third_party/boost/libs/mpi/test/python/ |
D | skeleton_content_test.py | 17 list_size = comm.size + 7 19 for i in range(0,list_size): 60 assert transferred_list_skeleton.object.size == list_size
|
/third_party/gstreamer/gstplugins_good/sys/osxaudio/ |
D | gstosxcoreaudiocommon.c | 156 gsize list_size; in buffer_list_alloc() local 161 list_size = G_STRUCT_OFFSET (AudioBufferList, mBuffers[num_buffers]); in buffer_list_alloc() 162 list = (AudioBufferList *) g_malloc (list_size); in buffer_list_alloc()
|
/third_party/glib/gio/ |
D | glocalfileinfo.c | 482 gsize list_size; in get_xattrs() local 503 list_size = list_res_size; in get_xattrs() 504 list = g_malloc (list_size); in get_xattrs() 508 list_res_size = g_listxattr (path, list, list_size, follow_symlinks); in get_xattrs() 513 list_size = list_size * 2; in get_xattrs() 514 list = g_realloc (list, list_size); in get_xattrs() 645 gsize list_size; in get_xattrs_from_fd() local 666 list_size = list_res_size; in get_xattrs_from_fd() 667 list = g_malloc (list_size); in get_xattrs_from_fd() 671 list_res_size = g_flistxattr (fd, list, list_size); in get_xattrs_from_fd() [all …]
|
/third_party/mesa3d/src/glx/ |
D | glxcmds.c | 1596 int list_size; in glXChooseFBConfig() local 1600 glXGetFBConfigs(dpy, screen, &list_size); in glXChooseFBConfig() 1602 if ((config_list != NULL) && (list_size > 0) && (attribList != NULL)) { in glXChooseFBConfig() 1603 list_size = choose_fbconfig(config_list, list_size, attribList); in glXChooseFBConfig() 1604 if (list_size == 0) { in glXChooseFBConfig() 1610 *nitems = list_size; in glXChooseFBConfig() 1621 int list_size; in glXCreateNewContext() local 1630 glXGetFBConfigs(dpy, config->screen, &list_size); in glXCreateNewContext() 1632 for (i = 0; i < list_size; i++) { in glXCreateNewContext() 1638 if (i == list_size) { in glXCreateNewContext()
|
/third_party/ffmpeg/libavformat/ |
D | segment.c | 81 int list_size; ///< number of entries for the segment list file member 378 if (seg->list_size || seg->list_type == LIST_TYPE_M3U8) { in segment_end() 395 if (seg->list_size && seg->segment_count >= seg->list_size) { in segment_end() 732 if (!seg->list_size && seg->list_type != LIST_TYPE_M3U8) { in seg_init() 1024 …{ "segment_list_size", "set the maximum number of playlist entries", OFFSET(list_size), AV_OPT_TYP…
|
/third_party/mbedtls/library/ |
D | ssl_srv.c | 324 size_t list_size, our_size; in ssl_parse_supported_elliptic_curves() local 334 list_size = ( ( buf[0] << 8 ) | ( buf[1] ) ); in ssl_parse_supported_elliptic_curves() 335 if( list_size + 2 != len || in ssl_parse_supported_elliptic_curves() 336 list_size % 2 != 0 ) in ssl_parse_supported_elliptic_curves() 355 our_size = list_size / 2 + 1; in ssl_parse_supported_elliptic_curves() 369 while( list_size > 0 && our_size > 1 ) in ssl_parse_supported_elliptic_curves() 379 list_size -= 2; in ssl_parse_supported_elliptic_curves() 390 size_t list_size; in ssl_parse_supported_point_formats() local 400 list_size = buf[0]; in ssl_parse_supported_point_formats() 403 while( list_size > 0 ) in ssl_parse_supported_point_formats() [all …]
|
D | ssl_cli.c | 1557 size_t list_size; in ssl_parse_supported_point_formats_ext() local 1567 list_size = buf[0]; in ssl_parse_supported_point_formats_ext() 1570 while( list_size > 0 ) in ssl_parse_supported_point_formats_ext() 1586 list_size--; in ssl_parse_supported_point_formats_ext()
|
D | ssl_tls.c | 4159 size_t list_size = 0; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() local 4164 list_size <= MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 4169 list_size++; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 4174 list_size = MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH + 1; in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 4178 if( list_size > MBEDTLS_TLS_SRTP_MAX_PROFILE_LIST_LENGTH ) in mbedtls_ssl_conf_dtls_srtp_protection_profiles() 4186 conf->dtls_srtp_profile_list_len = list_size; in mbedtls_ssl_conf_dtls_srtp_protection_profiles()
|
/third_party/node/src/ |
D | spawn_sync.cc | 1020 size_t list_size, data_size, data_offset; in CopyJsStringArray() local 1033 list_size = (length + 1) * sizeof *list; in CopyJsStringArray() 1060 buffer = new char[list_size + data_size]; in CopyJsStringArray() 1063 data_offset = list_size; in CopyJsStringArray()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-metrics.h | 192 uint32_t list_size; member
|
/third_party/mindspore/mindspore/ccsrc/frontend/operator/composite/ |
D | composite.cc | 522 int64_t list_size = SizeToLong(args_spec_list.size()); in GenerateFuncGraph() local 525 ss << "▶make_list_" << list_size; in GenerateFuncGraph() 531 for (int64_t i = 0; i < list_size; ++i) { in GenerateFuncGraph() 542 ss << "◀make_list_" << list_size; in GenerateFuncGraph() 549 for (int64_t i = 0; i < list_size; ++i) { in GenerateFuncGraph()
|
/third_party/libwebsockets/lib/system/metrics/ |
D | metrics.c | 587 pub->u.hist.list_size++; in lws_metrics_hist_bump_() 715 pub->u.hist.list_size = 0; in lws_metrics_dump_cb()
|
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/ |
D | gstvideotestsrc.c | 430 guint list_size = gst_value_list_get_size (formats); in gst_video_test_src_src_fixate() local 434 for (index = 0; index < list_size; index++) { in gst_video_test_src_src_fixate()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideoaggregator.c | 1477 guint list_size = gst_value_list_get_size (formats); in gst_video_aggregator_caps_has_alpha() local 1480 for (index = 0; index < list_size; index++) { in gst_video_aggregator_caps_has_alpha() 1528 guint list_size = gst_value_list_get_size (formats); in _get_non_alpha_caps() local 1533 for (index = 0; index < list_size; index++) { in _get_non_alpha_caps()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.cc | 326 int list_size = tensor_list->size(); in CheckWatchpointsForTensor() local 327 if (end > list_size) { in CheckWatchpointsForTensor() 328 end = list_size; in CheckWatchpointsForTensor()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 5907 guint list_size, n; in gst_value_list_equals_range() local 5910 list_size = VALUE_LIST_SIZE (list); in gst_value_list_equals_range() 5911 if (list_size == 0) in gst_value_list_equals_range() 5927 if (list_size != rmax / rstep - rmin / rstep + 1) in gst_value_list_equals_range() 5929 for (n = 0; n < list_size; ++n) { in gst_value_list_equals_range() 5943 if (list_size != rmax / rstep - rmin / rstep + 1) in gst_value_list_equals_range() 5945 for (n = 0; n < list_size; ++n) { in gst_value_list_equals_range()
|
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/ |
D | gstsvthevcenc.c | 1352 const gint list_size = gst_value_list_get_size (v); in gst_svthevc_enc_set_format() local 1355 for (i = 0; i < list_size; i++) { in gst_svthevc_enc_set_format()
|
/third_party/ffmpeg/libavcodec/ |
D | ac3enc.c | 1908 int list_size, int default_value, int min_value, in validate_mix_level() argument 1911 int mixlev = validate_float_option(*opt_param, list, list_size); in validate_mix_level()
|
/third_party/python/Objects/ |
D | listobject.c | 1516 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/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | parse.cc | 445 constexpr size_t list_size = 5; in GetLocation() local 446 if (ret.size() < list_size) { in GetLocation()
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.6.0.rst | 455 * llvm: use list_size() to count the numbers of arguments
|