OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WSIZE
(Results
1 - 5
of
5
) sorted by null
/external/grub/stage2/
gunzip.c
264
#define
WSIZE
0x8000
367
static uch slide[
WSIZE
];
759
if (w ==
WSIZE
)
806
n -= (e = (e =
WSIZE
- ((d &=
WSIZE
- 1) > w ? d : w)) > n ? n
820
if (w ==
WSIZE
)
829
if (w ==
WSIZE
)
[
all
...]
/external/zlib/src/contrib/infback9/
infback9.c
11
#define
WSIZE
65536UL
181
left =
WSIZE
; \
268
left =
WSIZE
;
553
if (offset >
WSIZE
- (wrap ? 0: left)) {
563
copy =
WSIZE
- offset;
584
if (left <
WSIZE
) {
585
if (out(out_desc, window, (unsigned)(
WSIZE
- left)))
/external/libmtp/src/
playlist-spl.c
335
const size_t
WSIZE
= MAXREAD/2*3+1;
336
char w[
WSIZE
];
414
if(iw >= w +
WSIZE
) {
420
__FILE__, __LINE__, __func__,
WSIZE
);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm
247
mov eax,07efah ; MAX_DIST = (
WSIZE
-MIN_LOOKAHEAD) (0x8000-(3+8+1))
/external/zlib/src/contrib/masmx64/
gvmat64.asm
285
mov eax,07efah ; MAX_DIST = (
WSIZE
-MIN_LOOKAHEAD) (0x8000-(3+8+1))
Completed in 49 milliseconds