Searched refs:tp (Results 1 – 7 of 7) sorted by relevance
| /lib/tests/ |
| A D | bitfield_kunit.c | 13 u##tp _res; \ 15 _res = u##tp##_encode_bits(v, field); \ 26 __le##tp _res; \ 28 _res = le##tp##_encode_bits(v, field); \ 30 _res != cpu_to_le##tp(res), \ 32 (u64)le##tp##_to_cpu(_res), \ 41 __be##tp _res; \ 45 _res != cpu_to_be##tp(res), \ 47 (u64)be##tp##_to_cpu(_res), \ 55 CHECK_ENC_GET_U(tp, v, field, res); \ [all …]
|
| A D | test_ratelimit.c | 79 struct task_struct *tp; member 87 WARN_ON_ONCE(!sktp->tp); in test_ratelimit_stress_child() 111 sktp[i].tp = kthread_run(test_ratelimit_stress_child, &sktp[i], "%s/%i", in test_ratelimit_stress() 119 kthread_stop(sktp[i].tp); in test_ratelimit_stress()
|
| /lib/crypto/mpi/ |
| A D | mpi-div.c | 153 mpi_ptr_t tp; in mpi_tdiv_qr() local 160 tp = marker[markidx++] = mpi_alloc_limb_space(dsize); in mpi_tdiv_qr() 161 if (!tp) in mpi_tdiv_qr() 163 mpihelp_lshift(tp, dp, dsize, normalization_steps); in mpi_tdiv_qr() 164 dp = tp; in mpi_tdiv_qr() 181 mpi_ptr_t tp; in mpi_tdiv_qr() local 183 tp = marker[markidx++] = mpi_alloc_limb_space(dsize); in mpi_tdiv_qr() 184 if (!tp) in mpi_tdiv_qr() 186 MPN_COPY(tp, dp, dsize); in mpi_tdiv_qr() 187 dp = tp; in mpi_tdiv_qr()
|
| A D | mpih-mul.c | 343 if (!ctx->tp || ctx->tp_size < vsize) { in mpihelp_mul_karatsuba_case() 344 if (ctx->tp) in mpihelp_mul_karatsuba_case() 345 mpi_free_limb_space(ctx->tp); in mpihelp_mul_karatsuba_case() 346 ctx->tp = mpi_alloc_limb_space(2 * vsize); in mpihelp_mul_karatsuba_case() 347 if (!ctx->tp) { in mpihelp_mul_karatsuba_case() 358 cy = mpihelp_add_n(prodp, prodp, ctx->tp, vsize); in mpihelp_mul_karatsuba_case() 359 mpihelp_add_1(prodp + vsize, ctx->tp + vsize, vsize, in mpihelp_mul_karatsuba_case() 397 if (ctx->tp) in mpihelp_release_karatsuba_ctx() 398 mpi_free_limb_space(ctx->tp); in mpihelp_release_karatsuba_ctx() 403 if (ctx->tp) in mpihelp_release_karatsuba_ctx() [all …]
|
| A D | mpi-internal.h | 162 mpi_ptr_t tp; member
|
| /lib/lzo/ |
| A D | lzo1x_compress.c | 34 size_t *tp, void *wrkmem, in LZO_SAFE() 44 size_t ti = *tp; in LZO_SAFE() 328 *tp = in_end - (ii - ti); in LZO_SAFE()
|
| /lib/crypto/mips/ |
| A D | poly1305-mips.pl | 43 ($gp,$tp,$sp,$fp,$ra)=map("\$$_",(3,28..31));
|
Completed in 12 milliseconds