Home
last modified time | relevance | path

Searched refs:trg (Results 1 – 25 of 1532) sorted by relevance

12345678910>>...62

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/CIPLabeler/configs/
H A DConfiguration.h41 if (ref[2] == trg[2] && ref[3] == trg[3]) in parity4()
44 if (ref[2] == trg[3] && ref[3] == trg[2]) in parity4()
48 if (ref[2] == trg[1] && ref[3] == trg[3]) in parity4()
51 if (ref[2] == trg[3] && ref[3] == trg[1]) in parity4()
55 if (ref[2] == trg[2] && ref[3] == trg[1]) in parity4()
58 if (ref[2] == trg[1] && ref[3] == trg[2]) in parity4()
64 if (ref[2] == trg[2] && ref[3] == trg[3]) in parity4()
67 if (ref[2] == trg[3] && ref[3] == trg[2]) in parity4()
71 if (ref[2] == trg[0] && ref[3] == trg[3]) in parity4()
74 if (ref[2] == trg[3] && ref[3] == trg[0]) in parity4()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/saga2/
H A Deffects.cpp85 if (totalDice > 0 && trg->getObject() && isActor(trg->getObject())) in implement()
94 if (totalDice > 0 && trg->getObject() && isActor(trg->getObject())) in implement()
170 if (totalDice > 0 && trg->getObject() && isActor(trg->getObject())) in implement()
179 if (totalDice > 0 && trg->getObject() && isActor(trg->getObject())) in implement()
217 if (isActor(trg->getObject())) { in implement()
249 ActiveItem *tag = trg->getTAG(); in implement()
283 (*handler)(cst, trg); in implement()
327 assert(trg); in createSpellCallFrame()
334 switch (trg->getType()) { in createSpellCallFrame()
338 scf.coords = trg->getPoint(); in createSpellCallFrame()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dregexp.c287 return trg; in optimize_reg_exp_sym()
330 trg->negation = safemalloc (trg->size); in parse_reg_exp()
344 trg->negation[i] = neg_buf[trg->size - i - 1]; in parse_reg_exp()
357 return trg; in parse_reg_exp()
403 if (trg) in parse_wild_reg_exp()
427 trg->head = trg->tail = p_reg; in parse_wild_reg_exp()
433 return trg; in parse_wild_reg_exp()
443 return trg; in place_singlechar()
528 trg = place_singlechar (trg, *ptr); in flatten_wild_reg_exp()
532 trg = place_singlechar (trg, *ptr); in flatten_wild_reg_exp()
[all …]
/dports/devel/libafterbase/libAfterBase-0.92/
H A Dregexp.c287 return trg; in optimize_reg_exp_sym()
331 trg->negation = safemalloc (trg->size); in parse_reg_exp()
345 trg->negation[i] = neg_buf[trg->size - i - 1]; in parse_reg_exp()
358 return trg; in parse_reg_exp()
404 if (trg) in parse_wild_reg_exp()
428 trg->head = trg->tail = p_reg; in parse_wild_reg_exp()
434 return trg; in parse_wild_reg_exp()
444 return trg; in place_singlechar()
529 trg = place_singlechar (trg, *ptr); in flatten_wild_reg_exp()
533 trg = place_singlechar (trg, *ptr); in flatten_wild_reg_exp()
[all …]
/dports/x11-wm/bspwm/bspwm-0.9.10/src/
H A Dmessages.c279 if (!set_layer(trg.monitor, trg.desktop, trg.node, lyr)) { in cmd_node()
304 if (!set_state(trg.monitor, trg.desktop, trg.node, cst)) { in cmd_node()
338 set_hidden(trg.monitor, trg.desktop, trg.node, (a == ALTER_SET ? b : !trg.node->hidden)); in cmd_node()
341 set_sticky(trg.monitor, trg.desktop, trg.node, (a == ALTER_SET ? b : !trg.node->sticky)); in cmd_node()
363 cancel_presel(trg.monitor, trg.desktop, trg.node); in cmd_node()
373 cancel_presel(trg.monitor, trg.desktop, trg.node); in cmd_node()
375 presel_dir(trg.monitor, trg.desktop, trg.node, dir); in cmd_node()
400 presel_ratio(trg.monitor, trg.desktop, trg.node, rat); in cmd_node()
401 draw_presel_feedback(trg.monitor, trg.desktop, trg.node); in cmd_node()
563 insert_receptacle(trg.monitor, trg.desktop, trg.node); in cmd_node()
[all …]
/dports/emulators/vice/vice-3.5/src/video/
H A Drender1x1ntsc.c63 tmp = (uint16_t *) trg; in store_pixel_2()
80 trg[0] = (uint8_t) tmp; in store_pixel_3()
121 trg[1] = y1; in store_pixel_UYVY()
123 trg[3] = y2; in store_pixel_UYVY()
135 trg[0] = y1; in store_pixel_YUY2()
137 trg[2] = y2; in store_pixel_YUY2()
150 trg[0] = y1; in store_pixel_YVYU()
152 trg[2] = y2; in store_pixel_YVYU()
188 trg = trg + pitcht * yt + (xt >> 1) * pixelstride; in render_generic_1x1_ntsc()
196 tmptrg = trg; in render_generic_1x1_ntsc()
[all …]
H A Drender1x1crt.c56 tmp = (uint16_t *) trg; in store_pixel_2()
73 trg[0] = (uint8_t) tmp; in store_pixel_3()
114 trg[1] = y1; in store_pixel_UYVY()
116 trg[3] = y2; in store_pixel_UYVY()
128 trg[0] = y1; in store_pixel_YUY2()
130 trg[2] = y2; in store_pixel_YUY2()
143 trg[0] = y1; in store_pixel_YVYU()
145 trg[2] = y2; in store_pixel_YVYU()
181 trg = trg + pitcht * yt + (xt >> 1) * pixelstride; in render_generic_1x1_crt()
189 tmptrg = trg; in render_generic_1x1_crt()
[all …]
H A Dvideo-render-crt.c58 uint8_t *src, uint8_t *trg, in video_render_crt_main() argument
90 render_16_1x1_crt(colortab, src, trg, width, height, in video_render_crt_main()
94 render_24_1x1_crt(colortab, src, trg, width, height, in video_render_crt_main()
98 render_32_1x1_crt(colortab, src, trg, width, height, in video_render_crt_main()
105 render_08_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
109 render_16_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
113 render_24_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
117 render_32_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
145 render_08_1x2_04(colortab, src, trg, width, height, in video_render_crt_main()
149 render_16_1x2_04(colortab, src, trg, width, height, in video_render_crt_main()
[all …]
H A Drender1x1pal.c58 tmp = (uint16_t *) trg; in store_pixel_2()
75 trg[0] = (uint8_t) tmp; in store_pixel_3()
116 trg[1] = y1; in store_pixel_UYVY()
118 trg[3] = y2; in store_pixel_UYVY()
130 trg[0] = y1; in store_pixel_YUY2()
132 trg[2] = y2; in store_pixel_YUY2()
145 trg[0] = y1; in store_pixel_YVYU()
147 trg[2] = y2; in store_pixel_YVYU()
183 trg = trg + pitcht * yt + (xt >> 1) * pixelstride; in render_generic_1x1_pal()
216 tmptrg = trg; in render_generic_1x1_pal()
[all …]
H A Dvideo-render-pal.c51 uint8_t *src, uint8_t *trg, in video_render_pal_main() argument
119 render_08_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
123 render_16_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
127 render_24_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
131 render_32_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
182 render_08_scale2x(colortab, src, trg, width, height, in video_render_pal_main()
186 render_16_scale2x(colortab, src, trg, width, height, in video_render_pal_main()
201 render_08_2x2_04(colortab, src, trg, width, height, in video_render_pal_main()
205 render_16_2x2_04(colortab, src, trg, width, height, in video_render_pal_main()
209 render_24_2x2_04(colortab, src, trg, width, height, in video_render_pal_main()
[all …]
H A Drender2x4.c51 trg = trg + pitcht * yt + xt; in render_08_2x4_04()
72 memcpy(trg, trg - pitcht, (width << 1) + wfirst + wlast); in render_08_2x4_04()
107 trg += pitcht; in render_08_2x4_04()
127 trg = trg + pitcht * yt + (xt << 1); in render_16_2x4_04()
210 trg += pitcht; in render_16_2x4_04()
231 trg = trg + pitcht * yt + (xt * 3); in render_24_2x4_04()
237 tmptrg = trg; in render_24_2x4_04()
240 memcpy(trg, trg - pitcht, ((width << 1) + wlast) * 3); in render_24_2x4_04()
263 memcpy(trg, trg - pitcht * 4, ((width << 1) + wlast) * 3); in render_24_2x4_04()
287 trg += pitcht; in render_24_2x4_04()
[all …]
H A Drender1x2.c63 tmptrg = trg; in render_08_1x2_04()
66 memcpy(trg, trg - pitcht, width); in render_08_1x2_04()
112 trg = trg + pitcht * yt + (xt << 1); in render_16_1x2_04()
129 memcpy(trg, trg - pitcht, width << 1); in render_16_1x2_04()
152 memcpy(trg, trg - pitcht * 2, width << 1); in render_16_1x2_04()
198 trg = trg + pitcht * yt + (xt * 3); in render_24_1x2_04()
215 memcpy(trg, trg - pitcht, width * 3); in render_24_1x2_04()
266 memcpy(trg, trg - pitcht * 2, width * 3); in render_24_1x2_04()
339 trg = trg + pitcht * yt + (xt << 2); in render_32_1x2_04()
356 memcpy(trg, trg - pitcht, width << 2); in render_32_1x2_04()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/video/
H A Drender1x1crt.c56 tmp = (uint16_t *) trg; in store_pixel_2()
73 trg[0] = (uint8_t) tmp; in store_pixel_3()
114 trg[1] = y1; in store_pixel_UYVY()
116 trg[3] = y2; in store_pixel_UYVY()
128 trg[0] = y1; in store_pixel_YUY2()
130 trg[2] = y2; in store_pixel_YUY2()
143 trg[0] = y1; in store_pixel_YVYU()
145 trg[2] = y2; in store_pixel_YVYU()
181 trg = trg + pitcht * yt + (xt >> 1) * pixelstride; in render_generic_1x1_crt()
189 tmptrg = trg; in render_generic_1x1_crt()
[all …]
H A Drender1x1ntsc.c63 tmp = (uint16_t *) trg; in store_pixel_2()
80 trg[0] = (uint8_t) tmp; in store_pixel_3()
121 trg[1] = y1; in store_pixel_UYVY()
123 trg[3] = y2; in store_pixel_UYVY()
135 trg[0] = y1; in store_pixel_YUY2()
137 trg[2] = y2; in store_pixel_YUY2()
150 trg[0] = y1; in store_pixel_YVYU()
152 trg[2] = y2; in store_pixel_YVYU()
188 trg = trg + pitcht * yt + (xt >> 1) * pixelstride; in render_generic_1x1_ntsc()
196 tmptrg = trg; in render_generic_1x1_ntsc()
[all …]
H A Dvideo-render-crt.c58 uint8_t *src, uint8_t *trg, in video_render_crt_main() argument
90 render_16_1x1_crt(colortab, src, trg, width, height, in video_render_crt_main()
94 render_24_1x1_crt(colortab, src, trg, width, height, in video_render_crt_main()
98 render_32_1x1_crt(colortab, src, trg, width, height, in video_render_crt_main()
105 render_08_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
109 render_16_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
113 render_24_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
117 render_32_1x1_04(colortab, src, trg, width, height, in video_render_crt_main()
145 render_08_1x2_04(colortab, src, trg, width, height, in video_render_crt_main()
149 render_16_1x2_04(colortab, src, trg, width, height, in video_render_crt_main()
[all …]
H A Drender1x1pal.c58 tmp = (uint16_t *) trg; in store_pixel_2()
75 trg[0] = (uint8_t) tmp; in store_pixel_3()
116 trg[1] = y1; in store_pixel_UYVY()
118 trg[3] = y2; in store_pixel_UYVY()
130 trg[0] = y1; in store_pixel_YUY2()
132 trg[2] = y2; in store_pixel_YUY2()
145 trg[0] = y1; in store_pixel_YVYU()
147 trg[2] = y2; in store_pixel_YVYU()
183 trg = trg + pitcht * yt + (xt >> 1) * pixelstride; in render_generic_1x1_pal()
216 tmptrg = trg; in render_generic_1x1_pal()
[all …]
H A Dvideo-render-pal.c51 uint8_t *src, uint8_t *trg, in video_render_pal_main() argument
119 render_08_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
123 render_16_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
127 render_24_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
131 render_32_1x1_04(colortab, src, trg, width, height, in video_render_pal_main()
182 render_08_scale2x(colortab, src, trg, width, height, in video_render_pal_main()
186 render_16_scale2x(colortab, src, trg, width, height, in video_render_pal_main()
201 render_08_2x2_04(colortab, src, trg, width, height, in video_render_pal_main()
205 render_16_2x2_04(colortab, src, trg, width, height, in video_render_pal_main()
209 render_24_2x2_04(colortab, src, trg, width, height, in video_render_pal_main()
[all …]
H A Drender2x4.c51 trg = trg + pitcht * yt + xt; in render_08_2x4_04()
72 memcpy(trg, trg - pitcht, (width << 1) + wfirst + wlast); in render_08_2x4_04()
107 trg += pitcht; in render_08_2x4_04()
127 trg = trg + pitcht * yt + (xt << 1); in render_16_2x4_04()
210 trg += pitcht; in render_16_2x4_04()
231 trg = trg + pitcht * yt + (xt * 3); in render_24_2x4_04()
237 tmptrg = trg; in render_24_2x4_04()
240 memcpy(trg, trg - pitcht, ((width << 1) + wlast) * 3); in render_24_2x4_04()
263 memcpy(trg, trg - pitcht * 4, ((width << 1) + wlast) * 3); in render_24_2x4_04()
287 trg += pitcht; in render_24_2x4_04()
[all …]
/dports/net/libyang/libyang-1.0.240/src/
H A Dparser_yang_bis.c3573 tmp = realloc(trg->rev, trg->rev_size * sizeof *trg->rev); in yyparse()
3601 … if (!strcmp(trg->rev[i].date, trg->rev[trg->rev_size - 1].date)) { in yyparse()
3657 tmp = realloc(trg->tpdf, trg->tpdf_size * sizeof *trg->tpdf); in yyparse()
3666 … tmp = realloc(trg->features, trg->features_size * sizeof *trg->features); in yyparse()
3675 tmp = realloc(trg->ident, trg->ident_size * sizeof *trg->ident); in yyparse()
3684 … tmp = realloc(trg->augment, trg->augment_size * sizeof *trg->augment); in yyparse()
3693 … tmp = realloc(trg->extensions, trg->extensions_size * sizeof *trg->extensions); in yyparse()
7365 { if (lyp_check_identifier(trg->ctx, s, LY_IDENT_SIMPLE, trg, NULL)) { in yyparse()
7465 LOGMEM(trg->ctx); in yyparse()
7499 LOGMEM(trg->ctx); in yyparse()
[all …]
H A Dyang.y.in514 import_arg_str: identifier_arg_str { YANG_ADDELEM(trg->imp, trg->imp_size, "imports");
561 include_arg_str: identifier_arg_str { YANG_ADDELEM(trg->inc, trg->inc_size, "includes");
714 tmp = realloc(trg->rev, trg->rev_size * sizeof *trg->rev);
727 YANG_ADDELEM(trg->rev, trg->rev_size, "revisions");
740 … if (!strcmp(trg->rev[i].date, trg->rev[trg->rev_size - 1].date)) {
790 tmp = realloc(trg->tpdf, trg->tpdf_size * sizeof *trg->tpdf);
799 … tmp = realloc(trg->features, trg->features_size * sizeof *trg->features);
808 tmp = realloc(trg->ident, trg->ident_size * sizeof *trg->ident);
817 … tmp = realloc(trg->augment, trg->augment_size * sizeof *trg->augment);
826 … tmp = realloc(trg->extensions, trg->extensions_size * sizeof *trg->extensions);
[all …]
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/test/
H A Dgraph_utils_test.cc45 int trg = rnd[invNodes.size()]; in checkFindArcs() local
51 for (NodeIt trg(digraph); trg != INVALID; ++trg) { in checkFindArcs() local
78 for (NodeIt trg(fg); trg != INVALID; ++trg) { in checkFindArcs() local
79 ConArcIt<Digraph> con(fg, src, trg); in checkFindArcs()
90 for (NodeIt trg(fg); trg != INVALID; ++trg) { in checkFindArcs() local
91 Arc con1 = al1(src, trg); in checkFindArcs()
92 Arc con2 = al2(src, trg); in checkFindArcs()
93 Arc con3 = al3(src, trg); in checkFindArcs()
94 Arc con4 = findArc(fg, src, trg); in checkFindArcs()
120 int trg = rnd[invNodes.size()]; in checkFindEdges() local
[all …]
/dports/math/lemon/lemon-1.3.1/test/
H A Dgraph_utils_test.cc45 int trg = rnd[invNodes.size()]; in checkFindArcs() local
51 for (NodeIt trg(digraph); trg != INVALID; ++trg) { in checkFindArcs() local
78 for (NodeIt trg(fg); trg != INVALID; ++trg) { in checkFindArcs() local
79 ConArcIt<Digraph> con(fg, src, trg); in checkFindArcs()
90 for (NodeIt trg(fg); trg != INVALID; ++trg) { in checkFindArcs() local
91 Arc con1 = al1(src, trg); in checkFindArcs()
92 Arc con2 = al2(src, trg); in checkFindArcs()
93 Arc con3 = al3(src, trg); in checkFindArcs()
94 Arc con4 = findArc(fg, src, trg); in checkFindArcs()
120 int trg = rnd[invNodes.size()]; in checkFindEdges() local
[all …]
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dpixmap.c262 return trg; in scale_pixmap()
378 if (trg != None) in shade_pixmap()
380 return trg; in shade_pixmap()
399 return trg; in ShadePixmap()
437 return trg; in center_pixmap()
449 return trg ; in CenterPixmap()
473 return trg; in grow_pixmap()
485 return trg ; in GrowPixmap()
508 return trg; in cut_pixmap()
606 return trg ; in cut_pixmap()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dpixmap.c262 return trg; in scale_pixmap()
378 if (trg != None) in shade_pixmap()
380 return trg; in shade_pixmap()
399 return trg; in ShadePixmap()
437 return trg; in center_pixmap()
449 return trg ; in CenterPixmap()
473 return trg; in grow_pixmap()
485 return trg ; in GrowPixmap()
508 return trg; in cut_pixmap()
606 return trg ; in cut_pixmap()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/kBuild/
H A Dfooter-inherit-uses-tools.kmk51 $(trg)_$(prop).$(trg_key) = $($(trg)_$(prop).$(src_key))
67 $(trg)_$(prop).$(trg_key) := $($(trg)_$(prop).$(src_key))
76 $(trg)_$(prop).$(trg_key) := $($(trg)_$(prop).$(src_key))
123 $(trg)_$(prop).$(trg_key) := $($(trg)_$(prop).$(src_key)) $($(trg)_$(prop).$(trg_key))
130 $(trg)_$(prop).$(trg_key) := $($(trg)_$(prop).$(trg_key)) $($(trg)_$(prop).$(src_key))
182 $(trg)_$(prop).$(trg_key) := $($(trg)_$(prop).$(trg_key)) $($(trg)_$(prop).$(src_key))
189 $(trg)_$(prop).$(trg_key) := $($(trg)_$(prop).$(src_key)) $($(trg)_$(prop).$(trg_key))
335 $(trg)_$(prop) := $($(src)_$(prop)) $($(trg)_$(prop))
342 $(trg)_$(prop) := $($(trg)_$(prop)) $($(src)_$(prop))
391 $(trg)_$(prop) := $($(trg)_$(prop)) $($(src)_$(prop))
[all …]

12345678910>>...62