Searched refs:w_size (Results 1 – 4 of 4) sorted by relevance
26 int w_size; member88 int w_size; in z_comp_alloc() local96 w_size = DEFLATE_SIZE(options[2]); in z_comp_alloc()97 if (w_size < DEFLATE_MIN_SIZE || w_size > DEFLATE_MAX_SIZE) in z_comp_alloc()106 state->w_size = w_size; in z_comp_alloc()107 state->strm.workspace = vmalloc(zlib_deflate_workspacesize(-w_size, 8)); in z_comp_alloc()112 DEFLATE_METHOD_VAL, -w_size, 8, Z_DEFAULT_STRATEGY) in z_comp_alloc()146 DEFLATE_SIZE(options[2]) != state->w_size || in z_comp_init()304 int w_size; in z_decomp_alloc() local312 w_size = DEFLATE_SIZE(options[2]); in z_decomp_alloc()[all …]
253 s->w_size = 1 << s->w_bits; in zlib_deflateInit2()254 s->w_mask = s->w_size - 1; in zlib_deflateInit2()534 s->window_size = (ulg)2L*s->w_size; in lm_init()751 uInt wsize = s->w_size; in fill_window()884 Assert(s->strstart < s->w_size+MAX_DIST(s) || in deflate_stored()885 s->block_start >= (long)s->w_size, "slide too late"); in deflate_stored()
87 uInt w_size; /* LZ77 window size (32K by default) */ member268 #define MAX_DIST(s) ((s)->w_size-MIN_LOOKAHEAD)
1014 struct gb_audio_widget *w, int *w_size) in gbaudio_tplg_create_widget() argument1038 *w_size = sizeof(struct gb_audio_widget); in gbaudio_tplg_create_widget()1081 *w_size += csize; in gbaudio_tplg_create_widget()1215 int i, ret, w_size; in gbaudio_tplg_process_widgets() local1229 curr, &w_size); in gbaudio_tplg_process_widgets()1245 curr = (void *)curr + w_size; in gbaudio_tplg_process_widgets()