Home
last modified time | relevance | path

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

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpmont_getsize.c72 IppStatus cpMontGetSize(cpSize maxLen32, int poolLength, cpSize* pCtxSize) in cpMontGetSize() argument
77 gsModEngineGetSize(maxBitSize, poolLength, &size); in cpMontGetSize()
Dpcpmont_init.c72 IppStatus cpMontInit(int maxLen32, int poolLength, IppsMontState* pMont) in cpMontInit() argument
83 gsModEngineInit(MNT_ENGINE(pMont), NULL, maxBitSize, poolLength, gsModArithMont()); in cpMontInit()
Dpcpmontgomery.h324 IppStatus cpMontGetSize(cpSize maxLen32, int poolLength, cpSize* pCtxSize);
327 IppStatus cpMontInit(int maxLen32, int poolLength, IppsMontState* pMont);
/external/python/cpython3/Modules/expat/
Dxmlparse.c537 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4714 parser->m_declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5525 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5564 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5591 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6272 if (poolLength(&parser->m_tempPool) == 0) in setContext()
/external/expat/lib/
Dxmlparse.c537 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4714 parser->m_declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5525 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5564 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5591 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6272 if (poolLength(&parser->m_tempPool) == 0) in setContext()
/external/python/cpython2/Modules/expat/
Dxmlparse.c537 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4714 parser->m_declEntity->textLen = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5525 if (!isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5564 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5591 if (!isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6272 if (poolLength(&parser->m_tempPool) == 0) in setContext()