Home
last modified time | relevance | path

Searched refs:oldBlocks (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DINodeFile.java799 if (oldBlocks == null) in collectBlocksBeyondMax()
804 for(; n < oldBlocks.length && max > size; n++) { in collectBlocksBeyondMax()
805 size += oldBlocks[n].getNumBytes(); in collectBlocksBeyondMax()
807 if (n >= oldBlocks.length) in collectBlocksBeyondMax()
816 for(; n < oldBlocks.length; n++) { in collectBlocksBeyondMax()
817 collectedBlocks.addDeleteBlock(oldBlocks[n]); in collectBlocksBeyondMax()
874 BlockInfoContiguous[] oldBlocks = getBlocks(); in collectBlocksBeyondSnapshot() local
875 if(snapshotBlocks == null || oldBlocks == null) in collectBlocksBeyondSnapshot()
880 oldBlocks[n] == snapshotBlocks[n]) { in collectBlocksBeyondSnapshot()
885 while(n < oldBlocks.length) { in collectBlocksBeyondSnapshot()
[all …]
H A DFSEditLogLoader.java950 BlockInfoContiguous[] oldBlocks = file.getBlocks(); in addNewBlock() local
955 Preconditions.checkState(oldBlocks != null && oldBlocks.length > 0); in addNewBlock()
957 Block oldLastBlock = oldBlocks[oldBlocks.length - 1]; in addNewBlock()
973 Preconditions.checkState(oldBlocks == null || oldBlocks.length == 0); in addNewBlock()
990 BlockInfoContiguous[] oldBlocks = file.getBlocks(); in updateBlocks() local
999 BlockInfoContiguous oldBlock = oldBlocks[i]; in updateBlocks()
1031 if (newBlocks.length < oldBlocks.length) { in updateBlocks()
1037 if (newBlocks.length != oldBlocks.length - 1) { in updateBlocks()
1041 Block oldBlock = oldBlocks[oldBlocks.length - 1]; in updateBlocks()
1046 } else if (newBlocks.length > oldBlocks.length) { in updateBlocks()
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/gcdmaster/
H A DSampleManager.cc386 long oldBlocks = blocks_; in removeSamples() local
404 blen = oldBlocks - blocks_; in removeSamples()
428 long oldBlocks; in insertSamples() local
439 oldBlocks = blocks_; in insertSamples()
443 blen = blocks_ - oldBlocks; in insertSamples()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/storage/tsdb/bucketindex/
H A Dupdater.go46 var oldBlocks []*Block
51 oldBlocks = old.Blocks
55 blocks, partials, err := w.updateBlocks(ctx, oldBlocks)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/storage/tsdb/bucketindex/
H A Dupdater.go46 var oldBlocks []*Block
51 oldBlocks = old.Blocks
55 blocks, partials, err := w.updateBlocks(ctx, oldBlocks)
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/
H A DActivityMeter.java51 int oldBlocks = getBlocks(); in setValue() local
53 if (getBlocks() != oldBlocks) in setValue()
/dports/misc/netron/node_modules/electron-updater/out/differentialDownloader/
H A DdownloadPlanBuilder.js.map1oldBlocks: Array<string> | null\n}\n\nexport function computeOperations(oldBlockMap: BlockMap, new…
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d970 immutable oldBlocks = in expand() local
972 assert(oldBlocks); in expand()
975 assert(newBlocks >= oldBlocks); in expand()
984 _allocStart[block + oldBlocks .. block + newBlocks] = 0; in expand()
/dports/net/yate/yate-6.4.0-1/modules/qt4/
H A Dcustomtext.cpp123 int oldBlocks = doc->blockCount(); in insertText() local
136 return doc->blockCount() - oldBlocks; in insertText()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/tsdb/
H A Ddb.go560 oldBlocks := db.blocks
565 for _, b := range oldBlocks {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/
H A Ddb.go560 oldBlocks := db.blocks
565 for _, b := range oldBlocks {
/dports/games/frogatto/frogatto-1.3.1/modules/cube_trains/data/object_prototypes/
H A Dct-cursor.cfg260 map(oldBlocks, [add_object(value)]),
268 …'hack': [sl, oldBlocks], //This isn't used by addUndo, but is needed to force the sl where to be e…
271 where oldBlocks = blocks_in_play,
877 where oldBlocks = filter(level.chars, value.vars.location))",
984 map(oldBlocks, [add_object(value), ]),
992 'hack': [sl, oldBlocks],
995 where oldBlocks = blocks_in_play
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DTestFileCreation.java1245 LocatedBlocks oldBlocks = NameNodeAdapter.getBlockLocations( in testFileCreationWithOverwrite() local
1247 assertBlocks(bm, oldBlocks, true); in testFileCreationWithOverwrite()
1261 assertBlocks(bm, oldBlocks, false); in testFileCreationWithOverwrite()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp628 Function::BasicBlockListType &oldBlocks = oldFunc->getBasicBlockList(); in moveCodeToFunction() local
634 oldBlocks.remove(*i); in moveCodeToFunction()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/prometheus/tsdb/
H A Ddb.go591 oldBlocks := db.blocks
603 for _, b := range oldBlocks {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/prometheus/tsdb/
H A Ddb.go572 oldBlocks := db.blocks
584 for _, b := range oldBlocks {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/tsdb/
H A Ddb.go825 oldBlocks := db.blocks
837 for _, b := range oldBlocks {

123