Searched refs:bufferSize (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c21 "usage: %s [-n] filename bufferSize nr_of_loops\n", prog);
31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
61 bufferSize = atoi (argv[j + 2]);
63 if (bufferSize <= 0 || nrOfLoops <= 0) {
86 if (parseBufferSize <= bufferSize)
89 parseBufferSize = bufferSize;
100 XMLBufPtr += bufferSize;
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/benchmark/
H A Dbenchmark.c21 "usage: %s [-n] filename bufferSize nr_of_loops\n", prog);
31 int nrOfLoops, bufferSize, fileSize, i, isFinal; local
61 bufferSize = atoi (argv[j + 2]);
63 if (bufferSize <= 0 || nrOfLoops <= 0) {
86 if (parseBufferSize <= bufferSize)
89 parseBufferSize = bufferSize;
100 XMLBufPtr += bufferSize;
112 nrOfLoops, bufferSize, cpuTime / (double) nrOfLoops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMemFile.cpp41 CMemFile::CMemFile(byte* buffer, size_t bufferSize) argument
46 m_BufferSize = bufferSize;
47 m_fileSize = bufferSize;
54 CMemFile::CMemFile(const byte* buffer, size_t bufferSize) argument
59 m_BufferSize = bufferSize;
60 m_fileSize = bufferSize;
H A DMemFile.h75 * @param bufferSize The size of the buffer.
82 * between zero and 'bufferSize', it is not valid to resize it
91 CMemFile(byte* buffer, size_t bufferSize);
92 CMemFile(const byte* buffer, size_t bufferSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DAccessor.h20 /** @a bufferSize is a trade off between time taken to copy the characters
24 enum {bufferSize=4000, slopSize=bufferSize/8}; enumerator in enum:Accessor::__anon145
25 char buf[bufferSize+1];
H A DWindowAccessor.h20 char styleBuf[bufferSize];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Ddsa.cpp12 size_t DSAConvertSignatureFormat(byte *buffer, size_t bufferSize, DSASignatureFormat toFormat, const byte *signature, size_t signatureLen, DSASignatureFormat fromFormat) argument
16 ArraySink sink(buffer, bufferSize);
41 r.Encode(sink, bufferSize/2);
42 s.Encode(sink, bufferSize/2);
H A Ddsa.h15 If toFormat == DSA_P1363, bufferSize must equal publicKey.SignatureLength() */
16 size_t DSAConvertSignatureFormat(byte *buffer, size_t bufferSize, DSASignatureFormat toFormat,
H A Dfilters.h57 // desiredSize is how much to ask target, bufferSize is how much to allocate in m_tempSpace
58 byte *HelpCreatePutSpace(BufferedTransformation &target, const std::string &channel, size_t minSize, size_t desiredSize, size_t &bufferSize) argument
60 assert(desiredSize >= minSize && bufferSize >= minSize);
66 bufferSize = desiredSize;
69 m_tempSpace.New(bufferSize);
72 bufferSize = m_tempSpace.size();
77 byte *HelpCreatePutSpace(BufferedTransformation &target, const std::string &channel, size_t minSize, size_t bufferSize) argument
78 {return HelpCreatePutSpace(target, channel, minSize, minSize, bufferSize);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DDocumentAccessor.cxx40 if (startPos + bufferSize > lenDoc)
41 startPos = lenDoc - bufferSize;
44 endPos = startPos + bufferSize;
110 if (validLen + (pos - startSeg + 1) >= bufferSize)
112 if (validLen + (pos - startSeg + 1) >= bufferSize) {
H A DWindowAccessor.cxx36 if (startPos + bufferSize > lenDoc)
37 startPos = lenDoc - bufferSize;
40 endPos = startPos + bufferSize;
103 if (validLen + (pos - startSeg + 1) >= bufferSize)
105 if (validLen + (pos - startSeg + 1) >= bufferSize) {
H A DDocumentAccessor.h24 char styleBuf[bufferSize];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/util/
H A DFastOutputStream.java109 private void initBuffer(int bufferSize, int bumpLen) { argument
110 buf = new byte[bufferSize];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrio.h104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtrio.h104 int trio_vsnprintf TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
106 int trio_snprintfv TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
110 int trio_vsnprintfcat TRIO_PROTO((char *buffer, size_t bufferSize, TRIO_CONST char *format,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreDesktopMgr.c926 Size bufferSize; local
940 bufferSize = kLargeIconSize;
943 bufferSize = kLarge4BitIconSize;
946 bufferSize = kLarge8BitIconSize;
949 bufferSize = kSmallIconSize;
952 bufferSize = kSmall4BitIconSize;
955 bufferSize = kSmall8BitIconSize;
959 bufferSize = 0;
962 if ( bufferSize != 0 )
964 *iconHandle = NewHandle(bufferSize);
[all...]
H A DDirectoryCopy.c77 long bufferSize; /* the size of the copy buffer */ member in struct:EnumerateGlobals
361 theGlobals->bufferSize,
587 theGlobals.bufferSize = copyBufferSize;
H A DMoreFilesExtras.c2917 long bufferSize; local
2928 bufferSize = *count;
2929 verifyBuffer = NewPtr(bufferSize);
2932 verifyBuffer = GetTempBuffer(bufferSize, &bufferSize);
2950 ** bufferSize = the size of the verify buffer
2959 if ( (*count - bytesVerified) > bufferSize )
2961 byteCount = bufferSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreDesktopMgr.c926 Size bufferSize; local
940 bufferSize = kLargeIconSize;
943 bufferSize = kLarge4BitIconSize;
946 bufferSize = kLarge8BitIconSize;
949 bufferSize = kSmallIconSize;
952 bufferSize = kSmall4BitIconSize;
955 bufferSize = kSmall8BitIconSize;
959 bufferSize = 0;
962 if ( bufferSize != 0 )
964 *iconHandle = NewHandle(bufferSize);
[all...]
H A DDirectoryCopy.c77 long bufferSize; /* the size of the copy buffer */ member in struct:EnumerateGlobals
361 theGlobals->bufferSize,
587 theGlobals.bufferSize = copyBufferSize;
H A DMoreFilesExtras.c2917 long bufferSize; local
2928 bufferSize = *count;
2929 verifyBuffer = NewPtr(bufferSize);
2932 verifyBuffer = GetTempBuffer(bufferSize, &bufferSize);
2950 ** bufferSize = the size of the verify buffer
2959 if ( (*count - bytesVerified) > bufferSize )
2961 byteCount = bufferSize;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dmacscreen.c33 #define bufferSize 4096 macro
393 char buffer[bufferSize];
413 char buffer[bufferSize];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/spi/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddb.cpp388 bufferSize = 0;
2389 long bufferSize = maxLen; local
2392 bufferSize = maxLen * sizeof(wxChar);
2394 if (SQLGetData(hstmt, colNo, cType, pData, bufferSize, cbReturned) == SQL_SUCCESS)
2667 GetData( 8, SQL_C_SSHORT, (UCHAR*) &colInf[colNo].bufferSize, 0, &cb);
2679 // columnLength = bufferSize if no column length was returned
2680 // IODBC returns the columnLength in bufferSize. (bug)
2683 colInf[colNo].columnLength = colInf[colNo].bufferSize;
2826 GetData( 8, SQL_C_SSHORT, (UCHAR*) &colInf[colNo].bufferSize, 0, &cb);
2851 // columnLength = bufferSize i
[all...]
H A Ddbtable.cpp2383 pColDataPtrs[index].PtrDataObj = new wxChar[pColInfs[index].bufferSize+(1*sizeof(wxChar))];
2384 pColDataPtrs[index].SzDataObj = pColInfs[index].bufferSize+(1*sizeof(wxChar));
2388 pColDataPtrs[index].PtrDataObj = new wxChar[pColInfs[index].bufferSize+(1*sizeof(wxChar))];
2389 pColDataPtrs[index].SzDataObj = pColInfs[index].bufferSize+(1*sizeof(wxChar));
2394 if (pColInfs[index].bufferSize == sizeof(long))
2409 if (pColInfs[index].bufferSize == sizeof(float))

Completed in 401 milliseconds

12