/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpsetelemoctstr.c | 83 IPPFUN(IppStatus, ippsGFpSetElementOctString,(const Ipp8u* pStr, int strSize, IppsGFpElement* pR, I… 90 IPP_BADARG_RET( (!pStr && 0<strSize), ippStsNullPtrErr); 91 …IPP_BADARG_RET(!(0<strSize && strSize<=(int)(GFP_FELEN32(GFP_PMA(pGFp))*sizeof(Ipp32u))), ippStsSi… 110 int size = IPP_MIN(strSize, basicSize); 114 strSize -= size;
|
D | pcpgfpgetelemoctstr.c | 85 IPPFUN(IppStatus, ippsGFpGetElementOctString,(const IppsGFpElement* pA, Ipp8u* pStr, int strSize, I… 91 IPP_BADARG_RET( 0>=strSize, ippStsSizeErr ); 104 int size = IPP_MIN(strSize, basicSize); 109 strSize -= size;
|
D | pcpgfp_setoctstring.c | 56 BNU_CHUNK_T* cpGFpSetOctString(BNU_CHUNK_T* pElm, const Ipp8u* pStr, int strSize, gsModEngine* pGFE) in cpGFpSetOctString() argument 60 if((int)(elemLen*sizeof(BNU_CHUNK_T)) < strSize) in cpGFpSetOctString() 67 int nsTmp = cpFromOctStr_BNU(pTmp, pStr, strSize); in cpGFpSetOctString()
|
D | pcpgfp_getoctstring.c | 56 Ipp8u* cpGFpGetOctString(Ipp8u* pStr, int strSize, const BNU_CHUNK_T* pElm, gsModEngine* pGFE) in cpGFpGetOctString() argument 65 error = (0 == cpToOctStr_BNU(pStr, strSize, pTmp, elemLen)); in cpGFpGetOctString()
|
D | pcpgfpstuff.h | 231 BNU_CHUNK_T* cpGFpSetOctString(BNU_CHUNK_T* pR, const Ipp8u* pStr, int strSize, gsModEngine* pGFE); 234 Ipp8u* cpGFpGetOctString(Ipp8u* pStr, int strSize, const BNU_CHUNK_T* pA, gsModEngine* pGFE);
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsgtst.c | 65 uint32_t strSize = (uint32_t)strlen(txt_testCasePatterns[i]) + 1; in InitStrings() local 66 testCasePatterns[i]=(UChar*)malloc(sizeof(UChar) * strSize); in InitStrings() 67 u_uastrncpy(testCasePatterns[i], txt_testCasePatterns[i], strSize); in InitStrings() 70 uint32_t strSize = (uint32_t)strlen(txt_testResultStrings[i]) + 1; in InitStrings() local 71 testResultStrings[i] = (UChar*)malloc(sizeof(UChar) * strSize); in InitStrings() 72 u_uastrncpy(testResultStrings[i], txt_testResultStrings[i], strSize); in InitStrings()
|
D | capitst.c | 949 int strSize; in TestOpenVsOpenRules() local 1006 strSize = (rand()%40) + 1; in TestOpenVsOpenRules() 1008 for(z = 0; z < strSize; z++){ in TestOpenVsOpenRules() 1018 str[2%strSize] = uset_charAt(eSet, rand()%eSize); in TestOpenVsOpenRules() 1019 str[3%strSize] = uset_charAt(eSet, rand()%eSize); in TestOpenVsOpenRules() 1020 str[5%strSize] = uset_charAt(eSet, rand()%eSize); in TestOpenVsOpenRules() 1021 str[10%strSize] = uset_charAt(eSet, rand()%eSize); in TestOpenVsOpenRules() 1022 str[13%strSize] = uset_charAt(eSet, rand()%eSize); in TestOpenVsOpenRules() 1025 str[strSize-1] = '\0'; in TestOpenVsOpenRules()
|
/external/catch2/include/reporters/ |
D | catch_reporter_console.cpp | 309 auto strSize = Catch::StringRef(colStr).numberOfCharacters(); in operator <<() local 319 auto padding = (strSize + 2 < static_cast<std::size_t>(colInfo.width)) in operator <<() 320 ? std::string(colInfo.width - (strSize + 2), ' ') in operator <<()
|
/external/epid-sdk/ext/ipp/include/ |
D | ippcp.h | 1081 IPPAPI(IppStatus, ippsGFpSetElementOctString,(const Ipp8u* pStr, int strSize, IppsGFpElement* pR, I… 1087 IPPAPI(IppStatus, ippsGFpGetElementOctString,(const IppsGFpElement* pA, Ipp8u* pStr, int strSize, I…
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 13615 auto strSize = Catch::StringRef(colStr).numberOfCharacters(); in operator <<() local 13625 auto padding = (strSize + 2 < static_cast<std::size_t>(colInfo.width)) in operator <<() 13626 ? std::string(colInfo.width - (strSize + 2), ' ') in operator <<()
|