Searched defs:w (Results 1 – 8 of 8) sorted by relevance
/lib/ |
D | hweight.c | 13 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()
|
D | once.c | 11 static void once_deferred(struct work_struct *w) in once_deferred() 23 struct once_work *w; in once_disable_jump() local
|
D | inflate.c | 170 #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
|
D | md5.c | 10 #define MD5STEP(f, w, x, y, z, in, s) \ argument
|
D | checksum.c | 77 unsigned int w = *(unsigned int *) buff; in do_csum() local
|
D | bitmap.c | 241 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
|
D | bch.c | 190 uint32_t w, r[l+1]; in encode_bch() local
|
/lib/zlib_deflate/ |
D | defutil.h | 290 #define put_short(s, w) { \ argument
|