OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:r_off
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/gzip/
zuncompress.c
335
int
r_off
, bits, i;
local in function:getcode
371
r_off
= zs->u.r.zs_roffset;
375
bp += (
r_off
>> 3);
376
r_off
&= 7;
379
gcode = (*bp++ >>
r_off
);
380
bits -= (8 -
r_off
);
381
r_off
= 8 -
r_off
; /* Now, roffset into gcode word. */
385
gcode |= *bp++ <<
r_off
;
386
r_off
+= 8
[
all
...]
/src/usr.bin/cal/
cal.c
357
int skip,
r_off
, w_off;
local in function:monthrange
464
col++, p += day_len +
r_off
) {
465
r_off
= ascii_day(p, *dp++);
466
w_off +=
r_off
;
/src/usr.bin/compress/
zopen.c
371
int bits,
r_off
;
local in function:output
374
r_off
= offset;
379
bp += (
r_off
>> 3);
380
r_off
&= 7;
385
*bp = (*bp & rmask[
r_off
]) | ((ocode <<
r_off
) & lmask[
r_off
]);
387
bits -= (8 -
r_off
);
388
ocode >>= 8 -
r_off
;
571
int
r_off
, bits
local in function:getcode
[
all
...]
/src/sys/dev/pci/
if_txpreg.h
556
volatile u_int32_t *
r_off
; /* hostvar index pointer */
member in struct:txp_tx_ring
Completed in 15 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025