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

  /external/valgrind/memcheck/tests/linux/
stack_changes.c 15 mycontext ctx1, ctx2, oldc; variable
58 int c2 = init_context(&ctx2);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
68 //free(ctx2.uc_stack.ss_sp);
  /external/libchrome/crypto/
secure_hash_unittest.cc 57 std::unique_ptr<crypto::SecureHash> ctx2(ctx1->Clone());
58 std::unique_ptr<crypto::SecureHash> ctx3(ctx2->Clone());
59 // At this point, ctx1, ctx2, and ctx3 are all equivalent and represent the
62 // Updating ctx1 and ctx2 with input2 should produce equivalent results.
66 ctx2->Update(input2.data(), input2.size());
67 ctx2->Finish(output2, sizeof(output2));
  /external/selinux/libsepol/src/
mls.c 674 context_struct_t *ctx1 = NULL, *ctx2 = NULL; local
676 ctx2 = malloc(sizeof(context_struct_t));
677 if (ctx1 == NULL || ctx2 == NULL)
680 context_init(ctx2);
685 if (mls_from_string(handle, &policydb->p, mls2, ctx2) < 0)
688 *response = mls_range_contains(ctx1->range, ctx2->range);
690 context_destroy(ctx2);
692 free(ctx2);
702 context_destroy(ctx2);
704 free(ctx2);
    [all...]
kernel_to_cil.c 2676 char *name, *ctx1, *ctx2; local
    [all...]
kernel_to_conf.c 2536 char *name, *ctx1, *ctx2; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 96 struct stw_context *ctx2; local
105 ctx2 = stw_lookup_context_locked( dhglrc2 );
107 if (ctx1 && ctx2 && ctx2->st->share)
108 ret = ctx2->st->share(ctx2->st, ctx1->st);
  /external/libchrome/base/trace_event/
heap_profiler_allocation_context_tracker_unittest.cc 258 AllocationContext ctx2 = local
261 ASSERT_EQ(kContext2, ctx2.type_name);
  /external/conscrypt/common/src/main/java/org/conscrypt/
NativeCrypto.java 429 static native int X509_check_issued(long ctx, long ctx2);
    [all...]
  /external/python/cpython2/Lib/test/
test_ssl.py     [all...]

Completed in 777 milliseconds