Searched refs:p3 (Results 51 - 75 of 105) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtrsa.com68 $ 'cmd' -in f.p -inform p -outform p -out ff.p3
77 $ backup/compare fff.p ff.p3
91 $ backup/compare f.p ff.p3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/VMS/
H A Dbuild.com24 $ p3 := 'p3'
26 $ if p3.eqs."CHECK-ONLY" then goto check
141 $ if p3.eqs."NO-CHECK" .or. p3.eqs."NOCHECK" then goto done
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/lib/
H A Dmemcpy.S200 mov pr=t4,0x38 // (p5,p4,p3)=(dst & 7)
206 (p3) st1 [dst]=t0,1
207 (p3) shr.u t0=t0,8
208 (p3) adds cnt=1,cnt
242 mov pr=cnt,0x38 // set (p5,p4,p3) to # of bytes last-word bytes to copy
258 // At this point, (p5,p4,p3) are set to the number of bytes left to copy (which is
268 (p3) st1 [dst]=t0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dptrace.h65 long p3; member in struct:pt_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dprocess.c169 regs->p0, regs->p1, regs->p2, regs->p3);
295 dump->regs.p3 = regs->p3;
H A Dsignal.c74 RESTORE(p0); RESTORE(p1); RESTORE(p2); RESTORE(p3);
140 SETUP(p0); SETUP(p1); SETUP(p2); SETUP(p3);
231 __get_user(regs->p3, &funcptr->GOT);
H A Dasm-offsets.c82 DEFINE(PT_P3, offsetof(struct pt_regs, p3));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs_sb.h111 __u16 p3 __attribute__((packed)); member in struct:ncp_server::__anon10074::__anon10075
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Dsa.c158 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
172 sa_writel(dev, Mailbox3, p3);
157 sa_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *ret, u32 *r1, u32 *r2, u32 *r3, u32 *r4) argument
H A Drx.c148 u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6,
162 writel(p3, &dev->IndexRegs->Mailbox[3]);
147 rx_sync_cmd(struct aac_dev *dev, u32 command, u32 p1, u32 p2, u32 p3, u32 p4, u32 p5, u32 p6, u32 *status, u32 * r1, u32 * r2, u32 * r3, u32 * r4) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c299 cl_mod_exp_crt *p3; local
327 !(p3 = (cl_mod_exp_crt *)DSO_bind_func(
353 p_cl_mod_exp_crt = p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_atalla.c329 tfnASI_GetPerformanceStatistics *p3; local
356 !(p3 = (tfnASI_GetPerformanceStatistics *)DSO_bind_func(
365 p_Atalla_GetPerformanceStatistics = p3;
H A Dhw_aep.c416 t_AEP_GenRandom *p3; local
444 !(p3 = (t_AEP_GenRandom*) DSO_bind_func( aep_dso,AEP_F3)) ||
461 p_AEP_GenRandom = p3;
H A Dhw_cswift.c362 t_swSimpleRequest *p3; local
381 !(p3 = (t_swSimpleRequest *)
392 p_CSwift_SimpleRequest = p3;
H A Dhw_ncipher.c510 HWCryptoHook_ModExp_t *p3; local
536 !(p3 = (HWCryptoHook_ModExp_t *)
559 p_hwcrhk_ModExp = p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/cluster_labs/
H A Dhw_cluster_labs.c299 cl_mod_exp_crt *p3; local
327 !(p3 = (cl_mod_exp_crt *)DSO_bind_func(
353 p_cl_mod_exp_crt = p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c344 tfnASI_GetPerformanceStatistics *p3; local
371 !(p3 = (tfnASI_GetPerformanceStatistics *)DSO_bind_func(
380 p_Atalla_GetPerformanceStatistics = p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf561/
H A Dhead.S275 p3.l = ___bss_stop;
276 p3.h = ___bss_stop;
278 r1 = p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c593 uint32 p0,p1,p2,p3; local
596 p2=((date&0xFF0000)>>16)&0xFF; p3=((date&0xFF000000)>>24)&0xFF;
602 *month = ((p2>>5)&0xFF) + ((p3&0x1)<<3) - 1;
603 *year = ((p3>>1)&0xFF) + 80;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c355 void (*p3)();
386 !(p3 = DSO_bind_func(
401 p_icaRsaModExpo = (unsigned int (ICA_CALL *)())p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c355 void (*p3)();
386 !(p3 = DSO_bind_func(
401 p_icaRsaModExpo = (unsigned int (ICA_CALL *)())p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf537/
H A Dhead.S329 p3.l = ___bss_stop;
330 p3.h = ___bss_stop;
332 r1 = p3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmeth.c130 unsigned long p2, p3; local
138 p3=mdio_read(priv,3);
140 switch ((p2<<12)|(p3>>4)){
156 DPRINTK("PHY code: %x\n",(p2<<12)|(p3>>4));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dh264_deblock_sse2.asm491 %macro LUMA_INTRA_P012 4 ; p0..p3 in memory
543 mova t1, %4 ; p3
547 pavgb t1, t0 ; (p3+p2+1)/2 + (p2+p1+p0+q0+2)/4
549 paddb t2, t4 ; 2*p3+3*p2+p1+p0+q0
554 psubb t1, t2 ; p2' = (2*p3+3*p2+p1+p0+q0+4)/8
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dvivi.c250 int p1=0,p2=pages-1,p3=pages/2; local
256 if (pos < to_addr[p3].pos) {
257 p2=p3;
259 p1=p3;
261 p3=(p1+p2)/2;

Completed in 146 milliseconds

12345