Home
last modified time | relevance | path

Searched refs:nChunks (Results 51 – 75 of 120) sorted by relevance

12345

/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java176 int nChunks = (amountFull-4) / (chunkSize + spaceSize); in paintDeterminate() local
179 … if (spaceSize > 0 && (nChunks * (chunkSize + spaceSize) + chunkSize) < (amountFull-4)) { in paintDeterminate()
180 nChunks++; in paintDeterminate()
183 for (int i = 0; i < nChunks; i++) { in paintDeterminate()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/
H A DTestCompoundBloomFilter.java259 int nChunks = cbf.getNumChunks(); in readStoreFile() local
260 if (nChunks > 1) { in readStoreFile()
261 numFalsePos -= cbf.getNumPositivesForTesting(nChunks - 1); in readStoreFile()
262 nTrials -= cbf.getNumQueriesForTesting(nChunks - 1); in readStoreFile()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java176 int nChunks = (amountFull-4) / (chunkSize + spaceSize); in paintDeterminate() local
179 … if (spaceSize > 0 && (nChunks * (chunkSize + spaceSize) + chunkSize) < (amountFull-4)) { in paintDeterminate()
180 nChunks++; in paintDeterminate()
183 for (int i = 0; i < nChunks; i++) { in paintDeterminate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java176 int nChunks = (amountFull-4) / (chunkSize + spaceSize); in paintDeterminate() local
179 … if (spaceSize > 0 && (nChunks * (chunkSize + spaceSize) + chunkSize) < (amountFull-4)) { in paintDeterminate()
180 nChunks++; in paintDeterminate()
183 for (int i = 0; i < nChunks; i++) { in paintDeterminate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java176 int nChunks = (amountFull-4) / (chunkSize + spaceSize); in paintDeterminate() local
179 … if (spaceSize > 0 && (nChunks * (chunkSize + spaceSize) + chunkSize) < (amountFull-4)) { in paintDeterminate()
180 nChunks++; in paintDeterminate()
183 for (int i = 0; i < nChunks; i++) { in paintDeterminate()
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A D1dGC.R459 nPts <- array(data = NA, dim=nChunks)
460 if (nChunks == 1) nPts[1] <- nTotal else
528 for (ii in 1:nChunks) {
531 if (ii < nChunks) jumpPts <- jumpPts+nPts[ii]
537 trendMat <- as.data.frame(array(0, dim = c(nTotal, (nPoly+1)*nChunks)))
539 for (ii in 1:nChunks) {
543 if (ii < nChunks) jumpPts <- jumpPts+nPts[ii]
572 if (nChunks > 1) {
573 breakMat <- as.data.frame(array(0, dim = c(nTotal, (nChunks-1)*nLags)))
575 for (ii in 1:(nChunks-1)) {
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm.cpp131 nChunks = NumChunks; in MemorySegment()
134 --nChunks; in MemorySegment()
141 qSwap(nChunks, other.nChunks); in MemorySegment()
150 Q_ASSERT(index < nChunks); in setBit()
156 Q_ASSERT(index < nChunks); in clearBit()
162 Q_ASSERT(index < nChunks); in testBit()
191 return c >= base && c < base + nChunks; in contains()
198 uint nChunks = 0; member
213 for (uint i = 0; i < nChunks; ++i) { in allocate()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm.cpp131 nChunks = NumChunks; in MemorySegment()
134 --nChunks; in MemorySegment()
141 qSwap(nChunks, other.nChunks); in MemorySegment()
150 Q_ASSERT(index < nChunks); in setBit()
156 Q_ASSERT(index < nChunks); in clearBit()
162 Q_ASSERT(index < nChunks); in testBit()
191 return c >= base && c < base + nChunks; in contains()
198 uint nChunks = 0; member
213 for (uint i = 0; i < nChunks; ++i) { in allocate()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_sparse/ell_simd/
H A Dell_simd_spmv.inl41 for (index_t i = 0; i < A.nChunks; ++i) {
66 for (index_t i = 0; i < A.nChunks; ++i) {
98 for (index_t i = 0; i < A.nChunks; ++i) {
212 for (index_t i = 0; i < A.nChunks; ++i) {
236 for (index_t i = 0; i < A.nChunks; ++i) {
260 for (index_t i = 0; i < A.nChunks; ++i) {
284 for (index_t i = 0; i < A.nChunks; ++i) {
311 for (index_t i = 0; i < A.nChunks; ++i) {
341 for (index_t i = 0; i < A.nChunks; ++i) {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java180 int nChunks = (amountFull-4) / (chunkSize + spaceSize); in paintDeterminate() local
183 … if (spaceSize > 0 && (nChunks * (chunkSize + spaceSize) + chunkSize) < (amountFull-4)) { in paintDeterminate()
184 nChunks++; in paintDeterminate()
187 for (int i = 0; i < nChunks; i++) { in paintDeterminate()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/com/sun/java/swing/plaf/windows/
H A DWindowsProgressBarUI.java180 int nChunks = (amountFull-4) / (chunkSize + spaceSize); in paintDeterminate() local
183 … if (spaceSize > 0 && (nChunks * (chunkSize + spaceSize) + chunkSize) < (amountFull-4)) { in paintDeterminate()
184 nChunks++; in paintDeterminate()
187 for (int i = 0; i < nChunks; i++) { in paintDeterminate()
/dports/audio/gnuitar/gnuitar-0.3.2/src/
H A Dreverb.h32 int nChunks; member
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_sparse/
H A Dsell.h45 index_t nChunks = 0;
H A Dell_simd.h46 uint64_t nChunks = 0;
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_p2p_ice.cpp414 bool CConnectionTransportP2PICE::SendPacketGather( int nChunks, const iovec *pChunks, int cbSendTot… in SendPacketGather() argument
416 if ( nChunks == 1 ) in SendPacketGather()
428 while ( nChunks > 0 ) in SendPacketGather()
437 --nChunks; in SendPacketGather()
H A Dsteamnetworkingsockets_udp.h145 virtual bool SendPacketGather( int nChunks, const iovec *pChunks, int cbSendTotal ) = 0;
190 virtual bool SendPacketGather( int nChunks, const iovec *pChunks, int cbSendTotal ) override;
H A Dsteamnetworkingsockets_p2p_ice.h83 virtual bool SendPacketGather( int nChunks, const iovec *pChunks, int cbSendTotal ) override;
/dports/science/jdftx/jdftx-1.6.0/jdftx/core/
H A DUtil.cpp539 size_t chunkSize = 0, nChunks = 0; in convertToLE() local
545 nChunks = nmemb; in convertToLE()
551 nChunks = nmemb * (size/8); in convertToLE()
558 for(size_t iChunk=0; iChunk<nChunks; iChunk++) in convertToLE()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_sparse/sell/
H A Dsell_pspmv.inl62 for (index_t i = 0; i < A.nChunks; ++i) {
117 for (index_t i = 0; i < A.nChunks; ++i) {
175 for (index_t i = 0; i < A.nChunks; ++i) {
247 for (size_t i = 0; i < A.nChunks; ++i) {
335 for (size_t i = 0; i < A.nChunks; ++i) {
403 for (index_t i = 0; i < A.nChunks; ++i) {
441 for (index_t i = 0; i < A.nChunks; ++i) {
492 for (index_t i = 0; i < A.nChunks; ++i) {
550 for (index_t i = 0; i < A.nChunks; ++i) {
605 for (index_t i = 0; i < A.nChunks; ++i) {
[all …]
/dports/security/honggfuzz/honggfuzz-0.7/
H A Dsancov.c127 pBM->nChunks = (capacity + 31) / 32; in sancov_newBitmap()
128 pBM->pChunks = malloc(pBM->nChunks * sizeof(uint32_t)); in sancov_newBitmap()
130 PLOG_E("malloc(%zu) failed", pBM->nChunks * sizeof(uint32_t)); in sancov_newBitmap()
133 memset(pBM->pChunks, 0, pBM->nChunks * sizeof(uint32_t)); in sancov_newBitmap()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/mdal/frmts/
H A Dmdal_ply.cpp259 size_t nChunks = element.properties.size(); in load() local
260 if ( element.list[0] ) nChunks += MDAL::toSizeT( chunks[0] ); in load()
261 if ( chunks.size() != nChunks ) in load()
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dparse.h61 int nChunks; member
/dports/textproc/jade/jade-1.2.1/lib/
H A DGenericEventHandler.cxx579 size_t nChunks = 0; in setAttributes() local
588 nChunks++; in setAttributes()
595 …= (SGMLApplication::Attribute::CdataChunk *)allocate(nChunks * sizeof(SGMLApplication::Attribute::… in setAttributes()
596 p->nCdataChunks = nChunks; in setAttributes()
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DGenericEventHandler.cxx579 size_t nChunks = 0;
588 nChunks++;
595 …= (SGMLApplication::Attribute::CdataChunk *)allocate(nChunks * sizeof(SGMLApplication::Attribute::…
596 p->nCdataChunks = nChunks;
/dports/games/flightgear/flightgear-2020.3.11/utils/fgpanel/
H A Dpanel_io.cxx382 const int nChunks (chunk_group->nChildren ()); in readLayer() local
383 for (int i = 0; i < nChunks; i++) { in readLayer()

12345