Home
last modified time | relevance | path

Searched refs:avail_size (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/embedder/
H A Dset_process_title_linux.cc79 const size_t avail_size = g_envp_end - g_argv_start - 1; in setproctitle() local
84 static const bool buggy_kernel = [avail_size]() { in setproctitle()
89 memset(g_argv_start, 0, avail_size + 1); in setproctitle()
100 memset(g_argv_start, 0, avail_size + 1); in setproctitle()
105 size = vsnprintf(g_argv_start, avail_size, &fmt[1], ap); in setproctitle()
107 size = snprintf(g_argv_start, avail_size, "%s ", g_orig_argv0); in setproctitle()
108 if (size < avail_size) in setproctitle()
109 size += vsnprintf(&g_argv_start[size], avail_size - size, fmt, ap); in setproctitle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/
H A Dset_process_title_linux.cc80 const size_t avail_size = g_envp_end - g_argv_start - 1; in setproctitle() local
85 static const bool buggy_kernel = [avail_size]() { in setproctitle()
90 memset(g_argv_start, 0, avail_size + 1); in setproctitle()
101 memset(g_argv_start, 0, avail_size + 1); in setproctitle()
106 size = vsnprintf(g_argv_start, avail_size, &fmt[1], ap); in setproctitle()
108 size = snprintf(g_argv_start, avail_size, "%s ", g_orig_argv0); in setproctitle()
109 if (size < avail_size) in setproctitle()
110 size += vsnprintf(&g_argv_start[size], avail_size - size, fmt, ap); in setproctitle()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c846 if (*avail_size < 0) in kfd_fill_cu_for_cpu()
887 if (*avail_size < 0) in kfd_fill_mem_info_for_cpu()
937 if (*avail_size < 0) in kfd_fill_iolink_info_for_cpu()
972 int avail_size = *size; in kfd_create_vcrat_image_cpu() local
986 if (avail_size < 0) in kfd_create_vcrat_image_cpu()
1081 if (*avail_size < 0) in kfd_fill_gpu_memory_affinity()
1120 if (*avail_size < 0) in kfd_fill_gpu_direct_io_link_to_cpu()
1167 if (*avail_size < 0) in kfd_fill_gpu_xgmi_link_to_gpu()
1215 if (avail_size < 0) in kfd_create_vcrat_image_gpu()
1231 if (avail_size < 0) in kfd_create_vcrat_image_gpu()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c846 if (*avail_size < 0) in kfd_fill_cu_for_cpu()
887 if (*avail_size < 0) in kfd_fill_mem_info_for_cpu()
937 if (*avail_size < 0) in kfd_fill_iolink_info_for_cpu()
972 int avail_size = *size; in kfd_create_vcrat_image_cpu() local
986 if (avail_size < 0) in kfd_create_vcrat_image_cpu()
1081 if (*avail_size < 0) in kfd_fill_gpu_memory_affinity()
1120 if (*avail_size < 0) in kfd_fill_gpu_direct_io_link_to_cpu()
1167 if (*avail_size < 0) in kfd_fill_gpu_xgmi_link_to_gpu()
1215 if (avail_size < 0) in kfd_create_vcrat_image_gpu()
1231 if (avail_size < 0) in kfd_create_vcrat_image_gpu()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.c846 if (*avail_size < 0) in kfd_fill_cu_for_cpu()
887 if (*avail_size < 0) in kfd_fill_mem_info_for_cpu()
937 if (*avail_size < 0) in kfd_fill_iolink_info_for_cpu()
972 int avail_size = *size; in kfd_create_vcrat_image_cpu() local
986 if (avail_size < 0) in kfd_create_vcrat_image_cpu()
1081 if (*avail_size < 0) in kfd_fill_gpu_memory_affinity()
1120 if (*avail_size < 0) in kfd_fill_gpu_direct_io_link_to_cpu()
1167 if (*avail_size < 0) in kfd_fill_gpu_xgmi_link_to_gpu()
1215 if (avail_size < 0) in kfd_create_vcrat_image_gpu()
1231 if (avail_size < 0) in kfd_create_vcrat_image_gpu()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-toolkit/
H A Dsratoolkit.cpp59 QSize avail_size = QGuiApplication::primaryScreen () -> availableSize (); in SRAToolkit() local
60 if ( avail_size . isNull () || in SRAToolkit()
61 avail_size . width () < 1000 || in SRAToolkit()
62 avail_size . height () < 600 ) in SRAToolkit()
70 setMinimumSize ( avail_size . width () / 2.5, avail_size . height () / 2 ); in SRAToolkit()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/tokudb/PerconaFT/portability/tests/
H A Dtest-filesystem-sizes.cc74 uint64_t free_size = 0, avail_size = 0, total_size = 0; in test_main() local
76 r = toku_get_filesystem_sizes(".", &avail_size, &free_size, &total_size); in test_main()
78 assert(avail_size <= free_size && free_size <= total_size); in test_main()
81 printf("avail=%" PRIu64 "\n", avail_size); in test_main()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcellareabox.c749 if (avail_size > 0) in allocate_cells_manually()
750 avail_size = gtk_distribute_natural_allocation (avail_size, nvisible, sizes); in allocate_cells_manually()
752 avail_size = 0; in allocate_cells_manually()
943 if (avail_size > 0) in get_allocated_cells()
944 avail_size = gtk_distribute_natural_allocation (avail_size, visible_cells, sizes); in get_allocated_cells()
946 avail_size = 0; in get_allocated_cells()
1654 if (avail_size > 0) in compute_group_size_for_opposing_orientation()
1657 avail_size = 0; in compute_group_size_for_opposing_orientation()
1729 if (avail_size > 0) in compute_size_for_opposing_orientation()
1730 avail_size = gtk_distribute_natural_allocation (avail_size, n_groups, orientation_sizes); in compute_size_for_opposing_orientation()
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcellareabox.c751 if (avail_size > 0) in allocate_cells_manually()
752 avail_size = gtk_distribute_natural_allocation (avail_size, nvisible, sizes); in allocate_cells_manually()
754 avail_size = 0; in allocate_cells_manually()
945 if (avail_size > 0) in get_allocated_cells()
946 avail_size = gtk_distribute_natural_allocation (avail_size, visible_cells, sizes); in get_allocated_cells()
948 avail_size = 0; in get_allocated_cells()
1652 if (avail_size > 0) in compute_group_size_for_opposing_orientation()
1655 avail_size = 0; in compute_group_size_for_opposing_orientation()
1727 if (avail_size > 0) in compute_size_for_opposing_orientation()
1728 avail_size = gtk_distribute_natural_allocation (avail_size, n_groups, orientation_sizes); in compute_size_for_opposing_orientation()
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Deggwrapbox.c647 gint i, size = avail_size; in get_largest_size_for_free_line_in_opposing_orientation()
684 size = avail_size; in get_largest_size_for_free_line_in_opposing_orientation()
883 gint avail_size, in fit_aligned_item_requests() argument
905 if (try_line_size <= avail_size) in fit_aligned_item_requests()
945 avail_size = allocation->width; in egg_wrap_box_size_allocate()
952 avail_size = allocation->height; in egg_wrap_box_size_allocate()
1050 avail_size -= item_sizes[i].minimum_size; in egg_wrap_box_size_allocate()
1884 gint avail_size, n_children; in egg_wrap_box_get_preferred_height_for_width() local
1900 avail_size = MAX (width, min_width); in egg_wrap_box_get_preferred_height_for_width()
2060 gint avail_size, n_children; in egg_wrap_box_get_preferred_width_for_height() local
[all …]
/dports/sysutils/dmg2img/dmg2img-1.6.7/
H A Dadc.c7 int adc_decompress(int in_size, unsigned char *input, int avail_size, unsigned char *output, int *b… in adc_decompress() argument
24 if (outp + chunk_size - output > avail_size) { in adc_decompress()
36 if (outp + chunk_size - output > avail_size) { in adc_decompress()
56 if (outp + chunk_size - output > avail_size) { in adc_decompress()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Distream-nonuls.c33 size_t i, size, avail_size; in i_stream_nonuls_read() local
40 if (!i_stream_try_alloc(stream, size, &avail_size)) in i_stream_nonuls_read()
42 if (size > avail_size) in i_stream_nonuls_read()
43 size = avail_size; in i_stream_nonuls_read()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/bmp/
H A Dcfx_bmpdecompressor.cpp492 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE8() local
493 if (!avail_size || static_cast<int32_t>(first_part) > avail_size) in DecodeRLE8()
516 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE8() local
517 if (!avail_size || static_cast<int32_t>(first_part) > avail_size) in DecodeRLE8()
583 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE4() local
584 if (!avail_size) in DecodeRLE4()
591 first_part = avail_size - 1; in DecodeRLE4()
613 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE4() local
614 if (!avail_size) in DecodeRLE4()
617 if (static_cast<int32_t>(first_part) > avail_size) { in DecodeRLE4()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/bmp/
H A Dcfx_bmpdecompressor.cpp491 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE8() local
492 if (!avail_size || static_cast<int32_t>(first_part) > avail_size) in DecodeRLE8()
515 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE8() local
516 if (!avail_size || static_cast<int32_t>(first_part) > avail_size) in DecodeRLE8()
582 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE4() local
583 if (!avail_size) in DecodeRLE4()
590 first_part = avail_size - 1; in DecodeRLE4()
612 int32_t avail_size = out_row_bytes_ - col_num_; in DecodeRLE4() local
613 if (!avail_size) in DecodeRLE4()
616 if (static_cast<int32_t>(first_part) > avail_size) { in DecodeRLE4()
[all …]

12345678910>>...14