Home
last modified time | relevance | path

Searched refs:mapSize (Results 376 – 400 of 1844) sorted by relevance

1...<<11121314151617181920>>...74

/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/gogo/protobuf/test/theproto3/combos/unsafeboth/
H A Dtheproto3.pb.go5141 mapSize := 1 + 4 + 1 + 4
5156 mapSize := 1 + 4 + 1 + 4
5171 mapSize := 1 + 8 + 1 + 8
5186 mapSize := 1 + 8 + 1 + 8
5201 mapSize := 1 + 1 + 1 + 1
5499 mapSize := 1 + 4 + 1 + 4
5519 mapSize := 1 + 4 + 1 + 4
5539 mapSize := 1 + 8 + 1 + 8
5559 mapSize := 1 + 8 + 1 + 8
5579 mapSize := 1 + 1 + 1 + 1
[all …]
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/gogo/protobuf/test/theproto3/combos/both/
H A Dtheproto3.pb.go3542 mapSize := 1 + 4 + 1 + 4
3557 mapSize := 1 + 4 + 1 + 4
3572 mapSize := 1 + 8 + 1 + 8
3587 mapSize := 1 + 8 + 1 + 8
3602 mapSize := 1 + 1 + 1 + 1
3900 mapSize := 1 + 4 + 1 + 4
3920 mapSize := 1 + 4 + 1 + 4
3940 mapSize := 1 + 8 + 1 + 8
3960 mapSize := 1 + 8 + 1 + 8
3980 mapSize := 1 + 1 + 1 + 1
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/algebraic-graphs-0.5/test/Algebra/Graph/Test/NonEmpty/
H A DGraph.hs104 …test "(vertices1 xs >>= f) == overlays1 (fmap f xs)" $ mapSize (min 10) $ \(xs' :: NonEmptyList In…
111 …test "((x >>= f) >>= g) == (x >>= (\\y -> (f y) >>= g))" $ mapSize (min 10) $ \(x :: G) (apply …
606 …test "transpose (box x y) == box (transpose x) (transpose y)" $ mapSize (min 10) $ \(x :: G) (y …
691 test "box (path1 [0,1]) (path1 ['a','b']) == <correct result>" $ mapSize (min 10) $
699 test "box x y ~~ box y x" $ mapSize (min 10) $ \(x :: G) (y :: G) ->
702 …test "box x (overlay y z) == overlay (box x y) (box x z)" $ mapSize (min 10) $ \(x…
705 test "box x (vertex ()) ~~ x" $ mapSize (min 10) $ \(x :: G) ->
709 …test "box x (box y z) ~~ box (box x y) z" $ mapSize (min 5) $ \(x :: G) (y :: …
712 …test "transpose (box x y) == box (transpose x) (transpose y)" $ mapSize (min 10) $…
715 …test "vertexCount (box x y) == vertexCount x * vertexCount y" $ mapSize (min 10) $ \…
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/core/
H A Dmap-cache.c57 …size_t mapSize = (1 << mMapCacheSystemInfoGetTilesWide(cache->sysConfig)) * (1 << mMapCacheSystemI… in mMapCacheConfigureSystem() local
58 cache->mapSize = mapSize << mMapCacheSystemInfoGetMapAlign(cache->sysConfig); in mMapCacheConfigureSystem()
72 if (address >= cache->mapStart && address < cache->mapStart + cache->mapSize) { in mMapCacheWriteVRAM()
/dports/games/libretro-mgba/mgba-6186d45/src/core/
H A Dmap-cache.c57 …size_t mapSize = (1 << mMapCacheSystemInfoGetTilesWide(cache->sysConfig)) * (1 << mMapCacheSystemI… in mMapCacheConfigureSystem() local
58 cache->mapSize = mapSize << mMapCacheSystemInfoGetMapAlign(cache->sysConfig); in mMapCacheConfigureSystem()
72 if (address >= cache->mapStart && address < cache->mapStart + cache->mapSize) { in mMapCacheWriteVRAM()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dimagecache.cpp249 const QSize mapSize = miniMapRenderer.mapSize(); in renderMap() local
250 return miniMapRenderer.render(mapSize, renderFlags); in renderMap()
/dports/security/keybase/client-v5.7.1/go/kbfs/kbfsmd/
H A Dkey_bundle_v3.go39 mapSize := cache.StaticSizeOfMapWithSize(
55 return mapSize + contentSize
101 mapSize := cache.StaticSizeOfMapWithSize(
110 return mapSize + contentSize
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/packages/Acme/JPM/Encoders/
H A DGifEncoder.java168 int mapSize = 1 << logColors; in encodeDone() local
169 byte[] reds = new byte[mapSize]; in encodeDone()
170 byte[] grns = new byte[mapSize]; in encodeDone()
171 byte[] blus = new byte[mapSize]; in encodeDone()
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/internal/baggage/
H A Dbaggage_test.go76 mapSize := getNewMapSize(initMap.m, delSet, addSet)
78 if gotMap.Len() != mapSize {
79 t.Errorf("Expected computed size to be %d, got %d", gotMap.Len(), mapSize)
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/internal/baggage/
H A Dbaggage_test.go76 mapSize := getNewMapSize(initMap.m, delSet, addSet)
78 if gotMap.Len() != mapSize {
79 t.Errorf("Expected computed size to be %d, got %d", gotMap.Len(), mapSize)
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/internal/baggage/
H A Dbaggage_test.go76 mapSize := getNewMapSize(initMap.m, delSet, addSet)
78 if gotMap.Len() != mapSize {
79 t.Errorf("Expected computed size to be %d, got %d", gotMap.Len(), mapSize)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/api/correlation/
H A Dmap_test.go76 mapSize := getNewMapSize(initMap.m, delSet, addSet)
78 if gotMap.Len() != mapSize {
79 t.Errorf("Expected computed size to be %d, got %d", gotMap.Len(), mapSize)
H A Dmap.go70 mapSize := getNewMapSize(m.m, delSet, addSet)
72 r := make(rawMap, mapSize)
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/internal/baggage/
H A Dbaggage_test.go76 mapSize := getNewMapSize(initMap.m, delSet, addSet)
78 if gotMap.Len() != mapSize {
79 t.Errorf("Expected computed size to be %d, got %d", gotMap.Len(), mapSize)
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/internal/baggage/
H A Dbaggage_test.go76 mapSize := getNewMapSize(initMap.m, delSet, addSet)
78 if gotMap.Len() != mapSize {
79 t.Errorf("Expected computed size to be %d, got %d", gotMap.Len(), mapSize)
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/libANGLE/renderer/d3d/d3d9/
H A DVertexBuffer9.cpp87 unsigned int mapSize = errorOrMapSize.getResult(); in storeVertexAttributes() local
89 …HRESULT result = mVertexBuffer->Lock(offset, mapSize, reinterpret_cast<void**>(&mapPtr), lockFlags… in storeVertexAttributes()

1...<<11121314151617181920>>...74