OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thisbyte
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/gzip/
unpack.c
174
int i, j,
thisbyte
;
local
232
if ((
thisbyte
= unpack_fgetc_in(unpackd, pre, prelen)) == EOF)
234
unpackd->symbolsin[i] = (unsigned char)
thisbyte
;
260
thisbyte
= unpack_fgetc_in(unpackd, pre, prelen);
261
if (
thisbyte
== EOF)
263
*unpackd->symbol_eob++ = (char)
thisbyte
;
286
int thislevel, thiscode,
thisbyte
, inlevelindex;
local
300
thiscode =
thisbyte
= 0;
302
while ((
thisbyte
= unpack_fgetc_in(unpackd, &pre, &prelen)) != EOF) {
308
* Split one bit from
thisbyte
, from highest to lowest
[
all
...]
Completed in 20 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026