Home
last modified time | relevance | path

Searched refs:CurrentSize (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize;
75 CurrentSize = 0;
86 CurrentSize = buffer.CurrentSize;
98 return CurrentSize;
311 int where = CurrentSize;
312 CurrentSize++;
339 int where = CurrentSize;
340 CurrentSize = CurrentSize + len;
786 CurrentSize = j;
793 CurrentSize = 0;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/share/jdwp/
H A DByteBuffer.java42 private int CurrentSize; field in ByteBuffer
75 CurrentSize = 0; in ByteBuffer()
86 CurrentSize = buffer.CurrentSize; in ByteBuffer()
98 return CurrentSize; in length()
311 int where = CurrentSize; in addByte()
312 CurrentSize++; in addByte()
339 int where = CurrentSize; in addBytes()
340 CurrentSize = CurrentSize + len; in addBytes()
786 CurrentSize = j; in deleteBytes()
793 CurrentSize = 0; in resetBuffer()
[all …]
/dports/cad/zcad/zcad-8b8a693/cad_source/zengine/zgl/
H A Duzglvectorobject.pas68 CurrentSize:TArrayIndex;
81 inc(pbyte(PPrimitive),CurrentSize);
88 CurrentSize:TArrayIndex;
97 inc(pbyte(PPrimitive),CurrentSize);
297 CurrentSize:TArrayIndex;
315 ProcessedSize:=ProcessedSize+CurrentSize;
316 inc(pbyte(PPrimitive),CurrentSize);
336 inc(pbyte(PPrimitive),CurrentSize);
346 CurrentSize:TArrayIndex;
368 inc(pbyte(PPrimitive),CurrentSize);
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/file/
H A Dwritable_file_writer.cc59 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
76 if (buf_.CurrentSize() > 0) { in Append()
82 assert(buf_.CurrentSize() == 0); in Append()
115 assert(buf_.CurrentSize() == 0); in Append()
145 assert(buf_.CurrentSize() == 0); in Append()
166 size_t pad_start = buf_.CurrentSize(); in Pad()
181 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
286 if (buf_.CurrentSize() > 0) { in Flush()
638 size_t left = buf_.CurrentSize(); in WriteDirect()
719 size_t last_cur_size = buf_.CurrentSize(); in WriteDirectWithChecksum()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/file/
H A Dwritable_file_writer.cc59 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
76 if (buf_.CurrentSize() > 0) { in Append()
82 assert(buf_.CurrentSize() == 0); in Append()
115 assert(buf_.CurrentSize() == 0); in Append()
145 assert(buf_.CurrentSize() == 0); in Append()
166 size_t pad_start = buf_.CurrentSize(); in Pad()
181 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
286 if (buf_.CurrentSize() > 0) { in Flush()
638 size_t left = buf_.CurrentSize(); in WriteDirect()
719 size_t last_cur_size = buf_.CurrentSize(); in WriteDirectWithChecksum()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/file/
H A Dwritable_file_writer.cc40 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
47 if (desired_capacity - buf_.CurrentSize() >= left || in Append()
57 if (buf_.CurrentSize() > 0) { in Append()
63 assert(buf_.CurrentSize() == 0); in Append()
84 assert(buf_.CurrentSize() == 0); in Append()
98 size_t cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
113 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
166 if (buf_.CurrentSize() > 0) { in Flush()
174 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize()); in Flush()
346 size_t leftover_tail = buf_.CurrentSize() - file_advance; in WriteDirect()
[all …]
H A Drandom_access_file_reader.cc44 while (buf.CurrentSize() < read_size) { in Read()
48 buf.Capacity() - buf.CurrentSize(), buf.Alignment(), in Read()
51 assert(buf.CurrentSize() == 0); in Read()
60 orig_offset = aligned_offset + buf.CurrentSize(); in Read()
64 s = file_->Read(aligned_offset + buf.CurrentSize(), allowed, in Read()
73 buf.Size(buf.CurrentSize() + tmp.size()); in Read()
79 if (s.ok() && offset_advance < buf.CurrentSize()) { in Read()
81 std::min(buf.CurrentSize() - offset_advance, n)); in Read()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/file/
H A Dwritable_file_writer.cc41 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
48 if (desired_capacity - buf_.CurrentSize() >= left || in Append()
58 if (buf_.CurrentSize() > 0) { in Append()
64 assert(buf_.CurrentSize() == 0); in Append()
85 assert(buf_.CurrentSize() == 0); in Append()
100 size_t cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
115 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
168 if (buf_.CurrentSize() > 0) { in Flush()
176 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize()); in Flush()
368 size_t leftover_tail = buf_.CurrentSize() - file_advance; in WriteDirect()
[all …]
H A Drandom_access_file_reader.cc44 while (buf.CurrentSize() < read_size) { in Read()
48 buf.Capacity() - buf.CurrentSize(), buf.Alignment(), in Read()
51 assert(buf.CurrentSize() == 0); in Read()
60 orig_offset = aligned_offset + buf.CurrentSize(); in Read()
64 s = file_->Read(aligned_offset + buf.CurrentSize(), allowed, in Read()
73 buf.Size(buf.CurrentSize() + tmp.size()); in Read()
79 if (s.ok() && offset_advance < buf.CurrentSize()) { in Read()
81 std::min(buf.CurrentSize() - offset_advance, n)); in Read()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/file/
H A Dwritable_file_writer.cc41 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
48 if (desired_capacity - buf_.CurrentSize() >= left || in Append()
58 if (buf_.CurrentSize() > 0) { in Append()
64 assert(buf_.CurrentSize() == 0); in Append()
85 assert(buf_.CurrentSize() == 0); in Append()
100 size_t cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
115 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
168 if (buf_.CurrentSize() > 0) { in Flush()
176 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize()); in Flush()
368 size_t leftover_tail = buf_.CurrentSize() - file_advance; in WriteDirect()
[all …]
H A Drandom_access_file_reader.cc44 while (buf.CurrentSize() < read_size) { in Read()
48 buf.Capacity() - buf.CurrentSize(), buf.Alignment(), in Read()
51 assert(buf.CurrentSize() == 0); in Read()
60 orig_offset = aligned_offset + buf.CurrentSize(); in Read()
64 s = file_->Read(aligned_offset + buf.CurrentSize(), allowed, in Read()
73 buf.Size(buf.CurrentSize() + tmp.size()); in Read()
79 if (s.ok() && offset_advance < buf.CurrentSize()) { in Read()
81 std::min(buf.CurrentSize() - offset_advance, n)); in Read()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/file/
H A Dwritable_file_writer.cc41 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
48 if (desired_capacity - buf_.CurrentSize() >= left || in Append()
58 if (buf_.CurrentSize() > 0) { in Append()
64 assert(buf_.CurrentSize() == 0); in Append()
85 assert(buf_.CurrentSize() == 0); in Append()
100 size_t cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
115 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
168 if (buf_.CurrentSize() > 0) { in Flush()
176 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize()); in Flush()
368 size_t leftover_tail = buf_.CurrentSize() - file_advance; in WriteDirect()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/file/
H A Dwritable_file_writer.cc41 if (buf_.Capacity() - buf_.CurrentSize() < left) {
48 if (desired_capacity - buf_.CurrentSize() >= left ||
58 if (buf_.CurrentSize() > 0) {
64 assert(buf_.CurrentSize() == 0);
85 assert(buf_.CurrentSize() == 0);
100 size_t cap = buf_.Capacity() - buf_.CurrentSize();
115 cap = buf_.Capacity() - buf_.CurrentSize();
168 if (buf_.CurrentSize() > 0) {
176 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize());
368 size_t leftover_tail = buf_.CurrentSize() - file_advance;
[all …]
H A Drandom_access_file_reader.cc44 while (buf.CurrentSize() < read_size) { in Read()
48 buf.Capacity() - buf.CurrentSize(), buf.Alignment(), in Read()
51 assert(buf.CurrentSize() == 0); in Read()
60 orig_offset = aligned_offset + buf.CurrentSize(); in Read()
64 s = file_->Read(aligned_offset + buf.CurrentSize(), allowed, in Read()
73 buf.Size(buf.CurrentSize() + tmp.size()); in Read()
79 if (s.ok() && offset_advance < buf.CurrentSize()) { in Read()
81 std::min(buf.CurrentSize() - offset_advance, n)); in Read()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/file/
H A Dwritable_file_writer.cc41 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
48 if (desired_capacity - buf_.CurrentSize() >= left || in Append()
58 if (buf_.CurrentSize() > 0) { in Append()
64 assert(buf_.CurrentSize() == 0); in Append()
85 assert(buf_.CurrentSize() == 0); in Append()
100 size_t cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
115 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
168 if (buf_.CurrentSize() > 0) { in Flush()
176 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize()); in Flush()
368 size_t leftover_tail = buf_.CurrentSize() - file_advance; in WriteDirect()
[all …]
H A Drandom_access_file_reader.cc44 while (buf.CurrentSize() < read_size) { in Read()
48 buf.Capacity() - buf.CurrentSize(), buf.Alignment(), in Read()
51 assert(buf.CurrentSize() == 0); in Read()
60 orig_offset = aligned_offset + buf.CurrentSize(); in Read()
64 s = file_->Read(aligned_offset + buf.CurrentSize(), allowed, in Read()
73 buf.Size(buf.CurrentSize() + tmp.size()); in Read()
79 if (s.ok() && offset_advance < buf.CurrentSize()) { in Read()
81 std::min(buf.CurrentSize() - offset_advance, n)); in Read()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/file/
H A Dwritable_file_writer.cc41 if (buf_.Capacity() - buf_.CurrentSize() < left) { in Append()
48 if (desired_capacity - buf_.CurrentSize() >= left || in Append()
58 if (buf_.CurrentSize() > 0) { in Append()
64 assert(buf_.CurrentSize() == 0); in Append()
85 assert(buf_.CurrentSize() == 0); in Append()
100 size_t cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
115 cap = buf_.Capacity() - buf_.CurrentSize(); in Pad()
168 if (buf_.CurrentSize() > 0) { in Flush()
176 s = WriteBuffered(buf_.BufferStart(), buf_.CurrentSize()); in Flush()
368 size_t leftover_tail = buf_.CurrentSize() - file_advance; in WriteDirect()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/ietf/
H A Drtsp_common.c46 res = sess->CurrentSize - sess->CurrentPos; in gf_rtsp_read_reply()
69 start = gf_token_find(buffer, 0, sess->CurrentSize - sess->CurrentPos, "\r\n\r\n"); in gf_rtsp_get_body_info()
106 res = sess->CurrentSize - sess->CurrentPos; in gf_rtsp_refill_buffer()
115 sess->CurrentSize = res; in gf_rtsp_refill_buffer()
118 …eceive(sess->connection, sess->tcp_buffer + sess->CurrentSize, sess->SockBufferSize - sess->Curren… in gf_rtsp_refill_buffer()
121 sess->CurrentSize += res; in gf_rtsp_refill_buffer()
133 if (sess->CurrentSize == sess->CurrentPos) { in gf_rtsp_fill_buffer()
134 e = gf_sk_receive(sess->connection, sess->tcp_buffer, sess->SockBufferSize, &sess->CurrentSize); in gf_rtsp_fill_buffer()
136 sess->tcp_buffer[sess->CurrentSize] = 0; in gf_rtsp_fill_buffer()
137 if (e) sess->CurrentSize = 0; in gf_rtsp_fill_buffer()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/ietf/
H A Drtsp_common.c46 res = sess->CurrentSize - sess->CurrentPos; in gf_rtsp_read_reply()
69 start = gf_token_find(buffer, 0, sess->CurrentSize - sess->CurrentPos, "\r\n\r\n"); in gf_rtsp_get_body_info()
106 res = sess->CurrentSize - sess->CurrentPos; in gf_rtsp_refill_buffer()
115 sess->CurrentSize = res; in gf_rtsp_refill_buffer()
118 …eceive(sess->connection, sess->tcp_buffer + sess->CurrentSize, sess->SockBufferSize - sess->Curren… in gf_rtsp_refill_buffer()
121 sess->CurrentSize += res; in gf_rtsp_refill_buffer()
133 if (sess->CurrentSize == sess->CurrentPos) { in gf_rtsp_fill_buffer()
134 e = gf_sk_receive(sess->connection, sess->tcp_buffer, sess->SockBufferSize, &sess->CurrentSize); in gf_rtsp_fill_buffer()
136 sess->tcp_buffer[sess->CurrentSize] = 0; in gf_rtsp_fill_buffer()
137 if (e) sess->CurrentSize = 0; in gf_rtsp_fill_buffer()
[all …]

12345678910>>...34