HomeSort by relevance Sort by last modified time
    Searched refs:mod_str (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/fipstools/
cavp_rsa2_keygen_test.cc 30 std::string mod_str, table, count_str; local
31 if (!t->GetInstruction(&mod_str, "mod") ||
38 printf("[mod = %s]\r\n", mod_str.c_str());
41 size_t bits = strtoul(mod_str.c_str(), nullptr, 0);
cavp_rsa2_siggen_test.cc 41 std::string mod_str, hash; local
43 if (!t->GetInstruction(&mod_str, "mod") ||
51 int mod_bits = strtoul(mod_str.c_str(), nullptr, 0);
70 mod_str.c_str(),
cavp_rsa2_sigver_test.cc 43 std::string mod_str; local
44 if (!t->GetInstruction(&mod_str, "mod")) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 194 const char *mod_str; local
203 mod_str = PyString_AsString(filename);
204 if (mod_str == NULL)
210 strncmp(mod_str + (len - 3), ".py", 3) == 0) {
211 module = PyString_FromStringAndSize(mod_str, len-3);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 194 const char *mod_str; local
203 mod_str = PyString_AsString(filename);
204 if (mod_str == NULL)
210 strncmp(mod_str + (len - 3), ".py", 3) == 0) {
211 module = PyString_FromStringAndSize(mod_str, len-3);
  /external/python/cpython2/Python/
_warnings.c 194 const char *mod_str; local
203 mod_str = PyString_AsString(filename);
204 if (mod_str == NULL)
210 strncmp(mod_str + (len - 3), ".py", 3) == 0) {
211 module = PyString_FromStringAndSize(mod_str, len-3);

Completed in 78 milliseconds