Searched refs:p14 (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/libsmb/
H A Dsmbdes.c307 void E_P16(const unsigned char *p14,unsigned char *p16) argument
310 smbhash(p16, sp8, p14, 1);
311 smbhash(p16+8, sp8, p14+7, 1);
321 void D_P16(const unsigned char *p14, const unsigned char *in, unsigned char *out) argument
323 smbhash(out, in, p14, 0);
324 smbhash(out+8, in+8, p14+7, 0);
327 void E_old_pw_hash( unsigned char *p14, const unsigned char *in, unsigned char *out) argument
329 smbhash(out, in, p14, 1);
330 smbhash(out+8, in+8, p14+7, 1);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/lib/
H A Dcopy_user.S115 // The case p14 represents the source has more bytes in the
126 cmp.eq p14,p15=r0,dst2
140 cmp.leu p14,p15=src2,dst2
143 .pred.rel "mutex", p14, p15
144 (p14) sub word1=8,src2 // (8 - src offset)
148 // For the case p14, we don't need to copy the shifted part to
151 (p14) sub word1=word1,t1
155 (p14) shl rshift=t2,3
157 (p14) sub len1=len1,t1
180 .pred.rel "mutex", p14, p1
[all...]
H A Dmemcpy_mck.S105 cmp.ne p14,p0=0,r29 // check src alignment
115 (p14) br.cond.dpnt .unaligned_src
419 cmp.le p14,p15 = 4,in2
434 EK(.ex_handler_short, (p14) ld1 t4=[src1],2)
443 EK(.ex_handler_short, (p14) st1 [dst1]=t4,2)
620 (p6) cmp.le p14,p0=dst0,saved_in0 // no progress has been made on store
621 (p7) cmp.le p14,p0=src0,saved_in1 // no progress has been made on load
625 (p14) br.ret.sptk.many rp
H A Dmemset.S48 #define p_nn p14
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/LDAP/smbldap-tools/mkntpwd/
H A Dsmbdes.c306 void E_P16(unsigned char *p14,unsigned char *p16) argument
309 smbhash(p16, sp8, p14);
310 smbhash(p16+8, sp8, p14+7);
H A Dmkntpwd.c34 void E_P16(unsigned char *p14,unsigned char *p16);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Divt.S694 tnat.nz p14,p0=in6
703 (p14) mov in6=-1

Completed in 101 milliseconds