Home
last modified time | relevance | path

Searched refs:tdx (Results 1 – 25 of 644) sorted by relevance

12345678910>>...26

/dports/news/inn/inn-2.6.4/storage/
H A DMake.methods5 timehash/timehash.c tradindexed/tdx-cache.c \
6 tradindexed/tdx-data.c tradindexed/tdx-group.c \
9 EXTRA_SOURCES = tradindexed/tdx-util.c
10 PROGRAMS = buffindexed/buffindexed_d tradindexed/tdx-util
27 tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
28 $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
30 tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
31 $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
/dports/sysutils/shlock/inn-2.6.4/storage/
H A DMake.methods5 timehash/timehash.c tradindexed/tdx-cache.c \
6 tradindexed/tdx-data.c tradindexed/tdx-group.c \
9 EXTRA_SOURCES = tradindexed/tdx-util.c
10 PROGRAMS = buffindexed/buffindexed_d tradindexed/tdx-util
27 tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
28 $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
30 tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
31 $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/scripting/api/objs/
H A Dteam.cpp25 int tdx=-1; variable
27 if(!ade_get_args(L, "o|s", l_Team.Get(&tdx), &s))
30 if(tdx < 0 || tdx > Num_iffs)
34 auto len = sizeof(Iff_info[tdx].iff_name);
35 strncpy(Iff_info[tdx].iff_name, s, len);
36 Iff_info[tdx].iff_name[len - 1] = 0;
39 return ade_set_args(L, "s", Iff_info[tdx].iff_name);
/dports/news/inn/inn-2.6.4/storage/tradindexed/
H A Dovmethod.mk1 tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
2 $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
4 tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
5 $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
H A Dovmethod.config3 sources = tdx-cache.c tdx-group.c tdx-data.c tradindexed.c
4 extra-sources = tdx-util.c
5 programs = tdx-util
/dports/news/inn-current/inn-2.7-20211226/storage/tradindexed/
H A Dovmethod.mk1 tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
2 $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
4 tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
5 $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
H A Dovmethod.config3 sources = tdx-cache.c tdx-group.c tdx-data.c tradindexed.c
4 extra-sources = tdx-util.c
5 programs = tdx-util
/dports/sysutils/shlock/inn-2.6.4/storage/tradindexed/
H A Dovmethod.mk1 tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
2 $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
4 tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
5 $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
H A Dovmethod.config3 sources = tdx-cache.c tdx-group.c tdx-data.c tradindexed.c
4 extra-sources = tdx-util.c
5 programs = tdx-util
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_Light_Button.cxx83 int tdx = dx + (W - tW) / 2; in draw() local
89 fl_pie(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
90 fl_arc(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
97 fl_pie(x() + tdx, y() + tdy, tW, tW, 0.0, 360.0); in draw()
102 fl_rectf(x() + tdx + 2, y() + tdy, tW - 4, tW); in draw()
103 fl_rectf(x() + tdx + 1, y() + tdy + 1, tW - 2, tW - 2); in draw()
104 fl_rectf(x() + tdx, y() + tdy + 2, tW, tW - 4); in draw()
110 fl_rectf(x() + tdx + 1, y() + tdy, tW - 2, tW); in draw()
111 fl_rectf(x() + tdx, y() + tdy + 1, tW, tW - 2); in draw()
116 fl_rectf(x() + tdx, y() + tdy, tW, tW); in draw()
[all …]
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_Light_Button.cxx85 int tdx = dx + (W - tW) / 2; in draw() local
91 fl_pie(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
92 fl_arc(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
99 fl_pie(x() + tdx, y() + tdy, tW, tW, 0.0, 360.0); in draw()
104 fl_rectf(x() + tdx + 2, y() + tdy, tW - 4, tW); in draw()
105 fl_rectf(x() + tdx + 1, y() + tdy + 1, tW - 2, tW - 2); in draw()
106 fl_rectf(x() + tdx, y() + tdy + 2, tW, tW - 4); in draw()
112 fl_rectf(x() + tdx + 1, y() + tdy, tW - 2, tW); in draw()
113 fl_rectf(x() + tdx, y() + tdy + 1, tW, tW - 2); in draw()
118 fl_rectf(x() + tdx, y() + tdy, tW, tW); in draw()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/fltk/src/
H A DFl_Light_Button.cxx85 int tdx = dx + (W - tW) / 2; in draw() local
91 fl_pie(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
92 fl_arc(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
99 fl_pie(x() + tdx, y() + tdy, tW, tW, 0.0, 360.0); in draw()
104 fl_rectf(x() + tdx + 2, y() + tdy, tW - 4, tW); in draw()
105 fl_rectf(x() + tdx + 1, y() + tdy + 1, tW - 2, tW - 2); in draw()
106 fl_rectf(x() + tdx, y() + tdy + 2, tW, tW - 4); in draw()
112 fl_rectf(x() + tdx + 1, y() + tdy, tW - 2, tW); in draw()
113 fl_rectf(x() + tdx, y() + tdy + 1, tW, tW - 2); in draw()
118 fl_rectf(x() + tdx, y() + tdy, tW, tW); in draw()
[all …]
/dports/news/inn-current/inn-2.7-20211226/storage/
H A DMake.methods6 tradindexed/tdx-cache.c tradindexed/tdx-data.c \
7 tradindexed/tdx-group.c tradindexed/tradindexed.c \
11 tradindexed/tdx-util.c
13 tradindexed/tdx-util
61 tradindexed/tdx-util.$(EXTOBJ): tradindexed/tdx-util.c
62 $(LIBCC) $(CFLAGS) -c -o $@ tradindexed/tdx-util.c
64 tradindexed/tdx-util: tradindexed/tdx-util.$(EXTOBJ) libstorage.$(EXTLIB) $(LIBHIST)
65 $(LIBLD) $(LDFLAGS) -o $@ tradindexed/tdx-util.$(EXTOBJ) \
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_Light_Button.cxx76 int tdx = dx + (W - tW) / 2; in draw() local
82 fl_pie(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
89 fl_pie(x() + tdx, y() + tdy, tW, tW, 0.0, 360.0); in draw()
94 fl_rectf(x() + tdx + 2, y() + tdy, tW - 4, tW); in draw()
95 fl_rectf(x() + tdx + 1, y() + tdy + 1, tW - 2, tW - 2); in draw()
96 fl_rectf(x() + tdx, y() + tdy + 2, tW, tW - 4); in draw()
102 fl_rectf(x() + tdx + 1, y() + tdy, tW - 2, tW); in draw()
103 fl_rectf(x() + tdx, y() + tdy + 1, tW, tW - 2); in draw()
108 fl_rectf(x() + tdx, y() + tdy, tW, tW); in draw()
114 fl_arc(x() + tdx, y() + tdy, tW + 1, tW + 1, 60.0, 180.0); in draw()
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/UI/
H A DWidgetCheckButton.cpp82 int tdx = dx + (W - tW) / 2; in draw() local
88 fl_pie(x() + tdx - 1, y() + tdy - 1, tW + 3, tW + 3, 0.0, 360.0); in draw()
95 fl_pie(x() + tdx, y() + tdy, tW, tW, 0.0, 360.0); in draw()
100 fl_rectf(x() + tdx + 2, y() + tdy, tW - 4, tW); in draw()
101 fl_rectf(x() + tdx + 1, y() + tdy + 1, tW - 2, tW - 2); in draw()
102 fl_rectf(x() + tdx, y() + tdy + 2, tW, tW - 4); in draw()
108 fl_rectf(x() + tdx + 1, y() + tdy, tW - 2, tW); in draw()
109 fl_rectf(x() + tdx, y() + tdy + 1, tW, tW - 2); in draw()
114 fl_rectf(x() + tdx, y() + tdy, tW, tW); in draw()
120 fl_arc(x() + tdx, y() + tdy, tW + 1, tW + 1, 60.0, 180.0); in draw()
/dports/audio/snd/snd-21.2/
H A Dsnd-axis.c278 tick_descriptor *tdx; in x_axis_location_to_string() local
279 tdx = ap->x_ticks; in x_axis_location_to_string()
280 if (tdx) in x_axis_location_to_string()
856tdx->min_label = location_to_string(tdx->mlo, x_style, (ap->cp) ? (ap->cp->beats_per_measure) : 1,… in make_axes_1()
857 tdx->min_label_width = number_width(tdx->min_label, use_tiny_font); in make_axes_1()
863tdx->max_label = location_to_string(tdx->mhi, x_style, (ap->cp) ? (ap->cp->beats_per_measure) : 1,… in make_axes_1()
864 tdx->max_label_width = number_width(tdx->max_label, use_tiny_font); in make_axes_1()
1198 fx = tdx->mlo; in make_axes_1()
1254 fx -= tdx->step; in make_axes_1()
1257 fx = tdx->mlo; in make_axes_1()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Ds1616.c121 double tx, ty, tdx, tdy; local
188 tdx = epoint[kk];
191 smatrix[inbpnt*ki] = ((double) 2.0) * tdx;
194 sright[ki] = -tdx * tx * ((double) 2.0) - tdy * ty * ((double) 2.0);
229 tdx = epoint[kk];
232 smatrix[inbpnt*ki] = ((double) 2.0) * tdx * tx;
234 smatrix[inbpnt*ki + 2] = ((double) 2.0) * tdx;
272 tdx = epoint[kk];
275 smatrix[inbpnt*ki] = ((double) 2.0) * tdx * tx;
276 smatrix[inbpnt*ki + 1] = ((double) 2.0) * tdy * tx + ((double) 2.0) * tdx * ty;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtesttime_input_facet.cpp187 time_duration tdx(not_a_date_time); in do_all_tests()
206 ss >> tdx; in do_all_tests()
207 check_equal("iso_format time_duration", tdx, td2); in do_all_tests()
210 ss >> tdx; in do_all_tests()
212 tdx, time_duration(neg_infin)); in do_all_tests()
223 ss >> tdx; in do_all_tests()
224 check_equal("special value w/ hours flag", tdx, nadt); in do_all_tests()
229 ss >> tdx; in do_all_tests()
235 ss >> tdx; in do_all_tests()
241 ss >> tdx; in do_all_tests()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtesttime_input_facet.cpp187 time_duration tdx(not_a_date_time); in do_all_tests()
206 ss >> tdx; in do_all_tests()
207 check_equal("iso_format time_duration", tdx, td2); in do_all_tests()
210 ss >> tdx; in do_all_tests()
212 tdx, time_duration(neg_infin)); in do_all_tests()
223 ss >> tdx; in do_all_tests()
224 check_equal("special value w/ hours flag", tdx, nadt); in do_all_tests()
229 ss >> tdx; in do_all_tests()
235 ss >> tdx; in do_all_tests()
241 ss >> tdx; in do_all_tests()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/date_time/test/posix_time/
H A Dtesttime_input_facet.cpp187 time_duration tdx(not_a_date_time); in do_all_tests()
206 ss >> tdx; in do_all_tests()
207 check_equal("iso_format time_duration", tdx, td2); in do_all_tests()
210 ss >> tdx; in do_all_tests()
212 tdx, time_duration(neg_infin)); in do_all_tests()
223 ss >> tdx; in do_all_tests()
224 check_equal("special value w/ hours flag", tdx, nadt); in do_all_tests()
229 ss >> tdx; in do_all_tests()
235 ss >> tdx; in do_all_tests()
241 ss >> tdx; in do_all_tests()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/date_time/test/posix_time/
H A Dtesttime_input_facet.cpp187 time_duration tdx(not_a_date_time); in do_all_tests()
206 ss >> tdx; in do_all_tests()
207 check_equal("iso_format time_duration", tdx, td2); in do_all_tests()
210 ss >> tdx; in do_all_tests()
212 tdx, time_duration(neg_infin)); in do_all_tests()
223 ss >> tdx; in do_all_tests()
224 check_equal("special value w/ hours flag", tdx, nadt); in do_all_tests()
229 ss >> tdx; in do_all_tests()
235 ss >> tdx; in do_all_tests()
241 ss >> tdx; in do_all_tests()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libopenjpeg20/
H A D0026-use_opj_uint_ceildiv.patch10 - (OPJ_INT32)l_cp->tdx);
13 + l_cp->tw = opj_uint_ceildiv(l_image->x1 - l_cp->tx0, l_cp->tdx);
19 (p_j2k->m_specific_param.m_decoder.m_start_tile_x - l_cp->tx0) / l_cp->tdx;
24 - (OPJ_INT32)l_cp->tdx);
29 + p_j2k->m_specific_param.m_decoder.m_end_tile_x - l_cp->tx0, l_cp->tdx);
40 - (OPJ_INT32)cp->tdx);
43 + cp->tw = opj_uint_ceildiv(image->x1 - cp->tx0, cp->tdx);
46 cp->tdx = image->x1 - cp->tx0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg20/
H A D0026-use_opj_uint_ceildiv.patch10 - (OPJ_INT32)l_cp->tdx);
13 + l_cp->tw = opj_uint_ceildiv(l_image->x1 - l_cp->tx0, l_cp->tdx);
19 (p_j2k->m_specific_param.m_decoder.m_start_tile_x - l_cp->tx0) / l_cp->tdx;
24 - (OPJ_INT32)l_cp->tdx);
29 + p_j2k->m_specific_param.m_decoder.m_end_tile_x - l_cp->tx0, l_cp->tdx);
40 - (OPJ_INT32)cp->tdx);
43 + cp->tw = opj_uint_ceildiv(image->x1 - cp->tx0, cp->tdx);
46 cp->tdx = image->x1 - cp->tx0;
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/board/toradex/common/
H A DMakefile9 obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o
10 obj-y += tdx-common.o
11 obj-y += tdx-eeprom.o
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/board/toradex/common/
H A DMakefile9 obj-$(CONFIG_TDX_CFG_BLOCK) += tdx-cfg-block.o
10 obj-y += tdx-common.o
11 obj-y += tdx-eeprom.o

12345678910>>...26