Home
last modified time | relevance | path

Searched refs:pCounter (Results 1 – 6 of 6) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcptool.h219 __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() argument
253 Ipp32u x = pCounter[i] + carry; in StdIncrement()
254 Ipp8u y = pCounter[i]; in StdIncrement()
255 pCounter[i] = (Ipp8u)((y & ~mask) | (x & mask)); in StdIncrement()
/external/icu/icu4c/source/i18n/
Drematch.cpp3549 int64_t *pCounter = &fp->fExtra[URX_VAL(initOp)]; in MatchAt() local
3552 (*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() local
3620 (*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 …]
/external/epid-sdk/ext/ipp/include/
Dippcp.h890 IppsBigNumState* pSeedOut, int* pCounter,
898 IppsBigNumState* pSeedOut, int* pCounter,
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu17837 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
17839 PASS: gdb.python/python.exp: prompt substitution readline - global pCounter
17841 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = pCounter + 1
17842 …thon/python.exp: prompt substitution readline - return "python line " + str (pCounter) + ": "
17867 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
Di686-pc-linux-gnu17569 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
17571 PASS: gdb.python/python.exp: prompt substitution readline - global pCounter
17573 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = pCounter + 1
17574 …thon/python.exp: prompt substitution readline - return "python line " + str (pCounter) + ": "
17599 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
Darmv7a-cros-linux-gnueabi17478 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0
17480 PASS: gdb.python/python.exp: prompt substitution readline - global pCounter
17482 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = pCounter + 1
17483 …thon/python.exp: prompt substitution readline - return "python line " + str (pCounter) + ": "
17508 PASS: gdb.python/python.exp: prompt substitution readline - pCounter = 0