/lib/crypto/powerpc/ |
A D | sha1-powerpc-asm.S | 26 #define RT(t) ((((t)+5)%6)+7) argument 27 #define RA(t) ((((t)+4)%6)+7) argument 28 #define RB(t) ((((t)+3)%6)+7) argument 29 #define RC(t) ((((t)+2)%6)+7) argument 30 #define RD(t) ((((t)+1)%6)+7) argument 31 #define RE(t) ((((t)+0)%6)+7) argument 34 #define W(t) (((t)%16)+16) argument 36 #define LOADW(t) \ argument 39 #define STEPD0_LOAD(t) \ argument 66 #define STEPD1(t) \ argument [all …]
|
/lib/crypto/ |
A D | gf128mul.c | 245 struct gf128mul_64k *t; in gf128mul_init_64k_bbe() local 285 void gf128mul_free_64k(struct gf128mul_64k *t) in gf128mul_free_64k() 295 void gf128mul_64k_bbe(be128 *a, const struct gf128mul_64k *t) in gf128mul_64k_bbe() 326 struct gf128mul_4k *t; in gf128mul_init_4k_lle() local 346 void gf128mul_4k_lle(be128 *a, const struct gf128mul_4k *t) in gf128mul_4k_lle()
|
A D | sha1.c | 57 #define SHA_SRC(t) get_unaligned_be32((__u32 *)data + t) argument 58 #define SHA_MIX(t) rol32(W(t+13) ^ W(t+8) ^ W(t+2) ^ W(t), 1) argument 60 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 66 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 67 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 68 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument 69 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument 70 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
|
A D | sm3.c | 41 #define R(i, a, b, c, d, e, f, g, h, t, w1, w2) \ argument 52 #define R1(a, b, c, d, e, f, g, h, t, w1, w2) \ argument 54 #define R2(a, b, c, d, e, f, g, h, t, w1, w2) \ argument
|
/lib/tests/ |
A D | overflow_kunit.c | 32 # define SKIP_SIGN_MISMATCH(t) SKIP(t, "Clang 11 unwanted libcalls") argument 34 # define SKIP_SIGN_MISMATCH(t) do { } while (0) argument 43 # define SKIP_64_ON_32(t) SKIP(t, "Clang 13 unwanted libcalls") argument 45 # define SKIP_64_ON_32(t) do { } while (0) argument 48 #define DEFINE_TEST_ARRAY_TYPED(t1, t2, t) \ argument 56 #define DEFINE_TEST_ARRAY(t) DEFINE_TEST_ARRAY_TYPED(t, t, t) argument 253 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument 326 #define DEFINE_TEST_FUNC_TYPED(n, t, fmt) \ argument 356 #define DEFINE_TEST_FUNC(t, fmt) \ argument 396 #define TEST_ONE_SHIFT(a, s, t, expect, of) do { \ argument [all …]
|
A D | test_bits.c | 10 #define assert_type(t, x) _Generic(x, t: x, default: 0) argument
|
/lib/ |
A D | lwq.c | 51 struct llist_node *r, *t, **ep; in lwq_dequeue_all() local 86 struct tnode *t; in lwq_exercise() local 104 struct tnode *t; in lwq_test() local
|
A D | win_minmax.c | 67 u32 minmax_running_max(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_max() 85 u32 minmax_running_min(struct minmax *m, u32 win, u32 t, u32 meas) in minmax_running_min()
|
A D | muldi3.c | 11 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) argument 12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) argument
|
A D | ts_fsm.c | 126 static inline int match_token(struct ts_fsm_token *t, u8 d) in match_token() 272 struct ts_fsm_token *t = &tokens[i]; in fsm_init() local 292 struct ts_fsm_token *t = &fsm->tokens[i]; in fsm_init() local
|
A D | bcd.c | 13 const unsigned int t = (val * 103) >> 10; in _bin2bcd() local
|
A D | is_single_threaded.c | 19 struct task_struct *p, *t; in current_is_single_threaded() local
|
A D | sort.c | 59 u32 t = *(u32 *)(a + (n -= 4)); in swap_words_32() local 85 u64 t = *(u64 *)(a + (n -= 8)); in swap_words_64() local 112 char t = ((char *)a)[--n]; in swap_bytes() local
|
A D | inflate.c | 144 struct huft *t; /* pointer to next level of table */ member 328 struct huft **t, /* result: starting table */ in huft_build() 568 struct huft *t /* table to free */ in huft_free() 601 struct huft *t; /* pointer to table entry */ in inflate_codes() local 1039 unsigned t; /* block type */ in inflate_block() local
|
A D | test_ref_tracker.c | 57 static void test_ref_tracker_timer_func(struct timer_list *t) in test_ref_tracker_timer_func()
|
A D | refcount.c | 13 void refcount_warn_saturate(refcount_t *r, enum refcount_saturation_type t) in refcount_warn_saturate()
|
A D | test_vmalloc.c | 447 struct test_driver *t = private; in test_func() local 546 struct test_driver *t = &tdriver[i]; in do_concurrent_test() local 573 struct test_driver *t = &tdriver[i]; in do_concurrent_test() local
|
A D | dynamic_queue_limits.c | 28 unsigned long hist_head, t, start, end; in dql_check_stall() local
|
/lib/crc/ |
A D | crc8.c | 34 u8 t = msbit; in crc8_populate_msb() local 55 u8 t = 1; in crc8_populate_lsb() local
|
/lib/lzo/ |
A D | lzo1x_compress.c | 53 size_t t, m_len, m_off; in LZO_SAFE() local 345 size_t t = 0; in LZO_SAFE() local
|
A D | lzo1x_decompress_safe.c | 44 size_t t, next; in lzo1x_decompress_safe() local
|
/lib/crypto/x86/ |
A D | sha512-ssse3-asm.S | 303 t = 0 define 332 t = t+2 define
|
A D | sha512-avx-asm.S | 304 t = 0 define 333 t = t+2 define
|
/lib/math/ |
A D | rational.c | 83 unsigned long t = ULONG_MAX; in rational_best_approximation() local
|
/lib/reed_solomon/ |
A D | decode_rs.c | 35 uint16_t *t = rsc->buffers + RS_DECODE_T * (nroots + 1); variable
|