/lib/ |
D | kstrtox.c | 153 unsigned long long tmp; in kstrtoll() local 178 unsigned long long tmp; in _kstrtoul() local 194 long long tmp; in _kstrtol() local 224 unsigned long long tmp; in kstrtouint() local 254 long long tmp; in kstrtoint() local 269 unsigned long long tmp; in kstrtou16() local 284 long long tmp; in kstrtos16() local 299 unsigned long long tmp; in kstrtou8() local 314 long long tmp; in kstrtos8() local
|
D | asn1_decoder.c | 61 unsigned char tag, tmp; in asn1_find_indefinite_length() local 213 unsigned char tmp; in asn1_ber_decoder() local 329 size_t tmp = dp; in asn1_ber_decoder() local
|
D | llist.c | 84 struct llist_node *tmp = head; in llist_reverse_order() local
|
D | string.c | 91 char *tmp = dest; in strcpy() local 116 char *tmp = dest; in strncpy() local 307 char *tmp = dest; in strcat() local 330 char *tmp = dest; in strncat() local 884 char *tmp = dest; in memcpy() local 905 char *tmp; in memmove() local
|
D | find_bit.c | 36 unsigned long tmp, mask; in _find_next_bit() local
|
D | slub_kunit.c | 35 unsigned long tmp; in test_next_pointer() local
|
D | extable.c | 29 struct exception_table_entry *x = a, *y = b, tmp; in swap_ex() local
|
D | debugobjects.c | 290 struct hlist_node *tmp; in free_obj_work() local 437 struct hlist_node *tmp; in object_cpu_offline() local 466 struct hlist_node *tmp; in debug_objects_oom() local 948 struct hlist_node *tmp; in __debug_check_no_obj_freed() local 1291 struct hlist_node *tmp; in debug_objects_replace_static_objects() local
|
D | decompress_unlzo.c | 106 size_t tmp; in unlzo() local
|
D | bch.c | 172 u8 tmp = swap_bits(bch, *data++); in bch_encode_unaligned() local 448 unsigned int i, j, tmp, l, pd = 1, d = syn[0]; in compute_error_locator_polynomial() local 503 unsigned int tmp, mask; in solve_linear_system() local 673 unsigned int a, b, c, a2, b2, c2, e3, tmp[4]; in find_poly_deg3_roots() local 836 struct gf_poly *tmp; in gf_poly_gcd() local
|
D | rbtree.c | 88 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local
|
D | klist.c | 185 struct klist_waiter *waiter, *tmp; in klist_release() local
|
D | idr.c | 404 unsigned long tmp = xa_to_value(bitmap); in ida_alloc_range() local
|
D | lru_cache.c | 537 struct lc_element *e, *tmp; in lc_committed() local
|
/lib/mpi/ |
D | mpicoder.c | 580 unsigned char *tmp; in mpi_print() local 632 unsigned char *tmp; in mpi_print() local 653 unsigned char *tmp; in mpi_print() local 668 unsigned char *tmp; in mpi_print() local 710 unsigned char *tmp; in mpi_print() local
|
D | mpi-pow.c | 218 mpi_limb_t tmp; in mpi_powm() local
|
D | mpi-mod.c | 39 MPI tmp; in mpi_barrett_init() local
|
D | mpi-div.c | 45 MPI tmp = mpi_alloc(mpi_get_nlimbs(quot)); in mpi_fdiv_q() local
|
D | mpih-mul.c | 394 mpi_limb_t tmp; in mpihelp_mul_karatsuba_case() local
|
/lib/crypto/ |
D | curve25519-hacl64.c | 87 static __always_inline void fproduct_carry_wide_(u128 *tmp) in fproduct_carry_wide_() 130 u64 tmp = output[4]; in fmul_shift_reduce() local 189 u64 tmp[5] = { input[0], input[1], input[2], input[3], input[4] }; in fmul_fmul() local 218 static __always_inline void fsquare_fsquare__(u128 *tmp, u64 *output) in fsquare_fsquare__() 247 static __always_inline void fsquare_fsquare_(u128 *tmp, u64 *output) in fsquare_fsquare_() 274 static __always_inline void fsquare_fsquare_times_(u64 *output, u128 *tmp, in fsquare_fsquare_times_() 353 u64 tmp[5] = { 0 }; in fdifference() local 399 u128 tmp[5]; in fscalar() local
|
/lib/842/ |
D | 842_decompress.c | 69 u64 tmp = 0; in __split_next_bits() local 282 u64 op, rep, tmp, bytes, total; in sw842_decompress() local
|
/lib/raid6/ |
D | recov.c | 111 int tmp = faila; in raid6_dual_recov() local
|
/lib/reed_solomon/ |
D | decode_rs.c | 23 uint16_t u, q, tmp, num1, num2, den, discr_r, syn_error; variable
|
D | reed_solomon.c | 217 struct list_head *tmp; in init_rs_internal() local
|
/lib/xz/ |
D | xz_dec_lzma2.c | 722 uint32_t tmp; in lzma_rep_match() local 882 uint32_t tmp; in lzma2_lzma() local 967 uint32_t tmp; in xz_dec_lzma2_run() local
|