OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wbits
(Results
1 - 5
of
5
) sorted by null
/external/freetype/src/gzip/
inflate.c
47
uInt
wbits
; /* log2(window size) (8..15, defaults to 15) */
member in struct:internal_state
121
z->state->
wbits
= (uInt)w;
169
if ((z->state->sub.method >> 4) + 8 > z->state->
wbits
)
/external/opencv3/3rdparty/zlib/
inflate.h
92
unsigned
wbits
; /* log base 2 of requested window size */
member in struct:inflate_state
/external/pdfium/third_party/zlib_v128/
inflate.h
92
unsigned
wbits
; /* log base 2 of requested window size */
member in struct:inflate_state
/external/zlib/src/
inflate.h
92
unsigned
wbits
; /* log base 2 of requested window size */
member in struct:inflate_state
/external/fio/
iolog.c
698
int
wbits
= 15;
local
710
wbits
+= 32;
712
if (inflateInit2(stream,
wbits
) != Z_OK)
Completed in 217 milliseconds