Home
last modified time | relevance | path

Searched refs:nsE (Results 1 – 20 of 20) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpstuff.h113 __INLINE int cpGFpElementLen(const BNU_CHUNK_T* pE, int nsE) in cpGFpElementLen() argument
115 for(; nsE>1 && 0==pE[nsE-1]; nsE--) ; in cpGFpElementLen()
116 return nsE; in cpGFpElementLen()
118 __INLINE BNU_CHUNK_T* cpGFpElementCopy(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pE, int nsE) in cpGFpElementCopy() argument
121 for(n=0; n<nsE; n++) pR[n] = pE[n]; in cpGFpElementCopy()
124 __INLINE BNU_CHUNK_T* cpGFpElementPadd(BNU_CHUNK_T* pE, int nsE, BNU_CHUNK_T filler) in cpGFpElementPadd() argument
127 for(n=0; n<nsE; n++) pE[n] = filler; in cpGFpElementPadd()
130 __INLINE BNU_CHUNK_T* cpGFpElementCopyPadd(BNU_CHUNK_T* pR, int nsR, const BNU_CHUNK_T* pE, int nsE) in cpGFpElementCopyPadd() argument
133 for(n=0; n<nsE; n++) pR[n] = pE[n]; in cpGFpElementCopyPadd()
137 __INLINE int cpGFpElementCmp(const BNU_CHUNK_T* pE, const BNU_CHUNK_T* pX, int nsE) in cpGFpElementCmp() argument
[all …]
Dpcpmont_expbinbnu.c83 const BNU_CHUNK_T* dataE, cpSize nsE, in cpMontExpBin_BNU() argument
93 if( cpEqu_BNU_CHUNK(dataE, nsE, 0) ) { in cpMontExpBin_BNU()
109 BNU_CHUNK_T eValue = dataE[nsE-1]; in cpMontExpBin_BNU()
127 for(--nsE; nsE>0; nsE--) { in cpMontExpBin_BNU()
128 eValue = dataE[nsE-1]; in cpMontExpBin_BNU()
Dpcpgfpx_multiexp.c134 static int cpGetMaxBitsizeExponent(const BNU_CHUNK_T* ppE[], int nsE[], int nItems) in cpGetMaxBitsizeExponent() argument
138 int expBitSize = BITSIZE_BNU(ppE[0], nsE[0]); in cpGetMaxBitsizeExponent()
140 expBitSize = IPP_MAX(expBitSize, BITSIZE_BNU(ppE[n], nsE[n])); in cpGetMaxBitsizeExponent()
146 …ultiExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* ppA[], const BNU_CHUNK_T* ppE[], int nsE[], int nItems, in cpGFpxMultiExp() argument
160 int expBitSize = cpGetMaxBitsizeExponent(ppE, nsE, nItems); in cpGFpxMultiExp()
169 cpGFpElementCopyPadd(pData, elmLen, ppE[n], nsE[n]); in cpGFpxMultiExp()
Dpcpngmontexpstuff_avx512.h97 const BNU_CHUNK_T* dataE, cpSize nsE,
104 const BNU_CHUNK_T* dataE, cpSize nsE,
111 const BNU_CHUNK_T* dataE, cpSize nsE,
118 const BNU_CHUNK_T* dataE, cpSize nsE,
Dpcpngmontexpstuff_sse2.h95 const BNU_CHUNK_T* dataE, cpSize nsE,
102 const BNU_CHUNK_T* dataE, cpSize nsE,
109 const BNU_CHUNK_T* dataE, cpSize nsE,
116 const BNU_CHUNK_T* dataE, cpSize nsE,
Dpcpgfpx_exp.c88 BNU_CHUNK_T* cpGFpxExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int nsE, in cpGFpxExp() argument
94 FIX_BNU(pE, nsE); in cpGFpxExp()
107 int expBitSize = BITSIZE_BNU(pE, nsE); in cpGFpxExp()
150 cpGFpElementCopy(pExpandedE, pE, nsE); in cpGFpxExp()
Dpcpmontgomery.h234 const BNU_CHUNK_T* pE, cpSize nsE,
240 const BNU_CHUNK_T* pE, cpSize nsE,
251 cpSize nsE = BN_SIZE(pEbn); in cpMontExpBin_BN_sscm() local
253 cpSize nsY = cpMontExpBin_BNU_sscm(pY, pX,nsX, pE,nsE, pMont); in cpMontExpBin_BN_sscm()
267 cpSize nsE = BN_SIZE(pEbn); in cpMontExpBin_BN() local
269 cpSize nsY = cpMontExpBin_BNU(pY, pX,nsX, pE,nsE, pModEngine); in cpMontExpBin_BN()
Dpcpngmontexpstuff_avx2.h117 const BNU_CHUNK_T* dataE, cpSize nsE,
124 const BNU_CHUNK_T* dataE, cpSize nsE,
131 const BNU_CHUNK_T* dataE, cpSize nsE,
138 const BNU_CHUNK_T* dataE, cpSize nsE,
Dpcpgfp_exp.c55 BNU_CHUNK_T* cpGFpExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int nsE, gsMod… in cpGFpExp() argument
58 cpMontExpBin_BNU(pR, pA,cpFix_BNU(pA, elemLen), pE,cpFix_BNU(pE, nsE), pGFE); in cpGFpExp()
Dpcpmask_ct.h129 __INLINE BNU_CHUNK_T cpIsGFpElemEquChunk_ct(const BNU_CHUNK_T* pE, int nsE, BNU_CHUNK_T x) in cpIsGFpElemEquChunk_ct() argument
133 for (i = 1; i < nsE; i++) { in cpIsGFpElemEquChunk_ct()
Dpcpgfpecsetpointrand.c148 …int nsE = cpMod_BNU(pExp, generatedLen, MOD_MODULUS(ECP_MONT_R(pEC)), BITS_BNU_CHUNK(ECP_ORDBITSIZ… variable
150 gfec_MulPoint(pPoint, &G, pExp, nsE, pEC, pScratchBuffer);
Dpcpgfpxstuff.h167 BNU_CHUNK_T* cpGFpxExp (BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int nsE,…
170 …ultiExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* ppA[], const BNU_CHUNK_T* ppE[], int nsE[], int nItems,
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D9fd0f28724986d1cb30eba77d74baad6.0001306d.honggfuzz.cov172 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
318 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
D0023b634c721567767a0375e85028c74.0000baa9.honggfuzz.cov73 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
Def75bd883f13202a1b746e6ecb757918.00013397.honggfuzz.cov393 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D9fd0f28724986d1cb30eba77d74baad6.0001306d.honggfuzz.cov172 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
318 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
D0023b634c721567767a0375e85028c74.0000baa9.honggfuzz.cov73 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
Def75bd883f13202a1b746e6ecb757918.00013397.honggfuzz.cov393 �`&��~�m��?6nt��nLc����l�y��ӕ�T��m�P�<I&��ŴnsE���O�����eE3� ���;P�Ar�:�Jh%(����=#҃��\�N��I�…
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb823 …\n7twlm+1Fm60NAPr6OrjKmRZLs7ivQmQK6PZ/5owN91jYwgAAIABJREFUAJCQy5evC7kuhBQQ+nsE\npfyVgoJCTpCkj/NeAs…
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_034.ppm3090 …!# !!!!!!###%%%"""###'''))),,,...,,,,)*,)*-*.304:3,OHAL6 H1X8|]%ĠmšnsE �WȒKћT�|(xI�lI��i…