OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_capacity
(Results
1 - 7
of
7
) sorted by relevancy
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
20
private int
_capacity
;
field in class:DotZLib.CircularBuffer
31
_capacity
= capacity;
42
int trueCount = Math.Min(count,
_capacity
- Size);
44
_buffer[(_tail+i) %
_capacity
] = source[offset+i];
46
_tail %=
_capacity
;
53
if (Size ==
_capacity
) // no room
56
_tail %=
_capacity
;
65
destination[offset + i] = _buffer[(_head+i) %
_capacity
];
67
_head %=
_capacity
;
77
int result = (int)_buffer[_head++ %
_capacity
];
[
all
...]
/src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
20
private int
_capacity
;
field in class:DotZLib.CircularBuffer
31
_capacity
= capacity;
42
int trueCount = Math.Min(count,
_capacity
- Size);
44
_buffer[(_tail+i) %
_capacity
] = source[offset+i];
46
_tail %=
_capacity
;
53
if (Size ==
_capacity
) // no room
56
_tail %=
_capacity
;
65
destination[offset + i] = _buffer[(_head+i) %
_capacity
];
67
_head %=
_capacity
;
77
int result = (int)_buffer[_head++ %
_capacity
];
[
all
...]
/src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
20
private int
_capacity
;
field in class:DotZLib.CircularBuffer
31
_capacity
= capacity;
42
int trueCount = Math.Min(count,
_capacity
- Size);
44
_buffer[(_tail+i) %
_capacity
] = source[offset+i];
46
_tail %=
_capacity
;
53
if (Size ==
_capacity
) // no room
56
_tail %=
_capacity
;
65
destination[offset + i] = _buffer[(_head+i) %
_capacity
];
67
_head %=
_capacity
;
77
int result = (int)_buffer[_head++ %
_capacity
];
[
all
...]
/src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
20
private int
_capacity
;
field in class:DotZLib.CircularBuffer
31
_capacity
= capacity;
42
int trueCount = Math.Min(count,
_capacity
- Size);
44
_buffer[(_tail+i) %
_capacity
] = source[offset+i];
46
_tail %=
_capacity
;
53
if (Size ==
_capacity
) // no room
56
_tail %=
_capacity
;
65
destination[offset + i] = _buffer[(_head+i) %
_capacity
];
67
_head %=
_capacity
;
77
int result = (int)_buffer[_head++ %
_capacity
];
[
all
...]
/src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
20
private int
_capacity
;
field in class:DotZLib.CircularBuffer
31
_capacity
= capacity;
42
int trueCount = Math.Min(count,
_capacity
- Size);
44
_buffer[(_tail+i) %
_capacity
] = source[offset+i];
46
_tail %=
_capacity
;
53
if (Size ==
_capacity
) // no room
56
_tail %=
_capacity
;
65
destination[offset + i] = _buffer[(_head+i) %
_capacity
];
67
_head %=
_capacity
;
77
int result = (int)_buffer[_head++ %
_capacity
];
[
all
...]
/src/external/bsd/nsd/dist/
buffer.h
40
size_t
_capacity
;
member in struct:buffer
64
assert(buffer->_limit <= buffer->
_capacity
);
142
assert(limit <= buffer->
_capacity
);
152
return buffer->
_capacity
;
/src/external/bsd/unbound/dist/sldns/
sbuffer.h
125
size_t
_capacity
;
member in struct:sldns_buffer
151
assert(buffer->_limit <= buffer->
_capacity
);
196
buffer->_limit = buffer->
_capacity
;
284
assert(limit <= buffer->
_capacity
);
298
return buffer->
_capacity
;
Completed in 17 milliseconds
Indexes created Tue Mar 17 00:23:13 UTC 2026