Lines Matching refs:pStr
76 cpSize cpToOctStr_BNU(Ipp8u* pStr, cpSize strLen, const BNU_CHUNK_T* pA, cpSize nsA) in cpToOctStr_BNU() argument
85 ZEXPAND_BNU(pStr, 0, strLen); in cpToOctStr_BNU()
86 pStr += strLen - BITS2WORD8_SIZE(bnuBitSize); in cpToOctStr_BNU()
92 *pStr++ = EBYTE(x, sizeof(BNU_CHUNK_T)-1-nb); in cpToOctStr_BNU()
97 *pStr++ = EBYTE(x,7); in cpToOctStr_BNU()
98 *pStr++ = EBYTE(x,6); in cpToOctStr_BNU()
99 *pStr++ = EBYTE(x,5); in cpToOctStr_BNU()
100 *pStr++ = EBYTE(x,4); in cpToOctStr_BNU()
102 *pStr++ = EBYTE(x,3); in cpToOctStr_BNU()
103 *pStr++ = EBYTE(x,2); in cpToOctStr_BNU()
104 *pStr++ = EBYTE(x,1); in cpToOctStr_BNU()
105 *pStr++ = EBYTE(x,0); in cpToOctStr_BNU()