Home
last modified time | relevance | path

Searched refs:maxByte (Results 1 – 14 of 14) sorted by relevance

/dports/security/gopass/gopass-1.13.0/vendor/github.com/skip2/go-qrcode/
H A Dqrcode_test.go64 maxByte int
106 byteData := strings.Repeat("#", test.maxByte)
/dports/games/spring/spring_98.0/rts/Sim/Path/QTPFS/
H A DNode.cpp271 const unsigned char* maxByte = reinterpret_cast<const unsigned char*>(&hCost) + sizeof(hCost); in GetCheckSum() local
273 assert(minByte < maxByte); in GetCheckSum()
276 for (const unsigned char* byte = minByte; byte != maxByte; byte++) { in GetCheckSum()
282 …const unsigned char* maxByte = reinterpret_cast<const unsigned char*>(&prevMagicNum) + sizeof(prev… in GetCheckSum() local
284 assert(minByte < maxByte); in GetCheckSum()
287 for (const unsigned char* byte = minByte; byte != maxByte; byte++) { in GetCheckSum()
/dports/games/spring/spring_98.0/rts/Sim/MoveTypes/
H A DMoveDefHandler.cpp402 …const unsigned char* maxByte = reinterpret_cast<const unsigned char*>(&flowMapping) + sizeof(flowM… in GetCheckSum() local
404 assert(minByte < maxByte); in GetCheckSum()
409 for (const unsigned char* byte = minByte; byte != maxByte; byte++) { in GetCheckSum()
/dports/www/limesurvey/limesurvey/application/core/plugins/ExportSTATAxml/
H A DSTATAxmlWriter.php19 private $maxByte = 100; // max value of STATA byte var variable in STATAxmlWriter
431 … if ($numberresponse >= $this->minByte && $numberresponse <= $this->maxByte) {
/dports/lang/clips/clips_core_source_630/core/
H A Dobjrtmch.c740 unsigned short i,maxByte; in CompareSlotBitMaps() local
742 maxByte = (unsigned short) in CompareSlotBitMaps()
745 for (i = 0 ; i <= maxByte ; i++) in CompareSlotBitMaps()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp498 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
501 if (maxByte > static_cast<int64_t>(bufferD3D->getSize())) in reserveSpaceForAttrib()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Ddict.inl1013 size_t maxIndex, maxByte; local
1023 maxByte = NUM_WORDS (object) * sizeof (PTR); \
1025 maxByte -= (oop->flags & EMPTY_BYTES); \
1032 if UNCOMMON (index + sizeof(type) > maxByte) \
1157 size_t maxByte = NUM_WORDS (object) * sizeof (PTR); \
1159 maxByte -= (oop->flags & EMPTY_BYTES); \
1166 if UNCOMMON (index + sizeof(type) > maxByte) \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp509 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
513 maxByte <= static_cast<int64_t>(bufferD3D->getSize()), in reserveSpaceForAttrib()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp516 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
520 maxByte <= static_cast<int64_t>(bufferD3D->getSize()), in reserveSpaceForAttrib()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp516 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
520 maxByte <= static_cast<int64_t>(bufferD3D->getSize()), in reserveSpaceForAttrib()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp516 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
520 maxByte <= static_cast<int64_t>(bufferD3D->getSize()), in reserveSpaceForAttrib()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp516 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
520 maxByte <= static_cast<int64_t>(bufferD3D->getSize()), in reserveSpaceForAttrib()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/
H A DVertexDataManager.cpp516 int64_t maxByte = GetMaxAttributeByteOffsetForDraw(attrib, binding, maxVertexCount); in reserveSpaceForAttrib() local
520 maxByte <= static_cast<int64_t>(bufferD3D->getSize()), in reserveSpaceForAttrib()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkTextDisp.c3813 int c, x, y, totalScroll, newByte, maxByte, gain=10; local
3848 maxByte = 1 + (dInfoPtr->maxLength - (dInfoPtr->maxX - dInfoPtr->x)
3854 } else if (newByte > maxByte) {
3855 newByte = maxByte;
3856 dInfoPtr->scanMarkIndex = maxByte;