Home
last modified time | relevance | path

Searched defs:cellsUsed (Results 1 – 12 of 12) sorted by relevance

/dports/biology/bbmap/bbmap/current/bloom/
H A DKCountArray5MT.java201 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray5MT
492 public long cellsUsed(){return cellsUsed;} in cellsUsed() method in KCountArray5MT
496 private long cellsUsed; field in KCountArray5MT
H A DKCountArray4.java256 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray4
362 public long cellsUsed(){return cellsUsed;} in cellsUsed() method in KCountArray4
364 private long cellsUsed; field in KCountArray4
H A DKCountArray3.java130 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray3
152 private long cellsUsed; field in KCountArray3
H A DKCountArray4MT.java262 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray4MT
519 public long cellsUsed(){return cellsUsed;} in cellsUsed() method in KCountArray4MT
523 private long cellsUsed; field in KCountArray4MT
H A DKCountArray6MT.java203 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray6MT
496 public long cellsUsed(){return cellsUsed;} in cellsUsed() method in KCountArray6MT
500 private long cellsUsed; field in KCountArray6MT
H A DKCountArray7MT.java283 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray7MT
547 public long cellsUsed(){return cellsUsed;} in cellsUsed() method in KCountArray7MT
551 private long cellsUsed; field in KCountArray7MT
H A DKCountArray8MT.java310 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray8MT
571 public long cellsUsed(){return cellsUsed;} in cellsUsed() method in KCountArray8MT
575 private long cellsUsed; field in KCountArray8MT
H A DKCountArray2.java179 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray2
211 private long cellsUsed; field in KCountArray2
H A DKCountArray7MTA.java398 public long cellsUsed(int mindepth){ in cellsUsed() method in KCountArray7MTA
647 public long cellsUsed(){ in cellsUsed() method in KCountArray7MTA
678 private long cellsUsed; field in KCountArray7MTA
H A DKCountArray.java328 public abstract long cellsUsed(int mindepth); in cellsUsed() method in KCountArray
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dverilog_out.c29 static SHash *cellsUsed; /* Table of all built-in cells used */ variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fCopyImageTests.cpp1150 int cellsUsed = 0; in renderTexture() local