OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RAWLEN
(Results
1 - 7
of
7
) sorted by relevancy
/src/common/dist/zlib/examples/
fitblk.c
68
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
76
unsigned char raw[
RAWLEN
];
80
def->avail_in = fread(raw, 1,
RAWLEN
, in);
99
unsigned char raw[
RAWLEN
];
104
inf->avail_out =
RAWLEN
;
113
def->avail_in =
RAWLEN
- inf->avail_out;
/src/external/bsd/zstd/dist/zlibWrapper/examples/
fitblk.c
73
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
81
unsigned char raw[
RAWLEN
];
85
def->avail_in = (uInt)fread(raw, 1,
RAWLEN
, in);
106
unsigned char raw[
RAWLEN
];
112
inf->avail_out =
RAWLEN
;
123
def->avail_in =
RAWLEN
- inf->avail_out;
fitblk_original.c
68
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
76
unsigned char raw[
RAWLEN
];
80
def->avail_in = fread(raw, 1,
RAWLEN
, in);
99
unsigned char raw[
RAWLEN
];
104
inf->avail_out =
RAWLEN
;
113
def->avail_in =
RAWLEN
- inf->avail_out;
/src/external/gpl3/binutils/dist/zlib/examples/
fitblk.c
68
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
76
unsigned char raw[
RAWLEN
];
80
def->avail_in = fread(raw, 1,
RAWLEN
, in);
99
unsigned char raw[
RAWLEN
];
104
inf->avail_out =
RAWLEN
;
113
def->avail_in =
RAWLEN
- inf->avail_out;
/src/external/gpl3/binutils.old/dist/zlib/examples/
fitblk.c
68
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
76
unsigned char raw[
RAWLEN
];
80
def->avail_in = fread(raw, 1,
RAWLEN
, in);
99
unsigned char raw[
RAWLEN
];
104
inf->avail_out =
RAWLEN
;
113
def->avail_in =
RAWLEN
- inf->avail_out;
/src/external/gpl3/gdb.old/dist/zlib/examples/
fitblk.c
68
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
76
unsigned char raw[
RAWLEN
];
80
def->avail_in = fread(raw, 1,
RAWLEN
, in);
99
unsigned char raw[
RAWLEN
];
104
inf->avail_out =
RAWLEN
;
113
def->avail_in =
RAWLEN
- inf->avail_out;
/src/external/gpl3/gdb/dist/zlib/examples/
fitblk.c
68
#define
RAWLEN
4096 /* intermediate uncompressed buffer size */
76
unsigned char raw[
RAWLEN
];
80
def->avail_in = fread(raw, 1,
RAWLEN
, in);
99
unsigned char raw[
RAWLEN
];
104
inf->avail_out =
RAWLEN
;
113
def->avail_in =
RAWLEN
- inf->avail_out;
Completed in 51 milliseconds
Indexes created Mon Apr 13 00:22:24 UTC 2026