Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 25) sorted by relevance

/lib/
Dsha1.c52 #define SHA_SRC(t) get_unaligned_be32((__u32 *)data + t) argument
53 #define SHA_MIX(t) rol32(W(t+13) ^ W(t+8) ^ W(t+2) ^ W(t), 1) argument
55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
60 #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
61 #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
62 #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
63 #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
64 #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
Dwin_minmax.c67 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()
Dcrc8.c33 u8 t = msbit; in crc8_populate_msb() local
54 u8 t = 1; in crc8_populate_lsb() local
Dmuldi3.c11 #define __ll_lowpart(t) ((unsigned long) (t) & (__ll_B - 1)) argument
12 #define __ll_highpart(t) ((unsigned long) (t) >> (W_TYPE_SIZE / 2)) argument
Dtest_overflow.c17 #define DEFINE_TEST_ARRAY(t) \ argument
218 #define check_one_op(t, fmt, op, sym, a, b, r, of) do { \ argument
237 #define DEFINE_TEST_FUNC(t, fmt) \ argument
296 #define TEST_ONE_SHIFT(a, s, t, expect, of) ({ \ in test_overflow_shift() argument
Dts_fsm.c126 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
Dsort.c61 u32 t = *(u32 *)(a + (n -= 4)); in swap_words_32() local
87 u64 t = *(u64 *)(a + (n -= 8)); in swap_words_64() local
114 char t = ((char *)a)[--n]; in swap_bytes() local
Dis_single_threaded.c19 struct task_struct *p, *t; in current_is_single_threaded() local
Dcrc64.c45 size_t i, t; in crc64_be() local
Dinflate.c144 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
Dtest_vmalloc.c385 struct test_driver *t = private; in test_func() local
482 struct test_driver *t = &per_cpu_test_driver[cpu]; in do_concurrent_test() local
510 struct test_driver *t = &per_cpu_test_driver[cpu]; in do_concurrent_test() local
Dplist.c32 static void plist_check_prev_next(struct list_head *t, struct list_head *p, in plist_check_prev_next()
Dbch.c353 const int t = GF_T(bch); in compute_syndromes() local
389 const unsigned int t = GF_T(bch); in compute_error_locator_polynomial() local
524 unsigned int mask = 0xff, t, rows[16] = {0,}; in find_affine4_roots() local
1177 const unsigned int t = GF_T(bch); in compute_generator_polynomial() local
1259 struct bch_control *init_bch(int m, int t, unsigned int prim_poly) in init_bch()
Dkobject.c68 struct kobj_type *t = get_ktype(kobj); in populate_dir() local
300 char *t; in kobject_set_name_vargs() local
666 struct kobj_type *t = get_ktype(kobj); in kobject_cleanup() local
Ddecompress_bunzip2.c162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local
Ddecompress_unlzma.c156 uint32_t t = rc_is_bit_0_helper(rc, p); in rc_is_bit_0() local
Dlocking-selftest.c53 static struct ww_acquire_ctx t, t2; variable
/lib/math/
Drational.c42 unsigned long t, a; in rational_best_approximation() local
Ddiv64.c172 s64 quot, t; in div64_s64() local
/lib/lzo/
Dlzo1x_compress.c41 size_t t, m_len, m_off; in lzo1x_1_do_compress() local
299 size_t t = 0; in lzogeneric1x_1_compress() local
Dlzo1x_decompress_safe.c44 size_t t, next; in lzo1x_decompress_safe() local
/lib/reed_solomon/
Ddecode_rs.c35 uint16_t *t = rsc->buffers + RS_DECODE_T * (nroots + 1); variable
/lib/vdso/
Dgettimeofday.c170 time_t t = READ_ONCE(vd[CS_HRES_COARSE].basetime[CLOCK_REALTIME].sec); in __cvdso_time() local
/lib/842/
D842_compress.c225 u8 *t = comp_ops[c]; in add_template() local
382 u8 *t = comp_ops[c]; in check_template() local
/lib/mpi/
Dlonglong.h40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument
41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument