/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 | 14 static void once_deferred(struct work_struct *w) in once_deferred() 27 struct once_work *w; in once_disable_jump() local
|
D | lshrdi3.c | 11 DWunion uu, w; in __lshrdi3() local
|
D | ashldi3.c | 11 DWunion uu, w; in __ashldi3() local
|
D | ashrdi3.c | 11 DWunion uu, w; in __ashrdi3() local
|
D | nodemask.c | 23 int w, bit = NUMA_NO_NODE; in node_random() local
|
D | test_bits.c | 45 int z, w; in genmask_input_check_test() 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 | 339 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
|
D | bch.c | 247 uint32_t w, r[BCH_ECC_MAX_WORDS]; in bch_encode() local
|
/lib/mpi/ |
D | mpi-add.c | 20 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()
|
D | ec.c | 114 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 …]
|
D | mpiutil.c | 235 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
|
D | mpi-mul.c | 16 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()
|
D | mpi-sub-ui.c | 37 int mpi_sub_ui(MPI w, MPI u, unsigned long vval) in mpi_sub_ui()
|
D | mpi-mod.c | 153 void mpi_mul_barrett(MPI w, MPI u, MPI v, mpi_barrett_t ctx) in mpi_mul_barrett()
|
/lib/crypto/ |
D | aes.c | 92 static u32 mul_by_x(u32 w) in mul_by_x() 101 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 | 288 #define put_short(s, w) { \ argument
|