Home
last modified time | relevance | path

Searched refs:left_count (Results 151 – 175 of 197) sorted by relevance

12345678

/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-diff/src/
H A Drfm-diff-callbacks.i67 } else if (diff_p->left_count > 1 || diff_p->right_count > 1) { in hideshow_f()
69 (diff_ready && diff_p->left_index < diff_p->left_count - 1)); in hideshow_f()
97 gboolean diff_ready=(diff_p->right_file && diff_p->left_count && in hideshow_menus()
211 diff_p->left_count = in changedir()
238 (ready && diff_p->left_index < diff_p->left_count - 1)); in cb_changed_left()
391 diff_p->left_count = in get_file_action()
577 diff_p->left_count =
1030 diff_p->left_count =
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dufo.c3285 int left_count = 0, right_count = 0, above_count = 0, below_count = 0; in MakeKerningClasses() local
3304 left_count++; in MakeKerningClasses()
3310 if (sf->kerns == NULL && (left_count || right_count)) { in MakeKerningClasses()
3343 …if ((left_count > 0 || right_count > 0) && ((sf->kerns->first_cnt + left_count) * (sf->kerns->seco… in MakeKerningClasses()
3408 if (left_count > 0) { in MakeKerningClasses()
3409 …->kerns->firsts = realloc(sf->kerns->firsts, sizeof(char *) * (sf->kerns->first_cnt + left_count)); in MakeKerningClasses()
3415 sf->kerns->first_cnt += left_count; in MakeKerningClasses()
3445 left_count = 0; right_count = 0; above_count = 0; below_count = 0; in MakeKerningClasses()
3469 sf->kerns->firsts[left_start + left_count] = copy(current_group->glyphs); in MakeKerningClasses()
3470 sf->kerns->firsts_names[left_start + left_count] = copy(current_group->classname); in MakeKerningClasses()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dw32menu.c876 int left_count = 0; in w32_dialog_show() local
944 left_count++; in w32_dialog_show()
953 left_count = nb_buttons - nb_buttons / 2; in w32_dialog_show()
972 dialog_name[4] = '0' + nb_buttons - left_count; in w32_dialog_show()
H A Dxmenu.c1883 int left_count = 0; in x_dialog_show() local
1953 left_count++; in x_dialog_show()
1962 left_count = nb_buttons - nb_buttons / 2; in x_dialog_show()
1981 dialog_name[4] = '0' + nb_buttons - left_count; in x_dialog_show()
/dports/editors/emacs/emacs-27.2/src/
H A Dw32menu.c878 int left_count = 0; in w32_dialog_show() local
946 left_count++; in w32_dialog_show()
955 left_count = nb_buttons - nb_buttons / 2; in w32_dialog_show()
974 dialog_name[4] = '0' + nb_buttons - left_count; in w32_dialog_show()
H A Dxmenu.c1828 int left_count = 0; in x_dialog_show() local
1898 left_count++; in x_dialog_show()
1907 left_count = nb_buttons - nb_buttons / 2; in x_dialog_show()
1926 dialog_name[4] = '0' + nb_buttons - left_count; in x_dialog_show()
/dports/devel/py-ptvsd/ptvsd-3.1.0/ptvsd/
H A Dvisualstudio_py_util.py437 left_count, right_count = max(1, int(2 * limit / 3)), max(1, int(limit / 3))
439 yield obj_repr[:left_count]
/dports/science/libcint/libcint-5.1.0/src/
H A Deigh.c122 int left_count = 0; in _dlarrc() local
129 ++left_count; in _dlarrc()
139 ++left_count; in _dlarrc()
145 *lcnt = left_count; in _dlarrc()
/dports/math/pspp/pspp-1.4.1/tests/libpspp/
H A Dabt-test.c281 int left_count = check_augmentations (p->node.down[0]); in check_augmentations() local
283 int total = left_count + right_count + 1; in check_augmentations()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/_hist_gradient_boosting/
H A Dsplitting.pyx312 int left_count
339 left_count = 0
353 left_indices_buffer[start + left_count] = sample_idx
354 left_count = left_count + 1
359 left_counts[thread_idx] = left_count
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Drepository.rb413 left_count = gitaly_commit_client
416 [left_count, right_count]
/dports/x11/editres/editres-1.0.7/
H A Dwidgets.c599 new_info->left_count = 0; in CreateResourceNameForm()
601 old_info->right_count = &(new_info->left_count); in CreateResourceNameForm()
H A DeditresP.h139 int left_count, *right_count; /* If count > 0 then desensitize the left or member
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dcmds.c4230 int left_count = 0, right_count = 0; local
4234 left_count = level1_plus_count(lhs[en], n_lhs[en]) + 1;
4237 …fprintf(gfp, "#%d: LHS consists of %d term%s; ", en + 1, left_count, (left_count == 1) ? "" : "s");
4242 …f(gfp, "Expression consists of a total of %d term%s.\n", left_count + right_count, ((left_count + …
4243 return(left_count + right_count);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/gitaly_client/
H A Dcommit_service.rb171 [response.left_count, response.right_count]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/
H A Dcommit.proto219 int32 left_count = 1;
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xwayland/xorg-server-1.20.13/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xephyr/xorg-server-1.20.13/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xarcan/xarcan-0.6.0/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/mi/
H A Dmiwideline.c649 int left_count, int right_count) in miFillPolyHelper() argument
679 while ((left_count || left_height) && (right_count || right_height)) { in miFillPolyHelper()
680 if (!left_height && left_count) { in miFillPolyHelper()
688 --left_count; in miFillPolyHelper()

12345678