/openbsd/gnu/usr.bin/gcc/gcc/config/rs6000/ |
H A D | spe.h | 566 __ev_create_s32 (int32_t a, int32_t b) in __ev_create_s32() 581 __ev_create_u32 (uint32_t a, uint32_t b) in __ev_create_u32() 596 __ev_create_fs (float a, float b) in __ev_create_fs() 611 __ev_create_sfix32_fs (float a, float b) in __ev_create_sfix32_fs() 620 __ev_create_ufix32_fs (float a, float b) in __ev_create_ufix32_fs() 629 __ev_create_s64 (int64_t a) in __ev_create_s64() 642 __ev_create_u64 (uint64_t a) in __ev_create_u64() 655 __ev_convert_u64 (__ev64_opaque__ a) in __ev_convert_u64() 661 __ev_convert_s64 (__ev64_opaque__ a) in __ev_convert_s64() 809 __ev_set_acc_u64 (uint64_t a) in __ev_set_acc_u64() [all …]
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_trace.h | 8 #define trace_i915_context_create(a) argument 9 #define trace_i915_context_free(a) argument 12 #define trace_i915_gem_evict_vm(a) argument 20 #define trace_i915_ppgtt_create(a) argument 21 #define trace_i915_ppgtt_release(a) argument 23 #define trace_i915_request_add(a) argument 26 #define trace_i915_request_in(a, b) argument 27 #define trace_i915_request_out(a) argument 33 #define trace_i915_vma_bind(a, b) argument 34 #define trace_i915_vma_unbind(a) argument [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | embed.h | 60 # define perl_atexit(a,b) call_atexit(a,b) argument 61 # define perl_call_argv(a,b,c) call_argv(a,b,c) argument 63 # define perl_call_pv(a,b) call_pv(a,b) argument 64 # define perl_call_sv(a,b) call_sv(a,b) argument 65 # define perl_eval_pv(a,b) eval_pv(a,b) argument 66 # define perl_eval_sv(a,b) eval_sv(a,b) argument 67 # define perl_get_av(a,b) get_av(a,b) argument 68 # define perl_get_cv(a,b) get_cv(a,b) argument 69 # define perl_get_hv(a,b) get_hv(a,b) argument 70 # define perl_get_sv(a,b) get_sv(a,b) argument [all …]
|
H A D | vutil.h | 38 # define VVERIFY(a) Perl_vverify2(aTHX_ a) argument 39 # define VNUMIFY(a) Perl_vnumify2(aTHX_ a) argument 40 # define VNORMAL(a) Perl_vnormal2(aTHX_ a) argument 41 # define VCMP(a,b) Perl_vcmp2(aTHX_ a,b) argument 44 # define is_LAX_VERSION(a,b) \ argument 47 # define is_STRICT_VERSION(a,b) \ argument 66 # define VVERIFY(a) Perl_vverify(aTHX_ a) argument 69 # define VCMP(a,b) Perl_vcmp(aTHX_ a,b) argument 73 # define is_LAX_VERSION(a,b) \ argument 77 # define is_STRICT_VERSION(a,b) \ argument [all …]
|
H A D | reentr.h | 85 # define REENTR_MEMZERO(a,b) memzero(a,b) argument 87 # define REENTR_MEMZERO(a,b) 0 argument 827 # define asctime(a) asctime_r(a, PL_reentrant_buffer->_asctime_buffer) argument 849 # define crypt(a, b) crypt_r(a, b, PL_reentrant_buffer->_crypt_struct_buffer) argument 852 # define crypt(a, b) crypt_r(a, b, &PL_reentrant_buffer->_crypt_data) argument 865 # define ctermid(a) ctermid_r(a) argument 878 # define ctime(a) ctime_r(a, PL_reentrant_buffer->_ctime_buffer) argument 1552 # define sethostent(a) sethostent_r(a, &PL_reentrant_buffer->_hostent_data) argument 1581 # define setnetent(a) setnetent_r(a, &PL_reentrant_buffer->_netent_data) argument 1629 # define setservent(a) setservent_r(a, &PL_reentrant_buffer->_servent_data) argument [all …]
|
/openbsd/sys/arch/powerpc/include/ |
H A D | pio.h | 83 __inb(volatile u_int8_t *a) in __inb() 93 __inw(volatile u_int16_t *a) in __inw() 103 __inl(volatile u_int32_t *a) in __inl() 136 #define out8(a,v) outb(a,v) argument 138 #define out16(a,v) outw(a,v) argument 142 #define in8(a) inb(a) argument 144 #define in16(a) inw(a) argument 146 #define in32(a) inl(a) argument 153 #define in8rb(a) inb(a) argument 155 #define in16rb(a) inwrb(a) argument [all …]
|
/openbsd/lib/libcrypto/ts/ |
H A D | ts_rsp_utils.c | 90 TS_RESP_get_status_info(TS_RESP *a) in TS_RESP_get_status_info() 137 TS_RESP_get_token(TS_RESP *a) in TS_RESP_get_token() 144 TS_RESP_get_tst_info(TS_RESP *a) in TS_RESP_get_tst_info() 183 TS_TST_INFO_get_policy_id(TS_TST_INFO *a) in TS_TST_INFO_get_policy_id() 208 TS_TST_INFO_get_msg_imprint(TS_TST_INFO *a) in TS_TST_INFO_get_msg_imprint() 258 TS_TST_INFO_get_time(const TS_TST_INFO *a) in TS_TST_INFO_get_time() 283 TS_TST_INFO_get_accuracy(TS_TST_INFO *a) in TS_TST_INFO_get_accuracy() 402 TS_TST_INFO_get_nonce(const TS_TST_INFO *a) in TS_TST_INFO_get_nonce() 427 TS_TST_INFO_get_tsa(TS_TST_INFO *a) in TS_TST_INFO_get_tsa() 440 TS_TST_INFO_ext_free(TS_TST_INFO *a) in TS_TST_INFO_ext_free() [all …]
|
H A D | ts_req_utils.c | 76 TS_REQ_get_version(const TS_REQ *a) in TS_REQ_get_version() 101 TS_REQ_get_msg_imprint(TS_REQ *a) in TS_REQ_get_msg_imprint() 126 TS_MSG_IMPRINT_get_algo(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_algo() 140 TS_MSG_IMPRINT_get_msg(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_get_msg() 165 TS_REQ_get_policy_id(TS_REQ *a) in TS_REQ_get_policy_id() 190 TS_REQ_get_nonce(const TS_REQ *a) in TS_REQ_get_nonce() 205 TS_REQ_get_cert_req(const TS_REQ *a) in TS_REQ_get_cert_req() 218 TS_REQ_ext_free(TS_REQ *a) in TS_REQ_ext_free() 228 TS_REQ_get_ext_count(TS_REQ *a) in TS_REQ_get_ext_count() 256 TS_REQ_get_ext(TS_REQ *a, int loc) in TS_REQ_get_ext() [all …]
|
H A D | ts_asn1.c | 117 TS_MSG_IMPRINT_free(TS_MSG_IMPRINT *a) in TS_MSG_IMPRINT_free() 239 TS_REQ_free(TS_REQ *a) in TS_REQ_free() 254 d2i_TS_REQ_bio(BIO *bp, TS_REQ **a) in d2i_TS_REQ_bio() 261 i2d_TS_REQ_bio(BIO *bp, TS_REQ *a) in i2d_TS_REQ_bio() 269 d2i_TS_REQ_fp(FILE *fp, TS_REQ **a) in d2i_TS_REQ_fp() 276 i2d_TS_REQ_fp(FILE *fp, TS_REQ *a) in i2d_TS_REQ_fp() 340 TS_ACCURACY_free(TS_ACCURACY *a) in TS_ACCURACY_free() 460 TS_TST_INFO_free(TS_TST_INFO *a) in TS_TST_INFO_free() 575 ts_resp_set_tst_info(TS_RESP *a) in ts_resp_set_tst_info() 677 TS_RESP_free(TS_RESP *a) in TS_RESP_free() [all …]
|
/openbsd/lib/libcrypto/ocsp/ |
H A D | ocsp_asn.c | 123 OCSP_SIGNATURE_free(OCSP_SIGNATURE *a) in OCSP_SIGNATURE_free() 195 OCSP_CERTID_free(OCSP_CERTID *a) in OCSP_CERTID_free() 253 OCSP_ONEREQ_free(OCSP_ONEREQ *a) in OCSP_ONEREQ_free() 325 OCSP_REQINFO_free(OCSP_REQINFO *a) in OCSP_REQINFO_free() 396 OCSP_REQUEST_free(OCSP_REQUEST *a) in OCSP_REQUEST_free() 456 OCSP_RESPBYTES_free(OCSP_RESPBYTES *a) in OCSP_RESPBYTES_free() 528 OCSP_RESPONSE_free(OCSP_RESPONSE *a) in OCSP_RESPONSE_free() 586 OCSP_RESPID_free(OCSP_RESPID *a) in OCSP_RESPID_free() 867 OCSP_RESPDATA_free(OCSP_RESPDATA *a) in OCSP_RESPDATA_free() 939 OCSP_BASICRESP_free(OCSP_BASICRESP *a) in OCSP_BASICRESP_free() [all …]
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_display_trace.h | 10 #define trace_g4x_wm(a, b) argument 11 #define trace_intel_cpu_fifo_underrun(a, b) argument 12 #define trace_intel_crtc_vblank_work_end(a) argument 14 #define trace_intel_fbc_activate(a) argument 15 #define trace_intel_fbc_deactivate(a) argument 16 #define trace_intel_fbc_nuke(a) argument 19 #define trace_intel_memory_cxsr(a, b, c) argument 21 #define trace_intel_pipe_crc(a, b) argument 22 #define trace_intel_pipe_disable(a) argument 23 #define trace_intel_pipe_enable(a) argument [all …]
|
/openbsd/lib/libcrypto/asn1/ |
H A D | tasn_typ.c | 94 ASN1_NULL_free(ASN1_NULL *a) in ASN1_NULL_free() 131 ASN1_UTF8STRING_free(ASN1_UTF8STRING *a) in ASN1_UTF8STRING_free() 206 ASN1_T61STRING_free(ASN1_T61STRING *a) in ASN1_T61STRING_free() 243 ASN1_IA5STRING_free(ASN1_IA5STRING *a) in ASN1_IA5STRING_free() 281 ASN1_GENERALSTRING_free(ASN1_GENERALSTRING *a) in ASN1_GENERALSTRING_free() 318 ASN1_UTCTIME_free(ASN1_UTCTIME *a) in ASN1_UTCTIME_free() 469 ASN1_BMPSTRING_free(ASN1_BMPSTRING *a) in ASN1_BMPSTRING_free() 530 ASN1_PRINTABLE_free(ASN1_STRING *a) in ASN1_PRINTABLE_free() 571 DISPLAYTEXT_free(ASN1_STRING *a) in DISPLAYTEXT_free() 612 DIRECTORYSTRING_free(ASN1_STRING *a) in DIRECTORYSTRING_free() [all …]
|
/openbsd/lib/libc/arch/sparc64/fpu/ |
H A D | fpu_q.c | 33 _Q_mul(long double a, long double b) in _Q_mul() 69 _Q_neg(long double a) in _Q_neg() 78 _Q_sqrt(long double a) in _Q_sqrt() 87 _Q_dtoq(double a) in _Q_dtoq() 96 _Q_stoq(float a) in _Q_stoq() 105 _Q_itoq(int a) in _Q_itoq() 114 _Q_utoq(unsigned int a) in _Q_utoq() 123 _Q_qtod(long double a) in _Q_qtod() 132 _Q_qtoi(long double a) in _Q_qtoi() 141 _Q_qtos(long double a) in _Q_qtos() [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | angel_endian.h | 70 #define PUT8(a,v) (*((P_U8)(a)) = (U8)(v)) argument 71 #define PUT16LE(a,v) (PUT8(a,((v) & 0xFF)), \ argument 73 #define PUT16BE(a,v) (PUT8(a,((v) >> 8)), \ argument 75 #define PUT32LE(a,v) (PUT16LE(a,v), \ argument 77 #define PUT32BE(a,v) (PUT16BE(a,((v) >> 16)), \ argument 80 #define GET8(a) (*((CP_U8)(a))) argument 83 #define GET32LE(a) (GET16LE(a) | \ argument 85 #define GET32BE(a) ((((U32)GET16BE(a)) << 16) | \ argument 105 #define READ(e,a) ((sizeof(a) == sizeof(char)) ? \ argument 117 #define PREAD16(e,a) ((e) ? GET16BE(a) : GET16LE(a)) argument [all …]
|
/openbsd/gnu/gcc/gcc/config/pa/ |
H A D | quadlib.c | 76 _U_Qfeq (long double a, long double b) in _U_Qfeq() 82 _U_Qfne (long double a, long double b) in _U_Qfne() 88 _U_Qfgt (long double a, long double b) in _U_Qfgt() 94 _U_Qfge (long double a, long double b) in _U_Qfge() 100 _U_Qflt (long double a, long double b) in _U_Qflt() 106 _U_Qfle (long double a, long double b) in _U_Qfle() 112 _U_Qfltgt (long double a, long double b) in _U_Qfltgt() 118 _U_Qfunle (long double a, long double b) in _U_Qfunle() 124 _U_Qfunlt (long double a, long double b) in _U_Qfunlt() 154 _U_Qford (long double a, long double b) in _U_Qford() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interface_atomic.cpp | 181 static atomic_uint8_t *to_atomic(const volatile a8 *a) { in to_atomic() 185 static atomic_uint16_t *to_atomic(const volatile a16 *a) { in to_atomic() 190 static atomic_uint32_t *to_atomic(const volatile a32 *a) { in to_atomic() 194 static atomic_uint64_t *to_atomic(const volatile a64 *a) { in to_atomic() 212 static T NoTsanAtomicLoad(const volatile T *a, morder mo) { in NoTsanAtomicLoad() 450 volatile T *a, T c, T v, morder mo, morder fmo) { in AtomicCAS() 498 a8 __tsan_atomic8_load(const volatile a8 *a, morder mo) { in __tsan_atomic8_load() 503 a16 __tsan_atomic16_load(const volatile a16 *a, morder mo) { in __tsan_atomic16_load() 508 a32 __tsan_atomic32_load(const volatile a32 *a, morder mo) { in __tsan_atomic32_load() 909 ThreadState *thr, uptr cpc, uptr pc, u8 *a) { in __tsan_go_atomic32_compare_exchange() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | gofast.c | 9 float fp_add (float a, float b) { return a + b; } in fp_add() 10 float fp_sub (float a, float b) { return a - b; } in fp_sub() 11 float fp_mul (float a, float b) { return a * b; } in fp_mul() 12 float fp_div (float a, float b) { return a / b; } in fp_div() 13 float fp_neg (float a) { return -a; } in fp_neg() 19 double dp_neg (double a) { return -a; } in dp_neg() 24 int eqsf2 (float a, float b) { return a == b; } in eqsf2() 25 int nesf2 (float a, float b) { return a != b; } in nesf2() 26 int gtsf2 (float a, float b) { return a > b; } in gtsf2() 27 int gesf2 (float a, float b) { return a >= b; } in gesf2() [all …]
|
/openbsd/gnu/llvm/lld/MinGW/ |
H A D | Driver.cpp | 256 if (auto *a = args.getLastArg(OPT_stack)) in link() local 262 if (auto *a = args.getLastArg(OPT_map)) in link() local 272 if (auto *a = args.getLastArg(OPT_heap)) in link() local 275 if (auto *a = args.getLastArg(OPT_o)) in link() local 282 if (auto *a = args.getLastArg(OPT_pdb)) { in link() local 373 if (auto *a = args.getLastArg(OPT_m)) { in link() local 407 for (auto *a : args.filtered(OPT_mllvm)) in link() local 410 for (auto *a : args.filtered(OPT_Xlink)) in link() local 424 for (auto *a : args.filtered(OPT_wrap)) in link() local 430 for (auto *a : args.filtered(OPT_L)) { in link() local [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | libxcoff.h | 138 #define bfd_xcoff_swap_ldhdr_in(a, b, c) \ argument 141 #define bfd_xcoff_swap_ldhdr_out(a, b, c) \ argument 144 #define bfd_xcoff_swap_ldsym_in(a, b, c) \ argument 147 #define bfd_xcoff_swap_ldsym_out(a, b, c) \ argument 150 #define bfd_xcoff_swap_ldrel_in(a, b, c) \ argument 153 #define bfd_xcoff_swap_ldrel_out(a, b, c) \ argument 161 #define bfd_xcoff_small_aout_header_size(a) \ argument 176 #define bfd_xcoff_dynamic_reloc_howto(a) \ argument 188 #define bfd_xcoff_loader_symbol_offset(a, b) \ argument 191 #define bfd_xcoff_loader_reloc_offset(a, b) \ argument [all …]
|
/openbsd/lib/libcrypto/ |
H A D | constant_time.h | 129 static inline unsigned int constant_time_msb(unsigned int a) in constant_time_msb() 134 static inline unsigned int constant_time_lt(unsigned int a, unsigned int b) in constant_time_lt() 144 static inline unsigned int constant_time_ge(unsigned int a, unsigned int b) in constant_time_ge() 154 static inline unsigned int constant_time_is_zero(unsigned int a) in constant_time_is_zero() 159 static inline unsigned char constant_time_is_zero_8(unsigned int a) in constant_time_is_zero_8() 164 static inline unsigned int constant_time_eq(unsigned int a, unsigned int b) in constant_time_eq() 174 static inline unsigned int constant_time_eq_int(int a, int b) in constant_time_eq_int() 179 static inline unsigned char constant_time_eq_int_8(int a, int b) in constant_time_eq_int_8() 185 unsigned int a, in constant_time_select() 192 unsigned char a, in constant_time_select_8() [all …]
|
/openbsd/gnu/usr.bin/perl/vms/ |
H A D | vmsish.h | 110 #define opendir(a) Perl_opendir(aTHX_ a) argument 111 #define rename(a,b) Perl_rename(aTHX_ a,b) argument 113 #define readdir(a) Perl_readdir(aTHX_ a) argument 116 #define closedir(a) Perl_closedir(a) argument 117 #define telldir(a) Perl_telldir(a) argument 121 #define do_rmdir(a) Perl_do_rmdir(aTHX_ a) argument 133 #define my_chdir(a) Perl_my_chdir(aTHX_ a) argument 137 #define my_fclose(a) Perl_my_fclose(a) argument 138 #define my_fdopen(a,b) Perl_my_fdopen(a,b) argument 154 #define my_time(a) Perl_my_time(aTHX_ a) argument [all …]
|
/openbsd/lib/libc/softfloat/ |
H A D | softfloat-specialize.h | 95 flag float32_is_nan( float32 a ) in float32_is_nan() 111 flag float32_is_signaling_nan( float32 a ) in float32_is_signaling_nan() 125 static commonNaNT float32ToCommonNaN( float32 a ) in float32ToCommonNaN() 143 static float32 commonNaNToFloat32( commonNaNT a ) in commonNaNToFloat32() 193 flag float64_is_nan( float64 a ) in float64_is_nan() 210 flag float64_is_signaling_nan( float64 a ) in float64_is_signaling_nan() 226 static commonNaNT float64ToCommonNaN( float64 a ) in float64ToCommonNaN() 299 flag floatx80_is_nan( floatx80 a ) in floatx80_is_nan() 312 flag floatx80_is_signaling_nan( floatx80 a ) in floatx80_is_signaling_nan() 405 flag float128_is_nan( float128 a ) in float128_is_nan() [all …]
|
/openbsd/sys/kern/ |
H A D | vfs_vops.c | 77 struct vop_lookup_args a; in VOP_LOOKUP() local 92 struct vop_create_args a; in VOP_CREATE() local 110 struct vop_mknod_args a; in VOP_MKNOD() local 127 struct vop_open_args a; in VOP_OPEN() local 144 struct vop_close_args a; in VOP_CLOSE() local 216 struct vop_read_args a; in VOP_READ() local 234 struct vop_write_args a; in VOP_WRITE() local 252 struct vop_ioctl_args a; in VOP_IOCTL() local 345 struct vop_link_args a; in VOP_LINK() local 515 struct vop_lock_args a; in VOP_LOCK() local [all …]
|
/openbsd/sys/lib/libkern/ |
H A D | softfloat-specialize.h | 101 static flag float32_is_nan( float32 a ) in float32_is_nan() 114 flag float32_is_signaling_nan( float32 a ) in float32_is_signaling_nan() 128 static commonNaNT float32ToCommonNaN( float32 a ) in float32ToCommonNaN() 146 static float32 commonNaNToFloat32( commonNaNT a ) in commonNaNToFloat32() 196 static commonNaNT float64ToCommonNaN( float64 a ) in float64ToCommonNaN() 214 static float64 commonNaNToFloat64( commonNaNT a ) in commonNaNToFloat64() 277 static flag floatx80_is_nan( floatx80 a ) in floatx80_is_nan() 290 flag floatx80_is_signaling_nan( floatx80 a ) in floatx80_is_signaling_nan() 309 static commonNaNT floatx80ToCommonNaN( floatx80 a ) in floatx80ToCommonNaN() 391 flag float128_is_nan( float128 a ) in float128_is_nan() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libxcoff.h | 128 #define bfd_xcoff_swap_ldhdr_in(a, b, c) \ argument 131 #define bfd_xcoff_swap_ldhdr_out(a, b, c) \ argument 134 #define bfd_xcoff_swap_ldsym_in(a, b, c) \ argument 137 #define bfd_xcoff_swap_ldsym_out(a, b, c) \ argument 140 #define bfd_xcoff_swap_ldrel_in(a, b, c) \ argument 143 #define bfd_xcoff_swap_ldrel_out(a, b, c) \ argument 151 #define bfd_xcoff_small_aout_header_size(a) \ argument 166 #define bfd_xcoff_dynamic_reloc_howto(a) \ argument 178 #define bfd_xcoff_loader_symbol_offset(a, b) \ argument 181 #define bfd_xcoff_loader_reloc_offset(a, b) \ argument [all …]
|