OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bnuSize
(Results
1 - 4
of
4
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnu32_setoctstr.c
73
cpSize
bnuSize
=0;
77
for(; strLen>=4;
bnuSize
++,strLen-=4) {
93
bnuSize
++;
96
return
bnuSize
?
bnuSize
: 1;
pcpbnu32_getoctstr.c
66
//
bnuSize
size of BN
71
cpSize cpToOctStr_BNU32(Ipp8u* pStr, cpSize strLen, const Ipp32u* pBNU, cpSize
bnuSize
)
73
FIX_BNU(pBNU,
bnuSize
);
75
int bnuBitSize = BITSIZE_BNU32(pBNU,
bnuSize
);
77
Ipp32u x = pBNU[
bnuSize
-1];
87
for(--
bnuSize
;
bnuSize
>0;
bnuSize
--) {
88
x = pBNU[
bnuSize
-1];
pcpbnu32misc.h
85
cpSize cpToOctStr_BNU32(Ipp8u* pStr, cpSize strLen, const Ipp32u* pBNU, cpSize
bnuSize
);
pcpbnu32arith.h
73
int cpToOS_BNU32(Ipp8u* pStr, int strLen, const Ipp32u* pBNU, int
bnuSize
);
Completed in 113 milliseconds