Searched defs:y (Results 1 – 16 of 16) sorted by relevance
/lib/math/ |
D | int_sqrt.c | 21 unsigned long b, m, y = 0; in int_sqrt() local 50 u64 b, m, y = 0; in int_sqrt64() local
|
D | prime_numbers.c | 71 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/ |
D | aes.c | 94 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
|
D | sha256.c | 21 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()
|
D | arc4.c | 40 u32 x, y, a, b; in arc4_crypt() local
|
/lib/ |
D | extable.c | 30 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
|
D | find_bit.c | 153 static inline unsigned long ext2_swab(const unsigned long y) in ext2_swab()
|
D | ts_bm.c | 98 int x = i+g-1, y = j+g-1, ret = 0; in subpattern() local
|
D | decompress_unxz.c | 180 const uint8_t *y = b; in memeq() local
|
D | crc32.c | 217 static u32 __attribute_const__ gf2_multiply(u32 x, u32 y, u32 modulus)
|
D | inflate.c | 350 int y; /* number of dummy codes added */ in huft_build() local
|
D | bch.c | 1127 unsigned int sum, x, y, remaining, ak = 0, xi[BCH_MAX_M]; in build_deg2_base() local
|
D | locking-selftest.c | 255 #define LOCK_UNLOCK_2(x,y) LOCK(x); LOCK(y); UNLOCK(y); UNLOCK(x) argument
|
/lib/mpi/ |
D | generic_mpih-sub1.c | 23 mpi_limb_t x, y, cy; in mpihelp_sub_n() local
|
D | generic_mpih-add1.c | 24 mpi_limb_t x, y, cy; in mpihelp_add_n() local
|
/lib/raid6/ |
D | algos.c | 124 #define time_before(x, y) ((x) < (y)) argument
|