Searched refs:np (Results 26 - 50 of 125) sorted by relevance

12345

/external/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl49 $np="%i3"; # const BN_ULONG *np,
105 ld [$np],$car1 ! np[0]
107 ld [$np+4],$npj ! np[1]
120 mulx $car1,$mul1,$car1 ! np[0]*"t[0]"*n0
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
124 ld [$np+8],$npj !prologue!
135 ld [$np
[all...]
H A Darmv4-mont.s27 ldr r6,[r3],#4 @ np[0],np++
35 umlal r10,r12,r6,r8 @ np[0]*n0+"t[0]"
41 ldr r6,[r3],#4 @ np[j],np++
45 umlal r12,r14,r6,r8 @ np[j]*n0
65 sub r3,r3,r7 @ "rewind" np to &np[1]
68 ldr r6,[r3,#-4] @ np[0]
76 umlal r10,r12,r6,r8 @ np[
[all...]
H A Ds390x-mont.pl69 $np="%r5"; # const BN_ULONG *np,
134 lg $nlo,0($np) #
136 mlgr $nhi,$mn0 # np[0]*m1
153 lg $nlo,0($j,$np)
155 mlgr $nhi,$mn0 # np[j]*m1
186 lg $nlo,0($np) # np[0]
188 mlgr $nhi,$mn0 # np[0]*m1
207 lg $nlo,0($j,$np)
[all...]
H A Dparisc-mont.pl115 $np="%r23";
173 or $ap,$np,$ti1
174 extru,= $ti1,31,3,%r0 ; are ap and np 64-bit aligned?
193 fldds 0($np),${fni} ; np[0,1]
210 addl $arrsz,$np,$np
214 xmpyu ${fni}L,${fm0}R,${fnm0} ; np[0]*m
215 xmpyu ${fni}R,${fm0}R,${fnm1} ; np[1]*m
221 flddx $idx($np),
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRUniqueIDMap.h59 - (void)deleteANTLRUniqueIDMap:(ANTLRNodeMapElement *)np;
60 - (void)delete_chain:(ANTLRNodeMapElement *)np;
H A DANTLRPtrBuffer.h71 - (void)setBuffer:(NSMutableData *)np;
75 - (void)setPtrBuffer:(id *)np;
77 - (void)setPtr:(NSInteger)np;
H A DANTLRHashMap.h76 - (void)deleteANTLRHashMap:(ANTLRMapElement *)np;
78 - (void)delete_chain:(ANTLRMapElement *)np;
84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
H A DANTLRMap.h72 - (void)deleteANTLRMap:(ANTLRMapElement *)np;
74 - (void)delete_chain:(ANTLRMapElement *)np;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRUniqueIDMap.h59 - (void)deleteANTLRUniqueIDMap:(ANTLRNodeMapElement *)np;
60 - (void)delete_chain:(ANTLRNodeMapElement *)np;
H A DANTLRPtrBuffer.h71 - (void)setBuffer:(NSMutableData *)np;
75 - (void)setPtrBuffer:(id *)np;
77 - (void)setPtr:(NSInteger)np;
H A DANTLRHashMap.h76 - (void)deleteANTLRHashMap:(ANTLRMapElement *)np;
78 - (void)delete_chain:(ANTLRMapElement *)np;
84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
H A DANTLRMap.h72 - (void)deleteANTLRMap:(ANTLRMapElement *)np;
74 - (void)delete_chain:(ANTLRMapElement *)np;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRUniqueIDMap.h59 - (void)deleteANTLRUniqueIDMap:(ANTLRNodeMapElement *)np;
60 - (void)delete_chain:(ANTLRNodeMapElement *)np;
H A DANTLRPtrBuffer.h71 - (void)setBuffer:(NSMutableData *)np;
75 - (void)setPtrBuffer:(id *)np;
77 - (void)setPtr:(NSInteger)np;
H A DANTLRHashMap.h76 - (void)deleteANTLRHashMap:(ANTLRMapElement *)np;
78 - (void)delete_chain:(ANTLRMapElement *)np;
84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
H A DANTLRMap.h72 - (void)deleteANTLRMap:(ANTLRMapElement *)np;
74 - (void)delete_chain:(ANTLRMapElement *)np;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRUniqueIDMap.h59 - (void)deleteANTLRUniqueIDMap:(ANTLRNodeMapElement *)np;
60 - (void)delete_chain:(ANTLRNodeMapElement *)np;
H A DANTLRHashRule.h57 - (void)deleteANTLRHashRule:(ANTLRRuleMemo *)np;
58 - (void)delete_chain:(ANTLRRuleMemo *)np;
60 - (void)setPtrBuffer:(ANTLRRuleMemo **)np;
H A DANTLRPtrBuffer.h70 - (void)setBuffer:(NSMutableData *)np;
74 - (void)setPtrBuffer:(id *)np;
76 - (void)setPtr:(NSUInteger)np;
H A DANTLRMap.h72 - (void)deleteANTLRMap:(ANTLRMapElement *)np;
74 - (void)delete_chain:(ANTLRMapElement *)np;
/external/tcpdump/
H A Dprint-domain.c322 register const u_char *np = cp; local
351 cp = ns_nprint(np, bp);
562 register const HEADER *np; local
567 np = (const HEADER *)bp;
568 TCHECK(*np);
570 qdcount = EXTRACT_16BITS(&np->qdcount);
571 ancount = EXTRACT_16BITS(&np->ancount);
572 nscount = EXTRACT_16BITS(&np->nscount);
573 arcount = EXTRACT_16BITS(&np->arcount);
575 if (DNS_QR(np)) {
[all...]
/external/aac/libAACenc/src/
H A Daacenc_pns.cpp144 ErrorStatus = FDKaacEnc_GetPnsParam(&pnsConf->np,
203 if (pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) {
219 if (pnsConf->np.detectionAlgorithmFlags & JUST_LONG_WINDOW) {
243 startNoiseSfb = pnsConf->np.startSfb;
284 if((pnsData->noiseFuzzyMeasure[sfb]>pnsConf->np.gapFillThr) &&
292 if((pnsData->noiseFuzzyMeasure[maxSfbPerGroup-1]>pnsConf->np.gapFillThr) && (pnsData->pnsFlag[maxSfbPerGroup-2])) {
350 if ( !(pnsConf->np.detectionAlgorithmFlags & IS_LOW_COMLEXITY) ) {
357 if((pnsConf->np.detectionAlgorithmFlags & USE_TNS_GAIN_THR) &&
358 (tnsPredictionGain >= pnsConf->np.tnsGainThreshold) && condition &&
359 !((pnsConf->np
[all...]
H A Dpnsparam.h132 AAC_ENCODER_ERROR FDKaacEnc_GetPnsParam(NOISEPARAMS *np,
/external/openssl/crypto/lhash/
H A Dlhash.c312 LHASH_NODE **n,**n1,**n2,*np; local
324 for (np= *n1; np != NULL; )
327 hash=np->hash;
329 hash=lh->hash(np->data);
335 np->next= *n2;
336 *n2=np;
340 np= *n1;
368 LHASH_NODE **n,*n1,*np; local
370 np
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
H A DKexState.java23 public NegotiatedParameters np; field in class:KexState

Completed in 4797 milliseconds

12345