Home
last modified time | relevance | path

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

/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/optionsDialog/reading/
H A DIndicatorTab.cpp52 StateOptionEntry &mySecond; member in SpecialFontSizeEntry
64 …ateOptionEntry &second) : ZLSimpleSpinOptionEntry(option, step), myFirst(first), mySecond(second) { in SpecialFontSizeEntry()
70 (mySecond.isVisible() && mySecond.myState) in setVisible()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/macs/
H A DZuc128Mac.java174 final int mySecond = theKeyStream[(theWordIndex + 1) % theKeyStream.length]; in getKeyStreamWord() local
175 return (myFirst << bitNo) | (mySecond >>> (32 - bitNo)); // Integer.SIZE - bitNo in getKeyStreamWord()
H A DZuc256Mac.java206 final int mySecond = theKeyStream[(theWordIndex + wordNo + 1) % theKeyStream.length]; in getKeyStreamWord() local
207 return (myFirst << bitNo) | (mySecond >>> (32 - bitNo)); //Integer.SIZE - bitNo in getKeyStreamWord()
/dports/textproc/xerces-c3/xerces-c-3.2.3/tests/src/DOM/DOMTest/
H A DDTest.cpp1161 if (userSecond != mySecond) { in testAttr()
1169 if (userFirst == mySecond) { in testAttr()
1560 if (userSecond != mySecond) { in testCDATASection()
1568 if (userFirst == mySecond) { in testCDATASection()
1833 if (userFirst == mySecond) { in testCharacterData()
2024 if (userFirst == mySecond) { in testComment()
2364 if (userFirst == mySecond) { in testDocument()
2603 if (userFirst == mySecond) { in testDocumentType()
3093 if (userFirst == mySecond) { in testElement()
3615 if (userFirst == mySecond) { in testEntity()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DPolyhedron_Misc.h351 HalfEdge* mySecond = findHalfEdge(original->secondEdge()); in copyEdge() local
352 return new Edge(myFirst, mySecond); in copyEdge()