Home
last modified time | relevance | path

Searched refs:CLEARBIT (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/games/gnuchess/gnuchess-6.2.9/src/frontend/
H A Dgenmove.cc61 CLEARBIT (b, t); in BitToMove()
107 CLEARBIT (b, sq); in GenMoves()
117 CLEARBIT (b, sq); in GenMoves()
127 CLEARBIT (b, sq); in GenMoves()
140 CLEARBIT (c, t); in GenMoves()
337 CLEARBIT (b, sq); in GenNonCaptures()
347 CLEARBIT (b, sq); in GenNonCaptures()
357 CLEARBIT (b, sq); in GenNonCaptures()
479 CLEARBIT (b, sq); in GenCaptures()
489 CLEARBIT (b, sq); in GenCaptures()
[all …]
H A Dmove.cc53 CLEARBIT (*a, f); in MakeMove()
55 CLEARBIT (board.blockerr90, r90[f]); in MakeMove()
57 CLEARBIT (board.blockerr45, r45[f]); in MakeMove()
102 CLEARBIT (*a, t); in MakeMove()
140 CLEARBIT (*a, rookf); in MakeMove()
285 CLEARBIT (*a, t); in UnmakeMove()
318 CLEARBIT (*a, f); in UnmakeMove()
352 CLEARBIT (*a, rookt); in UnmakeMove()
709 CLEARBIT (b, f); in ValidateMove()
745 CLEARBIT (b, f); in ValidateMove()
[all …]
H A Datak.cc68 CLEARBIT (b, t); in SqAtakd()
79 CLEARBIT (b, t); in SqAtakd()
114 CLEARBIT (b, t); in AttackTo()
124 CLEARBIT (b, t); in AttackTo()
H A Dswap.cc61 CLEARBIT(b, f); in SwapOff()
88 CLEARBIT (c, sq); in SwapOff()
106 CLEARBIT (b, sq); in SwapOff()
H A Dcommon.h177 # define CLEARBIT(b,i) ((b) &= ~((ULL(1)<<63)>>(i))) macro
180 # define CLEARBIT(b,i) ((b) &= NotBitPosArray[i]) macro
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Duuid.c78 #define CLEARBIT(a, n) (a[n/CHAR_BIT] &= ~(1<<(n % CHAR_BIT))) macro
91 CLEARBIT(raw, 52); in uuid_new()
92 CLEARBIT(raw, 53); in uuid_new()
94 CLEARBIT(raw, 55); in uuid_new()
95 CLEARBIT(raw, 70); in uuid_new()
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/lib/
H A Dbloom-filter.c12 #define CLEARBIT(a, n) (a[n/CHAR_BIT] &= ~(1<<(n%CHAR_BIT))) macro
94 CLEARBIT (bf->a, bit_idx); in decr_bit()
110 CLEARBIT (bf->a, bit_idx); in decr_bit()
116 CLEARBIT (bf->a, bit_idx); in decr_bit()
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/window/
H A Dtek.c22 #define CLEARBIT(row,col) screen_pixel[row*WIDTHINBYTES+col/8] &= \ macro
112 CLEARBIT(r, c); in mf_tektronix_blankrectangle()
141 CLEARBIT(row, c); in mf_tektronix_paintrow()
/dports/devel/libmtdev/mtdev-1.1.6/src/
H A Dcommon.h53 #define CLEARBIT(m, x) (m &= ~BITMASK(x)) macro
54 #define MODBIT(m, x, b) ((b) ? SETBIT(m, x) : CLEARBIT(m, x))
/dports/net/ntp/ntp-4.2.8p15/lib/isc/
H A Dbitstring.c37 #define CLEARBIT(bs, n) (bs)->data[DIV8(n)] &= ~(1 << (7 - MOD8(n))) macro
122 CLEARBIT(target, tbitpos); in isc_bitstring_copy()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vpfutil/
H A Dbitarray.c694 return CLEARBIT(map,at); in PointSetBit()
764 if (value) SETBIT(map,seg.origin); else CLEARBIT(map,seg.origin); in LineSetBit()
785 else { seg.origin.x = from; CLEARBIT(map,seg.origin); } in LineSetBit()
815 else { seg.origin.y = from; CLEARBIT(map,seg.origin); } in LineSetBit()
835 CLEARBIT(map,bseg.at); in LineSetBit()
843 else CLEARBIT(map,bseg.at); in LineSetBit()
/dports/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.39.0/include/
H A Dwacom-util.h35 #define CLEARBIT(x,y) ((x)[LONG(y)] &= ~BIT(y)) macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dbitvec.c300 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) macro
381 CLEARBIT(pV, (i+1)); in sqlite3BitvecBuiltinTest()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dbitvec.c304 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) macro
384 CLEARBIT(pV, (i+1)); in sqlite3BitvecBuiltinTest()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dbitvec.c304 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) macro
384 CLEARBIT(pV, (i+1)); in sqlite3BitvecBuiltinTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dbitvec.c304 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) macro
384 CLEARBIT(pV, (i+1)); in sqlite3BitvecBuiltinTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dbitvec.c304 #define CLEARBIT(V,I) V[I>>3] &= ~(1<<(I&7)) macro
384 CLEARBIT(pV, (i+1)); in sqlite3BitvecBuiltinTest()
/dports/devel/9base/9base-6/tr/
H A Dtr.c15 #define CLEARBIT(a,c) ((a)[(c)/8] &= ~bits[(c)&07]) macro
81 CLEARBIT(f, c); in delete()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Dtr.c15 #define CLEARBIT(a,c) ((a)[(c)/8] &= ~bits[(c)&07]) macro
81 CLEARBIT(f, c); in delete()

123456789