/dports/ftp/pavuk/pavuk-0.9.35/src/ |
H A D | uconfig.c | 59 #define SET_URLLIST(w, l)\ argument 104 #define SET_LIST(w,l) \ argument 117 #define SET_DLLIST(w,l) \ argument 204 #define SET_JST(w, l) \ argument 221 #define SET_JST(w, l) argument 239 #define SET_PAT(w,l)\ argument 256 #define SET_REPAT(w,l)\ argument 290 #define GET_LIST(w,l) \ argument 465 #define GET_JST(w, l) \ argument 482 #define GET_JST(w, l) argument [all …]
|
/dports/devel/p5-EV/EV-4.33/EV/ |
H A D | EVAPI.h | 156 # define ev_io_start(l,w) GEVAPI->io_start ((l), (w)) argument 157 # define ev_io_stop(l,w) GEVAPI->io_stop ((l), (w)) argument 158 # define ev_timer_start(l,w) GEVAPI->timer_start ((l), (w)) argument 159 # define ev_timer_stop(l,w) GEVAPI->timer_stop ((l), (w)) argument 166 # define ev_idle_start(l,w) GEVAPI->idle_start ((l), (w)) argument 167 # define ev_idle_stop(l,w) GEVAPI->idle_stop ((l), (w)) argument 174 # define ev_stat_start(l,w) GEVAPI->stat_start ((l), (w)) argument 175 # define ev_stat_stop(l,w) GEVAPI->stat_stop ((l), (w)) argument 176 # define ev_stat_stat(l,w) GEVAPI->stat_stat ((l), (w)) argument 180 # define ev_fork_start(l,w) GEVAPI->fork_start ((l), (w)) argument [all …]
|
/dports/graphics/xpaint/xpaint-2.9.10.3/ |
H A D | circleOp.c | 44 draw(Widget w, Drawable d, GC lgc, GC fgc, LocalInfo * l) in draw() 92 press(Widget w, LocalInfo * l, in press() 124 motion(Widget w, LocalInfo * l, in motion() 144 release(Widget w, LocalInfo * l, in release() 231 CircleAdd(Widget w) in CircleAdd() 250 CircleRemove(Widget w, void *l) in CircleRemove() 263 FilledCircleAdd(Widget w) in FilledCircleAdd() 282 FilledCircleRemove(Widget w, void *l) in FilledCircleRemove() 295 EllipseAdd(Widget w) in EllipseAdd() 314 EllipseRemove(Widget w, void *l) in EllipseRemove() [all …]
|
H A D | pencilOp.c | 37 press(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in press() 89 motion(Widget w, LocalInfo * l, XMotionEvent * event, OpInfo * info) in motion() 121 release(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in release() 160 PencilAdd(Widget w) in PencilAdd() 162 LocalInfo *l = (LocalInfo *) XtMalloc(sizeof(LocalInfo)); in PencilAdd() local 181 PencilRemove(Widget w, void *l) in PencilRemove() 193 DotPencilAdd(Widget w) in DotPencilAdd() 195 LocalInfo *l = (LocalInfo *) XtMalloc(sizeof(LocalInfo)); in DotPencilAdd() local 214 DotPencilRemove(Widget w, void *l) in DotPencilRemove()
|
H A D | polygonOp.c | 189 finish(Widget w, LocalInfo * l, Boolean flag) in finish() 244 press(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in press() 261 shift(Widget w, LocalInfo * l, KeySym keysym) in shift() 313 release(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in release() 425 motion(Widget w, LocalInfo * l, XMotionEvent * event, OpInfo * info) in motion() 469 PolygonAdd(Widget w) in PolygonAdd() 493 PolygonRemove(Widget w, void *l) in PolygonRemove() 531 FilledPolygonRemove(Widget w, void *l) in FilledPolygonRemove() 570 SelectPolygonRemove(Widget w, void *l) in SelectPolygonRemove() 585 BrokenlineAdd(Widget w) in BrokenlineAdd() [all …]
|
H A D | freehandOp.c | 51 motion(Widget w, LocalInfo * l, XMotionEvent * event, OpInfo * info) in motion() 96 press(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in press() 165 shift(Widget w, LocalInfo * l, KeySym keysym) in shift() 219 lasso(Widget w, LocalInfo * l, XButtonEvent * event, in lasso() 278 release(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in release() 402 FreehandAdd(Widget w) in FreehandAdd() 429 FreehandRemove(Widget w, void *l) in FreehandRemove() 445 FilledFreehandAdd(Widget w) in FilledFreehandAdd() 474 FilledFreehandRemove(Widget w, void *l) in FilledFreehandRemove() 489 SelectFreehandAdd(Widget w) in SelectFreehandAdd() [all …]
|
H A D | splineOp.c | 61 XDrawContour(Widget w, Drawable d, LocalInfo *l, int flag) in XDrawContour() 287 finish(Widget w, LocalInfo * l) in finish() 345 pressSplineBand(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in pressSplineBand() 396 shift(Widget w, LocalInfo *l, int dx, int dy) in shift() 422 releaseSplineBand(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in releaseSplineBand() 523 motionSplineBand(Widget w, LocalInfo * l, XMotionEvent * event, OpInfo * info) in motionSplineBand() 581 SplineAdd(Widget w) in SplineAdd() 607 SplineRemove(Widget w, void *l) in SplineRemove() 622 FilledSplineAdd(Widget w) in FilledSplineAdd() 648 FilledSplineRemove(Widget w, void *l) in FilledSplineRemove() [all …]
|
H A D | sprayOp.c | 41 Widget w; member 60 draw(LocalInfo * l) in draw() 115 drawEvent(LocalInfo * l) in drawEvent() 123 drawOutline(Widget w, LocalInfo * l, int x, int y, Boolean flag) in drawOutline() 171 press(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in press() 226 motion(Widget w, LocalInfo * l, XMotionEvent * event, OpInfo * info) in motion() 238 release(Widget w, LocalInfo * l, XButtonEvent * event, OpInfo * info) in release() 275 leave(Widget w, LocalInfo * l, XEvent * event, OpInfo * info) in leave() 335 SprayAdd(Widget w) in SprayAdd() 341 SprayRemove(Widget w, void *p) in SprayRemove() [all …]
|
/dports/comms/flrig/flrig-1.3.54/src/include/ |
H A D | flslider2.h | 39 : Fl_Slider(x, y, w, h, l) { } in Fl_Slider() argument 47 : Fl_Value_Slider(x, y, w, h, l) { } in Fl_Value_Slider() argument 55 : Fl_Counter(x, y, w, h, l) { } in Fl_Counter() argument 63 : Fl_Value_Input(x, y, w, h, l) { } in Fl_Value_Input() argument 71 : Fl_Spinner(x, y, w, h, l) { } in Fl_Spinner() argument
|
/dports/comms/flmsg/flmsg-4.0.19/src/include/ |
H A D | flslider2.h | 40 : Fl_Slider(x, y, w, h, l) { } in Fl_Slider() argument 48 : Fl_Value_Slider(x, y, w, h, l) { } in Fl_Value_Slider() argument 56 : Fl_Counter(x, y, w, h, l) { } in Fl_Counter() argument 64 : Fl_Value_Input(x, y, w, h, l) { } in Fl_Value_Input() argument 72 : Fl_Spinner(x, y, w, h, l) { } in Fl_Spinner() argument
|
/dports/comms/flamp/flamp-2.2.07/src/include/ |
H A D | flslider2.h | 37 : Fl_Slider(x, y, w, h, l) { } in Fl_Slider() argument 45 : Fl_Value_Slider(x, y, w, h, l) { } in Fl_Value_Slider() argument 53 : Fl_Counter(x, y, w, h, l) { } in Fl_Counter() argument 61 : Fl_Value_Input(x, y, w, h, l) { } in Fl_Value_Input() argument 69 : Fl_Spinner(x, y, w, h, l) { } in Fl_Spinner() argument
|
/dports/comms/flcluster/flcluster-1.0.4/src/include/ |
H A D | flslider2.h | 37 : Fl_Slider(x, y, w, h, l) { } in Fl_Slider() argument 45 : Fl_Value_Slider(x, y, w, h, l) { } in Fl_Value_Slider() argument 53 : Fl_Counter(x, y, w, h, l) { } in Fl_Counter() argument 61 : Fl_Value_Input(x, y, w, h, l) { } in Fl_Value_Input() argument 69 : Fl_Spinner(x, y, w, h, l) { } in Fl_Spinner() argument
|
/dports/comms/fllog/fllog-1.2.6/src/include/ |
H A D | flslider2.h | 36 : Fl_Slider(x, y, w, h, l) { } in Fl_Slider() argument 44 : Fl_Value_Slider(x, y, w, h, l) { } in Fl_Value_Slider() argument 52 : Fl_Counter(x, y, w, h, l) { } in Fl_Counter() argument 60 : Fl_Value_Input(x, y, w, h, l) { } in Fl_Value_Input() argument 68 : Fl_Spinner(x, y, w, h, l) { } in Fl_Spinner() argument
|
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/gfpn/ |
H A D | info_gf2n_red.cc | 47 register unsigned int i, k, l, w; in tri_partial_reduce1() local 88 register unsigned int i, k, l, w; in pent_partial_reduce1() local 149 register unsigned int i, j, k, l, w, s; in general_partial_reduce1() local 203 register unsigned int l, w, deg, anz; in tri_partial_reduce2() local 234 register unsigned int l, w, anz, deg; in pent_partial_reduce2() local 285 register unsigned int j, s, l, w, anz, deg; in general_partial_reduce2() local
|
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/cam/ |
H A D | gerberaperturelisttest.cpp | 390 PositiveLength w(100000); in TEST_F() local 410 PositiveLength w(200000); in TEST_F() local 430 PositiveLength w(100000); in TEST_F() local 451 PositiveLength w(200000); in TEST_F() local 472 PositiveLength w(100000); in TEST_F() local 500 PositiveLength w(150000); in TEST_F() local 528 PositiveLength w(100000); in TEST_F() local 548 PositiveLength w(150000); in TEST_F() local 568 PositiveLength w(100000); in TEST_F() local 589 PositiveLength w(150000); in TEST_F() local [all …]
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/ |
H A D | xmlitemm.cxx | 32 #define MAP_ENTRY( p, l, w, m ) \ argument 34 #define M_E_SI( p, l, w, m ) \ argument 36 #define M_E_SE( p, l, w, m ) \ argument 38 #define M_E_SIE( p, l, w, m ) \ argument
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/ |
H A D | xmlitemm.cxx | 33 #define MAP_ENTRY( p, l, w, m ) \ argument 35 #define M_E_SI( p, l, w, m ) \ argument 37 #define M_E_SE( p, l, w, m ) \ argument 39 #define M_E_SIE( p, l, w, m ) \ argument
|
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/ |
H A D | crc.c | 10 uint32_t cado_crc_lfsr_turn1(cado_crc_lfsr_ptr l, uint32_t c) in cado_crc_lfsr_turn1() 14 uint32_t w = 0; in cado_crc_lfsr_turn1() local 38 void cado_crc_lfsr_init(cado_crc_lfsr_ptr l) in cado_crc_lfsr_init() 50 uint32_t cado_crc_lfsr_turn(cado_crc_lfsr_ptr l, const void * data, size_t count) in cado_crc_lfsr_turn() 53 uint32_t w = 0; in cado_crc_lfsr_turn() local 62 uint32_t cado_crc_lfsr_turn32_little(cado_crc_lfsr_ptr l, const uint32_t * data, size_t count) in cado_crc_lfsr_turn32_little() 71 uint32_t w = 0; in cado_crc_lfsr_turn32_little() local 84 cado_crc_lfsr l; in crc32() local 86 uint32_t w = cado_crc_lfsr_turn(l, data, count); in crc32() local
|
/dports/math/gap/gap-4.11.0/pkg/nq-2.5.4/src/ |
H A D | pcarith.c | 55 long l; in WordCopyExpVec() local 70 long l; in WordExpVec() local 72 word w; in WordExpVec() local 83 expvec ExpVecWord(word w) { in ExpVecWord() 97 int WordCmp(word u, word w) { in WordCmp() 107 void WordCopy(word u, word w) { in WordCopy() 112 int WordLength(word w) { in WordLength() 113 int l = 0; in WordLength() local 120 word w; in WordGen() local 121 int l; in WordGen() local [all …]
|
/dports/math/lidia/lidia-2.3.0+latte-patches-2014-10-04/src/finite_fields/gf2n/ |
H A D | gf2n_reduce.cc | 50 register unsigned int i, k, l, w; in tri_partial_reduce1() local 92 register unsigned int i, k, l, w; in pent_partial_reduce1() local 154 register unsigned int i, j, k, l, w, s; in general_partial_reduce1() local 218 register unsigned int l, w, deg, anz; in tri_partial_reduce2() local 251 register unsigned int l, w, anz, deg; in pent_partial_reduce2() local 308 register unsigned int j, s, l, w, anz, deg; in general_partial_reduce2() local
|
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/native/common/ |
H A D | jk_worker.c | 97 void wc_close(jk_logger_t *l) in wc_close() 138 jk_worker_t *w = NULL; in wc_create_worker() local 213 static void close_workers(jk_logger_t *l) in close_workers() 222 jk_worker_t *w = jk_map_value_at(worker_map, i); in close_workers() local 239 jk_worker_env_t *we, jk_logger_t *l) in build_worker_map() 246 jk_worker_t *w = NULL; in build_worker_map() local 298 const char *wc_get_name_for_type(int type, jk_logger_t *l) in wc_get_name_for_type() 315 void wc_maintain(jk_logger_t *l) in wc_maintain() 349 jk_worker_t *w = jk_map_value_at(worker_map, i); in wc_maintain() local 365 void wc_shutdown(jk_logger_t *l) in wc_shutdown() [all …]
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/ |
H A D | ibm128-cast.c | 24 void imp_cast(__ibm128 w, __float128 q, long double l, _Bool b) { in imp_cast() 29 …w *l; // expected-error {{invalid operands to binary expression ('__ibm128' and 'long double… in imp_cast() local 30 …q *w; // expected-error {{invalid operands to binary expression ('__float128' and '__ibm128'… in imp_cast() local 45 void imp_cast(__ibm128 w, __float128 q, long double l, _Bool b) { in imp_cast() 50 …w *l; // expected-no-error {{invalid operands to binary expression ('__ibm128' and 'long dou… in imp_cast() local 51 …q *w; // expected-error {{invalid operands to binary expression ('__float128' and '__ibm128'… in imp_cast() local
|
/dports/devel/directfb/DirectFB-1.4.17/src/gfx/generic/ |
H A D | generic_64.h | 32 int w, l = gfxs->length; in Cop_to_Aop_32_64() local 53 int w, l = gfxs->length; in Bop_rgb32_Kto_Aop_64() local 105 int w, l = gfxs->length; in Bop_rgb32_toK_Aop_64() local 153 int w, l = gfxs->length; in Bop_32_Sto_Aop_64() local 182 int w = gfxs->length; in Dacc_xor_64() local
|
/dports/misc/mc/mc-4.8.27/lib/widget/ |
H A D | hline.c | 60 hline_adjust_cols (WHLine * l) in hline_adjust_cols() 64 Widget *w = WIDGET (l); in hline_adjust_cols() local 83 hline_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *data) in hline_callback() 85 WHLine *l = HLINE (w); in hline_callback() local 145 WHLine *l; in hline_new() local 146 Widget *w; in hline_new() local 162 hline_set_text (WHLine * l, const char *text) in hline_set_text() 177 hline_set_textv (WHLine * l, const char *format, ...) in hline_set_textv()
|
/dports/misc/mc-nox11/mc-4.8.27/lib/widget/ |
H A D | hline.c | 60 hline_adjust_cols (WHLine * l) in hline_adjust_cols() 64 Widget *w = WIDGET (l); in hline_adjust_cols() local 83 hline_callback (Widget * w, Widget * sender, widget_msg_t msg, int parm, void *data) in hline_callback() 85 WHLine *l = HLINE (w); in hline_callback() local 145 WHLine *l; in hline_new() local 146 Widget *w; in hline_new() local 162 hline_set_text (WHLine * l, const char *text) in hline_set_text() 177 hline_set_textv (WHLine * l, const char *format, ...) in hline_set_textv()
|