Home
last modified time | relevance | path

Searched refs:secondSlot (Results 1 – 25 of 40) sorted by relevance

12

/dports/lang/clips/clips_core_source_630/core/
H A Dobjrtfnx.h99 unsigned short secondSlot; member
107 unsigned short secondSlot; member
117 unsigned short secondSlot; member
129 unsigned short secondSlot; member
143 unsigned short secondSlot; member
159 unsigned short secondSlot; member
H A Dobjrtgen.c514 phack1.secondSlot = jhack1.secondSlot = (unsigned short) referringNode->slotNumber; in GenerateSlotComparisonTest()
553 phack2.secondSlot = jhack2.secondSlot = (unsigned short) referringNode->slotNumber; in GenerateSlotComparisonTest()
577 phack2.secondSlot = jhack2.secondSlot = (unsigned short) firstNode->slotNumber; in GenerateSlotComparisonTest()
622 phack3.secondSlot = jhack3.secondSlot = (unsigned short) referringNode->slotNumber; in GenerateSlotComparisonTest()
H A Dobjrtfnx.c663 …vPrintRouter(theEnv,logicalName,ValueToString(FindIDSlotName(theEnv,(unsigned) hack->secondSlot))); in PrintPNSimpleCompareFunction1()
685 is2 = GetInsSlot(ObjectReteData(theEnv)->CurrentPatternObject,hack->secondSlot); in PNSimpleCompareFunction1()
713 …vPrintRouter(theEnv,logicalName,ValueToString(FindIDSlotName(theEnv,(unsigned) hack->secondSlot))); in PrintPNSimpleCompareFunction2()
737 is2 = GetInsSlot(ObjectReteData(theEnv)->CurrentPatternObject,hack->secondSlot); in PNSimpleCompareFunction2()
765 …vPrintRouter(theEnv,logicalName,ValueToString(FindIDSlotName(theEnv,(unsigned) hack->secondSlot))); in PrintPNSimpleCompareFunction3()
790 … GetInsMultiSlotField(&f2,ObjectReteData(theEnv)->CurrentPatternObject,(unsigned) hack->secondSlot, in PNSimpleCompareFunction3()
821 …vPrintRouter(theEnv,logicalName,ValueToString(FindIDSlotName(theEnv,(unsigned) hack->secondSlot))); in PrintJNSimpleCompareFunction1()
847 is2 = GetInsSlot(ins2,hack->secondSlot); in JNSimpleCompareFunction1()
879 …vPrintRouter(theEnv,logicalName,ValueToString(FindIDSlotName(theEnv,(unsigned) hack->secondSlot))); in PrintJNSimpleCompareFunction2()
907 is2 = GetInsSlot(ins2,hack->secondSlot); in JNSimpleCompareFunction2()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/wtf/
H A DBloomFilter.h53 bool mayContain(unsigned hash) const { return firstSlot(hash) && secondSlot(hash); } in mayContain()
75 uint8_t& secondSlot(unsigned hash) { return m_table[(hash >> 16) & keyMask]; } in secondSlot() function
77 const uint8_t& secondSlot(unsigned hash) const { return m_table[(hash >> 16) & keyMask]; } in secondSlot() function
86 uint8_t& second = secondSlot(hash); in add()
97 uint8_t& second = secondSlot(hash); in remove()
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DBloomFilter.h157 uint8_t& secondSlot(uint32_t aHash) { return mCounters[hash2(aHash)]; } in secondSlot() function
162 const uint8_t& secondSlot(uint32_t aHash) const { in secondSlot() function
182 uint8_t& slot2 = secondSlot(aHash); in add()
202 uint8_t& slot2 = secondSlot(aHash); in remove()
218 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DBloomFilter.h166 uint8_t& secondSlot(uint32_t aHash) in secondSlot() function
175 const uint8_t& secondSlot(uint32_t aHash) const in secondSlot() function
200 uint8_t& slot2 = secondSlot(aHash); in add()
224 uint8_t& slot2 = secondSlot(aHash); in remove()
243 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DBloomFilter.h157 uint8_t& secondSlot(uint32_t aHash) { return mCounters[hash2(aHash)]; } in secondSlot() function
162 const uint8_t& secondSlot(uint32_t aHash) const { in secondSlot() function
182 uint8_t& slot2 = secondSlot(aHash); in add()
202 uint8_t& slot2 = secondSlot(aHash); in remove()
218 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DBloomFilter.h166 uint8_t& secondSlot(uint32_t aHash) in secondSlot() function
175 const uint8_t& secondSlot(uint32_t aHash) const in secondSlot() function
200 uint8_t& slot2 = secondSlot(aHash); in add()
224 uint8_t& slot2 = secondSlot(aHash); in remove()
243 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DBloomFilter.h166 uint8_t& secondSlot(uint32_t aHash) in secondSlot() function
175 const uint8_t& secondSlot(uint32_t aHash) const in secondSlot() function
200 uint8_t& slot2 = secondSlot(aHash); in add()
224 uint8_t& slot2 = secondSlot(aHash); in remove()
243 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DBloomFilter.h264 uint8_t& secondSlot(uint32_t aHash) { return mCounters[hash2(aHash)]; } in secondSlot() function
269 const uint8_t& secondSlot(uint32_t aHash) const { in secondSlot() function
289 uint8_t& slot2 = secondSlot(aHash); in add()
309 uint8_t& slot2 = secondSlot(aHash); in remove()
326 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/www/firefox/firefox-99.0/mfbt/
H A DBloomFilter.h264 uint8_t& secondSlot(uint32_t aHash) { return mCounters[hash2(aHash)]; } in secondSlot() function
269 const uint8_t& secondSlot(uint32_t aHash) const { in secondSlot() function
289 uint8_t& slot2 = secondSlot(aHash); in add()
309 uint8_t& slot2 = secondSlot(aHash); in remove()
326 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DBloomFilter.h264 uint8_t& secondSlot(uint32_t aHash) { return mCounters[hash2(aHash)]; } in secondSlot() function
269 const uint8_t& secondSlot(uint32_t aHash) const { in secondSlot() function
289 uint8_t& slot2 = secondSlot(aHash); in add()
309 uint8_t& slot2 = secondSlot(aHash); in remove()
326 return firstSlot(aHash) && secondSlot(aHash); in mightContain()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/Validation/
H A DViewKeyConstraint.cs67 foreach (ViewCellSlot secondSlot in secondKeySlots) in Implies()
69 if (ProjectedSlot.EqualityComparer.Equals(firstSlot.SSlot, secondSlot.SSlot)) in Implies()
79 MemberPath path2 = secondSlot.CSlot.MemberPath; in Implies()
82 secondKeySlots.Remove(secondSlot); in Implies()
/dports/finance/qtbitcointrader/QtBitcoinTrader-1.40.55/src/exchange/
H A Dexchange.cpp175 connect(secondTimer.data(), &QTimer::timeout, this, &Exchange::secondSlot); in run()
178 secondSlot(); in run()
188 void Exchange::secondSlot() in secondSlot() function in Exchange
H A Dexchange_poloniex.h56 void secondSlot();
H A Dexchange_bitfinex.h78 void secondSlot();
H A Dexchange_hitbtc.h56 void secondSlot();
H A Dexchange_binance.h56 void secondSlot();
H A Dexchange_bittrex.h56 void secondSlot();
H A Dexchange_yobit.h77 void secondSlot();
H A Dexchange_bitstamp.h80 void secondSlot();
H A Dexchange_indacoin.h80 void secondSlot();
H A Dexchange.h163 virtual void secondSlot();
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/externalized/
H A DSoldier.h51 void swapInventorySlots(int8_t firstSlot, int8_t secondSlot);
H A DSoldier.cc258 void Soldier::swapInventorySlots(int8_t firstSlot, int8_t secondSlot) in swapInventorySlots() argument
260 SwapObjs( &(mSoldier->inv[firstSlot]), &(mSoldier->inv[secondSlot]) ); in swapInventorySlots()

12