OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PULL4
(Results
1 - 5
of
5
) 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);
/src/external/gpl3/gdb.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);
/src/external/gpl3/gdb/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 20 milliseconds
Indexes created Tue Apr 07 00:22:49 UTC 2026