Home
last modified time | relevance | path

Searched refs:ctx (Results 5151 - 5175 of 6927) sorted by relevance

1...<<201202203204205206207208209210>>...278

/third_party/mbedtls/library/
H A Dpsa_crypto.c2310 memset(&operation->ctx, 0, sizeof(operation->ctx)); in psa_hash_setup()
3838 &operation->ctx); in mbedtls_psa_sign_hash_start()
3845 operation->ctx->grp.nbits); in mbedtls_psa_sign_hash_start()
3910 mbedtls_ecdsa_sign_det_restartable(&operation->ctx->grp, in mbedtls_psa_sign_hash_complete()
3913 &operation->ctx->d, in mbedtls_psa_sign_hash_complete()
3926 mbedtls_ecdsa_sign_restartable(&operation->ctx->grp, in mbedtls_psa_sign_hash_complete()
3929 &operation->ctx->d, in mbedtls_psa_sign_hash_complete()
3998 if (operation->ctx) { in mbedtls_psa_sign_hash_abort()
3999 mbedtls_ecdsa_free(operation->ctx); in mbedtls_psa_sign_hash_abort()
8017 mbedtls_psa_crypto_configure_entropy_sources( void (* entropy_init)(mbedtls_entropy_context *ctx), void (* entropy_free)(mbedtls_entropy_context *ctx)) mbedtls_psa_crypto_configure_entropy_sources() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_uvd.c84 struct rvid_buffer ctx; member
994 si_vid_destroy_buffer(&dec->ctx); in ruvd_destroy()
1123 dec->msg->body.decode.dpb_reserved = dec->ctx.res->buf->size; in ruvd_end_frame()
1138 if (dec->ctx.res == NULL) { in ruvd_end_frame()
1144 if (!si_vid_create_buffer(dec->screen, &dec->ctx, ctx_size, PIPE_USAGE_DEFAULT)) { in ruvd_end_frame()
1147 si_vid_clear_buffer(decoder->context, &dec->ctx); in ruvd_end_frame()
1150 if (dec->ctx.res) in ruvd_end_frame()
1151 dec->msg->body.decode.dpb_reserved = dec->ctx.res->buf->size; in ruvd_end_frame()
1188 if (dec->ctx.res) in ruvd_end_frame()
1189 send_cmd(dec, RUVD_CMD_CONTEXT_BUFFER, dec->ctx in ruvd_end_frame()
[all...]
H A Dsi_clear.c1102 static void si_clear(struct pipe_context *ctx, unsigned buffers, in si_clear() argument
1106 struct si_context *sctx = (struct si_context *)ctx; in si_clear()
1231 struct pipe_context *ctx = &sctx->b; in si_try_normal_clear() local
1246 ctx->set_framebuffer_state(ctx, &fb); in si_try_normal_clear()
1247 ctx->clear(ctx, buffers, NULL, color, depth, stencil); in si_try_normal_clear()
1248 ctx->set_framebuffer_state(ctx, &saved_fb); in si_try_normal_clear()
1258 static void si_clear_render_target(struct pipe_context *ctx, struc argument
1284 si_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) si_clear_depth_stencil() argument
[all...]
/third_party/node/lib/internal/
H A Derrors.js355 [SymbolFor('nodejs.util.inspect.custom')](recurseTimes, ctx) {
357 ...ctx,
366 constructor(ctx) {
367 super(key, ctx);
508 * @param {object} ctx
511 const uvException = hideStackFrames(function uvException(ctx) {
512 const { 0: code, 1: uvmsg } = uvErrmapGet(ctx.errno) || uvUnmappedError;
513 let message = `${code}: ${ctx.message || uvmsg}, ${ctx.syscall}`;
517 if (ctx
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs88 pub fn $checked(&self, ctx: &BindgenContext) -> Option<$name> { in from()
89 if ctx.resolve_item(*self).kind().$check_method() { in from()
97 pub fn $expected(&self, ctx: &BindgenContext) -> $name { in from()
98 self.$checked(ctx) in from()
216 fn can_derive_debug(&self, ctx: &BindgenContext) -> bool { in can_derive_debug()
217 ctx.options().derive_debug && ctx.lookup_can_derive_debug(*self) in can_derive_debug()
225 fn can_derive_default(&self, ctx: &BindgenContext) -> bool { in can_derive_default()
226 ctx.options().derive_default && ctx in can_derive_default()
[all...]
/third_party/python/Lib/test/
H A Dtest_ftplib.py984 ctx = ssl.SSLContext(ssl.PROTOCOL_TLS_CLIENT)
985 ctx.check_hostname = False
986 ctx.verify_mode = ssl.CERT_NONE
988 context=ctx)
990 context=ctx)
992 keyfile=CERTFILE, context=ctx)
994 self.client = ftplib.FTP_TLS(context=ctx, timeout=TIMEOUT)
998 self.assertIs(self.client.sock.context, ctx)
1003 self.assertIs(sock.context, ctx)
1016 ctx
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Ddefs.c434 VALUE ctx = rb_class_new_instance(1, &_self, cBuilder); in DescriptorPool_build() local
436 rb_funcall_with_block(ctx, rb_intern("instance_eval"), 0, NULL, block); in DescriptorPool_build()
437 Builder_build(ctx); in DescriptorPool_build()
1790 VALUE ctx = rb_class_new_instance(2, args, cOneofBuilderContext); in MessageBuilderContext_oneof() local
1792 rb_funcall_with_block(ctx, rb_intern("instance_eval"), 0, NULL, block); in MessageBuilderContext_oneof()
2120 VALUE ctx = rb_class_new_instance(2, args, cMessageBuilderContext); in FileBuilderContext_add_message() local
2122 rb_funcall_with_block(ctx, rb_intern("instance_eval"), 0, NULL, block); in FileBuilderContext_add_message()
2123 MessageBuilderContext_add_synthetic_oneofs(ctx); in FileBuilderContext_add_message()
2139 VALUE ctx = rb_class_new_instance(2, args, cEnumBuilderContext); in FileBuilderContext_add_enum() local
2141 rb_funcall_with_block(ctx, rb_inter in FileBuilderContext_add_enum()
2225 VALUE ctx; Builder_add_file() local
[all...]
/third_party/libdrm/
H A Dxf86drm.c2028 drm_ctx_t ctx; in drmCreateContext() local
2030 memclear(ctx); in drmCreateContext()
2031 if (drmIoctl(fd, DRM_IOCTL_ADD_CTX, &ctx)) in drmCreateContext()
2033 *handle = ctx.handle; in drmCreateContext()
2039 drm_ctx_t ctx; in drmSwitchToContext() local
2041 memclear(ctx); in drmSwitchToContext()
2042 ctx.handle = context; in drmSwitchToContext()
2043 if (drmIoctl(fd, DRM_IOCTL_SWITCH_CTX, &ctx)) in drmSwitchToContext()
2051 drm_ctx_t ctx; in drmSetContextFlags() local
2059 memclear(ctx); in drmSetContextFlags()
2073 drm_ctx_t ctx; drmGetContextFlags() local
2106 drm_ctx_t ctx; drmDestroyContext() local
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_pad.c79 int32_t output_operand_index, const void *parameters, NativeContext *ctx) in ff_dnn_execute_layer_pad()
115 av_log(ctx, AV_LOG_ERROR, "The output data length overflow\n"); in ff_dnn_execute_layer_pad()
120 av_log(ctx, AV_LOG_ERROR, "Failed to reallocate memory for output\n"); in ff_dnn_execute_layer_pad()
78 ff_dnn_execute_layer_pad(DnnOperand *operands, const int32_t *input_operand_indexes, int32_t output_operand_index, const void *parameters, NativeContext *ctx) ff_dnn_execute_layer_pad() argument
/third_party/ffmpeg/libavformat/
H A Drtpdec_rfc4175.c223 static int rfc4175_handle_packet(AVFormatContext *ctx, PayloadContext *data, in rfc4175_handle_packet() argument
245 av_log(ctx, AV_LOG_ERROR, "Missed previous RTP Marker\n"); in rfc4175_handle_packet()
256 av_log(ctx, AV_LOG_ERROR, "Out of memory.\n"); in rfc4175_handle_packet()
/third_party/fsverity-utils/lib/
H A Dcompute_digest.c56 int err = cbs->merkle_tree_size(cbs->ctx, size); in report_merkle_tree_size()
72 int err = cbs->merkle_tree_block(cbs->ctx, block->data, in report_merkle_tree_block()
89 int err = cbs->descriptor(cbs->ctx, descriptor, size); in report_descriptor()
/third_party/EGL/api/1.0/EGL/
H A Degl.h268 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
270 EGLSurface read, EGLContext ctx);
275 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/EGL/api/1.0/
H A Degl.h265 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
267 EGLSurface read, EGLContext ctx);
272 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,
/third_party/libbpf/src/
H A Dbpf_helpers.h141 bpf_tail_call_static(void *ctx, const void *map, const __u32 slot) in bpf_tail_call_static() argument
159 asm volatile("r1 = %[ctx]\n\t" in bpf_tail_call_static()
163 :: [ctx]"r"(ctx), [map]"r"(map), [slot]"i"(slot) in bpf_tail_call_static()
/third_party/mbedtls/programs/x509/
H A Dcert_app.c89 static void my_debug(void *ctx, int level, in my_debug() argument
95 mbedtls_fprintf((FILE *) ctx, "%s:%04d: %s", file, line, str); in my_debug()
96 fflush((FILE *) ctx); in my_debug()
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c66 static void my_mutexed_debug(void *ctx, int level, in my_mutexed_debug() argument
75 mbedtls_fprintf((FILE *) ctx, "%s:%04d: [ #%ld ] %s", in my_mutexed_debug()
77 fflush((FILE *) ctx); in my_mutexed_debug()
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dbuiltin_variable_test.cpp53 gl_context ctx; member in common_builtin
65 initialize_context_to_defaults(&this->ctx, API_OPENGL_COMPAT); in SetUp()
72 new(mem_ctx) _mesa_glsl_parse_state(&this->ctx, this->shader->Stage, in SetUp()
/third_party/node/src/crypto/
H A Dcrypto_keygen.h167 EVPKeyCtxPointer ctx = KeyPairAlgorithmTraits::Setup(params); in DoKeyGen() local
169 if (!ctx) in DoKeyGen()
174 if (!EVP_PKEY_keygen(ctx.get(), &pkey)) in DoKeyGen()
/third_party/node/deps/v8/tools/
H A Dgc-nvp-trace-processor.py104 def to_gnuplot(self, ctx):
105 return 'plot ' + ', '.join([item.to_gnuplot(ctx) for item in self.items])
111 def to_gnuplot(self, ctx):
/third_party/node/tools/inspector_protocol/jinja2/
H A Ddebug.py199 ctx = real_locals.get('context')
200 if ctx:
201 locals = ctx.get_all().copy()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_packer.c.py132 # imm_map to map modifiers to immediate values, parametrized by the ctx that
142 def compile_s_expr(expr, imm_map, ctx):
144 return compile_s_expr(expr[1], imm_map, ctx)
159 return str(imm_map[ctx][expr[1:]])
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program_cache.c142 struct crocus_screen *screen = (struct crocus_screen *)ice->ctx.screen; in crocus_cache_new_bo()
287 struct crocus_screen *screen = (struct crocus_screen *)ice->ctx.screen; in crocus_init_program_cache()
336 struct crocus_screen *screen = (struct crocus_screen *)ice->ctx.screen; in crocus_print_program_cache()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.h78 ANGLE_EXPORT void EGLAPIENTRY EGL_ReleaseHighPowerGPUANGLE(EGLDisplay dpy, EGLContext ctx);
79 ANGLE_EXPORT void EGLAPIENTRY EGL_ReacquireHighPowerGPUANGLE(EGLDisplay dpy, EGLContext ctx);
187 EGLContext ctx,
/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp245 std::unique_ptr<WindowContext> ctx(new D3D12WindowContext(hwnd, params)); in MakeD3D12ForWin()
246 if (!ctx->isValid()) { in MakeD3D12ForWin()
249 return ctx; in MakeD3D12ForWin()
/third_party/skia/third_party/externals/egl-registry/api/1.0/EGL/
H A Degl.h265 EGLAPI EGLBoolean APIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx);
267 EGLSurface read, EGLContext ctx);
272 EGLAPI EGLBoolean APIENTRY eglQueryContext(EGLDisplay dpy, EGLContext ctx,

Completed in 34 milliseconds

1...<<201202203204205206207208209210>>...278