Home
last modified time | relevance | path

Searched refs:bnuBitSize (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpbnu32_getoctstr.c75 int bnuBitSize = BITSIZE_BNU32(pBNU, bnuSize); in cpToOctStr_BNU32() local
76 if(bnuBitSize <= strLen*BYTESIZE) { in cpToOctStr_BNU32()
80 pStr += strLen - BITS2WORD8_SIZE(bnuBitSize); in cpToOctStr_BNU32()
Dpcpbnu_getoctstr.c80 cpSize bnuBitSize = BITSIZE_BNU(pA, nsA); in cpToOctStr_BNU() local
81 if(bnuBitSize <= strLen*BYTESIZE) { in cpToOctStr_BNU()
86 pStr += strLen - BITS2WORD8_SIZE(bnuBitSize); in cpToOctStr_BNU()