Home
last modified time | relevance | path

Searched refs:sel_size (Results 1 – 25 of 51) sorted by relevance

123

/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dcolorsegtest.c63 l_int32 max_dist, max_colors, sel_size, final_colors; in main() local
81 sel_size = SEL_SIZE; in main()
87 sel_size = atoi(argv[5]); in main()
96 pixd = pixColorSegment(pixt, max_dist, max_colors, sel_size, in main()
/dports/mail/alpine/alpine-465e23b/pith/
H A Dmsgno.h46 if((p)->sel_cnt+1L > (p)->sel_size){ \
47 (p)->sel_size += 10L; \
49 (size_t)(p)->sel_size \
70 (p)->sel_size = 8L; \
72 (size_t)(p)->sel_size * sizeof(long));\
131 sel_size, /* its size */ member
H A Dmsgno.c58 (*msgs)->sel_size = 8L; in msgno_init()
59 len = (size_t)(*msgs)->sel_size * sizeof(long); in msgno_init()
383 msgs->sel_size = 8L; in msgno_include()
384 len = (size_t)msgs->sel_size * sizeof(long); in msgno_include()
475 msgs->sel_size = 8L; in msgno_add_raw()
476 len = (size_t) msgs->sel_size * sizeof(long); in msgno_add_raw()
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dmsgno.h46 if((p)->sel_cnt+1L > (p)->sel_size){ \
47 (p)->sel_size += 10L; \
49 (size_t)(p)->sel_size \
70 (p)->sel_size = 8L; \
72 (size_t)(p)->sel_size * sizeof(long));\
131 sel_size, /* its size */ member
H A Dmsgno.c58 (*msgs)->sel_size = 8L; in msgno_init()
59 len = (size_t)(*msgs)->sel_size * sizeof(long); in msgno_init()
383 msgs->sel_size = 8L; in msgno_include()
384 len = (size_t)msgs->sel_size * sizeof(long); in msgno_include()
475 msgs->sel_size = 8L; in msgno_add_raw()
476 len = (size_t) msgs->sel_size * sizeof(long); in msgno_add_raw()
/dports/devel/cmph/cmph-2.0/src/
H A Dcompressed_rank.c126 register cmph_uint32 sel_size = select_packed_size(&(cr->sel)); in compressed_rank_dump() local
132 *buflen = 4*(cmph_uint32)sizeof(cmph_uint32) + sel_size + vals_rems_size; in compressed_rank_dump()
134 DEBUGP("sel_size = %u\n", sel_size); in compressed_rank_dump()
261 register cmph_uint32 sel_size = select_packed_size(&cr->sel); in compressed_rank_packed_size() local
263 return 4 * (cmph_uint32)sizeof(cmph_uint32) + sel_size + vals_rems_size; in compressed_rank_packed_size()
H A Dcompressed_seq.c164 register cmph_uint32 sel_size = select_packed_size(&(cs->sel)); in compressed_seq_dump() local
171 *buflen = 4*(cmph_uint32)sizeof(cmph_uint32) + sel_size + length_rems_size + store_table_size; in compressed_seq_dump()
173 DEBUGP("sel_size = %u\n", sel_size); in compressed_seq_dump()
326 register cmph_uint32 sel_size = select_packed_size(&cs->sel); in compressed_seq_packed_size() local
329 return 4 * (cmph_uint32)sizeof(cmph_uint32) + sel_size + store_table_size + length_rems_size; in compressed_seq_packed_size()
/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/cmph/
H A Dcompressed_rank.c126 register cmph_uint32 sel_size = select_packed_size(&(cr->sel)); in compressed_rank_dump() local
135 *buflen = 4*(cmph_uint32)sizeof(cmph_uint32) + sel_size + vals_rems_size; in compressed_rank_dump()
137 DEBUGP("sel_size = %u\n", sel_size); in compressed_rank_dump()
267 register cmph_uint32 sel_size = select_packed_size(&cr->sel); in compressed_rank_packed_size() local
269 return 4 * (cmph_uint32)sizeof(cmph_uint32) + sel_size + vals_rems_size; in compressed_rank_packed_size()
H A Dcompressed_seq.c164 register cmph_uint32 sel_size = select_packed_size(&(cs->sel)); in compressed_seq_dump() local
174 *buflen = 4*(cmph_uint32)sizeof(cmph_uint32) + sel_size + length_rems_size + store_table_size; in compressed_seq_dump()
176 DEBUGP("sel_size = %u\n", sel_size); in compressed_seq_dump()
332 register cmph_uint32 sel_size = select_packed_size(&cs->sel); in compressed_seq_packed_size() local
335 return 4 * (cmph_uint32)sizeof(cmph_uint32) + sel_size + store_table_size + length_rems_size; in compressed_seq_packed_size()
/dports/lang/libobjc2/libobjc2-2.1/Test/
H A DManyManySelectors.m29 int sel_size = 0;
39 sel_size += strlen(selBuffer);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSAttributedString.java46 OS.objc_msgSend_stret(result, this.id, OS.sel_size); in size()
H A DNSImage.java105 OS.objc_msgSend_stret(result, this.id, OS.sel_size); in size()
H A DSelector.java1187 , sel_size("size") enumConstant
/dports/math/py-libpoly/libpoly-0.1.11/src/upolynomial/
H A Dfactorization.c1294 int sel_size = 1; in factorization_recombination() local
1351 sel_size ++; in factorization_recombination()
1363 for (i = 0; i < sel_size; ++ i) { in factorization_recombination()
1372 for (i = 0; i < sel_size; ++ i) { in factorization_recombination()
1380 for (i = 1; i < sel_size; ++ i) { in factorization_recombination()
1398 for (i = 0; i < sel_size; ++ i) { in factorization_recombination()
/dports/math/libpoly/libpoly-0.1.11/src/upolynomial/
H A Dfactorization.c1294 int sel_size = 1; in factorization_recombination() local
1351 sel_size ++; in factorization_recombination()
1363 for (i = 0; i < sel_size; ++ i) { in factorization_recombination()
1372 for (i = 0; i < sel_size; ++ i) { in factorization_recombination()
1380 for (i = 1; i < sel_size; ++ i) { in factorization_recombination()
1398 for (i = 0; i < sel_size; ++ i) { in factorization_recombination()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/sched/
H A Dcls_u32.c853 size_t sel_size; in u32_change() local
1016 sel_size = struct_size(s, keys, s->nkeys); in u32_change()
1017 if (nla_len(tb[TCA_U32_SEL]) < sel_size) { in u32_change()
1037 memcpy(&n->sel, s, sel_size); in u32_change()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/
H A Dclipboard.cpp664 Geom::OptRect sel_size = set->preferredBounds(); in pasteSize() local
665 if ( sel_size ) { in pasteSize()
666 set->setScaleRelative(sel_size->midpoint(), in pasteSize()
667 … _getScale(set->desktop(), min, max, *sel_size, apply_x, apply_y)); in pasteSize()
/dports/multimedia/libv4l/linux-5.13-rc2/net/sched/
H A Dcls_u32.c853 size_t sel_size; in u32_change() local
1016 sel_size = struct_size(s, keys, s->nkeys); in u32_change()
1017 if (nla_len(tb[TCA_U32_SEL]) < sel_size) { in u32_change()
1037 memcpy(&n->sel, s, sel_size); in u32_change()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/sched/
H A Dcls_u32.c853 size_t sel_size; in u32_change() local
1016 sel_size = struct_size(s, keys, s->nkeys); in u32_change()
1017 if (nla_len(tb[TCA_U32_SEL]) < sel_size) { in u32_change()
1037 memcpy(&n->sel, s, sel_size); in u32_change()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/
H A Dcalendar.py1433 sel_size = 1
1438 self.DrawRect(self.sel_key, bgcolor, cfont, sel_size)
1440 …Rect(key, self.GetColor(COLOR_HIGHLIGHT_BACKGROUND), self.GetColor(COLOR_HIGHLIGHT_FONT), sel_size)
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor.cc6260 const uint32_t sel_size = mrv.selection_size (); in popup_note_context_menu() local
6265 if (sel_size > 0) { in popup_note_context_menu()
6272 if (sel_size != 1) { in popup_note_context_menu()
6282 if (sel_size < 2) { in popup_note_context_menu()
6291 if (sel_size < 2) { in popup_note_context_menu()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dsummaryview.c2650 goffset sel_size = 0, n_size = 0; in summary_status_show() local
2669 sel_size += msginfo->size; in summary_status_show()
2745 sel = g_strdup_printf(" (%s)", to_human_readable((goffset)sel_size)); in summary_status_show()
2802 ssize = g_strdup(to_human_readable((goffset)sel_size)); in summary_status_show()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/
H A Dsummaryview.c2650 goffset sel_size = 0, n_size = 0; in summary_status_show() local
2669 sel_size += msginfo->size; in summary_status_show()
2745 sel = g_strdup_printf(" (%s)", to_human_readable((goffset)sel_size)); in summary_status_show()
2802 ssize = g_strdup(to_human_readable((goffset)sel_size)); in summary_status_show()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dsummaryview.c2650 goffset sel_size = 0, n_size = 0; in summary_status_show() local
2669 sel_size += msginfo->size; in summary_status_show()
2745 sel = g_strdup_printf(" (%s)", to_human_readable((goffset)sel_size)); in summary_status_show()
2802 ssize = g_strdup(to_human_readable((goffset)sel_size)); in summary_status_show()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dsummaryview.c2650 goffset sel_size = 0, n_size = 0; in summary_status_show() local
2669 sel_size += msginfo->size; in summary_status_show()
2745 sel = g_strdup_printf(" (%s)", to_human_readable((goffset)sel_size)); in summary_status_show()
2802 ssize = g_strdup(to_human_readable((goffset)sel_size)); in summary_status_show()

123