Home
last modified time | relevance | path

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

/lib/
Dhweight.c13 unsigned int __sw_hweight32(unsigned int w) in __sw_hweight32()
30 unsigned int __sw_hweight16(unsigned int w) in __sw_hweight16()
39 unsigned int __sw_hweight8(unsigned int w) in __sw_hweight8()
47 unsigned long __sw_hweight64(__u64 w) in __sw_hweight64()
Donce.c12 static void once_deferred(struct work_struct *w) in once_deferred()
24 struct once_work *w; in once_disable_jump() local
Dashrdi3.c11 DWunion uu, w; in __ashrdi3() local
Dashldi3.c11 DWunion uu, w; in __ashldi3() local
Dlshrdi3.c11 DWunion uu, w; in __lshrdi3() local
Dnodemask.c23 int w, bit = NUMA_NO_NODE; in node_random() local
Dmuldi3.c53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() local
Dinflate.c171 #define flush_output(w) (wp=(w),flush_window()) argument
348 register int w; /* bits before this table == (l * h) */ in huft_build() local
600 unsigned w; /* current window position */ in inflate_codes() local
708 unsigned w; /* current window position */ in inflate_stored() local
Dchecksum.c73 unsigned int w = *(unsigned int *) buff; in do_csum() local
Dbitmap.c258 int w = 0; in __bitmap_weight() local
795 unsigned int oldbit, w; in bitmap_remap() local
841 int w = bitmap_weight(new, bits); in bitmap_bitremap() local
Dbch.c196 uint32_t w, r[BCH_ECC_MAX_WORDS]; in encode_bch() local
Diov_iter.c1702 struct kvec w; in iov_iter_for_each_range() local
/lib/crypto/
Daes.c91 static u32 mul_by_x(u32 w) in mul_by_x()
100 static u32 mul_by_x2(u32 w) in mul_by_x2()
Ddes.c626 unsigned long a, b, c, d, w; in des_ekey() local
/lib/zstd/
Dhuf_decompress.c143 U32 const w = huffWeight[n]; in HUF_readDTableX2_wksp() local
539 U32 w, nextRankStart = 0; in HUF_readDTableX4_wksp() local
553 U32 const w = weightList[s]; in HUF_readDTableX4_wksp() local
567 U32 w; in HUF_readDTableX4_wksp() local
579 U32 w; in HUF_readDTableX4_wksp() local
Dhuf_compress.c247 const U32 w = huffWeight[n]; in HUF_readCTable_wksp() local
/lib/zlib_deflate/
Ddefutil.h290 #define put_short(s, w) { \ argument