Searched refs:wrap (Results 1 – 3 of 3) sorted by relevance
75 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
59 state->wrap = 0; in zlib_inflateInit2()63 state->wrap = (windowBits >> 4) + 1; in zlib_inflateInit2()352 if (state->wrap == 0) { in zlib_inflate()679 if (state->wrap) { in zlib_inflate()725 if (state->wrap && out) in zlib_inflate()
432 unsigned int nslots, stride, index, wrap; in swiotlb_tbl_map_single() local474 wrap = index; in swiotlb_tbl_map_single()482 if (index == wrap) in swiotlb_tbl_map_single()512 } while (index != wrap); in swiotlb_tbl_map_single()