Searched refs:eSize (Results 1 – 3 of 3) sorted by relevance
/external/tpm2/ |
D | MathFunctions_fp.h | 26 const UINT32 eSize, // IN: size of power
|
D | MathFunctions.c | 446 const UINT32 eSize, // IN: size of power in _math__ModExp() argument 472 || BN_bin2bn(e, eSize, bnE) == NULL in _math__ModExp()
|
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 948 int32_t eSize; in TestOpenVsOpenRules() local 1003 eSize = uset_size(eSet); in TestOpenVsOpenRules() 1009 str[z] = uset_charAt(eSet, rand()%eSize); in TestOpenVsOpenRules() 1014 eSize = uset_size(eSet); in TestOpenVsOpenRules() 1017 if(eSize > 0){ 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()
|