Home
last modified time | relevance | path

Searched refs:SlotCount (Results 1 – 25 of 503) sorted by relevance

12345678910>>...21

/dports/security/seal/SEAL-3.7.2/dotnet/tests/
H A DBatchEncoderTests.cs29 Assert.AreEqual(64ul, encoder.SlotCount); in EncodeULongTest()
32 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeULongTest()
43 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeULongTest()
48 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeULongTest()
58 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeULongTest()
82 for (ulong i = 20; i < encoder.SlotCount; i++) in EncodeULongTest()
102 Assert.AreEqual(64ul, encoder.SlotCount); in EncodeLongTest()
105 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeLongTest()
116 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeLongTest()
121 for (ulong i = 0; i < encoder.SlotCount; i++) in EncodeLongTest()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/
H A DSkSLByteCodeGenerator.cpp35 slots += SlotCount(*f.fType); in SlotCount()
82 offset += SlotCount(p->fType); in getLocation()
161 int stride = SlotCount(idx.fType); in getLocation()
538 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression()
807 offset += SlotCount(arg->fType); in writeConstructor()
895 SkASSERT(SlotCount(f.fType) <= 255); in writeExternalFunctionCall()
973 int count = SlotCount(c.fType); in writeIntrinsicCall()
1052 SkASSERT(SlotCount(operand.fType) == 1); in incOrDec()
1149 int count = SlotCount(t.fType); in writeTernaryExpression()
1174 int count = SlotCount(expr.fType); in writeVariableExpression()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCodeGenerator.cpp56 slots += SlotCount(*f.fType); in SlotCount()
485 int stride = SlotCount(i.fType); in getLocation()
661 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression()
730 SlotCount(b.fType) - (SlotCount(lType) + SlotCount(rType))); in writeBinaryExpression()
869 int inCount = SlotCount(inType); in writeConstructor()
870 int outCount = SlotCount(outType); in writeConstructor()
890 SlotCount(outType) - SlotCount(inType)); in writeConstructor()
921 this->write8(SlotCount(f.fType)); in writeExternalFunctionCall()
940 int count = SlotCount(expr.fType); in writeVariableExpression()
1245 int count = SlotCount(t.fType); in writeTernaryExpression()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCodeGenerator.cpp56 slots += SlotCount(*f.fType); in SlotCount()
485 int stride = SlotCount(i.fType); in getLocation()
661 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression()
730 SlotCount(b.fType) - (SlotCount(lType) + SlotCount(rType))); in writeBinaryExpression()
869 int inCount = SlotCount(inType); in writeConstructor()
870 int outCount = SlotCount(outType); in writeConstructor()
890 SlotCount(outType) - SlotCount(inType)); in writeConstructor()
921 this->write8(SlotCount(f.fType)); in writeExternalFunctionCall()
940 int count = SlotCount(expr.fType); in writeVariableExpression()
1245 int count = SlotCount(t.fType); in writeTernaryExpression()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCodeGenerator.cpp56 slots += SlotCount(*f.fType); in SlotCount()
485 int stride = SlotCount(i.fType); in getLocation()
661 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression()
730 SlotCount(b.fType) - (SlotCount(lType) + SlotCount(rType))); in writeBinaryExpression()
869 int inCount = SlotCount(inType); in writeConstructor()
870 int outCount = SlotCount(outType); in writeConstructor()
890 SlotCount(outType) - SlotCount(inType)); in writeConstructor()
921 this->write8(SlotCount(f.fType)); in writeExternalFunctionCall()
940 int count = SlotCount(expr.fType); in writeVariableExpression()
1245 int count = SlotCount(t.fType); in writeTernaryExpression()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/
H A DSkSLByteCodeGenerator.cpp56 slots += SlotCount(*f.fType); in SlotCount()
485 int stride = SlotCount(i.fType); in getLocation()
661 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression()
730 SlotCount(b.fType) - (SlotCount(lType) + SlotCount(rType))); in writeBinaryExpression()
869 int inCount = SlotCount(inType); in writeConstructor()
870 int outCount = SlotCount(outType); in writeConstructor()
890 SlotCount(outType) - SlotCount(inType)); in writeConstructor()
921 this->write8(SlotCount(f.fType)); in writeExternalFunctionCall()
940 int count = SlotCount(expr.fType); in writeVariableExpression()
1245 int count = SlotCount(t.fType); in writeTernaryExpression()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/
H A DSkSLByteCodeGenerator.cpp110 slots += SlotCount(*f.fType); in SlotCount()
726 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression()
793 SlotCount(b.type()) - (SlotCount(lType) + SlotCount(rType))); in writeBinaryExpression()
929 int inCount = SlotCount(inType); in writeConstructor()
930 int outCount = SlotCount(outType); in writeConstructor()
951 SlotCount(outType) - SlotCount(inType)); in writeConstructor()
981 this->write8(SlotCount(f.type())); in writeExternalFunctionCall()
1012 int count = SlotCount(expr.type()); in writeVariableExpression()
1059 int count = SlotCount(args[0]->type()); in writeIntrinsicCall()
1448 int count = SlotCount(t.type()); in writeTernaryExpression()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/streams/
H A DReadableStreamController.h59 Slot_Stream = StreamController::SlotCount,
65 SlotCount enumerator
167 Slot_StrategySize = ReadableStreamController::SlotCount,
168 SlotCount enumerator
197 Slot_BYOBRequest = ReadableStreamController::SlotCount,
200 SlotCount enumerator
H A DQueueingStrategies.h21 enum Slots { Slot_HighWaterMark, SlotCount }; enumerator
39 enum Slots { Slot_HighWaterMark, SlotCount }; enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/streams/
H A DReadableStreamController.h59 Slot_Stream = StreamController::SlotCount,
65 SlotCount enumerator
167 Slot_StrategySize = ReadableStreamController::SlotCount,
168 SlotCount enumerator
197 Slot_BYOBRequest = ReadableStreamController::SlotCount,
200 SlotCount enumerator
/dports/www/firefox/firefox-99.0/js/src/builtin/streams/
H A DReadableStreamController.h59 Slot_Stream = StreamController::SlotCount,
65 SlotCount enumerator
167 Slot_StrategySize = ReadableStreamController::SlotCount,
168 SlotCount enumerator
197 Slot_BYOBRequest = ReadableStreamController::SlotCount,
200 SlotCount enumerator
H A DQueueingStrategies.h21 enum Slots { Slot_HighWaterMark, SlotCount }; enumerator
39 enum Slots { Slot_HighWaterMark, SlotCount }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/streams/
H A DReadableStreamController.h59 Slot_Stream = StreamController::SlotCount,
65 SlotCount enumerator
167 Slot_StrategySize = ReadableStreamController::SlotCount,
168 SlotCount enumerator
197 Slot_BYOBRequest = ReadableStreamController::SlotCount,
200 SlotCount enumerator
H A DQueueingStrategies.h21 enum Slots { Slot_HighWaterMark, SlotCount }; enumerator
39 enum Slots { Slot_HighWaterMark, SlotCount }; enumerator
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Ddebug-objects.cc310 int CoverageInfo::SlotCount() const { in SlotCount() function in v8::internal::CoverageInfo
316 DCHECK_LT(slot_index, SlotCount()); in StartSourcePosition()
322 DCHECK_LT(slot_index, SlotCount()); in EndSourcePosition()
328 DCHECK_LT(slot_index, SlotCount()); in BlockCount()
334 DCHECK_LT(slot_index, SlotCount()); in InitializeSlot()
342 DCHECK_LT(slot_index, SlotCount()); in IncrementBlockCount()
349 DCHECK_LT(slot_index, SlotCount()); in ResetBlockCount()
367 for (int i = 0; i < SlotCount(); i++) { in Print()
/dports/devel/fpc-fcl-base/fpc-3.2.2/packages/fcl-base/src/
H A Dcachecls.pp91 property SlotCount: Integer read FSlotCount write SetSlotCount;
109 if (SlotIndex < 0) or (SlotIndex >= SlotCount) then
117 if (SlotIndex < 0) or (SlotIndex >= SlotCount) then
158 if ACount <> SlotCount then
160 if ACount < SlotCount then
165 for i := ACount to SlotCount - 1 do
193 for i := SlotCount to ACount - 1 do
203 FLRUSlot := @FSlots^[SlotCount];
289 ASSERT((SlotCount = 0) or Assigned(OnIsDataEqual));
303 ASSERT((SlotCount = 0) or Assigned(OnIsDataEqual));
/dports/lang/fpc/fpc-3.2.2/packages/fcl-base/src/
H A Dcachecls.pp91 property SlotCount: Integer read FSlotCount write SetSlotCount;
109 if (SlotIndex < 0) or (SlotIndex >= SlotCount) then
117 if (SlotIndex < 0) or (SlotIndex >= SlotCount) then
158 if ACount <> SlotCount then
160 if ACount < SlotCount then
165 for i := ACount to SlotCount - 1 do
193 for i := SlotCount to ACount - 1 do
203 FLRUSlot := @FSlots^[SlotCount];
289 ASSERT((SlotCount = 0) or Assigned(OnIsDataEqual));
303 ASSERT((SlotCount = 0) or Assigned(OnIsDataEqual));
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-base/src/
H A Dcachecls.pp91 property SlotCount: Integer read FSlotCount write SetSlotCount;
109 if (SlotIndex < 0) or (SlotIndex >= SlotCount) then
117 if (SlotIndex < 0) or (SlotIndex >= SlotCount) then
158 if ACount <> SlotCount then
160 if ACount < SlotCount then
165 for i := ACount to SlotCount - 1 do
193 for i := SlotCount to ACount - 1 do
203 FLRUSlot := @FSlots^[SlotCount];
289 ASSERT((SlotCount = 0) or Assigned(OnIsDataEqual));
303 ASSERT((SlotCount = 0) or Assigned(OnIsDataEqual));
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DFinalizationRegistryObject.h117 enum { QueueSlot = 0, HeldValueSlot, SlotCount }; enumerator
143 enum { RecordsSlot = 0, SlotCount }; enumerator
174 enum { QueueSlot = 0, RegistrationsSlot, SlotCount }; enumerator
226 SlotCount enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DFinalizationRegistryObject.h108 enum { WeakRegistrySlot = 0, HeldValueSlot, SlotCount }; enumerator
144 enum { RecordsSlot = 0, SlotCount }; enumerator
184 SlotCount enumerator
232 enum { FinalizationRegistrySlot = 0, IndexSlot, SlotCount }; enumerator
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DFinalizationRegistryObject.h123 enum { QueueSlot = 0, HeldValueSlot, InMapSlot, SlotCount }; enumerator
151 enum { RecordsSlot = 0, SlotCount }; enumerator
182 enum { QueueSlot = 0, RegistrationsSlot, SlotCount }; enumerator
234 SlotCount enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DFinalizationRegistryObject.h117 enum { QueueSlot = 0, HeldValueSlot, SlotCount }; enumerator
143 enum { RecordsSlot = 0, SlotCount }; enumerator
174 enum { QueueSlot = 0, RegistrationsSlot, SlotCount }; enumerator
226 SlotCount enumerator
/dports/security/seal/SEAL-3.7.2/dotnet/src/
H A DBatchEncoder.cs169 ulong[] destArray = new ulong[SlotCount]; in Decode()
209 long[] destArray = new long[SlotCount]; in Decode()
223 public ulong SlotCount property in Microsoft.Research.SEAL.BatchEncoder
/dports/lang/clips/clips_core_source_630/core/
H A Dobjbin.c253 for (i = 0L ; i < ObjectBinaryData(theEnv)->SlotCount ; i++) in DeallocateObjectBinaryData()
348 SaveBloadCount(theEnv,ObjectBinaryData(theEnv)->SlotCount); in BsaveObjectsFind()
355 ObjectBinaryData(theEnv)->SlotCount = 0L; in BsaveObjectsFind()
639 ObjectBinaryData(theEnv)->SlotCount = 0L; in BsaveObjects()
713 RestoreBloadCount(theEnv,&ObjectBinaryData(theEnv)->SlotCount); in BsaveObjects()
773 dummy_class.slots = ObjectBinaryData(theEnv)->SlotCount; in BsaveDefclass()
774 ObjectBinaryData(theEnv)->SlotCount += (long) cls->slotCount; in BsaveDefclass()
1054 ObjectBinaryData(theEnv)->SlotCount = counts[4]; in BloadStorageObjects()
1076 if (ObjectBinaryData(theEnv)->SlotCount != 0L) in BloadStorageObjects()
1390 for (i = 0L ; i < ObjectBinaryData(theEnv)->SlotCount ; i++) in ClearBloadObjects()
[all …]
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/sbin/pkcsconf/
H A Dpkcsconf.c71 CK_ULONG SlotCount = 0; variable
543 rc = FunctionPtr->C_GetSlotList(TRUE, NULL_PTR, &SlotCount); in get_slot_list()
550 if (SlotCount == 0) { in get_slot_list()
557 SlotList = (CK_SLOT_ID_PTR) malloc(SlotCount * sizeof(CK_SLOT_ID)); in get_slot_list()
559 rc = FunctionPtr->C_GetSlotList(TRUE, SlotList, &SlotCount); in get_slot_list()
664 for (lcv = 0; lcv < SlotCount; lcv++) { in display_mechanism_info()
715 for (lcv = 0; lcv < SlotCount; lcv++) { in display_slot_info()
752 for (lcv = 0; lcv < SlotCount; lcv++) { in list_slot()
852 for (lcv = 0; lcv < SlotCount; lcv++) { in display_token_info()

12345678910>>...21