Home
last modified time | relevance | path

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

/linux-4.19.296/lib/zlib_deflate/
Ddeftree.c95 static ct_data static_dtree[D_CODES]; variable
127 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
286 static_dtree[n].Len = 5; in tr_static_init()
287 static_dtree[n].Code = bitrev32((u32)n) >> (32 - 5); in tr_static_init()
943 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);