Home
last modified time | relevance | path

Searched refs:swap_me (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcInteract.hs702 KeepInert -> do { setEvBindIfWanted ev_w (swap_me swap ev_i)
704 KeepWork -> do { setEvBindIfWanted ev_i (swap_me swap ev_w)
712 swap_me :: SwapFlag -> CtEvidence -> EvTerm
713 swap_me swap ev
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DTriangulation_data_structure.h1087 Full_cell_handle swap_me;
1152 if( Full_cell_handle() != swap_me )
1153 swap_me->swap_vertices(1, 2);
/dports/editors/vim/vim-8.2.3745/src/
H A Dos_mswin.c1033 swap_me(COLORREF colorref) in swap_me() function
1653 swap_me((COLORREF)bgcol))); in mch_print_set_bg()
1668 swap_me((COLORREF)fgcol))); in mch_print_set_fg()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dugnorman.c86 static CS_PURE double bswap(const double *swap_me) in bswap() argument
89 const unsigned char *p1 = (const unsigned char *) swap_me; in bswap()