Home
last modified time | relevance | path

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

/lib/math/
Dint_sqrt.c21 unsigned long b, m, y = 0; in int_sqrt() local
50 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.c94 u32 y = w & 0x80808080; in mul_by_x() local
103 u32 y = w & 0x80808080; in mul_by_x2() local
120 u32 y = mul_by_x(x) ^ ror32(x, 16); in mix_columns() local
142 u32 y = mul_by_x2(x); in inv_mix_columns() local
Dsha256.c21 static inline u32 Ch(u32 x, u32 y, u32 z) in Ch()
26 static inline u32 Maj(u32 x, u32 y, u32 z) in Maj()
Darc4.c40 u32 x, y, a, b; in arc4_crypt() local
/lib/
Dextable.c30 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local
54 const struct exception_table_entry *x = a, *y = b; in cmp_ex_sort() local
Dfind_bit.c153 static inline unsigned long ext2_swab(const unsigned long y) in ext2_swab()
Dts_bm.c98 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)
Dinflate.c350 int y; /* number of dummy codes added */ in huft_build() local
Dbch.c1127 unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; in build_deg2_base() local
Dlocking-selftest.c255 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) argument
/lib/mpi/
Dgeneric_mpih-sub1.c23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
Dgeneric_mpih-add1.c24 mpi_limb_t x, y, cy; in mpihelp_add_n() local
/lib/raid6/
Dalgos.c124 #define time_before(x, y) ((x) < (y)) argument