HomeSort by relevance Sort by last modified time
    Searched defs:os1 (Results 1 - 7 of 7) sorted by null

  /external/libutf/
runestrcpy.c 22 Rune *os1; local
24 os1 = s1;
27 return os1;
runestrncat.c 22 Rune *os1; local
24 os1 = s1;
31 return os1;
runestrncpy.c 23 Rune *os1; local
25 os1 = s1;
30 return os1;
32 return os1;
  /external/chromium_org/third_party/boringssl/src/crypto/evp/
p_rsa_asn1.c 699 ASN1_STRING *os1 = rsa_ctx_to_pss(pkctx); local
700 if (!os1) {
705 ASN1_STRING *os2 = ASN1_STRING_dup(os1);
707 ASN1_STRING_free(os1);
712 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_rsassaPss), V_ASN1_SEQUENCE, os1);
  /external/openssl/crypto/rsa/
rsa_ameth.c 582 ASN1_STRING *os1 = NULL, *os2 = NULL; local
633 if (!ASN1_item_pack(pss, ASN1_ITEM_rptr(RSA_PSS_PARAMS), &os1))
637 os2 = ASN1_STRING_dup(os1);
644 V_ASN1_SEQUENCE, os1);
645 os1 = os2 = NULL;
652 if (os1)
653 ASN1_STRING_free(os1);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 1114 yasm_offset_setter *os1, *os2; local
    [all...]
  /art/runtime/
class_linker.cc 386 std::ostringstream os1, os2; local
387 java_lang_String->DumpClass(os1, mirror::Class::kDumpClassFullDetail);
389 CHECK_EQ(java_lang_String.Get(), String_class) << os1.str() << "\n\n" << os2.str();
    [all...]

Completed in 501 milliseconds