Home
last modified time | relevance | path

Searched refs:maxSlot (Results 1 – 25 of 46) sorted by relevance

12

/dports/devel/wasm3/wasm3-0.5.0/source/
H A Dm3_exec.c39 M3ProfilerSlot * maxSlot = & dummy; in m3_PrintProfilerInfo() local
43 maxSlot->hitCount = 0; in m3_PrintProfilerInfo()
51 if (slot->hitCount > maxSlot->hitCount) in m3_PrintProfilerInfo()
52 maxSlot = slot; in m3_PrintProfilerInfo()
56 if (maxSlot->opName) in m3_PrintProfilerInfo()
58 fprintf (stderr, "%13llu %s\n", maxSlot->hitCount, maxSlot->opName); in m3_PrintProfilerInfo()
59 maxSlot->opName = NULL; in m3_PrintProfilerInfo()
62 while (maxSlot->hitCount); in m3_PrintProfilerInfo()
H A Dm3_info.c422 u16 maxSlot = GetMaxUsedSlotPlusOne (o); in dump_type_stack() local
424 if (maxSlot > o->slotFirstDynamicIndex) in dump_type_stack()
428 for (u16 i = o->slotFirstDynamicIndex; i < maxSlot; ++i) in dump_type_stack()
434 for (u16 i = o->slotFirstDynamicIndex; i < maxSlot; ++i) in dump_type_stack()
440 for (u16 i = o->slotFirstDynamicIndex; i < maxSlot; ++i) in dump_type_stack()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/csma/model/
H A Dbackoff.cc67 uint32_t maxSlot = (uint32_t)pow (2, ceiling) - 1; in GetBackoffTime() local
68 if (maxSlot > m_maxSlots) in GetBackoffTime()
70 maxSlot = m_maxSlots; in GetBackoffTime()
73 uint32_t backoffSlots = (uint32_t)m_rng->GetValue (minSlot, maxSlot); in GetBackoffTime()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/cmd/tether/
H A Dnet_linux_test.go34 mocker.maxSlot++
39 Index: mocker.maxSlot,
44 return strconv.Itoa(mocker.maxSlot)
H A Dtether_test.go64 maxSlot int member
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/tether/
H A Dnet_linux_test.go38 mocker.maxSlot++
43 Index: mocker.maxSlot,
48 return strconv.Itoa(mocker.maxSlot)
H A Dtether_test.go65 maxSlot int member
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Ddomain_addr.c446 if (addr->slot > bus->maxSlot) { in virDomainPCIAddressValidate()
449 addrStr, bus->maxSlot); in virDomainPCIAddressValidate()
483 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
491 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
499 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
513 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
521 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
531 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
544 bus->maxSlot = 0; in virDomainPCIAddressBusSetModel()
552 bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST; in virDomainPCIAddressBusSetModel()
[all …]
H A Ddomain_addr.h103 size_t minSlot, maxSlot; /* usually 0,0 or 0,31, or 1,31 */ member
/dports/games/scummvm/scummvm-2.5.1/engines/stark/ui/menu/
H A Dsaveloadmenu.cpp125 int maxSlot = 0; in computeMaxPage() local
130 if (slot > maxSlot) { in computeMaxPage()
131 maxSlot = slot; in computeMaxPage()
136 int maxPage = CLIP((maxSlot / _slotPerPage) + 1, 0, 110); in computeMaxPage()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/ui/
H A Dkia_section_save.cpp386 int maxSlot = -1; in save() local
388 maxSlot = MAX(maxSlot, _saveList[i].getSaveSlot()); in save()
396 slot = maxSlot + 1; in save()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/ui/
H A Dkia_section_save.cpp386 int maxSlot = -1; in save() local
388 maxSlot = MAX(maxSlot, _saveList[i].getSaveSlot()); in save()
396 slot = maxSlot + 1; in save()
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dmd_util.go104 maxSlot := -1
119 if slot > maxSlot {
120 maxSlot = slot
148 if slot > maxSlot {
149 maxSlot = slot
161 if minSlot > maxSlot {
165 rmds = rmds[minSlot : maxSlot+1]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/
H A Dmetaengine.cpp55 int maxSlot = getMaximumSaveSlot(); in listSaves() local
69 if (slotNum > maxSlot) in listSaves()
/dports/lang/v8/v8-9.6.180.12/tools/turbolizer/src/
H A Dgraph-layout.ts15 let maxSlot = 0;
77 if (from > maxSlot) {
78 maxSlot = from;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/turbolizer/src/
H A Dgraph-layout.ts15 let maxSlot = 0;
77 if (from > maxSlot) {
78 maxSlot = from;
/dports/games/scummvm/scummvm-2.5.1/engines/gob/save/
H A Dsavehandler.cpp68 uint32 maxSlot = getSlotMax(); in tallyUpFiles() local
70 if (maxSlot == 0) in tallyUpFiles()
73 return ((maxSlot * slotSize) + indexSize); in tallyUpFiles()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/save/
H A Dsavehandler.cpp68 uint32 maxSlot = getSlotMax(); in tallyUpFiles() local
70 if (maxSlot == 0) in tallyUpFiles()
73 return ((maxSlot * slotSize) + indexSize); in tallyUpFiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/turbolizer/src/
H A Dgraph-layout.ts15 let maxSlot = 0;
77 if (from > maxSlot) {
78 maxSlot = from;
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_airfight.h71 int AIRFIGHT_ChooseWeapon(const aircraftSlot_t* slot, int maxSlot, const vec2_t pos, const vec2_t t…
H A Dcp_mapfightequip.h82 float AIR_GetMaxAircraftWeaponRange(const aircraftSlot_t* slot, int maxSlot);
H A Dcp_aircraft.h273 int AIR_GetAircraftWeaponRanges(const aircraftSlot_t* slot, int maxSlot, float* weaponRanges);
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dclip.h503 int32_t maxSlot = -1;
509 maxSlot = std::max<int32_t>(maxSlot, mapSlot);
552 uint32_t numAttribs = maxSlot + 1;
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dclip.h503 int32_t maxSlot = -1;
509 maxSlot = std::max<int32_t>(maxSlot, mapSlot);
552 uint32_t numAttribs = maxSlot + 1;
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/core/
H A Dclip.h503 int32_t maxSlot = -1;
509 maxSlot = std::max<int32_t>(maxSlot, mapSlot);
552 uint32_t numAttribs = maxSlot + 1;

12