Home
last modified time | relevance | path

Searched refs:swap_sync (Results 1 – 6 of 6) sorted by relevance

/dports/devel/upp/upp/uppsrc/plugin/ndisasm/lib/
H A Dsync.c66 static inline void swap_sync(uint32_t dst, uint32_t src) in swap_sync() function
97 swap_sync(i / 2, i); in add_sync()
106 swap_sync(nsynx, 1); in next_sync()
114 swap_sync(j, i); in next_sync()
117 swap_sync(j + 1, i); in next_sync()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/disasm/
H A Dsync.c65 static inline void swap_sync(uint32_t dst, uint32_t src) in swap_sync() function
96 swap_sync(i / 2, i); in add_sync()
105 swap_sync(nsynx, 1); in next_sync()
113 swap_sync(j, i); in next_sync()
116 swap_sync(j + 1, i); in next_sync()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/disasm/
H A Dsync.c62 static inline void swap_sync(uint32_t dst, uint32_t src) in swap_sync() function
93 swap_sync(i / 2, i); in add_sync()
102 swap_sync(nsynx, 1); in next_sync()
110 swap_sync(j, i); in next_sync()
113 swap_sync(j + 1, i); in next_sync()
/dports/devel/nasm/nasm-2.15.05/disasm/
H A Dsync.c62 static inline void swap_sync(uint32_t dst, uint32_t src) in swap_sync() function
93 swap_sync(i / 2, i); in add_sync()
102 swap_sync(nsynx, 1); in next_sync()
110 swap_sync(j, i); in next_sync()
113 swap_sync(j + 1, i); in next_sync()
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgtabset.c1026 gts->swap_sync = ss; in GTabSetSetSwapSync()
1075 if (gts->swap_sync != NULL) (gts->swap_sync)(gts->g.base, pos_a, pos_b); in GTabSetSwapTabs()
H A DggadgetP.h382 void (*swap_sync)(GWindow gw, int pos_a, int pos_b); member