Home
last modified time | relevance | path

Searched defs:w (Results 1 – 23 of 23) 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.c14 static void once_deferred(struct work_struct *w) in once_deferred()
27 struct once_work *w; in once_disable_jump() local
Dlshrdi3.c11 DWunion uu, w; in __lshrdi3() local
Dashldi3.c11 DWunion uu, w; in __ashldi3() local
Dashrdi3.c11 DWunion uu, w; in __ashrdi3() local
Dnodemask.c23 int w, bit = NUMA_NO_NODE; in node_random() local
Dtest_bits.c45 int z, w; in genmask_input_check_test() 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.c339 int w = 0; in __bitmap_weight() local
1009 unsigned int oldbit, w; in bitmap_remap() local
1056 int w = bitmap_weight(new, bits); in bitmap_bitremap() local
Dbch.c247 uint32_t w, r[BCH_ECC_MAX_WORDS]; in bch_encode() local
/lib/mpi/
Dmpi-add.c20 void mpi_add_ui(MPI w, MPI u, unsigned long v) in mpi_add_ui()
67 void mpi_add(MPI w, MPI u, MPI v) in mpi_add()
134 void mpi_sub(MPI w, MPI u, MPI v) in mpi_sub()
143 void mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm()
150 void mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
Dec.c114 static void ec_mod(MPI w, struct mpi_ec_ctx *ec) in ec_mod()
122 static void ec_addm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_addm()
128 static void ec_subm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ec) in ec_subm()
136 static void ec_mulm(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_mulm()
143 static void ec_mul2(MPI w, MPI u, struct mpi_ec_ctx *ctx) in ec_mul2()
149 static void ec_powm(MPI w, const MPI b, const MPI e, in ec_powm()
160 static void ec_pow2(MPI w, const MPI b, struct mpi_ec_ctx *ctx) in ec_pow2()
171 static void ec_pow3(MPI w, const MPI b, struct mpi_ec_ctx *ctx) in ec_pow3()
199 static void ec_addm_25519(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_addm_25519()
221 static void ec_subm_25519(MPI w, MPI u, MPI v, struct mpi_ec_ctx *ctx) in ec_subm_25519()
[all …]
Dmpiutil.c235 void mpi_snatch(MPI w, MPI u) in mpi_snatch()
250 MPI mpi_set(MPI w, MPI u) in mpi_set()
270 MPI mpi_set_ui(MPI w, unsigned long u) in mpi_set_ui()
288 MPI w = mpi_alloc(1); in mpi_alloc_set_ui() local
Dmpi-mul.c16 void mpi_mul(MPI w, MPI u, MPI v) in mpi_mul()
86 void mpi_mulm(MPI w, MPI u, MPI v, MPI m) in mpi_mulm()
Dmpi-sub-ui.c37 int mpi_sub_ui(MPI w, MPI u, unsigned long vval) in mpi_sub_ui()
Dmpi-mod.c153 void mpi_mul_barrett(MPI w, MPI u, MPI v, mpi_barrett_t ctx) in mpi_mul_barrett()
/lib/crypto/
Daes.c92 static u32 mul_by_x(u32 w) in mul_by_x()
101 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.h288 #define put_short(s, w) { \ argument