OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DSIZE
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
link.c
370
#define
DSIZE
(sizeof despatcher / sizeof despatcher[0])
377
for (f = 0; f <
DSIZE
; f++)
387
f ==
DSIZE
? "Unknown" : "Unexpected", proto,
/external/zlib/src/examples/
gzappend.c
90
#define
DSIZE
32768U
281
window = malloc(
DSIZE
);
306
strm->avail_out =
DSIZE
- have;
317
crc = crc32(crc, window + have,
DSIZE
- have - strm->avail_out);
319
have =
DSIZE
- strm->avail_out;
363
rotate(window,
DSIZE
, have);
364
have =
DSIZE
;
/external/grub/netboot/
natsemi.c
64
#define
DSIZE
0x00000FFF
630
s &=
DSIZE
;
693
nic->packetlen = (rx_status &
DSIZE
) - CRC_SIZE;
sis900.h
193
DSIZE
= 0x00000FFF
Completed in 322 milliseconds