Searched refs:sh_1 (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/generic/
H A Dmpih-lshift.c46 unsigned sh_1, sh_2; local
50 sh_1 = cnt;
52 sh_2 = BITS_PER_MPI_LIMB - sh_1;
60 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2);
63 wp[i] = high_limb << sh_1;
H A Dmpih-rshift.c47 unsigned sh_1, sh_2; local
51 sh_1 = cnt;
53 sh_2 = BITS_PER_MPI_LIMB - sh_1;
60 wp[i] = (low_limb >> sh_1) | (high_limb << sh_2);
63 wp[i] = low_limb >> sh_1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/generic/
H A Dmpih-lshift.c46 unsigned sh_1, sh_2; local
50 sh_1 = cnt;
52 sh_2 = BITS_PER_MPI_LIMB - sh_1;
60 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2);
63 wp[i] = high_limb << sh_1;
H A Dmpih-rshift.c47 unsigned sh_1, sh_2; local
51 sh_1 = cnt;
53 sh_2 = BITS_PER_MPI_LIMB - sh_1;
60 wp[i] = (low_limb >> sh_1) | (high_limb << sh_2);
63 wp[i] = low_limb >> sh_1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/generic/
H A Dmpih-lshift.c46 unsigned sh_1, sh_2; local
50 sh_1 = cnt;
52 sh_2 = BITS_PER_MPI_LIMB - sh_1;
60 wp[i] = (high_limb << sh_1) | (low_limb >> sh_2);
63 wp[i] = high_limb << sh_1;
H A Dmpih-rshift.c47 unsigned sh_1, sh_2; local
51 sh_1 = cnt;
53 sh_2 = BITS_PER_MPI_LIMB - sh_1;
60 wp[i] = (low_limb >> sh_1) | (high_limb << sh_2);
63 wp[i] = low_limb >> sh_1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/lib/
H A Dmemcpy.c81 #define MERGE(w0, sh_1, w1, sh_2) ({ \
165 int sh_1, sh_2; local
172 sh_1 = 8 * (src % sizeof(unsigned int));
173 sh_2 = 8 * sizeof(unsigned int) - sh_1;
228 /* ((unsigned int *) dst)[0] = MERGE (a2, sh_1, a3, sh_2); */
229 stw(d_space, MERGE (a2, sh_1, a3, sh_2), 0, dst, cda_stw_exc);
233 /* ((unsigned int *) dst)[1] = MERGE (a3, sh_1, a0, sh_2); */
234 stw(d_space, MERGE (a3, sh_1, a0, sh_2), 4, dst, cda_stw_exc);
238 /* ((unsigned int *) dst)[2] = MERGE (a0, sh_1, a1, sh_2); */
239 stw(d_space, MERGE (a0, sh_1, a
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/lib/
H A Dmemcpy.c81 #define MERGE(w0, sh_1, w1, sh_2) ({ \
165 int sh_1, sh_2; local
172 sh_1 = 8 * (src % sizeof(unsigned int));
173 sh_2 = 8 * sizeof(unsigned int) - sh_1;
228 /* ((unsigned int *) dst)[0] = MERGE (a2, sh_1, a3, sh_2); */
229 stw(d_space, MERGE (a2, sh_1, a3, sh_2), 0, dst, cda_stw_exc);
233 /* ((unsigned int *) dst)[1] = MERGE (a3, sh_1, a0, sh_2); */
234 stw(d_space, MERGE (a3, sh_1, a0, sh_2), 4, dst, cda_stw_exc);
238 /* ((unsigned int *) dst)[2] = MERGE (a0, sh_1, a1, sh_2); */
239 stw(d_space, MERGE (a0, sh_1, a
[all...]

Completed in 788 milliseconds