Home
last modified time | relevance | path

Searched refs:numswaps (Results 1 – 9 of 9) sorted by relevance

/dports/games/bluemoon/bluemoon-2.12/
H A Dbluemoon.c113 int i,j,numswaps,swapnum,temp; in shuffle() local
115 numswaps=size*10; /* an arbitrary figure */ in shuffle()
117 for (swapnum=0;swapnum<numswaps;swapnum++) in shuffle()
/dports/devel/libslang2/slang-2.3.2/src/curses/
H A Dblue.c116 int i,j,numswaps,swapnum,temp; in shuffle() local
118 numswaps=size*10; /* an arbitrary figure */ in shuffle()
120 for (swapnum=0;swapnum<numswaps;swapnum++) in shuffle()
/dports/japanese/libslang/slang-1.4.5jp2/src/curses/
H A Dblue.c116 int i,j,numswaps,swapnum,temp; in shuffle() local
118 numswaps=size*10; /* an arbitrary figure */ in shuffle()
120 for (swapnum=0;swapnum<numswaps;swapnum++) in shuffle()
/dports/devel/ftnchek/ftnchek-3.3.1/
H A Dlabels.c304 int i, j, numswaps; in bubble_sort() local
306 numswaps = 1; in bubble_sort()
308 for (i = 0; (i < n) && (numswaps != 0); i++) in bubble_sort()
310 numswaps = 0; in bubble_sort()
317 numswaps++; in bubble_sort()
H A Dprlocsym.c665 int numswaps=0; in sort_io_unit_usages() local
671 numswaps++; in sort_io_unit_usages()
674 if(numswaps == 0) in sort_io_unit_usages()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dblue.c157 int numswaps, swapnum; in shuffle() local
159 numswaps = size * 10; /* an arbitrary figure */ in shuffle()
161 for (swapnum = 0; swapnum < numswaps; swapnum++) { in shuffle()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/face/samples/
H A Dsample_face_swapping.cpp150 …unsigned long numswaps = (unsigned long)min((unsigned long)shape1.size(),(unsigned long)shape2.siz… in main() local
151 for(unsigned long z=0;z<numswaps;z++){ in main()
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/string/z80/
H A Dasm_strrev.asm61 jr z, exit ; if numswaps == 0, exit
/dports/games/golly/golly-3.3-src/gui-wx/
H A Dwxoverlay.cpp9143 int numswaps = 0; in Do3DNextGenBB() local
9157 numswaps++; in Do3DNextGenBB()
9158 if (numswaps > 1) break; in Do3DNextGenBB()
9164 if (numswaps == 1 && ! val[swapi]) { in Do3DNextGenBB()