Home
last modified time | relevance | path

Searched defs:w (Results 1 – 8 of 8) sorted by relevance

/lib/
Dhweight.c13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32()
31 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16()
40 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8()
49 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
Donce.c11 static void once_deferred(struct work_struct *w) in once_deferred()
23 struct once_work *w; in once_disable_jump() local
Dinflate.c170 #define flush_output(w) (wp=(w),flush_window()) argument
347 register int w; /* bits before this table == (l * h) */ in huft_build() local
599 unsigned w; /* current window position */ in inflate_codes() local
707 unsigned w; /* current window position */ in inflate_stored() local
Dmd5.c10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
Dchecksum.c77 unsigned int w = *(unsigned int *) buff; in do_csum() local
Dbitmap.c241 int w = 0; in __bitmap_weight() local
713 unsigned int oldbit, w; in bitmap_remap() local
760 int w = bitmap_weight(new, bits); in bitmap_bitremap() local
Dbch.c190 uint32_t w, r[l+1]; in encode_bch() local
/lib/zlib_deflate/
Ddefutil.h290 #define put_short(s, w) { \ argument