OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PULL4
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/examples/
gzlog.c
279
#define
PULL4
(p) (PULL2(p)+((ulong)PULL2(p+2)<<16))
280
#define PULL8(p) (
PULL4
(p)+((off_t)
PULL4
(p+4)<<32))
422
log->ccrc =
PULL4
(buf + HEAD + 16);
423
log->clen =
PULL4
(buf + HEAD + 20);
424
log->tcrc =
PULL4
(buf + HEAD + 24);
425
log->tlen =
PULL4
(buf + HEAD + 28);
/src/external/gpl3/binutils/dist/zlib/examples/
gzlog.c
279
#define
PULL4
(p) (PULL2(p)+((ulong)PULL2(p+2)<<16))
280
#define PULL8(p) (
PULL4
(p)+((off_t)
PULL4
(p+4)<<32))
422
log->ccrc =
PULL4
(buf + HEAD + 16);
423
log->clen =
PULL4
(buf + HEAD + 20);
424
log->tcrc =
PULL4
(buf + HEAD + 24);
425
log->tlen =
PULL4
(buf + HEAD + 28);
/src/external/gpl3/binutils.old/dist/zlib/examples/
gzlog.c
279
#define
PULL4
(p) (PULL2(p)+((ulong)PULL2(p+2)<<16))
280
#define PULL8(p) (
PULL4
(p)+((off_t)
PULL4
(p+4)<<32))
422
log->ccrc =
PULL4
(buf + HEAD + 16);
423
log->clen =
PULL4
(buf + HEAD + 20);
424
log->tcrc =
PULL4
(buf + HEAD + 24);
425
log->tlen =
PULL4
(buf + HEAD + 28);
Completed in 60 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026