/third_party/fsverity-utils/lib/ |
D | hash_algs.c | 26 static void openssl_digest_init(struct hash_ctx *_ctx) in openssl_digest_init() argument 28 struct openssl_hash_ctx *ctx = (void *)_ctx; in openssl_digest_init() 35 static void openssl_digest_update(struct hash_ctx *_ctx, in openssl_digest_update() argument 38 struct openssl_hash_ctx *ctx = (void *)_ctx; in openssl_digest_update() 45 static void openssl_digest_final(struct hash_ctx *_ctx, u8 *digest) in openssl_digest_final() argument 47 struct openssl_hash_ctx *ctx = (void *)_ctx; in openssl_digest_final() 54 static void openssl_digest_ctx_free(struct hash_ctx *_ctx) in openssl_digest_ctx_free() argument 56 struct openssl_hash_ctx *ctx = (void *)_ctx; in openssl_digest_ctx_free()
|
/third_party/libwebsockets/lib/event-libs/libev/ |
D | private-lib-event-libs-libev.h | 27 #define LWS_EV_REFCOUNT_STATIC_HANDLE_NEW(_x, _ctx) \ argument 28 { (_x)->data = _ctx; \ 29 _ctx->count_event_loop_static_asset_handles++; }
|
/third_party/fsverity-utils/programs/ |
D | fsverity.c | 213 static int handle_merkle_tree_size(void *_ctx, u64 size) in handle_merkle_tree_size() argument 215 struct metadata_callback_ctx *ctx = _ctx; in handle_merkle_tree_size() 222 static int handle_merkle_tree_block(void *_ctx, const void *block, size_t size, in handle_merkle_tree_block() argument 225 struct metadata_callback_ctx *ctx = _ctx; in handle_merkle_tree_block() 232 static int handle_descriptor(void *_ctx, const void *descriptor, size_t size) in handle_descriptor() argument 234 struct metadata_callback_ctx *ctx = _ctx; in handle_descriptor()
|
/third_party/libwebsockets/include/ |
D | libwebsockets.hxx | 103 lss(lws_ctx_t _ctx, std::string _uri, lsscomp_t _comp, bool _psh, 127 lssMsg(lws_ctx_t _ctx, lsscomp_t _comp, std::string _uri); 138 lssFile(lws_ctx_t _ctx, std::string _uri, std::string _path,
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_helpers.c | 91 dri2_create_fence(__DRIcontext *_ctx) in dri2_create_fence() argument 93 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence() 106 fence->driscreen = dri_screen(_ctx->driScreenPriv); in dri2_create_fence() 111 dri2_create_fence_fd(__DRIcontext *_ctx, int fd) in dri2_create_fence_fd() argument 113 struct st_context_iface *stapi = dri_context(_ctx)->st; in dri2_create_fence_fd() 129 fence->driscreen = dri_screen(_ctx->driScreenPriv); in dri2_create_fence_fd() 185 dri2_client_wait_sync(__DRIcontext *_ctx, void *_fence, unsigned flags, in dri2_client_wait_sync() argument 212 dri2_server_wait_sync(__DRIcontext *_ctx, void *_fence, unsigned flags) in dri2_server_wait_sync() argument 214 struct pipe_context *ctx = dri_context(_ctx)->st->pipe; in dri2_server_wait_sync()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_screen.c | 373 struct pipe_context *_ctx, in rbug_screen_flush_frontbuffer() argument 382 struct pipe_context *ctx = _ctx ? rbug_context(_ctx)->pipe : NULL; in rbug_screen_flush_frontbuffer() 406 struct pipe_context *_ctx, in rbug_screen_fence_finish() argument 412 struct pipe_context *ctx = _ctx ? rbug_context(_ctx)->pipe : NULL; in rbug_screen_fence_finish()
|
/third_party/libwebsockets/lib/secure-streams/cpp/ |
D | lss.cxx | 50 lss::lss(lws_ctx_t _ctx, std::string _uri, lsscomp_t _comp, bool _psh, in lss() argument 60 ctx = _ctx; in lss()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
D | poly1305-ppc.pl | 773 my ($ctx_,$_ctx,$const) = map("r$_",(10..12)); 1332 addi $_ctx,$sp,`$LOCALS+15` # &ctx->r[1], r^2:r^4 shadow 1396 stvx $R1,$x00,$_ctx 1397 stvx $S1,$x10,$_ctx 1398 stvx $R2,$x20,$_ctx 1399 stvx $S2,$x30,$_ctx 1400 stvx $T1,$x40,$_ctx 1401 stvx $T2,$x50,$_ctx 1402 stvx $T3,$x60,$_ctx 1403 stvx $T4,$x70,$_ctx [all …]
|
/third_party/openssl/crypto/poly1305/asm/ |
D | poly1305-ppc.pl | 773 my ($ctx_,$_ctx,$const) = map("r$_",(10..12)); 1332 addi $_ctx,$sp,`$LOCALS+15` # &ctx->r[1], r^2:r^4 shadow 1396 stvx $R1,$x00,$_ctx 1397 stvx $S1,$x10,$_ctx 1398 stvx $R2,$x20,$_ctx 1399 stvx $S2,$x30,$_ctx 1400 stvx $T1,$x40,$_ctx 1401 stvx $T2,$x50,$_ctx 1402 stvx $T3,$x60,$_ctx 1403 stvx $T4,$x70,$_ctx [all …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-fault-injection.h | 231 #define lws_fi_user_context_fi(_ctx, _name) _lws_fi_user_context_fi(_ctx, _name) argument
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | if_nameindex.c | 86 struct ifnameindexctx _ctx, *ctx = &_ctx; in if_nameindex() local
|
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
D | BUILD.gn | 45 _ctx = _trace_data.WindowSurfaceContextID 49 trace_prefix = "$_dir/${_trace}_context${_ctx}"
|
/third_party/musl/src/network/ |
D | if_nameindex.c | 85 struct ifnameindexctx _ctx, *ctx = &_ctx; in if_nameindex() local
|
D | getifaddrs.c | 209 struct ifaddrs_ctx _ctx, *ctx = &_ctx; in getifaddrs() local
|
/third_party/openssl/crypto/sha/asm/ |
D | sha512-x86_64.pl | 180 $_ctx="16*$SZ+0*8(%rsp)"; 327 mov $ctx,$_ctx # save ctx, 1st arg 372 mov $_ctx,$ctx 807 mov $ctx,$_ctx # save ctx, 1st arg 1084 mov $_ctx,$ctx 1169 mov $ctx,$_ctx # save ctx, 1st arg 1474 mov $_ctx,$ctx 1563 mov $ctx,$_ctx # save ctx, 1st arg 1800 mov $_ctx,$ctx 1933 mov $ctx,$_ctx # save ctx, 1st arg [all …]
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
D | sha512-x86_64.pl | 180 $_ctx="16*$SZ+0*8(%rsp)"; 327 mov $ctx,$_ctx # save ctx, 1st arg 372 mov $_ctx,$ctx 807 mov $ctx,$_ctx # save ctx, 1st arg 1084 mov $_ctx,$ctx 1169 mov $ctx,$_ctx # save ctx, 1st arg 1474 mov $_ctx,$ctx 1563 mov $ctx,$_ctx # save ctx, 1st arg 1800 mov $_ctx,$ctx 1933 mov $ctx,$_ctx # save ctx, 1st arg [all …]
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_lower_parallel_copy.c | 121 struct copy_ctx _ctx = { in agx_emit_parallel_copies() local 125 struct copy_ctx *ctx = &_ctx; in agx_emit_parallel_copies()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
D | aesni-sha256-x86_64.pl | 115 $_ctx="16*$SZ+5*8(%rsp)"; 379 mov $ctx,$_ctx 587 mov $_ctx,%r15 # borrow $a2 695 mov $ctx,$_ctx 857 mov $_ctx,%r15 # borrow $a2 1010 mov $ctx,$_ctx 1178 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2 1235 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2
|
/third_party/openssl/crypto/aes/asm/ |
D | aesni-sha256-x86_64.pl | 115 $_ctx="16*$SZ+5*8(%rsp)"; 379 mov $ctx,$_ctx 587 mov $_ctx,%r15 # borrow $a2 695 mov $ctx,$_ctx 857 mov $_ctx,%r15 # borrow $a2 1010 mov $ctx,$_ctx 1178 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2 1235 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2
|
/third_party/python/Lib/multiprocessing/ |
D | pool.py | 190 self._ctx = context or get_context() 196 self._change_notifier = self._ctx.SimpleQueue() 225 args=(self._cache, self._taskqueue, self._ctx, self.Process, 303 return self._repopulate_pool_static(self._ctx, self.Process, 343 self._inqueue = self._ctx.SimpleQueue() 344 self._outqueue = self._ctx.SimpleQueue()
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 53 …_ctx(ctx), _avframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(heig… in decklink_frame() 55 …_ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(hei… in decklink_frame() 127 struct decklink_ctx *_ctx; member in decklink_frame 145 struct decklink_ctx *ctx = frame->_ctx; in ScheduledFrameCompleted()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
D | module.rs | 65 _ctx: &BindgenContext, in dot_attributes()
|
D | template.rs | 332 fn trace<T>(&self, _ctx: &BindgenContext, tracer: &mut T, _: &()) in trace()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 385 struct pipe_context *_ctx, in dd_screen_fence_finish() argument 390 struct pipe_context *ctx = _ctx ? dd_context(_ctx)->pipe : NULL; in dd_screen_fence_finish()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_parser_extras.cpp | 60 _mesa_glsl_parse_state::_mesa_glsl_parse_state(struct gl_context *_ctx, in _mesa_glsl_parse_state() argument 63 : ctx(_ctx), exts(&_ctx->Extensions), consts(&_ctx->Const), in _mesa_glsl_parse_state() 64 api(_ctx->API), cs_input_local_size_specified(false), cs_input_local_size(), in _mesa_glsl_parse_state()
|