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

  /external/valgrind/main/memcheck/tests/linux/
stack_changes.c 15 mycontext ctx1, ctx2, oldc; variable
57 int c1 = init_context(&ctx1);
60 makecontext(&ctx1, (void (*)()) hello, 1, &ctx2);
61 makecontext(&ctx2, (void (*)()) hello, 1, &ctx1);
63 swapcontext(&oldc, &ctx1);
66 //free(ctx1.uc_stack.ss_sp);
  /external/chromium_org/crypto/
secure_hash_unittest.cc 52 scoped_ptr<crypto::SecureHash> ctx1(crypto::SecureHash::Create(
57 ctx1->Update(input1.data(), input1.size());
58 ctx1->Update(input2.data(), input2.size());
59 ctx1->Update(input3.data(), input3.size());
61 EXPECT_TRUE(ctx1->Serialize(&pickle));
62 ctx1->Update(input4.data(), input4.size());
63 ctx1->Update(input5.data(), input5.size());
65 ctx1->Finish(output1, sizeof(output1));
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java 69 SSLContext ctx1, ctx2; local
71 ctx1 = context;
76 SSLServerSocket ssocket = (SSLServerSocket) ctx1
103 SSLContext ctx1, ctx2; local
111 ctx1 = ((k & 1) > 0) ? context : ctx_other;
114 SSLServerSocket ssocket = (SSLServerSocket) ctx1
  /external/libsepol/src/
mls.c 656 context_struct_t *ctx1 = NULL, *ctx2 = NULL; local
657 ctx1 = malloc(sizeof(context_struct_t));
659 if (ctx1 == NULL || ctx2 == NULL)
661 context_init(ctx1);
664 if (mls_from_string(handle, &policydb->p, mls1, ctx1) < 0)
670 *response = mls_range_contains(ctx1->range, ctx2->range);
671 context_destroy(ctx1);
673 free(ctx1);
683 context_destroy(ctx1);
685 free(ctx1);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_context.c 97 struct stw_context *ctx1; local
106 ctx1 = stw_lookup_context_locked( dhglrc1 );
109 if (ctx1 && ctx2 && ctx2->st->share)
110 ret = ctx2->st->share(ctx2->st, ctx1->st);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_context.c 97 struct stw_context *ctx1; local
106 ctx1 = stw_lookup_context_locked( dhglrc1 );
109 if (ctx1 && ctx2 && ctx2->st->share)
110 ret = ctx2->st->share(ctx2->st, ctx1->st);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodemv.c 299 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
300 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]);
302 ++counts->single_ref[ctx1][1][bit1];
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 300 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]);
303 ++counts->single_ref[ctx1][1][bit1];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 300 const int ctx1 = vp9_get_pred_context_single_ref_p2(xd); local
301 const int bit1 = vp9_read(r, fc->single_ref_prob[ctx1][1]);
303 ++counts->single_ref[ctx1][1][bit1];
  /external/chromium_org/v8/test/cctest/
test-heap.cc 1807 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
1853 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
1897 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
1941 v8::Local<v8::Context> ctx1 = v8::Local<v8::Context>::New(isolate, ctx1p); local
    [all...]
test-api.cc 15610 v8::Local<v8::Context> ctx1 = v8::Context::New(isolate); local
    [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java 231 public static native boolean EC_GROUP_cmp(long ctx1, long ctx2);
    [all...]

Completed in 375 milliseconds