/lib/ |
D | sha1.c | 52 #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
|
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()
|
D | crc8.c | 33 u8 t = msbit; in crc8_populate_msb() local 54 u8 t = 1; in crc8_populate_lsb() local
|
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
|
D | test_overflow.c | 17 #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
|
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
|
D | sort.c | 61 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
|
D | is_single_threaded.c | 19 struct task_struct *p, *t; in current_is_single_threaded() local
|
D | crc64.c | 45 size_t i, t; in crc64_be() local
|
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
|
D | test_vmalloc.c | 385 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
|
D | plist.c | 32 static void plist_check_prev_next(struct list_head *t, struct list_head *p, in plist_check_prev_next()
|
D | bch.c | 353 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()
|
D | kobject.c | 68 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
|
D | decompress_bunzip2.c | 162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local
|
D | decompress_unlzma.c | 156 uint32_t t = rc_is_bit_0_helper(rc, p); in rc_is_bit_0() local
|
D | locking-selftest.c | 53 static struct ww_acquire_ctx t, t2; variable
|
/lib/math/ |
D | rational.c | 42 unsigned long t, a; in rational_best_approximation() local
|
D | div64.c | 172 s64 quot, t; in div64_s64() local
|
/lib/lzo/ |
D | lzo1x_compress.c | 41 size_t t, m_len, m_off; in lzo1x_1_do_compress() local 299 size_t t = 0; in lzogeneric1x_1_compress() local
|
D | lzo1x_decompress_safe.c | 44 size_t t, next; in lzo1x_decompress_safe() local
|
/lib/reed_solomon/ |
D | decode_rs.c | 35 uint16_t *t = rsc->buffers + RS_DECODE_T * (nroots + 1); variable
|
/lib/vdso/ |
D | gettimeofday.c | 170 time_t t = READ_ONCE(vd[CS_HRES_COARSE].basetime[CLOCK_REALTIME].sec); in __cvdso_time() local
|
/lib/842/ |
D | 842_compress.c | 225 u8 *t = comp_ops[c]; in add_template() local 382 u8 *t = comp_ops[c]; in check_template() local
|
/lib/mpi/ |
D | longlong.h | 40 #define __ll_lowpart(t) ((UWtype) (t) & (__ll_B - 1)) argument 41 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) argument
|