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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/dso/
H A Ddso_vms.c169 const char *sp1, *sp2; /* Search result */ local
194 position of the byte after in sp1 */
195 sp1 = strrchr(filename, ']');
197 if (sp1 == NULL) sp1 = sp2;
198 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
199 if (sp1 == NULL) sp1 = strrchr(filename, ':');
200 if (sp1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/dso/
H A Ddso_vms.c174 const char *sp1, *sp2; /* Search result */ local
201 * of the byte after in sp1
203 sp1 = strrchr(filename, ']');
205 if (sp1 == NULL)
206 sp1 = sp2;
207 if (sp2 != NULL && sp2 > sp1)
208 sp1 = sp2;
209 if (sp1 == NULL)
210 sp1 = strrchr(filename, ':');
211 if (sp1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/dso/
H A Ddso_vms.c169 const char *sp1, *sp2; /* Search result */ local
194 position of the byte after in sp1 */
195 sp1 = strrchr(filename, ']');
197 if (sp1 == NULL) sp1 = sp2;
198 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
199 if (sp1 == NULL) sp1 = strrchr(filename, ':');
200 if (sp1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/dso/
H A Ddso_vms.c174 const char *sp1, *sp2; /* Search result */ local
201 * of the byte after in sp1
203 sp1 = strrchr(filename, ']');
205 if (sp1 == NULL)
206 sp1 = sp2;
207 if (sp2 != NULL && sp2 > sp1)
208 sp1 = sp2;
209 if (sp1 == NULL)
210 sp1 = strrchr(filename, ':');
211 if (sp1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/dso/
H A Ddso_vms.c169 const char *sp1, *sp2; /* Search result */ local
194 position of the byte after in sp1 */
195 sp1 = strrchr(filename, ']');
197 if (sp1 == NULL) sp1 = sp2;
198 if (sp2 != NULL && sp2 > sp1) sp1 = sp2;
199 if (sp1 == NULL) sp1 = strrchr(filename, ':');
200 if (sp1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/dso/
H A Ddso_vms.c174 const char *sp1, *sp2; /* Search result */ local
201 * of the byte after in sp1
203 sp1 = strrchr(filename, ']');
205 if (sp1 == NULL)
206 sp1 = sp2;
207 if (sp2 != NULL && sp2 > sp1)
208 sp1 = sp2;
209 if (sp1 == NULL)
210 sp1 = strrchr(filename, ':');
211 if (sp1
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A Dsdrc.c97 struct omap_sdrc_params *sp0, *sp1; local
103 sp1 = sdrc_init_params_cs1;
108 sp1++;
115 *sdrc_cs1 = sp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dsdrc.c97 struct omap_sdrc_params *sp0, *sp1; local
103 sp1 = sdrc_init_params_cs1;
108 sp1++;
115 *sdrc_cs1 = sp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A Dtss.h38 u16 sp1; member in struct:tss_segment_16
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kvm/
H A Dtss.h38 u16 sp1; member in struct:tss_segment_16
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/md2/
H A Dmd2_dgst.c170 register MD2_INT t, *sp1, *sp2; local
174 sp1 = c->state;
178 state[i] = sp1[i];
180 state[i + 32] = (t ^ sp1[i]);
197 memcpy(sp1, state, 16 * sizeof(MD2_INT));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/md2/
H A Dmd2_dgst.c169 register MD2_INT t,*sp1,*sp2; local
173 sp1=c->state;
178 state[i]=sp1[i];
180 state[i+32]=(t^sp1[i]);
199 memcpy(sp1,state,16*sizeof(MD2_INT));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/md2/
H A Dmd2_dgst.c170 register MD2_INT t, *sp1, *sp2; local
174 sp1 = c->state;
178 state[i] = sp1[i];
180 state[i + 32] = (t ^ sp1[i]);
197 memcpy(sp1, state, 16 * sizeof(MD2_INT));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/md2/
H A Dmd2_dgst.c169 register MD2_INT t,*sp1,*sp2; local
173 sp1=c->state;
178 state[i]=sp1[i];
180 state[i+32]=(t^sp1[i]);
199 memcpy(sp1,state,16*sizeof(MD2_INT));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/md2/
H A Dmd2_dgst.c170 register MD2_INT t, *sp1, *sp2; local
174 sp1 = c->state;
178 state[i] = sp1[i];
180 state[i + 32] = (t ^ sp1[i]);
197 memcpy(sp1, state, 16 * sizeof(MD2_INT));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/md2/
H A Dmd2_dgst.c169 register MD2_INT t,*sp1,*sp2; local
173 sp1=c->state;
178 state[i]=sp1[i];
180 state[i+32]=(t^sp1[i]);
199 memcpy(sp1,state,16*sizeof(MD2_INT));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/vdso/
H A Dvdso32-setup.c237 tss->x86_tss.sp1 = sizeof(struct tss_struct) + (unsigned long) tss;
239 wrmsr(MSR_IA32_SYSENTER_ESP, tss->x86_tss.sp1, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/vdso/
H A Dvdso32-setup.c237 tss->x86_tss.sp1 = sizeof(struct tss_struct) + (unsigned long) tss;
239 wrmsr(MSR_IA32_SYSENTER_ESP, tss->x86_tss.sp1, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/shared/bcmwifi/include/
H A Dbcmwifi_channels.h44 #define CHSPEC_CTLOVLP(sp1, sp2, sep) (ABS(wf_chspec_ctlchan(sp1) - wf_chspec_ctlchan(sp2)) < \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dprocessor.h199 unsigned long sp1; member in struct:x86_hw_tss
230 u64 sp1; member in struct:x86_hw_tss
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dprocessor.h199 unsigned long sp1; member in struct:x86_hw_tss
230 u64 sp1; member in struct:x86_hw_tss
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/lguest/x86/
H A Dcore.c114 pages->state.guest_tss.sp1 = cpu->esp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/lguest/x86/
H A Dcore.c114 pages->state.guest_tss.sp1 = cpu->esp1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dmos7720.c753 __u8 sp1; local
790 sp1 = data[3];
793 if ((sp1 | sp2) & 0x01) {
797 switch (sp1 & 0x0f) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dmos7720.c753 __u8 sp1; local
790 sp1 = data[3];
793 if ((sp1 | sp2) & 0x01) {
797 switch (sp1 & 0x0f) {

Completed in 301 milliseconds