OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_tail
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
22
private int
_tail
;
field in class:DotZLib.CircularBuffer
33
_tail
= 0;
44
_buffer[(
_tail
+i) % _capacity] = source[offset+i];
45
_tail
+= trueCount;
46
_tail
%= _capacity;
55
_buffer[
_tail
++] = b;
56
_tail
%= _capacity;
/src/external/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
22
private int
_tail
;
field in class:DotZLib.CircularBuffer
33
_tail
= 0;
44
_buffer[(
_tail
+i) % _capacity] = source[offset+i];
45
_tail
+= trueCount;
46
_tail
%= _capacity;
55
_buffer[
_tail
++] = b;
56
_tail
%= _capacity;
/src/external/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
22
private int
_tail
;
field in class:DotZLib.CircularBuffer
33
_tail
= 0;
44
_buffer[(
_tail
+i) % _capacity] = source[offset+i];
45
_tail
+= trueCount;
46
_tail
%= _capacity;
55
_buffer[
_tail
++] = b;
56
_tail
%= _capacity;
/src/external/gpl2/lvm2/dist/libdm/mm/
dbg_malloc.c
57
static struct memblock *
_tail
= 0;
variable in typeref:struct:memblock
100
nb->prev =
_tail
;
104
_head =
_tail
= nb;
106
_tail
->next = nb;
107
_tail
= nb;
155
_tail
= mb->prev;
Completed in 25 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026