Home
last modified time | relevance | path

Searched refs:cmp_to (Results 1 – 23 of 23) sorted by relevance

/dports/x11-wm/sway/sway-1.5.1/include/
H A Dlist.h21 …list_seq_find(list_t *list, int compare(const void *item, const void *cmp_to), const void *cmp_to);
/dports/x11-toolkits/wlroots/wlroots-0.12.0/include/wlr/types/
H A Dwlr_list.h81 int compare(const void *item, const void *cmp_to), const void *cmp_to);
/dports/x11-wm/sway/sway-1.5.1/swaybar/tray/
H A Dtray.c103 static int cmp_output(const void *item, const void *cmp_to) { in cmp_output() argument
104 const struct swaybar_output *output = cmp_to; in cmp_output()
H A Dhost.c16 static int cmp_sni_id(const void *item, const void *cmp_to) { in cmp_sni_id() argument
18 return strcmp(sni->watcher_id, cmp_to); in cmp_sni_id()
H A Dwatcher.c17 static int cmp_id(const void *item, const void *cmp_to) { in cmp_id() argument
18 return strcmp(item, cmp_to); in cmp_id()
H A Dicon.c17 static int cmp_id(const void *item, const void *cmp_to) { in cmp_id() argument
18 return strcmp(item, cmp_to); in cmp_id()
H A Ditem.c376 static int cmp_sni_id(const void *item, const void *cmp_to) { in cmp_sni_id() argument
378 return strcmp(sni->watcher_id, cmp_to); in cmp_sni_id()
/dports/graphics/opencv/opencv-4.5.3/modules/ts/misc/
H A Dxls-report.py353 cmp_to = configs.get(comp["to"])
355 if isinstance(cmp_from, numbers.Number) and isinstance(cmp_to, numbers.Number):
357 speedup = cmp_from / cmp_to
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaikuterm.c750 && g->slice.cmp.to < s->cmp_to; in haiku_draw_string_box()
1218 for (i = j = s->cmp_from; i < s->cmp_to; i++) in haiku_draw_composite_glyph_string_foreground()
1841 composition_gstring_width (gstring, s->cmp_from, s->cmp_to, &metrics); in haiku_compute_glyph_string_overhangs()
H A Ddispextern.h1362 int cmp_from, cmp_to; member
H A Dw32term.c1120 composition_gstring_width (gstring, s->cmp_from, s->cmp_to, &metrics); in w32_compute_glyph_string_overhangs()
1329 for (i = j = s->cmp_from; i < s->cmp_to; i++) in w32_draw_composite_glyph_string_foreground()
1752 && g->slice.cmp.to < s->cmp_to; in w32_draw_glyph_string_box()
H A Dpgtkterm.c1212 composition_gstring_width (gstring, s->cmp_from, s->cmp_to, in pgtk_compute_glyph_string_overhangs()
1428 for (i = j = s->cmp_from; i < s->cmp_to; i++) in x_draw_composite_glyph_string_foreground()
H A Dxdisp.c28541 s->cmp_to = i; in fill_composite_glyph_string()
28579 return s->cmp_to; in fill_composite_glyph_string()
28597 s->cmp_to = glyph->slice.cmp.to + 1; in fill_gstring_glyph_string()
28619 && s->cmp_to == glyph->slice.cmp.from in fill_gstring_glyph_string()
28623 s->cmp_to = (glyph++)->slice.cmp.to + 1; in fill_gstring_glyph_string()
28626 for (i = s->cmp_from; i < s->cmp_to; i++) in fill_gstring_glyph_string()
29169 if (!s->cmp || s->cmp_to == s->cmp->glyph_len) in compute_overhangs_and_x()
29182 if (!s->cmp || s->cmp_to == s->cmp->glyph_len) in compute_overhangs_and_x()
H A Dxterm.c2018 composition_gstring_width (gstring, s->cmp_from, s->cmp_to, &metrics); in x_compute_glyph_string_overhangs()
2245 for (i = j = s->cmp_from; i < s->cmp_to; i++) in x_draw_composite_glyph_string_foreground()
3286 && g->slice.cmp.to < s->cmp_to; in x_draw_glyph_string_box()
H A Dnsterm.m2804 composition_gstring_width (gstring, s->cmp_from, s->cmp_to, &metrics);
3528 && g->slice.cmp.to < s->cmp_to;
3878 for (i = j = s->cmp_from; i < s->cmp_to; i++)
H A DChangeLog.1116292 cmp_id, cmp_from, and cmp_to.
/dports/editors/emacs/emacs-27.2/src/
H A Ddispextern.h1352 int cmp_from, cmp_to; member
H A Dxdisp.c27667 s->cmp_to = i; in fill_composite_glyph_string()
27692 return s->cmp_to; in fill_composite_glyph_string()
27708 s->cmp_to = glyph->slice.cmp.to + 1; in fill_gstring_glyph_string()
27716 && s->cmp_to == glyph->slice.cmp.from) in fill_gstring_glyph_string()
27717 s->cmp_to = (glyph++)->slice.cmp.to + 1; in fill_gstring_glyph_string()
27719 for (i = s->cmp_from; i < s->cmp_to; i++) in fill_gstring_glyph_string()
27727 s->width = composition_gstring_width (lgstring, s->cmp_from, s->cmp_to, NULL); in fill_gstring_glyph_string()
28182 if (!s->cmp || s->cmp_to == s->cmp->glyph_len) in compute_overhangs_and_x()
28195 if (!s->cmp || s->cmp_to == s->cmp->glyph_len) in compute_overhangs_and_x()
H A Dxterm.c1712 composition_gstring_width (gstring, s->cmp_from, s->cmp_to, &metrics); in x_compute_glyph_string_overhangs()
1939 for (i = j = s->cmp_from; i < s->cmp_to; i++) in x_draw_composite_glyph_string_foreground()
H A Dw32term.c1319 for (i = j = s->cmp_from; i < s->cmp_to; i++) in w32_draw_composite_glyph_string_foreground()
H A Dnsterm.m4141 for (i = j = s->cmp_from; i < s->cmp_to; i++)
H A DChangeLog.1116292 cmp_id, cmp_from, and cmp_to.
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dcgen.c2743 LLVMValueRef cmp_to = LLVMBuildICmp(builder, LLVMIntSGT, in cgen_op_range_null() local
2749 LLVMBuildSelect(builder, dir, cmp_downto, cmp_to, cgen_reg_name(result)); in cgen_op_range_null()