Home
last modified time | relevance | path

Searched refs:slide (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dinflate.c130 #define slide window macro
166 to be usable as if it were declared "uch slide[32768];" or as just
167 "uch *slide;" and then malloc'ed in the latter case. The definition
169 /* unsigned wp; current position in slide */
629 slide[w++] = (uch)t->v.n; in inflate_codes()
630 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes()
670 memcpy(slide + w, slide + d, e); in inflate_codes()
677 slide[w++] = slide[ in inflate_codes()
[all...]
/kernel/linux/linux-6.6/lib/
H A Dinflate.c130 #define slide window macro
166 to be usable as if it were declared "uch slide[32768];" or as just
167 "uch *slide;" and then malloc'ed in the latter case. The definition
169 /* unsigned wp; current position in slide */
629 slide[w++] = (uch)t->v.n; in inflate_codes()
630 Tracevv((stderr, "%c", slide[w-1])); in inflate_codes()
670 memcpy(slide + w, slide + d, e); in inflate_codes()
677 slide[w++] = slide[ in inflate_codes()
[all...]

Completed in 3 milliseconds