| /netbsd-src/external/mit/libcbor/dist/src/cbor/ |
| H A D | callbacks.c | 13 void cbor_null_uint8_callback(void *_ctx, uint8_t _val) CBOR_DUMMY_CALLBACK 15 void cbor_null_uint16_callback(void *_ctx, 18 void cbor_null_uint32_callback(void *_ctx, 21 void cbor_null_uint64_callback(void *_ctx, 24 void cbor_null_negint8_callback(void *_ctx, 27 void cbor_null_negint16_callback(void *_ctx, 30 void cbor_null_negint32_callback(void *_ctx, 33 void cbor_null_negint64_callback(void *_ctx, 36 void cbor_null_string_callback(void *_ctx, cbor_data _val, 39 void cbor_null_string_start_callback(void *_ctx) CBOR_DUMMY_CALLBACK [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | FilterExp.h | 30 FilterExp (Expression *_expr, Expression::Context *_ctx, bool _noParFilter) : in FilterExp() argument 31 expr (_expr), ctx (_ctx), noParFilter (_noParFilter) { }; in FilterExp()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | FilterExp.h | 30 FilterExp (Expression *_expr, Expression::Context *_ctx, bool _noParFilter) : in FilterExp() argument 31 expr (_expr), ctx (_ctx), noParFilter (_noParFilter) { }; in FilterExp()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/postconf/ |
| H A D | postconf_user.c | 106 PCF_PARAM_CTX _ctx; \ 107 _ctx.local_scope = (scope); \ 108 _ctx.param_class = (class); \ 110 NO_SCAN_FILTER, pcf_flag_user_parameter_wrapper, (void *) &_ctx); \
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 62 AsanInterceptorContext *_ctx = (AsanInterceptorContext *)ctx; \ in DECLARE_REAL() 64 if (_ctx) { \ in DECLARE_REAL() 65 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL()
|
| H A D | asan_interceptors.cpp | 88 AsanInterceptorContext _ctx = {#func}; \ in DECLARE_REAL_AND_INTERCEPTOR() 89 ctx = (void *)&_ctx; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 61 AsanInterceptorContext *_ctx = (AsanInterceptorContext *)ctx; \ in DECLARE_REAL() 63 if (_ctx) { \ in DECLARE_REAL() 64 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL()
|
| H A D | asan_interceptors.cc | 87 AsanInterceptorContext _ctx = {#func}; \ 88 ctx = (void *)&_ctx; \
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_interceptors_memintrinsics.h | 63 AsanInterceptorContext *_ctx = (AsanInterceptorContext *)ctx; \ in DECLARE_REAL() 65 if (_ctx) { \ in DECLARE_REAL() 66 suppressed = IsInterceptorSuppressed(_ctx->interceptor_name); \ in DECLARE_REAL()
|
| H A D | asan_interceptors.cc | 89 AsanInterceptorContext _ctx = {#func}; \ 90 ctx = (void *)&_ctx; \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/poly1305/asm/ |
| H A 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 …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/sha/asm/ |
| H A D | sha512-x86_64.pl | 178 $_ctx="16*$SZ+0*8(%rsp)"; 325 mov $ctx,$_ctx # save ctx, 1st arg 370 mov $_ctx,$ctx 805 mov $ctx,$_ctx # save ctx, 1st arg 1082 mov $_ctx,$ctx 1167 mov $ctx,$_ctx # save ctx, 1st arg 1472 mov $_ctx,$ctx 1561 mov $ctx,$_ctx # save ctx, 1st arg 1798 mov $_ctx,$ctx 1931 mov $ctx,$_ctx # save ctx, 1st arg [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| H A 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 …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| H A D | aesni-sha256-x86_64.pl | 113 $_ctx="16*$SZ+5*8(%rsp)"; 377 mov $ctx,$_ctx 585 mov $_ctx,%r15 # borrow $a2 693 mov $ctx,$_ctx 855 mov $_ctx,%r15 # borrow $a2 1008 mov $ctx,$_ctx 1176 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2 1233 mov `2*$SZ*$rounds+5*8`(%rsp),%r15 # $_ctx, borrow $a2
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| H A 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
|
| /netbsd-src/external/mit/libcbor/dist/examples/ |
| H A D | streaming_parser.c | 27 void find_string(void* _ctx, cbor_data buffer, size_t len) { in find_string() argument
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | hostfile.c | 232 record_hostkey(struct hostkey_foreach_line *l, void *_ctx) in record_hostkey() argument 234 struct load_callback_ctx *ctx = (struct load_callback_ctx *)_ctx; in record_hostkey() 547 host_delete(struct hostkey_foreach_line *l, void *_ctx) in host_delete() argument 549 struct host_delete_ctx *ctx = (struct host_delete_ctx *)_ctx; in host_delete()
|
| H A D | clientloop.c | 2102 hostkeys_find(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find() argument 2104 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_find() 2184 hostkeys_check_old(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_check_old() argument 2186 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in hostkeys_check_old() 2344 u_int32_t seq, void *_ctx) in client_global_hostkeys_prove_confirm() argument 2346 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx; in client_global_hostkeys_prove_confirm()
|
| H A D | sshconnect.c | 781 hostkeys_find_by_key_cb(struct hostkey_foreach_line *l, void *_ctx) in hostkeys_find_by_key_cb() argument 783 struct find_by_key_ctx *ctx = (struct find_by_key_ctx *)_ctx; in hostkeys_find_by_key_cb()
|
| /netbsd-src/external/mit/libcbor/dist/doc/source/streaming/ |
| H A D | decoding.rst | 27 void find_string(void * _ctx, cbor_data buffer, size_t len)
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| H A D | crypto.c | 274 #define CTX_FLAGS_ISSET(_ctx,_flags) \ argument 275 (((_ctx)->flags & (_flags)) == (_flags))
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_cmdbuf.c | 203 #define for_each_cmdbuf_ctx(_man, _i, _ctx) \ argument 204 for (_i = 0, _ctx = &(_man)->ctx[0]; (_i) < (_man)->num_contexts; \ 205 ++(_i), ++(_ctx))
|
| /netbsd-src/external/mit/libcbor/dist/doc/source/ |
| H A D | using.rst | 142 void find_string(void * _ctx, cbor_data buffer, size_t len)
|
| /netbsd-src/sys/external/bsd/drm/dist/bsd-core/ |
| H A D | drmP.h | 387 #define DRM_GET_PRIV_SAREA(_dev, _ctx, _map) do { \ argument 388 (_map) = (_dev)->context_sareas[_ctx]; \
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_interceptors.cc | 2205 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \ 2206 ctx = (void *)&_ctx; \ 2211 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \ 2212 ctx = (void *)&_ctx; \
|