Home
last modified time | relevance | path

Searched refs:nChunks (Results 26 – 50 of 120) sorted by relevance

12345

/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/Graylog2/go-gelf/gelf/
H A Dudpwriter.go96 nChunks := uint8(nChunksI)
105 for i := uint8(0); i < nChunks; i++ {
113 buf.WriteByte(nChunks)
127 nChunks, err)
131 i, nChunks, n, len(buf.Bytes()))
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/Graylog2/go-gelf/gelf/
H A Dudpwriter.go96 nChunks := uint8(nChunksI)
105 for i := uint8(0); i < nChunks; i++ {
113 buf.WriteByte(nChunks)
127 nChunks, err)
131 i, nChunks, n, len(buf.Bytes()))
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/Graylog2/go-gelf/gelf/
H A Dudpwriter.go96 nChunks := uint8(nChunksI)
105 for i := uint8(0); i < nChunks; i++ {
113 buf.WriteByte(nChunks)
127 nChunks, err)
131 i, nChunks, n, len(buf.Bytes()))
/dports/audio/gnuitar/gnuitar-0.3.2/src/
H A Dreverb.c50 r->nChunks = chunks; in reverbBuffer_init()
68 r->nCursor %= r->nChunks; in reverbBuffer_addChunk()
78 assert((delay >= 0) && (delay < r->nChunks)); in reverbBuffer_getChunk()
81 nFrom += r->nChunks; in reverbBuffer_getChunk()
172 preverb->history->nChunks * buffer_size * 1000 / in reverb_init()
310 dr->history->nChunks) ? dr->history->nChunks - in reverb_filter()
430 dr->delay = dr->history->nChunks * 0.3; in reverb_create()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.testserver/src/org/eclipse/equinox/p2/testserver/servlets/
H A DChopAndDelay.java100 int nChunks = read / chunksize + (read % chunksize > 0 ? 1 : 0); in doChop() local
101 for (int i = 0; i < nChunks; i++) { in doChop()
128 int nChunks = read / chunksize + (read % chunksize > 0 ? 1 : 0); in doChop() local
129 for (int i = 0; i < nChunks; i++) { in doChop()
/dports/misc/usd/USD-21.11/pxr/base/tf/
H A DfastCompression.cpp110 int nChunks = *compressed++; in DecompressFromBuffer() local
111 if (nChunks == 0) { in DecompressFromBuffer()
124 for (int i = 0; i != nChunks; ++i) { in DecompressFromBuffer()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/3d/
H A DAllocator3D.h36 size_t nChunks; // Number of chunks in vChunks array
157 inline size_t chunks() const { return nChunks; } in chunks()
164 … inline T *chunk(size_t id) { return (id < nChunks) ? reinterpret_cast<T *>(vChunks[id]) : NULL; } in chunk()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/Graylog2/go-gelf/gelf/
H A Dwriter.go132 nChunks := uint8(nChunksI)
141 for i := uint8(0); i < nChunks; i++ {
149 buf.WriteByte(nChunks)
163 nChunks, err)
167 i, nChunks, n, len(buf.Bytes()))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/Graylog2/go-gelf/gelf/
H A Dwriter.go132 nChunks := uint8(nChunksI)
141 for i := uint8(0); i < nChunks; i++ {
149 buf.WriteByte(nChunks)
163 nChunks, err)
167 i, nChunks, n, len(buf.Bytes()))
/dports/devel/art/art-0.9.02/artrepgen/
H A Dtracer.cc332 size_t nChunks; in transactionAnalyzerforOperators() local
349 nChunks = splitLine(line, &sl); in transactionAnalyzerforOperators()
350 if(3 == nChunks) { in transactionAnalyzerforOperators()
455 size_t nChunks; in transactionAnalyzerforDeallocators() local
457 nChunks = splitLine(line, &sl); in transactionAnalyzerforDeallocators()
458 if(3 == nChunks) { in transactionAnalyzerforDeallocators()
514 size_t nChunks; in transactionAnalyzerforReallocators() local
517 nChunks = splitLine(line, &sl); in transactionAnalyzerforReallocators()
519 if(nChunks != 3) { in transactionAnalyzerforReallocators()
667 nChunks = splitLine(line, &sl); in transactionAnalyzerforReallocators()
[all …]
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/io/
H A DSaveBlock.cpp100 u32 nChunks; in loadOffsets() local
101 if(!fs::read(handle, nChunks)) { in loadOffsets()
104 if(version < SAV_VERSION_DEFLATE && nChunks == 0) { in loadOffsets()
105 nChunks = 1; in loadOffsets()
107 chunks.resize(nChunks); in loadOffsets()
127 for(size_t i = 0; i < nChunks; i++) { in loadOffsets()
156 u32 nChunks = chunks.size(); in writeEntry() local
157 fs::write(handle, nChunks); in writeEntry()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A Dhdf5.py113 nChunks = finalSize // (chunk.size * chunk.itemsize)
114 with pg.ProgressDialog("Generating test.hdf5...", 0, nChunks) as dlg:
115 for i in range(nChunks):
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_sparse/ell_simd/
H A Dell_simd_pspmv.inl59 for (index_t i = 0; i < A.nChunks; ++i) {
109 for (index_t i = 0; i < A.nChunks; ++i) {
165 for (index_t i = 0; i < A.nChunks; ++i) {
236 for (size_t i = 0; i < A.nChunks; ++i) {
301 for (size_t i = 0; i < A.nChunks; ++i) {
355 for (index_t i = 0; i < A.nChunks; ++i) {
399 for (index_t i = 0; i < A.nChunks; ++i) {
453 for (index_t i = 0; i < A.nChunks; ++i) {
509 for (index_t i = 0; i < A.nChunks; ++i) {
561 for (index_t i = 0; i < A.nChunks; ++i) {
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mozglue/linker/
H A DSeekableZStream.h25 , totalSize(0), chunkSize(0), dictSize(0), nChunks(0), lastChunkSize(0) in SeekableZStreamHeader()
42 le_uint32 nChunks; member
H A Dszip.cpp372 size_t nChunks = ((origSize + chunkSize - 1) / chunkSize); in do_compress() local
377 + nChunks * sizeof(uint32_t); in do_compress()
442 header->nChunks++; in do_compress()
451 MOZ_ASSERT(header->nChunks == nChunks); in do_compress()
/dports/net/gamenetworkingsockets/GameNetworkingSockets-1.3.0/src/steamnetworkingsockets/clientlib/
H A Dsteamnetworkingsockets_lowlevel.h107 …virtual bool BSendRawPacketGather( int nChunks, const iovec *pChunks, const netadr_t &adrTo ) cons…
108 …inline bool BSendRawPacketGather( int nChunks, const iovec *pChunks, const SteamNetworkingIPAddr &… in BSendRawPacketGather() argument
112 return BSendRawPacketGather( nChunks, pChunks, netadrTo ); in BSendRawPacketGather()
169 inline bool BSendRawPacketGather( int nChunks, const iovec *pChunks ) const in BSendRawPacketGather() argument
171 return m_pRawSock->BSendRawPacketGather( nChunks, pChunks, m_adr ); in BSendRawPacketGather()
H A Dsteamnetworkingsockets_lowlevel.cpp721 inline bool BReallySendRawPacket( int nChunks, const iovec *pChunks, const netadr_t &adrTo ) const in BReallySendRawPacket() argument
745 for ( int i = 0 ; i < nChunks ; ++i ) in BReallySendRawPacket()
753 TracePkt( true, adrTo, nChunks, pChunks ); in BReallySendRawPacket()
770 (DWORD)nChunks, in BReallySendRawPacket()
784 msg.msg_iovlen = nChunks; in BReallySendRawPacket()
809 void TracePkt( bool bSend, const netadr_t &adrRemote, int nChunks, const iovec *pChunks ) const in TracePkt() argument
812 for ( int i = 0 ; i < nChunks ; ++i ) in TracePkt()
884 for ( int i = 0 ; i < nChunks ; ++i ) in LagPacket()
933 for ( int i = 0 ; i < nChunks ; ++i ) in LagPacket()
1110 for ( int i = 0 ; i < nChunks ; ++i ) in BSendRawPacketGather()
[all …]
/dports/devel/simgear/simgear-2020.3.11/simgear/nasal/
H A Dparse.c57 for(i=0; i<p->nChunks; i++) naFree(p->chunks[i]); in naParseDestroy()
78 p->nChunks++; in naParseAlloc()
80 newChunks = naAlloc(p->nChunks * sizeof(void*)); in naParseAlloc()
81 for(i=1; i<p->nChunks; i++) newChunks[i] = p->chunks[i-1]; in naParseAlloc()
86 newChunkSizes = naAlloc(p->nChunks * sizeof(int)); in naParseAlloc()
87 for(i=1; i<p->nChunks; i++) newChunkSizes[i] = p->chunkSizes[i-1]; in naParseAlloc()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dcn3d_png.cpp427 int bufferHeight, bytesPerPixel = 3, nChunks = 1; in ExportPNG() local
457 nChunks = outputHeight / bufferHeight; // whole chunks + in ExportPNG()
458 if (outputHeight % bufferHeight != 0) ++nChunks; // partially occupied chunk in ExportPNG()
665 TRACEMSG("interlaced: " << interlaced << ", nChunks: " << nChunks in ExportPNG()
757 for (int chunk = nChunks - 1; chunk >= 0; --chunk) { in ExportPNG()
760 if (nChunks > 1) { in ExportPNG()
767 if (chunk == nChunks - 1) in ExportPNG()
768 bufferRowStart = outputHeight - 1 - bufferHeight * (nChunks - 1); in ExportPNG()
/dports/math/fflas-ffpack/fflas-ffpack-2.4.3/fflas-ffpack/fflas/fflas_sparse/sell/
H A Dsell_spmv.inl43 for (index_t i = 0; i < A.nChunks; ++i) {
69 for (index_t i = 0; i < A.nChunks; ++i) {
104 for (index_t i = 0; i < A.nChunks; ++i) {
145 for (size_t i = 0; i < A.nChunks; ++i) {
181 for (size_t i = 0; i < A.nChunks; ++i) {
232 for (index_t i = 0; i < A.nChunks; ++i) {
253 for (index_t i = 0; i < A.nChunks; ++i) {
278 for (index_t i = 0; i < A.nChunks; ++i) {
311 for (index_t i = 0; i < A.nChunks; ++i) {
344 for (index_t i = 0; i < A.nChunks; ++i) {
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/R_scripts/
H A D1dSVAR.R453 nPts <- array(data = NA, dim=nChunks)
454 if (nChunks == 1) nPts[1] <- nTotal else
522 for (ii in 1:nChunks) {
525 if (ii < nChunks) jumpPts <- jumpPts+nPts[ii]
531 trendMat <- as.data.frame(array(0, dim = c(nTotal, (nPoly+1)*nChunks)))
533 for (ii in 1:nChunks) {
537 if (ii < nChunks) jumpPts <- jumpPts+nPts[ii]
566 if (nChunks > 1) {
567 breakMat <- as.data.frame(array(0, dim = c(nTotal, (nChunks-1)*nLags)))
569 for (ii in 1:(nChunks-1)) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-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/openjdk11-jre/jdk11u-jdk-11.0.13-8-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/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/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/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()

12345