Searched refs:poolLength (Results 1 – 6 of 6) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpmont_getsize.c | 72 IppStatus cpMontGetSize(cpSize maxLen32, int poolLength, cpSize* pCtxSize) in cpMontGetSize() argument 77 gsModEngineGetSize(maxBitSize, poolLength, &size); in cpMontGetSize()
|
D | pcpmont_init.c | 72 IppStatus cpMontInit(int maxLen32, int poolLength, IppsMontState* pMont) in cpMontInit() argument 83 gsModEngineInit(MNT_ENGINE(pMont), NULL, maxBitSize, poolLength, gsModArithMont()); in cpMontInit()
|
D | pcpmontgomery.h | 324 IppStatus cpMontGetSize(cpSize maxLen32, int poolLength, cpSize* pCtxSize); 327 IppStatus cpMontInit(int maxLen32, int poolLength, IppsMontState* pMont);
|
/external/python/cpython3/Modules/expat/ |
D | xmlparse.c | 537 #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/ |
D | xmlparse.c | 537 #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/ |
D | xmlparse.c | 537 #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()
|