OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/contrib/dotzlib/DotZLib/
CircularBuffer.cs
23
private int
_size
;
field in class:DotZLib.CircularBuffer
34
_size
= 0;
37
public int Size { get { return
_size
; } }
47
_size
+= trueCount;
57
++
_size
;
68
_size
-= trueCount;
78
--
_size
;
/src/lib/libc/stdio/
fvwrite.c
132
int
_size
;
local in function:__sfvwrite
135
_size
= fp->_bf.
_size
;
137
_size
= (
_size
<< 1) + 1;
138
} while ((size_t)
_size
< blen + len);
140
(size_t)(
_size
+ 1));
143
fp->_w +=
_size
- fp->_bf.
_size
;
145
fp->_bf.
_size
= _size
[
all
...]
/src/sys/arch/hpc/stand/hpcboot/
hpcmenu.h
90
size_t
_size
; // size of HpcMenuPreferences structure.
member in struct:HpcMenuInterface::HpcMenuPreferences
/src/include/
stdio.h
85
int
_size
;
member in struct:__sbuf
94
* _lbfsize is -_bf.
_size
, else _lbfsize is 0
120
int _lbfsize; /* 0 or -_bf.
_size
, for inline putc */
145
int _blksize; /* stat.st_blksize (may be != _bf.
_size
) */
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025