Searched refs:wrap (Results 1 – 5 of 5) sorted by relevance
77 int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap() argument84 if (wrap && n < start && next >= start) { in cpumask_next_wrap()88 wrap = true; in cpumask_next_wrap()
25 volatile int neg = -1, wrap = 4; in test_ubsan_shift_out_of_bounds() local33 val2 <<= wrap; in test_ubsan_shift_out_of_bounds()
108 unsigned int hint, bool wrap) in __sbitmap_get_word() argument121 if (orig_hint && hint && wrap) { in __sbitmap_get_word()
77 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
70 state->wrap = 0; in zlib_inflateInit2()74 state->wrap = (windowBits >> 4) + 1; in zlib_inflateInit2()366 if (state->wrap == 0) { in zlib_inflate()705 if (state->wrap) { in zlib_inflate()753 if (INFLATE_NEED_CHECKSUM(strm) && state->wrap && out) in zlib_inflate()