Home
last modified time | relevance | path

Searched refs:static_len (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddeftree.c284 s->opt_len = s->static_len = 0L; in init_block()
392 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits); in gen_bitlen()
520 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()
696 s->opt_len, s->static_len)); in build_bl_tree()
821 s->static_len));
825 s->static_len));
837 static_lenb = (s->static_len+3+7)>>3;
840 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
890 s->compressed_len += 3 + s->static_len;
H A Ddefutil.h223 ulg static_len; /* bit length of current block with static trees */ member
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dtrees.c426 s->opt_len = s->static_len = 0L;
532 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
832 s->opt_len, s->static_len));
944 s->static_len));
948 s->static_len));
960 static_lenb = (s->static_len+3+7)>>3;
963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
995 s->compressed_len += 3 + s->static_len;
H A Ddeflate.h245 ulg static_len; /* bit length of current block with static trees */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/
H A Drtl8723d_lps_poff.c166 u16 static_len = 0, dynamic_len = 0; in rtl8723d_lps_poff_set_param() local
178 static_len = LPS_POFF_STATIC_FILE_LEN - TXDESC_SIZE; in rtl8723d_lps_poff_set_param()
180 static_len, _FALSE); in rtl8723d_lps_poff_set_param()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/
H A Drtl8723d_lps_poff.c167 u16 static_len = 0, dynamic_len = 0; in rtl8723d_lps_poff_set_param() local
179 static_len = LPS_POFF_STATIC_FILE_LEN - TXDESC_SIZE; in rtl8723d_lps_poff_set_param()
181 static_len, _FALSE); in rtl8723d_lps_poff_set_param()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch218 ulg static_len; /* bit length of current block with static trees */
255 s->opt_len = s->static_len = 0L;
264 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,