Home
last modified time | relevance | path

Searched defs:my (Results 276 – 300 of 6598) sorted by relevance

1...<<11121314151617181920>>...264

/dports/x11/ly/ly-0.5.2/sub/termbox_next/src/demo/
H A Dpaint.c34 void updateAndDrawButtons(int* current, int x, int y, int mx, int my, int n, in updateAndDrawButtons()
94 void updateAndRedrawAll(int mx, int my) in updateAndRedrawAll()
146 int my = -1; in main() local
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsmaptopixel.h130 qreal mx, my; in transformInPlace() local
146 double mx = x, my = y; in transformInPlace() local
186 qreal mx, my; in toMapCoordinates() local
/dports/math/R-cran-Rmpfr/Rmpfr/tests/
H A Dmatrix-ex.R25 my <- y globalVar
41 allEQ(m.y, noDN(.N(my))),
43 allEQ(noDN(.N(crossprod(mx, t(my)))), crossprod(m.x, t(m.y))),
44 allEQ(noDN(.N(tcrossprod(my, t(mx)))),
48 identical(my, t(t(my))),
52 identical( crossprod(1:3, my), 1:3 %*% my),
53 identical(tcrossprod(1:4, my), 1:4 %*% t(my)),
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dnotepad.c154 int UNUSED(mx), int UNUSED(my), Uint32 flags) in popup_cancel_button_handler()
171 int UNUSED(mx), int UNUSED(my), Uint32 flags) in popup_ok_button_handler()
185 int UNUSED(mx), int UNUSED(my), SDL_Keycode key_code, Uint32 key_unicode, Uint16 key_mod) in popup_keypress_handler()
622 static int click_save_handler(widget_list *w, int UNUSED(mx), int UNUSED(my), in click_save_handler()
643 static int mouseover_save_handler(widget_list *widget, int mx, int my) in mouseover_save_handler()
649 static int cm_set_file_name_handler(window_info *win, int widget_id, int mx, int my, int option) in cm_set_file_name_handler()
716 int UNUSED(mx), int UNUSED(my), Uint32 flags) in notepad_remove_category()
825 int UNUSED(mx), int UNUSED(my), Uint32 flags) in open_note_tab()
898 int UNUSED(mx), int UNUSED(my), Uint32 flags) in notepad_add_category()
933 int UNUSED(mx), int UNUSED(my), Uint32 flags) in click_buttonwin_handler()
H A Dconsolewin.c127 static int keypress_console_handler (window_info *win, int mx, int my, SDL_Keycode key_code, Uint32… in keypress_console_handler()
251 static int console_scroll_click(widget_list *widget, int mx, int my, Uint32 flags) in console_scroll_click()
258 static int console_scroll_drag(widget_list *widget, int mx, int my, Uint32 flags, int dx, int dy) in console_scroll_drag()
277 static int mouseover_console_handler(window_info *win, int mx, int my) in mouseover_console_handler()
285 static int click_console_handler(window_info *win, int mx, int my, Uint32 flags) in click_console_handler()
H A Dhelp.c17 static int click_help_handler(window_info *win, int mx, int my, Uint32 flags) in click_help_handler()
22 static int mouseover_help_handler(window_info *win, int mx, int my) in mouseover_help_handler()
H A Dskills.c17 static int click_skills_handler(window_info *win, int mx, int my, Uint32 flags) in click_skills_handler()
22 static int mouseover_skills_handler(window_info *win, int mx, int my) in mouseover_skills_handler()
H A Dmanufacture.c921 static int keypress_recipe_handler(window_info *win, int mx, int my, SDL_Keycode key_code, Uint32 k… in keypress_recipe_handler()
988 static int recipe_dropdown_click_handler(window_info *win, int mx, int my, Uint32 flags){ in recipe_dropdown_click_handler()
1025 static int recipe_controls_click_handler(window_info *win, int mx, int my, Uint32 flags){ in recipe_controls_click_handler()
1065 static int click_manufacture_handler(window_info *win, int mx, int my, Uint32 flags) in click_manufacture_handler()
1294 static int mouseover_recipe_handler(window_info *win, int mx, int my) in mouseover_recipe_handler()
1301 static int recipe_controls_mouseover_handler(window_info *win, int mx, int my, int *help_line) in recipe_controls_mouseover_handler()
1321 static int mouseover_manufacture_slot_handler(window_info *win, int mx, int my) in mouseover_manufacture_slot_handler()
1387 static int mouseover_mixone_handler(widget_list *widget, int mx, int my) in mouseover_mixone_handler()
1400 static int mouseover_mixall_handler(widget_list *widget, int mx, int my) in mouseover_mixall_handler()
1465 static int context_recipe_handler(window_info *win, int widget_id, int mx, int my, int option) in context_recipe_handler()
[all …]
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DInputOptions_gump.cc138 bool InputOptions_gump::mouse_down(int mx, int my, int button) { in mouse_down()
169 bool InputOptions_gump::mouse_up(int mx, int my, int button) { in mouse_up()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Depgdb.c155 static void epg_memoryinfo_brands_update(memoryinfo_t *my) in epg_memoryinfo_brands_update()
178 static void epg_memoryinfo_seasons_update(memoryinfo_t *my) in epg_memoryinfo_seasons_update()
200 static void epg_memoryinfo_episodes_update(memoryinfo_t *my) in epg_memoryinfo_episodes_update()
226 static void epg_memoryinfo_serieslinks_update(memoryinfo_t *my) in epg_memoryinfo_serieslinks_update()
246 static void epg_memoryinfo_broadcasts_update(memoryinfo_t *my) in epg_memoryinfo_broadcasts_update()
/dports/sysutils/webmin/webmin-1.981/proc/
H A DCbScrollbar.java169 public boolean mouseDown(Event e, int mx, int my) in mouseDown()
194 public boolean mouseDrag(Event e, int mx, int my) in mouseDrag()
216 public boolean mouseUp(Event e, int mx, int my) in mouseUp()
295 public boolean mouseDown(Event e, int mx, int my) in mouseDown()
303 public boolean mouseUp(Event e, int mx, int my) in mouseUp()
/dports/sysutils/webmin/webmin-1.981/bacula-backup/
H A DCbScrollbar.java169 public boolean mouseDown(Event e, int mx, int my) in mouseDown()
194 public boolean mouseDrag(Event e, int mx, int my) in mouseDrag()
216 public boolean mouseUp(Event e, int mx, int my) in mouseUp()
295 public boolean mouseDown(Event e, int mx, int my) in mouseDown()
303 public boolean mouseUp(Event e, int mx, int my) in mouseUp()
/dports/science/hypre/hypre-2.23.0/src/multivector/
H A Dtemp_multivector.c246 HYPRE_Int i, mx, my; in mv_TempMultiVectorAxpy() local
281 HYPRE_Int ix, iy, mx, my, jxy; in mv_TempMultiVectorByMultiVector() local
323 HYPRE_Int i, mx, my, m; in mv_TempMultiVectorByMultiVectorDiag() local
366 HYPRE_Int mx, my; in mv_TempMultiVectorByMatrix() local
409 HYPRE_Int mx, my; in mv_TempMultiVectorXapy() local
450 HYPRE_Int mx, my, m; in mv_TempMultiVectorByDiagonal() local
495 HYPRE_Int i, mx, my; in mv_TempMultiVectorEval() local
/dports/math/gfan/gfan0.6.2/src/
H A Dlll.cpp15 void calcmy(IntegerMatrix const &b, FloatMatrix &my, Vektor<double> &B) in calcmy()
67 FloatMatrix my(n,n);//n*n in mlll() local
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_mnicoords.c10 float mx,my,mz , tx,ty,tz ; in THD_mni_to_tta() local
36 float mx,my,mz , tx,ty,tz ; in THD_tta_to_mni() local
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_lottie/lottie/details/
H A Dlottie_frame_provider_cached.cpp41 const auto my = static_cast<Token*>(token.get()); in construct() local
98 const auto my = static_cast<Token*>(token.get()); in render() local
/dports/games/dangen/dangen-0.5/spqr/
H A Dexplosion.c111 explosion_act(tenm_object *my, const tenm_object *player) in explosion_act()
148 explosion_draw(tenm_object *my, int priority) in explosion_draw()
/dports/math/gfanlib/gfan0.6.2/src/
H A Dlll.cpp15 void calcmy(IntegerMatrix const &b, FloatMatrix &my, Vektor<double> &B) in calcmy()
67 FloatMatrix my(n,n);//n*n in mlll() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/RenamePackage/testHierarchical01/in/my/
H A DMyA.java1 package my; package
/dports/multimedia/mpeg_encode/mpeg_encode/
H A Dblock.c179 ComputeDiffDCTs(current, prev, by, bx, my, mx, pattern) in ComputeDiffDCTs() argument
253 ComputeMotionBlock(prev, by, bx, my, mx, motionBlock) in ComputeMotionBlock() argument
369 ComputeMotionLumBlock(prevFrame, by, bx, my, mx, motionBlock) in ComputeMotionLumBlock() argument
506 LumMotionError(currentBlock, prevFrame, by, bx, my, mx, bestSoFar) in LumMotionError() argument
715 LumAddMotionError(currentBlock, blockSoFar, prevFrame, by, bx, my, mx, in LumAddMotionError() argument
829 AddMotionBlock(block, prev, by, bx, my, mx) in AddMotionBlock() argument
1069 ComputeSubSampledMotionLumBlock(prevFrame, by, bx, my, mx, motionBlock, in ComputeSubSampledMotionLumBlock() argument
1156 LumMotionErrorSubSampled(currentBlock, prevFrame, by, bx, my, mx, startY, in LumMotionErrorSubSampled() argument
/dports/science/afni/afni-AFNI_21.3.16/src/mpeg_encodedir/
H A Dblock.c191 ComputeDiffDCTs(current, prev, by, bx, my, mx, pattern) in ComputeDiffDCTs() argument
265 ComputeMotionBlock(prev, by, bx, my, mx, motionBlock) in ComputeMotionBlock() argument
381 ComputeMotionLumBlock(prevFrame, by, bx, my, mx, motionBlock) in ComputeMotionLumBlock() argument
518 LumMotionError(currentBlock, prevFrame, by, bx, my, mx, bestSoFar) in LumMotionError() argument
727 LumAddMotionError(currentBlock, blockSoFar, prevFrame, by, bx, my, mx, in LumAddMotionError() argument
841 AddMotionBlock(block, prev, by, bx, my, mx) in AddMotionBlock() argument
1081 ComputeSubSampledMotionLumBlock(prevFrame, by, bx, my, mx, motionBlock, in ComputeSubSampledMotionLumBlock() argument
1168 LumMotionErrorSubSampled(currentBlock, prevFrame, by, bx, my, mx, startY, in LumMotionErrorSubSampled() argument
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/mpeg_encode/
H A Dblock.cpp183 int my, in ComputeDiffDCTs()
255 int my, in ComputeMotionBlock()
370 int my, in ComputeMotionLumBlock()
506 int my, in LumMotionError()
715 int my, in LumAddMotionError()
826 int my, in AddMotionBlock()
1063 int my; variable
1151 int my; variable
/dports/multimedia/mpgtx/mpgtx-1.3.1/
H A Did3command.cxx128 OpenedFile* my; in ParseShow() local
172 OpenedFile* my; in ParseSet() local
230 OpenedFile* my; in ParseMov() local
527 OpenedFile* my = new OpenedFile; in OpenFile() local
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/ziutek/mymysql/godrv/
H A Ddriver.go19 my mysql.Conn member
24 my mysql.Result member
130 my mysql.Stmt member
163 my mysql.Transaction member
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/ziutek/mymysql/godrv/
H A Ddriver.go19 my mysql.Conn member
24 my mysql.Result member
130 my mysql.Stmt member
163 my mysql.Transaction member

1...<<11121314151617181920>>...264