Home
last modified time | relevance | path

Searched refs:ctx (Results 5701 - 5725 of 6929) sorted by relevance

1...<<221222223224225226227228229230>>...278

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_key.h23 int ieee802_1x_sak_aes_cmac(const u8 *cak, size_t cak_bytes, const u8 *ctx,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dinterworking.h17 void anqp_resp_cb(void *ctx, const u8 *dst, u8 dialog_token,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/
H A Dwapi_asue_i.h84 void wapi_asue_rx_wai(void *ctx, const u8 *src_addr, const u8 *buf, size_t len);
/third_party/elfutils/src/
H A Dobjdump.c684 DisasmCtx_t *ctx = disasm_begin (ebl, ebl->elf, NULL /* XXX TODO */); in show_disasm() local
685 if (ctx == NULL) in show_disasm()
735 disasm_cb (ctx, &info.cur, info.cur + data->d_size, info.addr, in show_disasm()
743 (void) disasm_end (ctx); in show_disasm()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp399 struct mesa_sha1 ctx;
402 _mesa_sha1_init(&ctx);
404 if (!disk_cache_get_function_identifier((void *)clover::nir::create_clc_disk_cache, &ctx))
407 _mesa_sha1_final(&ctx, sha1);
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsmove.c808 ntfs_attr_search_ctx *ctx; in move_file() local
832 ctx = ntfs_attr_get_search_ctx(ino, NULL); in move_file()
834 while ((rec = find_attribute(AT_UNUSED, ctx))) { in move_file()
852 ntfs_attr_put_search_ctx(ctx); in move_file()
/third_party/mesa3d/src/mesa/program/
H A Dprog_print.c857 struct gl_context *ctx, in _mesa_fprint_program_parameters()
883 _mesa_load_state_parameters(ctx, prog->Parameters); in _mesa_fprint_program_parameters()
900 _mesa_print_program_parameters(struct gl_context *ctx, const struct gl_program *prog) in _mesa_print_program_parameters() argument
902 _mesa_fprint_program_parameters(stderr, ctx, prog); in _mesa_print_program_parameters()
856 _mesa_fprint_program_parameters(FILE *f, struct gl_context *ctx, const struct gl_program *prog) _mesa_fprint_program_parameters() argument
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c47 disk_cache_get_function_identifier(void *ptr, struct mesa_sha1 *ctx) in disk_cache_get_function_identifier() argument
76 _mesa_sha1_update(ctx, &time, sizeof(time)); in disk_cache_get_function_identifier()
142 * name of the new path (ralloc'ed off of 'ctx').
151 concatenate_and_mkdir(void *ctx, const char *path, const char *name) in concatenate_and_mkdir() argument
159 new_path = ralloc_asprintf(ctx, "%s/%s", path, name); in concatenate_and_mkdir()
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-optimizer.cpp31 bi_optimizer(bi_context *ctx) in bi_optimizer() argument
33 bi_opt_mod_prop_forward(ctx); in bi_optimizer()
34 bi_opt_mod_prop_backward(ctx); in bi_optimizer()
35 bi_opt_dead_code_eliminate(ctx); in bi_optimizer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h281 pipe_surface_reset(struct pipe_context *ctx, struct pipe_surface* ps, in pipe_surface_reset() argument
290 ps->context = ctx; in pipe_surface_reset()
294 pipe_surface_init(struct pipe_context *ctx, struct pipe_surface* ps, in pipe_surface_init() argument
299 pipe_surface_reset(ctx, ps, pt, level, layer); in pipe_surface_init()
/third_party/node/deps/openssl/openssl/apps/
H A Dsmime.c23 static int smime_cb(int ok, X509_STORE_CTX *ctx);
697 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb() argument
701 error = X509_STORE_CTX_get_error(ctx); in smime_cb()
707 policies_print(ctx); in smime_cb()
/third_party/node/deps/openssl/openssl/ssl/
H A Dd1_lib.c678 if (s->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()
683 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
708 if (s->ctx->app_gen_cookie_cb == NULL || in DTLSv1_listen()
709 s->ctx->app_gen_cookie_cb(s, cookie, &cookielen) == 0 || in DTLSv1_listen()
/third_party/openssl/apps/
H A Dsmime.c23 static int smime_cb(int ok, X509_STORE_CTX *ctx);
696 static int smime_cb(int ok, X509_STORE_CTX *ctx) in smime_cb() argument
700 error = X509_STORE_CTX_get_error(ctx); in smime_cb()
706 policies_print(ctx); in smime_cb()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp333 UnusedVariableContext(const InstanceContext& ctx, const ShaderTaskArray& tasks, const VariableLocation& location) in UnusedVariableContext()
334 : instanceContext(ctx), shaderTasks(), variableLocation(location) in UnusedVariableContext()
373 void createCombinedModule (vk::SourceCollections& dst, InstanceContext ctx);
376 void createUnusedVariableModules (vk::SourceCollections& dst, UnusedVariableContext ctx);
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A Dmtl_render_utils.h208 void ensureRenderPipelineStateCacheInitialized(ContextMtl *ctx, uint32_t numColorAttachments);
240 void ensureRenderPipelineStateCacheInitialized(ContextMtl *ctx,
285 void ensureRenderPipelineStateCacheInitialized(ContextMtl *ctx,
300 ContextMtl *ctx,
/third_party/openssl/ssl/
H A Dd1_lib.c661 if (s->ctx->app_verify_cookie_cb == NULL) { in DTLSv1_listen()
666 if (s->ctx->app_verify_cookie_cb(s, PACKET_data(&cookiepkt), in DTLSv1_listen()
691 if (s->ctx->app_gen_cookie_cb == NULL || in DTLSv1_listen()
692 s->ctx->app_gen_cookie_cb(s, cookie, &cookielen) == 0 || in DTLSv1_listen()
/third_party/skia/src/ports/
H A DSkFontMgr_mac_ct.cpp232 [](const void*, void* ctx) -> void { in skdata_from_skstreamasset()
233 delete (SkStreamAsset*)ctx; in skdata_from_skstreamasset()
243 CFAllocatorContext ctx = { in cfdata_from_skdata() local
257 SkUniqueCFRef<CFAllocatorRef> alloc(CFAllocatorCreate(kCFAllocatorDefault, &ctx)); in cfdata_from_skdata()
/third_party/skia/tests/
H A DTextBlobTest.cpp376 static sk_sp<SkData> SerializeTypeface(SkTypeface* tf, void* ctx) { in SerializeTypeface() argument
377 auto array = (SkTArray<sk_sp<SkTypeface>>*)ctx; in SerializeTypeface()
384 static sk_sp<SkTypeface> DeserializeTypeface(const void* data, size_t length, void* ctx) { in DeserializeTypeface() argument
385 auto array = (SkTArray<sk_sp<SkTypeface>>*)ctx; in DeserializeTypeface()
/third_party/python/Lib/concurrent/futures/
H A Dprocess.py163 def __init__(self, max_size=0, *, ctx, pending_work_items, shutdown_lock,
168 super().__init__(max_size, ctx=ctx)
226 call_queue: A ctx.Queue of _CallItems that will be read and
228 result_queue: A ctx.Queue of _ResultItems that will written
310 # A list of the ctx.Process instances used as workers.
313 # A ctx.Queue that will be filled with _CallItems derived from
317 # A ctx.SimpleQueue of _ResultItems generated by the process workers.
551 # some ctx.Queue methods may deadlock on Mac OS X.
712 max_size=queue_size, ctx
[all...]
/third_party/typescript/tests/baselines/reference/
H A DbluebirdStaticThis.js8 static try<R>(dit: typeof Promise, fn: () => Promise.Thenable<R>, args?: any[], ctx?: any): Promise<R>;
9 static try<R>(dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise<R>;
11 static attempt<R>(dit: typeof Promise, fn: () => Promise.Thenable<R>, args?: any[], ctx?: any): Promise<R>;
12 static attempt<R>(dit: typeof Promise, fn: () => R, args?: any[], ctx?: any): Promise<R>;
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fStencilTests.cpp84 void setColor (sglr::Context& ctx, deUint32 program, const tcu::Vec4& color) in setColor() argument
86 ctx.useProgram(program); in setColor()
87 ctx.uniform4fv(ctx.getUniformLocation(program, "u_color"), 1, color.getPtr()); in setColor()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp277 TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width);
298 TextureBufferFormatCase::TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width) in TextureBufferFormatCase() argument
299 : TestCase (ctx, name, description) in TextureBufferFormatCase()
305 , m_renderer (renderCtx, ctx.getTestContext().getLog(), glu::getContextTypeGLSLVersion(renderCtx.getType()), glu::PRECISION_HIGHP) in TextureBufferFormatCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp333 UnusedVariableContext(const InstanceContext& ctx, const ShaderTaskArray& tasks, const VariableLocation& location) in UnusedVariableContext()
334 : instanceContext(ctx), shaderTasks(), variableLocation(location) in UnusedVariableContext()
373 void createCombinedModule (vk::SourceCollections& dst, InstanceContext ctx);
376 void createUnusedVariableModules (vk::SourceCollections& dst, UnusedVariableContext ctx);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_client.c852 void *ctx) in tlsv1_client_set_session_ticket_cb()
854 wpa_printf(MSG_DEBUG, "TLSv1: SessionTicket callback set %p (ctx %p)", in tlsv1_client_set_session_ticket_cb()
855 cb, ctx); in tlsv1_client_set_session_ticket_cb()
857 conn->session_ticket_cb_ctx = ctx; in tlsv1_client_set_session_ticket_cb()
862 void (*event_cb)(void *ctx, enum tls_event ev, in tlsv1_client_set_cb()
850 tlsv1_client_set_session_ticket_cb(struct tlsv1_client *conn, tlsv1_client_session_ticket_cb cb, void *ctx) tlsv1_client_set_session_ticket_cb() argument
861 tlsv1_client_set_cb(struct tlsv1_client *conn, void (*event_cb)(void *ctx, enum tls_event ev, union tls_event_data *data), void *cb_ctx, int cert_in_cb) tlsv1_client_set_cb() argument
/third_party/vk-gl-cts/modules/egl/
H A DteglImageUtil.cpp156 EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const;
163 EGLImageKHR GLImageSource::createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const in createImage() argument
171 const EGLImageKHR image = egl.createImageKHR(dpy, ctx, getSource(), in createImage()
524 EGLImageKHR createImage (const Library& egl, EGLDisplay dpy, EGLContext ctx, EGLClientBuffer clientBuffer) const;

Completed in 31 milliseconds

1...<<221222223224225226227228229230>>...278