Home
last modified time | relevance | path

Searched refs:checkPart (Results 1 – 5 of 5) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/crypto/gmss/
H A DGMSSRootSig.java193 int checkPart = 0; in initSign() local
213 checkPart = checksum; in initSign()
217 sumH += checkPart & k; in initSign()
218 checkPart >>>= w; in initSign()
260 checkPart = checksum; in initSign()
264 sumH += checkPart & k; in initSign()
265 checkPart >>>= w; in initSign()
313 checkPart = checksum; in initSign()
317 sumH += (checkPart & k); in initSign()
318 checkPart >>>= w; in initSign()
/dports/finance/ktoblzcheck/ktoblzcheck-1.53/src/lib/
H A Dalgorithms.cc476 string checkPart = accountBuf.substr(0, 2); in algo04() local
478 char checkNumber = checkPart[1]; in algo04()
480 string eserUnpadded = bankPart + checkPart[0] + '0' + accountPart; in algo04()
553 string checkPart = accountBuf.substr(2, 1); in algo04a() local
564 + accountPart1 + checkPart + accountPart; in algo04a()
/dports/audio/muse-sequencer/muse-4.0.0/src/utils/
H A Dmuse-song-convert.py354 def checkPart(self, theFile, currLine): member in MusEConvert
739 convert.checkPart(inFile,line) # only state variables
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp1574 const ShipPart* checkPart = *part_it; in CullSuperfluousParts() local
1576 float cap_check = GetMainStat(checkPart); in CullSuperfluousParts()
1581 float cost_check = checkPart->ProductionCost(empire_id, loc_id); in CullSuperfluousParts()
1587 …std::max(1, ref_part->ProductionTime(empire_id, loc_id))) / std::max(1, checkPart->ProductionTime(… in CullSuperfluousParts()
1594 (time_ratio <= max_time_ratio) && PartALocationSubsumesPartB(checkPart, ref_part)) in CullSuperfluousParts()
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/src/ShellCheck/
H A DAnalytics.hs3530 T_NormalWord _ parts -> mapM_ checkPart parts
3532 checkPart part = case part of function