Searched refs:lshift (Results 1 - 25 of 52) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/
H A DMakefile.am35 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
37 mpih-lshift.c mpih-rshift.c mpih-sub1.c \
49 # mpih-lshift C
113 mpih_lshift = mpih-lshift-asm.S
116 mpih_lshift = mpih-lshift.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/
H A DMakefile.am35 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
37 mpih-lshift.c mpih-rshift.c mpih-sub1.c \
49 # mpih-lshift C
113 mpih_lshift = mpih-lshift-asm.S
116 mpih_lshift = mpih-lshift.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/
H A DMakefile.am35 mpih-lshift-asm.S mpih-rshift-asm.S mpih-sub1-asm.S asm-syntax.h \
37 mpih-lshift.c mpih-rshift.c mpih-sub1.c \
49 # mpih-lshift C
113 mpih_lshift = mpih-lshift-asm.S
116 mpih_lshift = mpih-lshift.c
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/lib/
H A Dmd4.c45 static uint32 lshift(uint32 x, int s) function
51 #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s)
52 #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s)
53 #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/lib/
H A Dmd4.c46 static uint32 lshift(uint32 x, int s) function
52 #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s)
53 #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s)
54 #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/cifs/
H A Dmd4.c47 lshift(__u32 x, int s) function
53 #define ROUND1(a,b,c,d,k,s) (*a) = lshift((*a) + F(*b,*c,*d) + X[k], s)
54 #define ROUND2(a,b,c,d,k,s) (*a) = lshift((*a) + G(*b,*c,*d) + X[k] + (__u32)0x5A827999,s)
55 #define ROUND3(a,b,c,d,k,s) (*a) = lshift((*a) + H(*b,*c,*d) + X[k] + (__u32)0x6ED9EBA1,s)
H A Dsmbdes.c164 lshift(char *d, int count, int n) function
227 lshift(c, sc[i], 28);
228 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/crypto/
H A Dmd4.c41 static inline u32 lshift(u32 x, unsigned int s) function
62 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s))
63 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s))
64 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/crypto/
H A Dmd4.c41 static inline u32 lshift(u32 x, unsigned int s) function
62 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s))
63 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s))
64 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/cifs/
H A Dmd4.c47 lshift(__u32 x, int s) function
53 #define ROUND1(a,b,c,d,k,s) (*a) = lshift((*a) + F(*b,*c,*d) + X[k], s)
54 #define ROUND2(a,b,c,d,k,s) (*a) = lshift((*a) + G(*b,*c,*d) + X[k] + (__u32)0x5A827999,s)
55 #define ROUND3(a,b,c,d,k,s) (*a) = lshift((*a) + H(*b,*c,*d) + X[k] + (__u32)0x6ED9EBA1,s)
H A Dsmbdes.c164 lshift(char *d, int count, int n) function
227 lshift(c, sc[i], 28);
228 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/lib/
H A Dmd4.c45 static uint32 lshift(uint32 x, int s) function
51 #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s)
52 #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s)
53 #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/lib/
H A Dmd4.c46 static uint32 lshift(uint32 x, int s) function
52 #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s)
53 #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s)
54 #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/lib/
H A Dmd4.c45 static uint32 lshift(uint32 x, int s) function
51 #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s)
52 #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s)
53 #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/lib/
H A Dmd4.c46 static uint32 lshift(uint32 x, int s) function
52 #define ROUND1(a,b,c,d,k,s) a = lshift(a + F(b,c,d) + X[k], s)
53 #define ROUND2(a,b,c,d,k,s) a = lshift(a + G(b,c,d) + X[k] + (uint32)0x5A827999,s)
54 #define ROUND3(a,b,c,d,k,s) a = lshift(a + H(b,c,d) + X[k] + (uint32)0x6ED9EBA1,s)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c157 static void lshift(char *d, int count, int n) function
202 lshift(c, sc[i], 28);
203 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/libsmb/
H A Dsmbdes.c158 static void lshift(char *d, int count, int n) function
203 lshift(c, sc[i], 28);
204 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/auth/
H A Dsmbdes.c155 static void lshift(char *d, int count, int n) function
200 lshift(c, sc[i], 28);
201 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dac3enc.c794 int lshift, m, v; local
796 lshift = e + qbits - 24;
797 if (lshift >= 0)
798 v = c << lshift;
800 v = c >> (-lshift);
1129 static void lshift_tab(int16_t *tab, int n, int lshift) argument
1133 if (lshift > 0) {
1135 tab[i] <<= lshift; local
1137 } else if (lshift < 0) {
1138 lshift
1140 tab[i] >>= lshift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c157 static void lshift(char *d, int count, int n) function
202 lshift(c, sc[i], 28);
203 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/libsmb/
H A Dsmbdes.c158 static void lshift(char *d, int count, int n) function
203 lshift(c, sc[i], 28);
204 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/auth/
H A Dsmbdes.c155 static void lshift(char *d, int count, int n) function
200 lshift(c, sc[i], 28);
201 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dac3enc.c794 int lshift, m, v; local
796 lshift = e + qbits - 24;
797 if (lshift >= 0)
798 v = c << lshift;
800 v = c >> (-lshift);
1129 static void lshift_tab(int16_t *tab, int n, int lshift) argument
1133 if (lshift > 0) {
1135 tab[i] <<= lshift; local
1137 } else if (lshift < 0) {
1138 lshift
1140 tab[i] >>= lshift; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c157 static void lshift(char *d, int count, int n) function
202 lshift(c, sc[i], 28);
203 lshift(d, sc[i], 28);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/libsmb/
H A Dsmbdes.c158 static void lshift(char *d, int count, int n) function
203 lshift(c, sc[i], 28);
204 lshift(d, sc[i], 28);

Completed in 295 milliseconds

123