Searched refs:pCounter (Results 1 – 6 of 6) sorted by relevance
219 __INLINE void StdIncrement(Ipp8u* pCounter, int blkSize, int numSize)225 Ipp8u save = (Ipp8u)( pCounter[maskPosition] & ~mask );230 Ipp32u x = pCounter[len-1] + carry;231 pCounter[len-1] = (Ipp8u)x;236 pCounter[maskPosition] &= mask;237 pCounter[maskPosition] |= save;242 __INLINE void StdIncrement(Ipp8u* pCounter, int blkBitSize, int numSize) in StdIncrement() argument253 Ipp32u x = pCounter[i] + carry; in StdIncrement()254 Ipp8u y = pCounter[i]; in StdIncrement()255 pCounter[i] = (Ipp8u)((y & ~mask) | (x & mask)); in StdIncrement()
3549 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local3552 (*pCounter)++; in MatchAt()3553 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()3554 U_ASSERT(*pCounter == maxCount); in MatchAt()3557 if (*pCounter >= minCount) { in MatchAt()3616 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local3620 (*pCounter)++; in MatchAt()3621 if ((uint64_t)*pCounter >= (uint32_t)maxCount && maxCount != -1) { in MatchAt()3625 U_ASSERT(*pCounter == maxCount); in MatchAt()3629 if (*pCounter < minCount) { in MatchAt()[all …]
890 IppsBigNumState* pSeedOut, int* pCounter,898 IppsBigNumState* pSeedOut, int* pCounter,
17837 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 017839 PASS: gdb.python/python.exp: prompt substitution readline - global pCounter17841 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = pCounter + 117842 …thon/python.exp: prompt substitution readline - return "python line " + str (pCounter) + ": "17867 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
17569 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 017571 PASS: gdb.python/python.exp: prompt substitution readline - global pCounter17573 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = pCounter + 117574 …thon/python.exp: prompt substitution readline - return "python line " + str (pCounter) + ": "17599 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
17478 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 017480 PASS: gdb.python/python.exp: prompt substitution readline - global pCounter17482 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = pCounter + 117483 …thon/python.exp: prompt substitution readline - return "python line " + str (pCounter) + ": "17508 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0