/third_party/mesa3d/src/intel/compiler/ |
H A D | test_vec4_cmod_propagation.cpp | 41 void *ctx; member in cmod_propagation_vec4_test 101 ctx = ralloc_context(NULL); in SetUp() 102 compiler = rzalloc(ctx, struct brw_compiler); in SetUp() 103 devinfo = rzalloc(ctx, struct intel_device_info); in SetUp() 106 prog_data = ralloc(ctx, struct brw_vue_prog_data); in SetUp() 108 nir_shader_create(ctx, MESA_SHADER_VERTEX, NULL, NULL); in SetUp() 110 v = new cmod_propagation_vec4_visitor(compiler, ctx, shader, prog_data); in SetUp() 121 ralloc_free(ctx); in TearDown() 122 ctx = NULL; in TearDown()
|
/third_party/openssl/test/ |
H A D | ffc_internal_test.c | 614 BN_CTX *ctx = NULL; in ffc_private_gen_test() local 616 if (!TEST_ptr(ctx = BN_CTX_new_ex(NULL))) in ffc_private_gen_test() 628 if (!TEST_false(ossl_ffc_generate_private_key(ctx, params, 220, 112, priv))) in ffc_private_gen_test() 631 if (!TEST_false(ossl_ffc_generate_private_key(ctx, params, N + 1, 112, priv))) in ffc_private_gen_test() 634 if (!TEST_false(ossl_ffc_generate_private_key(ctx, params, N, 0, priv))) in ffc_private_gen_test() 637 if (!TEST_true(ossl_ffc_generate_private_key(ctx, params, N, 112, priv))) in ffc_private_gen_test() 643 if (!TEST_true(ossl_ffc_generate_private_key(ctx, params, N / 2, 112, priv))) in ffc_private_gen_test() 648 if (!TEST_true(ossl_ffc_generate_private_key(ctx, params, 0, in ffc_private_gen_test() 661 BN_CTX_free(ctx); in ffc_private_gen_test()
|
/third_party/openssl/test/helpers/ |
H A D | handshake.c | 301 static int verify_reject_cb(X509_STORE_CTX *ctx, void *arg) { in verify_reject_cb() argument 302 X509_STORE_CTX_set_error(ctx, X509_V_ERR_APPLICATION_VERIFICATION); in verify_reject_cb() 307 static int verify_retry_cb(X509_STORE_CTX *ctx, void *arg) { in verify_retry_cb() argument 313 || (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL) in verify_retry_cb() 322 static int verify_accept_cb(X509_STORE_CTX *ctx, void *arg) { in verify_accept_cb() argument 327 unsigned char *iv, EVP_CIPHER_CTX *ctx, in broken_session_ticket_cb() 335 EVP_CIPHER_CTX *ctx, in do_not_call_session_ticket_cb() 732 static int create_peer(PEER *peer, SSL_CTX *ctx) in create_peer() argument 738 if (!TEST_ptr(ssl = SSL_new(ctx)) in create_peer() 1678 * We create a fresh copy that is not in the server session ctx linke in do_handshake_internal() 326 broken_session_ticket_cb(SSL *s, unsigned char *key_name, unsigned char *iv, EVP_CIPHER_CTX *ctx, EVP_MAC_CTX *hctx, int enc) broken_session_ticket_cb() argument 333 do_not_call_session_ticket_cb(SSL *s, unsigned char *key_name, unsigned char *iv, EVP_CIPHER_CTX *ctx, EVP_MAC_CTX *hctx, int enc) do_not_call_session_ticket_cb() argument [all...] |
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 1904 static void stbtt__csctx_close_shape(stbtt__csctx *ctx) in stbtt__csctx_close_shape() argument 1906 if (ctx->first_x != ctx->x || ctx->first_y != ctx->y) in stbtt__csctx_close_shape() 1907 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0); in stbtt__csctx_close_shape() 1910 static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) in stbtt__csctx_rmove_to() argument 1912 stbtt__csctx_close_shape(ctx); in stbtt__csctx_rmove_to() 1918 stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) stbtt__csctx_rline_to() argument 1925 stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) stbtt__csctx_rccurve_to() argument [all...] |
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 1904 static void stbtt__csctx_close_shape(stbtt__csctx *ctx) in stbtt__csctx_close_shape() argument 1906 if (ctx->first_x != ctx->x || ctx->first_y != ctx->y) in stbtt__csctx_close_shape() 1907 stbtt__csctx_v(ctx, STBTT_vline, (int)ctx->first_x, (int)ctx->first_y, 0, 0, 0, 0); in stbtt__csctx_close_shape() 1910 static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) in stbtt__csctx_rmove_to() argument 1912 stbtt__csctx_close_shape(ctx); in stbtt__csctx_rmove_to() 1918 stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) stbtt__csctx_rline_to() argument 1925 stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float dy1, float dx2, float dy2, float dx3, float dy3) stbtt__csctx_rccurve_to() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vidstabutils.h | 35 * @param[in] ctx AVFilterContext used for logging 39 VSPixelFormat ff_av2vs_pixfmt(AVFilterContext *ctx, enum AVPixelFormat pf);
|
H A D | vif.h | 27 int ff_compute_vif2(AVFilterContext *ctx,
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_clear.h | 44 void st_Clear(struct gl_context *ctx, GLbitfield mask);
|
H A D | st_gen_mipmap.h | 40 st_generate_mipmap(struct gl_context *ctx, GLenum target,
|
/third_party/mesa3d/src/mesa/program/ |
H A D | link_program.h | 34 void _mesa_glsl_link_shader(struct gl_context *ctx, struct gl_shader_program *prog);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_image.h | 33 void fd5_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_fence.h | 34 void lima_fence_context_init(struct lima_context *ctx);
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_compute.h | 38 void util_compute_blit(struct pipe_context *ctx, struct pipe_blit_info *blit_info,
|
H A D | u_tests.h | 41 void util_test_constant_buffer(struct pipe_context *ctx,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_image.h | 34 void fd4_emit_images(struct fd_context *ctx, struct fd_ringbuffer *ring,
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | pkcs7.h | 16 void ossl_pkcs7_set0_libctx(PKCS7 *p7, OSSL_LIB_CTX *ctx);
|
/third_party/openssl/include/crypto/ |
H A D | pkcs7.h | 16 void ossl_pkcs7_set0_libctx(PKCS7 *p7, OSSL_LIB_CTX *ctx);
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Tests.h | 35 void Test(const TestContext& ctx);
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_screen.c | 823 struct dri_context *ctx = (struct dri_context *)st->st_manager_private; in dri_set_background_context() local 825 ctx->sPriv->dri2.backgroundCallable; in dri_set_background_context() 832 backgroundCallable->setBackgroundContext(ctx->cPriv->loaderPrivate); in dri_set_background_context() 834 if (ctx->hud) in dri_set_background_context() 835 hud_add_queue_for_monitoring(ctx->hud, queue_info); in dri_set_background_context()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | pkcs7.h | 64 const PKCS7_CTX *ctx; member 100 const PKCS7_CTX *ctx; member 149 const PKCS7_CTX *ctx; member 215 PKCS7_CTX ctx; member 347 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | pkcs7.h | 64 const PKCS7_CTX *ctx; member 100 const PKCS7_CTX *ctx; member 149 const PKCS7_CTX *ctx; member 215 PKCS7_CTX ctx; member 347 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | pkcs7.h | 64 const PKCS7_CTX *ctx; member 100 const PKCS7_CTX *ctx; member 149 const PKCS7_CTX *ctx; member 215 PKCS7_CTX ctx; member 347 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | pkcs7.h | 64 const PKCS7_CTX *ctx; member 100 const PKCS7_CTX *ctx; member 149 const PKCS7_CTX *ctx; member 215 PKCS7_CTX ctx; member 347 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | pkcs7.h | 64 const PKCS7_CTX *ctx; member 100 const PKCS7_CTX *ctx; member 149 const PKCS7_CTX *ctx; member 215 PKCS7_CTX ctx; member 347 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | pkcs7.h | 64 const PKCS7_CTX *ctx; member 100 const PKCS7_CTX *ctx; member 149 const PKCS7_CTX *ctx; member 215 PKCS7_CTX ctx; member 347 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
|