OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcode
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/gzip/
zuncompress.c
334
code_int
gcode
;
local in function:getcode
342
* If the next entry will be too big for the current
gcode
379
gcode
= (*bp++ >> r_off);
381
r_off = 8 - r_off; /* Now, roffset into
gcode
word. */
385
gcode
|= *bp++ << r_off;
391
gcode
|= (*bp & rmask[bits]) << r_off;
394
return (
gcode
);
/src/usr.bin/compress/
zopen.c
570
code_int
gcode
;
local in function:getcode
577
* If the next entry will be too big for the current
gcode
607
gcode
= (*bp++ >> r_off);
609
r_off = 8 - r_off; /* Now, roffset into
gcode
word. */
613
gcode
|= *bp++ << r_off;
619
gcode
|= (*bp & rmask[bits]) << r_off;
622
return (
gcode
);
Completed in 11 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025