Searched refs:bnuSize (Results 1 – 4 of 4) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnu32_getoctstr.c | 71 cpSize cpToOctStr_BNU32(Ipp8u* pStr, cpSize strLen, const Ipp32u* pBNU, cpSize bnuSize) in cpToOctStr_BNU32() argument 73 FIX_BNU(pBNU, bnuSize); in cpToOctStr_BNU32() 75 int bnuBitSize = BITSIZE_BNU32(pBNU, bnuSize); in cpToOctStr_BNU32() 77 Ipp32u x = pBNU[bnuSize-1]; in cpToOctStr_BNU32() 87 for(--bnuSize; bnuSize>0; bnuSize--) { in cpToOctStr_BNU32() 88 x = pBNU[bnuSize-1]; in cpToOctStr_BNU32()
|
D | pcpbnu32_setoctstr.c | 73 cpSize bnuSize=0; in cpFromOctStr_BNU32() local 77 for(; strLen>=4; bnuSize++,strLen-=4) { in cpFromOctStr_BNU32() 93 bnuSize++; in cpFromOctStr_BNU32() 96 return bnuSize? bnuSize : 1; in cpFromOctStr_BNU32()
|
D | pcpbnu32misc.h | 85 cpSize cpToOctStr_BNU32(Ipp8u* pStr, cpSize strLen, const Ipp32u* pBNU, cpSize bnuSize);
|
D | pcpbnu32arith.h | 73 int cpToOS_BNU32(Ipp8u* pStr, int strLen, const Ipp32u* pBNU, int bnuSize);
|