Home
last modified time | relevance | path

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

/lib/
Dcpumask.c77 int cpumask_next_wrap(int n, const struct cpumask *mask, int start, bool wrap) in cpumask_next_wrap() argument
84 if (wrap && n < start && next >= start) { in cpumask_next_wrap()
88 wrap = true; in cpumask_next_wrap()
Dtest_ubsan.c25 volatile int neg = -1, wrap = 4; in test_ubsan_shift_out_of_bounds() local
33 val2 <<= wrap; in test_ubsan_shift_out_of_bounds()
Dsbitmap.c108 unsigned int hint, bool wrap) in __sbitmap_get_word() argument
121 if (orig_hint && hint && wrap) { in __sbitmap_get_word()
/lib/zlib_inflate/
Dinflate.h77 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
Dinflate.c70 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()