Searched defs:w (Results 1 – 17 of 17) sorted by relevance
/lib/ |
D | hweight.c | 13 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()
|
D | once.c | 12 static void once_deferred(struct work_struct *w) in once_deferred() 24 struct once_work *w; in once_disable_jump() local
|
D | ashrdi3.c | 11 DWunion uu, w; in __ashrdi3() local
|
D | ashldi3.c | 11 DWunion uu, w; in __ashldi3() local
|
D | lshrdi3.c | 11 DWunion uu, w; in __lshrdi3() local
|
D | nodemask.c | 23 int w, bit = NUMA_NO_NODE; in node_random() local
|
D | muldi3.c | 53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3() local
|
D | inflate.c | 171 #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
|
D | checksum.c | 73 unsigned int w = *(unsigned int *) buff; in do_csum() local
|
D | bitmap.c | 258 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
|
D | bch.c | 196 uint32_t w, r[BCH_ECC_MAX_WORDS]; in encode_bch() local
|
D | iov_iter.c | 1702 struct kvec w; in iov_iter_for_each_range() local
|
/lib/crypto/ |
D | aes.c | 91 static u32 mul_by_x(u32 w) in mul_by_x() 100 static u32 mul_by_x2(u32 w) in mul_by_x2()
|
D | des.c | 626 unsigned long a, b, c, d, w; in des_ekey() local
|
/lib/zstd/ |
D | huf_decompress.c | 143 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
|
D | huf_compress.c | 247 const U32 w = huffWeight[n]; in HUF_readCTable_wksp() local
|
/lib/zlib_deflate/ |
D | defutil.h | 290 #define put_short(s, w) { \ argument
|