Home
last modified time | relevance | path

Searched defs:y (Results 1 – 21 of 21) sorted by relevance

/lib/math/
Dint_sqrt.c22 unsigned long b, m, y = 0; in int_sqrt() local
51 u64 b, m, y = 0; in int_sqrt64() local
Dprime_numbers.c71 unsigned long y = int_sqrt(x); in slow_is_prime_number() local
113 unsigned long sz, y; in expand_to_next_prime() local
/lib/crypto/
Daes.c95 u32 y = w & 0x80808080; in mul_by_x() local
104 u32 y = w & 0x80808080; in mul_by_x2() local
121 u32 y = mul_by_x(x) ^ ror32(x, 16); in mix_columns() local
143 u32 y = mul_by_x2(x); in inv_mix_columns() local
Darc4.c40 u32 x, y, a, b; in arc4_crypt() local
Dsha256.c41 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch()
46 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
Dcurve25519-hacl64.c32 u64 y = b; in u64_gte_mask() local
/lib/
Dextable.c29 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local
53 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort() local
Dtest_bits.c44 unsigned int x, y; in genmask_input_check_test() local
Dts_bm.c100 int x = i+g-1, y = j+g-1, ret = 0; in subpattern() local
Ddecompress_unxz.c180 const uint8_t *y = b; in memeq() local
Dcrc32.c217 static u32 __attribute_const__ gf2_multiply(u32 x, u32 y, u32 modulus)
Drandom32.c575 unsigned int x, y, bits, samples; in prandom32_state_selftest() local
Dinflate.c350 int y; /* number of dummy codes added */ in huft_build() local
Dlist-test.c204 struct list_head a, b, c, d, x, y; in list_test_list_bulk_move_tail() local
Dbch.c1186 unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; in build_deg2_base() local
Dlocking-selftest.c266 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) argument
/lib/mpi/
Dmpi-mod.c17 MPI y; member
99 MPI y = ctx->y; in mpi_mod_barrett() local
Dgeneric_mpih-add1.c24 mpi_limb_t x, y, cy; in mpihelp_add_n() local
Dgeneric_mpih-sub1.c23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
Dec.c681 int mpi_ec_get_affine(MPI x, MPI y, MPI_POINT point, struct mpi_ec_ctx *ctx) in mpi_ec_get_affine()
1404 MPI x, y, w; in mpi_ec_curve_point() local
/lib/raid6/
Dalgos.c118 #define time_before(x, y) ((x) < (y)) argument