Home
last modified time | relevance | path

Searched refs:moveCode (Results 1 – 14 of 14) sorted by relevance

/dports/games/chessx/chessx-1.5.6/dep/scid/code/src/
H A Dbytebuf.h315 moveCode &= 0x0F; in decodeMove()
325 int to = (toMove == WHITE) ? from + sqdiff[moveCode] in decodeMove()
327 return {to, promoPiece[moveCode]}; in decodeMove()
331 int to = (moveCode >= 8) ? from - 7 * fylediff in decodeMove()
338 return {from + sqdiff[moveCode], INVALID_PIECE}; in decodeMove()
347 int to = (moveCode >= 8) // a vertical move in decodeMove()
353 if (moveCode == 0) // NULL MOVE in decodeMove()
356 if (moveCode <= 8) { in decodeMove()
358 return {from + sqdiff[moveCode], INVALID_PIECE}; in decodeMove()
361 if (moveCode == 9) // CASTLE QUEENSIDE in decodeMove()
[all …]
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dint_attr.c578 const int moveCode; in attributeMoveCursor() member
612 moveCodeMap[ i ].moveCode != cursorMoveType && \ in attributeMoveCursor()
613 moveCodeMap[ i ].moveCode != 0 && \ in attributeMoveCursor()
617 ENSURES_N( moveCodeMap[ i ].moveCode != 0 ); in attributeMoveCursor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/
H A Dprofile.mjs223 moveCode(from, to) { method in Profile
225 this.codeMap_.moveCode(from, to);
280 this.codeMap_.moveCode(from, to);
969 JsonProfile.prototype.moveCode = function (from, to) { method in JsonProfile
971 this.codeMap_.moveCode(from, to);
1047 this.codeMap_.moveCode(from, to);
H A Dcodemap.mjs92 moveCode(from, to) { method in CodeMap
H A Dtickprocessor.mjs325 this.profile_.moveCode(from, to);
/dports/biology/edlib/edlib-d5774b4/edlib/src/
H A Dedlib.cpp1089 unsigned char moveCode = ulScore == currScore ? EDLIB_EDOP_MATCH : EDLIB_EDOP_MISMATCH; in obtainAlignmentTraceback() local
1094 (*alignment)[(*alignmentLength)++] = moveCode; // Move left in obtainAlignmentTraceback()
1102 (*alignment)[(*alignmentLength)++] = moveCode; // Move up left in obtainAlignmentTraceback()
1133 (*alignment)[(*alignmentLength)++] = moveCode; in obtainAlignmentTraceback()
/dports/lang/v8/v8-9.6.180.12/tools/
H A Dprofile.mjs492 moveCode(from, to) { method in Profile
494 this.codeMap_.moveCode(from, to);
585 this.codeMap_.moveCode(from, to);
1302 JsonProfile.prototype.moveCode = function (from, to) { method in JsonProfile
1304 this.codeMap_.moveCode(from, to);
1382 this.codeMap_.moveCode(from, to);
H A Dcodemap.mjs92 moveCode(from, to) { method in CodeMap
H A Dtickprocessor.mjs747 this.profile_.moveCode(from, to);
/dports/biology/canu/canu-2.2/src/utility/src/utility/
H A Dedlib.C1231 unsigned char moveCode = ulScore == currScore ? EDLIB_EDOP_MATCH : EDLIB_EDOP_MISMATCH; in obtainAlignmentTraceback() local
1236 (*alignment)[(*alignmentLength)++] = moveCode; // Move left in obtainAlignmentTraceback()
1244 (*alignment)[(*alignmentLength)++] = moveCode; // Move up left in obtainAlignmentTraceback()
1275 (*alignment)[(*alignmentLength)++] = moveCode; in obtainAlignmentTraceback()
/dports/lang/v8/v8-9.6.180.12/test/mjsunit/tools/
H A Dcodemap.mjs124 codeMap.moveCode(0x1500, 0x1800);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/system-analyzer/
H A Dprocessor.mjs216 this._profile.moveCode(from, to);
/dports/lang/v8/v8-9.6.180.12/tools/system-analyzer/
H A Dprocessor.mjs336 this._profile.moveCode(from, to);
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86ICodeToX86Code.ML760 val (moveCode, storeReg) =
767 moveCode