Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 25 of 1559) sorted by relevance

12345678910>>...63

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialStream/
H A DFlush.cs17 private const int DEFAULT_BUFFER_SIZE = 32; field in System.IO.Ports.Tests.SerialStream_Flush
61 byte[] xmitBytes = new byte[DEFAULT_BUFFER_SIZE]; in InBufferFilled_Flush_Once()
71 TCSupport.WaitForReadBufferToLoad(com1, DEFAULT_BUFFER_SIZE); in InBufferFilled_Flush_Once()
83 byte[] xmitBytes = new byte[DEFAULT_BUFFER_SIZE]; in InBufferFilled_Flush_Multiple()
93 TCSupport.WaitForReadBufferToLoad(com1, DEFAULT_BUFFER_SIZE); in InBufferFilled_Flush_Multiple()
107 byte[] xmitBytes = new byte[DEFAULT_BUFFER_SIZE]; in InBufferFilled_Flush_Cycle()
119 TCSupport.WaitForReadBufferToLoad(com1, DEFAULT_BUFFER_SIZE); in InBufferFilled_Flush_Cycle()
231 byte[] xmitBytes = new byte[DEFAULT_BUFFER_SIZE]; in InOutBufferFilled_Flush_Once()
266 byte[] xmitBytes = new byte[DEFAULT_BUFFER_SIZE]; in InOutBufferFilled_Flush_Multiple()
309 byte[] xmitBytes = new byte[DEFAULT_BUFFER_SIZE]; in InOutBufferFilled_Flush_Cycle()
[all …]
H A DWrite_byte_int_int.cs22 private const int DEFAULT_BUFFER_SIZE = 1; field in System.IO.Ports.Tests.SerialStream_Write_byte_int_int
46 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], -1, DEFAULT_BUFFER_COUNT, typeof(ArgumentOutOf… in Offset_NEG1()
55 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], rndGen.Next(int.MinValue, 0), DEFAULT_BUFFER_C… in Offset_NEGRND()
62 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], int.MinValue, DEFAULT_BUFFER_COUNT, typeof(Arg… in Offset_MinInt()
69 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], DEFAULT_BUFFER_OFFSET, -1, typeof(ArgumentOutO… in Count_NEG1()
78 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], DEFAULT_BUFFER_OFFSET, rndGen.Next(int.MinValu… in Count_NEGRND()
85 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], DEFAULT_BUFFER_OFFSET, int.MinValue, typeof(Ar… in Count_MinInt()
/dports/net-mgmt/monitoring-plugins/monitoring-plugins-2.3.1/plugins/
H A Dcheck_curl.c60 #define DEFAULT_BUFFER_SIZE 2048 macro
133 char server_ip[DEFAULT_BUFFER_SIZE];
145 char user_agent[DEFAULT_BUFFER_SIZE];
162 char http_header[DEFAULT_BUFFER_SIZE];
172 char url[DEFAULT_BUFFER_SIZE];
173 char msg[DEFAULT_BUFFER_SIZE];
174 char perfstring[DEFAULT_BUFFER_SIZE];
396 char dnscache[DEFAULT_BUFFER_SIZE]; in check_http()
976 char buf[DEFAULT_BUFFER_SIZE]; in redir()
1075 strncat (new_url, uri_string (p->text, buf, DEFAULT_BUFFER_SIZE), DEFAULT_BUFFER_SIZE-1); in redir()
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DCharBuffer.cpp24 myBuffer = (char *) malloc(DEFAULT_BUFFER_SIZE); in CharBuffer()
25 myBufferAllocatedLen = DEFAULT_BUFFER_SIZE; in CharBuffer()
34 myBufferAllocatedLen = DEFAULT_BUFFER_SIZE; in CharBuffer()
56 (char *) malloc(DEFAULT_BUFFER_SIZE); in CharBuffer()
57 myBufferAllocatedLen = DEFAULT_BUFFER_SIZE; in CharBuffer()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/util/
H A DLineReader.java39 private static final int DEFAULT_BUFFER_SIZE = 64 * 1024; field in LineReader
40 private int bufferSize = DEFAULT_BUFFER_SIZE;
61 this(in, DEFAULT_BUFFER_SIZE); in LineReader()
87 this(in, conf.getInt("io.file.buffer.size", DEFAULT_BUFFER_SIZE)); in LineReader()
99 this.bufferSize = DEFAULT_BUFFER_SIZE; in LineReader()
134 this.bufferSize = conf.getInt("io.file.buffer.size", DEFAULT_BUFFER_SIZE); in LineReader()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/test/inputFileTest/
H A DInputFileTest.cpp679 int largeTestFileSize = DEFAULT_BUFFER_SIZE + 5; in test_ifread_ifgetc()
697 assert(numBytesRead == DEFAULT_BUFFER_SIZE + 3); in test_ifread_ifgetc()
710 assert(largeBuffer[DEFAULT_BUFFER_SIZE] == '1'); in test_ifread_ifgetc()
711 assert(largeBuffer[DEFAULT_BUFFER_SIZE+1] == '2'); in test_ifread_ifgetc()
712 assert(largeBuffer[DEFAULT_BUFFER_SIZE+2] == '3'); in test_ifread_ifgetc()
713 assert(largeBuffer[DEFAULT_BUFFER_SIZE+3] == '4'); in test_ifread_ifgetc()
714 assert(largeBuffer[DEFAULT_BUFFER_SIZE+4] == '5'); in test_ifread_ifgetc()
759 assert(largeBuffer[DEFAULT_BUFFER_SIZE] == '1'); in test_ifread_ifgetc()
760 assert(largeBuffer[DEFAULT_BUFFER_SIZE+1] == '2'); in test_ifread_ifgetc()
921 bufferSize = DEFAULT_BUFFER_SIZE; in test_ifread_ifgetc()
[all …]
/dports/audio/lmms/lmms-1.2.2/plugins/stereo_enhancer/
H A Dstereo_enhancer.cpp57 m_delayBuffer( new sampleFrame[DEFAULT_BUFFER_SIZE] ), in stereoEnhancerEffect()
117 frameIndex += DEFAULT_BUFFER_SIZE; in processAudioBuffer()
131 m_currFrame %= DEFAULT_BUFFER_SIZE; in processAudioBuffer()
149 for (i = 0; i < DEFAULT_BUFFER_SIZE; i++) in clearMyBuffer()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/
H A DLineReader.java44 private static final int DEFAULT_BUFFER_SIZE = 64 * 1024; field in LineReader
45 private int bufferSize = DEFAULT_BUFFER_SIZE;
66 this(in, DEFAULT_BUFFER_SIZE); in LineReader()
92 this(in, conf.getInt("io.file.buffer.size", DEFAULT_BUFFER_SIZE)); in LineReader()
104 this.bufferSize = DEFAULT_BUFFER_SIZE; in LineReader()
139 this.bufferSize = conf.getInt("io.file.buffer.size", DEFAULT_BUFFER_SIZE); in LineReader()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/util/
H A DCharArrayBuffer.java44 public static final int DEFAULT_BUFFER_SIZE = 10; field in CharArrayBuffer
66 this(null, DEFAULT_BUFFER_SIZE); in CharArrayBuffer()
75 this(first, DEFAULT_BUFFER_SIZE); in CharArrayBuffer()
85 this.size = (size > 0) ? size : DEFAULT_BUFFER_SIZE; in CharArrayBuffer()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/core/util/
H A DCharArrayBuffer.java42 public static final int DEFAULT_BUFFER_SIZE = 10; field in CharArrayBuffer
66 this(null, DEFAULT_BUFFER_SIZE); in CharArrayBuffer()
77 this(first, DEFAULT_BUFFER_SIZE); in CharArrayBuffer()
91 fSize = (size > 0) ? size : DEFAULT_BUFFER_SIZE; in CharArrayBuffer()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbf_readbuff.c22 #define DEFAULT_BUFFER_SIZE 4096 macro
59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
60 ctx->ibuf = OPENSSL_zalloc(DEFAULT_BUFFER_SIZE); in readbuffer_new()
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
93 sz = DEFAULT_BUFFER_SIZE * (sz / DEFAULT_BUFFER_SIZE); in readbuffer_resize()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Java/src/org/antlr/v4/runtime/
H A DCharStreams.java64 private static final int DEFAULT_BUFFER_SIZE = 4096; field in CharStreams
91 DEFAULT_BUFFER_SIZE, in fromPath()
147 DEFAULT_BUFFER_SIZE, in fromStream()
175 DEFAULT_BUFFER_SIZE, in fromChannel()
194 CodePointBuffer.Builder codePointBufferBuilder = CodePointBuffer.builder(DEFAULT_BUFFER_SIZE); in fromReader()
195 CharBuffer charBuffer = CharBuffer.allocate(DEFAULT_BUFFER_SIZE); in fromReader()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbf_readbuff.c22 #define DEFAULT_BUFFER_SIZE 4096 macro
59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
60 ctx->ibuf = OPENSSL_zalloc(DEFAULT_BUFFER_SIZE); in readbuffer_new()
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
93 sz = DEFAULT_BUFFER_SIZE * (sz / DEFAULT_BUFFER_SIZE); in readbuffer_resize()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbf_readbuff.c22 #define DEFAULT_BUFFER_SIZE 4096 macro
59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
60 ctx->ibuf = OPENSSL_zalloc(DEFAULT_BUFFER_SIZE); in readbuffer_new()
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
93 sz = DEFAULT_BUFFER_SIZE * (sz / DEFAULT_BUFFER_SIZE); in readbuffer_resize()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/bio/
H A Dbf_readbuff.c22 #define DEFAULT_BUFFER_SIZE 4096 macro
59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
60 ctx->ibuf = OPENSSL_zalloc(DEFAULT_BUFFER_SIZE); in readbuffer_new()
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
93 sz = DEFAULT_BUFFER_SIZE * (sz / DEFAULT_BUFFER_SIZE); in readbuffer_resize()
/dports/security/openssl-devel/openssl-3.0.2/crypto/bio/
H A Dbf_readbuff.c22 #define DEFAULT_BUFFER_SIZE 4096 macro
59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
60 ctx->ibuf = OPENSSL_zalloc(DEFAULT_BUFFER_SIZE); in readbuffer_new()
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
93 sz = DEFAULT_BUFFER_SIZE * (sz / DEFAULT_BUFFER_SIZE); in readbuffer_resize()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/crypto/bio/
H A Dbf_readbuff.c22 #define DEFAULT_BUFFER_SIZE 4096 macro
59 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in readbuffer_new()
60 ctx->ibuf = OPENSSL_zalloc(DEFAULT_BUFFER_SIZE); in readbuffer_new()
92 sz += (ctx->ibuf_off + DEFAULT_BUFFER_SIZE - 1); in readbuffer_resize()
93 sz = DEFAULT_BUFFER_SIZE * (sz / DEFAULT_BUFFER_SIZE); in readbuffer_resize()
/dports/net-mgmt/sjitter/sjitter/
H A Djitter.c21 buf = (char *) malloc(DEFAULT_BUFFER_SIZE); in onsignal()
22 snprintf(buf, DEFAULT_BUFFER_SIZE, "SJITTER-END "); in onsignal()
23 …if (sendto(socketfd, buf, DEFAULT_BUFFER_SIZE, 0, (const struct sockaddr *) &serveraddr, slen) == … in onsignal()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.jface.text/src/org/eclipse/jface/text/rules/
H A DBufferedRuleBasedScanner.java30 private final static int DEFAULT_BUFFER_SIZE= 500; field in BufferedRuleBasedScanner
32 private int fBufferSize= DEFAULT_BUFFER_SIZE;
34 private char[] fBuffer= new char[DEFAULT_BUFFER_SIZE];
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/
H A DEditLogBackupOutputStream.java47 static final int DEFAULT_BUFFER_SIZE = 256; field in EditLogBackupOutputStream
71 this.doubleBuf = new EditsDoubleBuffer(DEFAULT_BUFFER_SIZE); in EditLogBackupOutputStream()
72 this.out = new DataOutputBuffer(DEFAULT_BUFFER_SIZE); in EditLogBackupOutputStream()
91 this.doubleBuf = new EditsDoubleBuffer(DEFAULT_BUFFER_SIZE); in create()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DWrite_byte_int_int.cs22 private const int DEFAULT_BUFFER_SIZE = 1; field in System.IO.Ports.Tests.Write_byte_int_int
46 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], -1, DEFAULT_BUFFER_COUNT, typeof(ArgumentOutOf… in Offset_NEG1()
54 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], rndGen.Next(int.MinValue, 0), DEFAULT_BUFFER_C… in Offset_NEGRND()
60 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], int.MinValue, DEFAULT_BUFFER_COUNT, typeof(Arg… in Offset_MinInt()
66 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], DEFAULT_BUFFER_OFFSET, -1, typeof(ArgumentOutO… in Count_NEG1()
74 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], DEFAULT_BUFFER_OFFSET, rndGen.Next(int.MinValu… in Count_NEGRND()
80 …VerifyWriteException(new byte[DEFAULT_BUFFER_SIZE], DEFAULT_BUFFER_OFFSET, int.MinValue, typeof(Ar… in Count_MinInt()
H A DWrite_char_int_int.cs22 private const int DEFAULT_BUFFER_SIZE = 1; field in System.IO.Ports.Tests.Write_char_int_int
46 …VerifyWriteException(new char[DEFAULT_BUFFER_SIZE], -1, DEFAULT_CHAR_COUNT, typeof(ArgumentOutOfRa… in Offset_NEG1()
54 …VerifyWriteException(new char[DEFAULT_BUFFER_SIZE], rndGen.Next(int.MinValue, 0), DEFAULT_CHAR_COU… in Offset_NEGRND()
60 …VerifyWriteException(new char[DEFAULT_BUFFER_SIZE], int.MinValue, DEFAULT_CHAR_COUNT, typeof(Argum… in Offset_MinInt()
66 …VerifyWriteException(new char[DEFAULT_BUFFER_SIZE], DEFAULT_CHAR_OFFSET, -1, typeof(ArgumentOutOfR… in Count_NEG1()
74 …VerifyWriteException(new char[DEFAULT_BUFFER_SIZE], DEFAULT_CHAR_OFFSET, rndGen.Next(int.MinValue,… in Count_NEGRND()
81 …VerifyWriteException(new char[DEFAULT_BUFFER_SIZE], DEFAULT_CHAR_OFFSET, int.MinValue, typeof(Argu… in Count_MinInt()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/bio/
H A Dbuffer.c66 #define DEFAULT_BUFFER_SIZE 4096 macro
99 ctx->ibuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE); in buffer_new()
103 ctx->obuf = OPENSSL_malloc(DEFAULT_BUFFER_SIZE); in buffer_new()
107 ctx->ibuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
108 ctx->obuf_size = DEFAULT_BUFFER_SIZE; in buffer_new()
342 if (ibs > DEFAULT_BUFFER_SIZE && ibs != ctx->ibuf_size) { in buffer_ctrl()
348 if (obs > DEFAULT_BUFFER_SIZE && obs != ctx->obuf_size) { in buffer_ctrl()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DFramingHandler.h78 : std::max<size_t>(readBufferSize, DEFAULT_BUFFER_SIZE);
85 DEFAULT_BUFFER_SIZE = 2048, enumerator
88 size_t readBufferSize_{DEFAULT_BUFFER_SIZE};
/dports/games/jin/jin-2.14.1/src/free/util/
H A DMemoryFile.java38 private static final int DEFAULT_BUFFER_SIZE = 2048; field in MemoryFile
81 this(null, DEFAULT_BUFFER_SIZE); in MemoryFile()
105 this(data, DEFAULT_BUFFER_SIZE); in MemoryFile()

12345678910>>...63