OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_head
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
21
private int
_head
;
field in class:DotZLib.CircularBuffer
32
_head
= 0;
65
destination[offset + i] = _buffer[(
_head
+i) % _capacity];
66
_head
+= trueCount;
67
_head
%= _capacity;
77
int result = (int)_buffer[
_head
++ % _capacity];
/src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
21
private int
_head
;
field in class:DotZLib.CircularBuffer
32
_head
= 0;
65
destination[offset + i] = _buffer[(
_head
+i) % _capacity];
66
_head
+= trueCount;
67
_head
%= _capacity;
77
int result = (int)_buffer[
_head
++ % _capacity];
/src/external/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
21
private int
_head
;
field in class:DotZLib.CircularBuffer
32
_head
= 0;
65
destination[offset + i] = _buffer[(
_head
+i) % _capacity];
66
_head
+= trueCount;
67
_head
%= _capacity;
77
int result = (int)_buffer[
_head
++ % _capacity];
/src/external/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
21
private int
_head
;
field in class:DotZLib.CircularBuffer
32
_head
= 0;
65
destination[offset + i] = _buffer[(
_head
+i) % _capacity];
66
_head
+= trueCount;
67
_head
%= _capacity;
77
int result = (int)_buffer[
_head
++ % _capacity];
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
21
private int
_head
;
field in class:DotZLib.CircularBuffer
32
_head
= 0;
65
destination[offset + i] = _buffer[(
_head
+i) % _capacity];
66
_head
+= trueCount;
67
_head
%= _capacity;
77
int result = (int)_buffer[
_head
++ % _capacity];
/src/external/gpl2/lvm2/dist/libdm/mm/
dbg_malloc.c
56
static struct memblock *
_head
= 0;
variable in typeref:struct:memblock
103
if (!
_head
)
104
_head
= _tail = nb;
150
_head
= mb->next;
194
if (
_head
)
197
for (mb =
_head
; mb; mb = mb->next) {
216
if (
_head
)
224
struct memblock *mb =
_head
;
Completed in 37 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026