Home
last modified time | relevance | path

Searched defs:r (Results 1 – 25 of 2558) sorted by relevance

12345678910>>...103

/openbsd/src/lib/libcrypto/err/
Derr.h195 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__) argument
196 #define BNerr(f,r) ERR_PUT_error(ERR_LIB_BN,(f),(r),__FILE__,__LINE__) argument
197 #define RSAerr(f,r) ERR_PUT_error(ERR_LIB_RSA,(f),(r),__FILE__,__LINE__) argument
198 #define DHerr(f,r) ERR_PUT_error(ERR_LIB_DH,(f),(r),__FILE__,__LINE__) argument
199 #define EVPerr(f,r) ERR_PUT_error(ERR_LIB_EVP,(f),(r),__FILE__,__LINE__) argument
200 #define BUFerr(f,r) ERR_PUT_error(ERR_LIB_BUF,(f),(r),__FILE__,__LINE__) argument
201 #define OBJerr(f,r) ERR_PUT_error(ERR_LIB_OBJ,(f),(r),__FILE__,__LINE__) argument
202 #define PEMerr(f,r) ERR_PUT_error(ERR_LIB_PEM,(f),(r),__FILE__,__LINE__) argument
203 #define DSAerr(f,r) ERR_PUT_error(ERR_LIB_DSA,(f),(r),__FILE__,__LINE__) argument
204 #define X509err(f,r) ERR_PUT_error(ERR_LIB_X509,(f),(r),__FILE__,__LINE__) argument
[all …]
/openbsd/src/lib/libm/arch/riscv64/
Dfenv.c33 #define __get_fcsr(r) asm volatile("frcsr %0" : "=r" (r)) argument
34 #define __set_fcsr(r) asm volatile("fscsr %0" : "+r" (r)) argument
35 #define __get_flags(r) asm volatile("frflags %0" : "=r" (r)) argument
36 #define __set_flags(r) asm volatile("fsflags %0" : "+r" (r)) argument
37 #define __get_frm(r) asm volatile("frrm %0" : "=r" (r)) argument
38 #define __set_frm(r) asm volatile("fsrm %0" : "+r"(r) ) argument
58 fexcept_t r; in feclearexcept() local
76 fexcept_t r; in fegetexceptflag() local
91 fexcept_t r; in feraiseexcept() local
109 fexcept_t r; in fesetexceptflag() local
[all …]
/openbsd/src/lib/libcrypto/rsa/
Drsa_lib.c79 RSA *r = RSA_new_method(NULL); in RSA_new() local
161 RSA_free(RSA *r) in RSA_free()
193 RSA_up_ref(RSA *r) in RSA_up_ref()
209 RSA_set_ex_data(RSA *r, int idx, void *arg) in RSA_set_ex_data()
216 RSA_get_ex_data(const RSA *r, int idx) in RSA_get_ex_data()
230 RSA_get0_key(const RSA *r, const BIGNUM **n, const BIGNUM **e, const BIGNUM **d) in RSA_get0_key()
242 RSA_set0_key(RSA *r, BIGNUM *n, BIGNUM *e, BIGNUM *d) in RSA_set0_key()
265 RSA_get0_crt_params(const RSA *r, const BIGNUM **dmp1, const BIGNUM **dmq1, in RSA_get0_crt_params()
278 RSA_set0_crt_params(RSA *r, BIGNUM *dmp1, BIGNUM *dmq1, BIGNUM *iqmp) in RSA_set0_crt_params()
303 RSA_get0_factors(const RSA *r, const BIGNUM **p, const BIGNUM **q) in RSA_get0_factors()
[all …]
/openbsd/src/lib/libm/arch/aarch64/
Dfenv.c37 #define __mrs_fpcr(r) __asm volatile("mrs %x0, fpcr" : "=r" (r)) argument
38 #define __msr_fpcr(r) __asm volatile("msr fpcr, %x0" : : "r" (r)) argument
40 #define __mrs_fpsr(r) __asm volatile("mrs %x0, fpsr" : "=r" (r)) argument
41 #define __msr_fpsr(r) __asm volatile("msr fpsr, %x0" : : "r" (r)) argument
61 fexcept_t r; in feclearexcept() local
79 fexcept_t r; in fegetexceptflag() local
94 fexcept_t r; in feraiseexcept() local
112 fexcept_t r; in fesetexceptflag() local
131 fexcept_t r; in fetestexcept() local
145 fenv_t r; in fegetround() local
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dreal.c141 get_zero (r, sign) in get_zero() argument
152 get_canonical_qnan (r, sign) in get_canonical_qnan() argument
163 get_canonical_snan (r, sign) in get_canonical_snan() argument
174 get_inf (r, sign) in get_inf() argument
188 sticky_rshift_significand (r, a, n) in sticky_rshift_significand() argument
229 rshift_significand (r, a, n) in rshift_significand() argument
260 lshift_significand (r, a, n) in lshift_significand() argument
288 lshift_significand_1 (r, a) in lshift_significand_1() argument
303 add_significands (r, a, b) in add_significands() argument
334 sub_significands (r, a, b, carry) in sub_significands() argument
[all …]
/openbsd/src/gnu/gcc/gcc/
Dreal.c130 get_zero (REAL_VALUE_TYPE *r, int sign) in get_zero()
139 get_canonical_qnan (REAL_VALUE_TYPE *r, int sign) in get_canonical_qnan()
148 get_canonical_snan (REAL_VALUE_TYPE *r, int sign) in get_canonical_snan()
158 get_inf (REAL_VALUE_TYPE *r, int sign) in get_inf()
170 sticky_rshift_significand (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in sticky_rshift_significand()
209 rshift_significand (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in rshift_significand()
238 lshift_significand (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in lshift_significand()
264 lshift_significand_1 (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a) in lshift_significand_1()
277 add_significands (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in add_significands()
307 sub_significands (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *a, in sub_significands()
[all …]
Ddfp.c63 decimal_from_decnumber (REAL_VALUE_TYPE *r, decNumber *dn, decContext *context) in decimal_from_decnumber()
92 decimal_real_from_string (REAL_VALUE_TYPE *r, const char *s) in decimal_real_from_string()
110 decimal_to_decnumber (const REAL_VALUE_TYPE *r, decNumber *dn) in decimal_to_decnumber()
147 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal32()
169 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal32()
191 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal64()
219 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal64()
247 long *buf, const REAL_VALUE_TYPE *r) in encode_decimal128()
279 REAL_VALUE_TYPE *r, const long *buf) in decode_decimal128()
383 decimal_round_for_format (const struct real_format *fmt, REAL_VALUE_TYPE *r) in decimal_round_for_format()
[all …]
/openbsd/src/usr.bin/ssh/
Dsshbuf-getput-basic.c34 int r; in sshbuf_get() local
47 int r; in sshbuf_get_u64() local
60 int r; in sshbuf_get_u32() local
73 int r; in sshbuf_get_u16() local
86 int r; in sshbuf_get_u8() local
113 int r; in check_roffset() local
126 int r; in sshbuf_peek_u64() local
141 int r; in sshbuf_peek_u32() local
156 int r; in sshbuf_peek_u16() local
171 int r; in sshbuf_peek_u8() local
[all …]
Dlog.h127 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_AR… argument
128 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), _… argument
129 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), _… argument
130 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _… argument
131 #define verbose_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_VERBOSE, ssh_err(r),… argument
132 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V… argument
133 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… argument
134 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err(r), … argument
135 #define logdie_r(r, ...) sshlogdie(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r),… argument
136 #define do_log2_fr(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, ssh_err(r), __VA_A… argument
[all …]
Dsftp-server.c496 int r; in get_handle() local
513 int r; in send_msg() local
542 int r; in send_status_errmsg() local
574 int r; in send_data_or_handle() local
609 int i, r; in send_names() local
632 int r; in send_attrib() local
650 int r; in send_statvfs() local
682 int r; in compose_extension() local
703 int r; in process_init() local
737 int r, handle, fd, flags, mode, status = SSH2_FX_FAILURE; in process_open() local
[all …]
/openbsd/src/sbin/unwind/libunbound/util/
Dregional.c73 regional_init(struct regional* r) in regional_init()
92 struct regional* r; in regional_create_custom_large_object() local
119 regional_free_all(struct regional *r) in regional_free_all()
137 regional_destroy(struct regional *r) in regional_destroy()
145 regional_alloc(struct regional *r, size_t size) in regional_alloc()
185 regional_alloc_init(struct regional* r, const void *init, size_t size) in regional_alloc_init()
194 regional_alloc_zero(struct regional *r, size_t size) in regional_alloc_zero()
203 regional_strdup(struct regional *r, const char *string) in regional_strdup()
213 count_chunks(struct regional* r) in count_chunks()
228 count_large(struct regional* r) in count_large()
[all …]
/openbsd/src/usr.sbin/unbound/util/
Dregional.c73 regional_init(struct regional* r) in regional_init()
92 struct regional* r; in regional_create_custom_large_object() local
119 regional_free_all(struct regional *r) in regional_free_all()
137 regional_destroy(struct regional *r) in regional_destroy()
145 regional_alloc(struct regional *r, size_t size) in regional_alloc()
185 regional_alloc_init(struct regional* r, const void *init, size_t size) in regional_alloc_init()
194 regional_alloc_zero(struct regional *r, size_t size) in regional_alloc_zero()
203 regional_strdup(struct regional *r, const char *string) in regional_strdup()
213 count_chunks(struct regional* r) in count_chunks()
228 count_large(struct regional* r) in count_large()
[all …]
/openbsd/src/gnu/usr.bin/perl/
Dhv_macro.h61 #define ROTL32(x,r) _rotl(x,r) argument
62 #define ROTR32(x,r) _rotr(x,r) argument
63 #define ROTL64(x,r) _rotl64(x,r) argument
64 #define ROTR64(x,r) _rotr64(x,r) argument
67 #define ROTL32(x,r) (((U32)(x) << (r)) | ((U32)(x) >> (32 - (r)))) argument
68 #define ROTR32(x,r) (((U32)(x) << (32 - (r))) | ((U32)(x) >> (r))) argument
69 #define ROTL64(x,r) ( ( (U64)(x) << (r) ) | ( (U64)(x) >> ( 64 - (r) ) ) ) argument
70 #define ROTR64(x,r) ( ( (U64)(x) << ( 64 - (r) ) ) | ( (U64)(x) >> (r) ) ) argument
75 #define ROTL_UV(x,r) ROTL64(x,r) argument
76 #define ROTR_UV(x,r) ROTL64(x,r) argument
[all …]
/openbsd/src/lib/libcrypto/bn/
Dbn_mod.c119 BN_mod_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_ct()
125 BN_mod_nonct(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_nonct()
137 BN_nnmod(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_nnmod()
152 BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add()
170 BN_mod_add_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_add_quick()
185 BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub()
203 BN_mod_sub_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m) in BN_mod_sub_quick()
218 BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul()
257 BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr()
264 BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1()
[all …]
/openbsd/src/sbin/ipsecctl/
Dike.c64 ike_section_general(struct ipsec_rule *r, FILE *fd) in ike_section_general()
75 ike_section_peer(struct ipsec_rule *r, FILE *fd) in ike_section_peer()
95 ike_section_ids(struct ipsec_rule *r, FILE *fd) in ike_section_ids()
138 ike_section_ipsec(struct ipsec_rule *r, FILE *fd) in ike_section_ipsec()
158 ike_section_p2(struct ipsec_rule *r, FILE *fd) in ike_section_p2()
443 ike_section_p1(struct ipsec_rule *r, FILE *fd) in ike_section_p1()
680 ike_section_p2ids(struct ipsec_rule *r, FILE *fd) in ike_section_p2ids()
736 ike_connect(struct ipsec_rule *r, FILE *fd) in ike_connect()
754 ike_gen_config(struct ipsec_rule *r, FILE *fd) in ike_gen_config()
775 ike_delete_config(struct ipsec_rule *r, FILE *fd) in ike_delete_config()
[all …]
/openbsd/src/lib/libm/arch/sparc64/
Dfenv.c48 fexcept_t r; in feclearexcept() local
72 fexcept_t r; in fegetexceptflag() local
93 fexcept_t r; in fesetexceptflag() local
163 fexcept_t r; in fetestexcept() local
180 fenv_t r; in fegetround() local
197 fenv_t r; in fesetround() local
239 fenv_t r; in feholdexcept() local
284 fexcept_t r; in feupdateenv() local
340 fenv_t r; in fegetexcept() local
/openbsd/src/usr.sbin/smtpd/
Druleset.c24 #define MATCH_RESULT(r, neg) ((r) == -1 ? -1 : ((neg) < 0 ? !(r) : (r))) argument
27 ruleset_match_tag(struct rule *r, const struct envelope *evp) in ruleset_match_tag()
46 ruleset_match_from(struct rule *r, const struct envelope *evp) in ruleset_match_from()
92 ruleset_match_to(struct rule *r, const struct envelope *evp) in ruleset_match_to()
111 ruleset_match_smtp_helo(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_helo()
130 ruleset_match_smtp_starttls(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_starttls()
140 ruleset_match_smtp_auth(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_auth()
168 ruleset_match_smtp_mail_from(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_mail_from()
191 ruleset_match_smtp_rcpt_to(struct rule *r, const struct envelope *evp) in ruleset_match_smtp_rcpt_to()
216 struct rule *r; in ruleset_match() local
Dscheduler_proc.c100 int fd, r; in scheduler_proc_init() local
124 int r; in scheduler_proc_insert() local
174 int r; in scheduler_proc_update() local
192 int r; in scheduler_proc_delete() local
210 int r; in scheduler_proc_hold() local
236 int r; in scheduler_proc_release() local
264 int r; in scheduler_proc_batch() local
348 int r; in scheduler_proc_schedule() local
366 int r; in scheduler_proc_remove() local
384 int r; in scheduler_proc_suspend() local
[all …]
/openbsd/src/sys/dev/pci/drm/include/drm/
Ddrm_rect.h74 #define DRM_RECT_ARG(r) drm_rect_width(r), drm_rect_height(r), (r)->x1, (r)->y1 argument
87 #define DRM_RECT_FP_ARG(r) \ argument
101 static inline void drm_rect_init(struct drm_rect *r, int x, int y, in drm_rect_init()
122 static inline void drm_rect_adjust_size(struct drm_rect *r, int dw, int dh) in drm_rect_adjust_size()
139 static inline void drm_rect_translate(struct drm_rect *r, int dx, int dy) in drm_rect_translate()
156 static inline void drm_rect_translate_to(struct drm_rect *r, int x, int y) in drm_rect_translate_to()
169 static inline void drm_rect_downscale(struct drm_rect *r, int horz, int vert) in drm_rect_downscale()
184 static inline int drm_rect_width(const struct drm_rect *r) in drm_rect_width()
196 static inline int drm_rect_height(const struct drm_rect *r) in drm_rect_height()
208 static inline bool drm_rect_visible(const struct drm_rect *r) in drm_rect_visible()
/openbsd/src/gnu/usr.bin/perl/win32/
Dwin32sck.c348 SOCKET r; in win32_accept() local
357 int r; in win32_bind() local
366 int r; in win32_connect() local
376 int r; in win32_getpeername() local
385 int r; in win32_getsockname() local
394 int r; in win32_getsockopt() local
403 int r; in win32_ioctlsocket() local
412 int r; in win32_listen() local
421 int r; in win32_recv() local
430 int r; in win32_recvfrom() local
[all …]
/openbsd/src/usr.bin/signify/
Dfe25519.c41 static void reduce_add_sub(fe25519 *r) in reduce_add_sub()
61 static void reduce_mul(fe25519 *r) in reduce_mul()
82 void fe25519_freeze(fe25519 *r) in fe25519_freeze()
98 void fe25519_unpack(fe25519 *r, const unsigned char x[32]) in fe25519_unpack()
118 int r; in fe25519_iszero() local
139 void fe25519_cmov(fe25519 *r, const fe25519 *x, unsigned char b) in fe25519_cmov()
154 void fe25519_setone(fe25519 *r) in fe25519_setone()
161 void fe25519_setzero(fe25519 *r) in fe25519_setzero()
167 void fe25519_neg(fe25519 *r, const fe25519 *x) in fe25519_neg()
176 void fe25519_add(fe25519 *r, const fe25519 *x, const fe25519 *y) in fe25519_add()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dtarget.h802 #define ffetarget_add_complex1(res,l,r) \ argument
813 #define ffetarget_add_complex2(res,l,r) \ argument
824 #define ffetarget_add_integer1(res,l,r) (*(res) = (l) + (r), FFEBAD) argument
825 #define ffetarget_add_integer2(res,l,r) (*(res) = (l) + (r), FFEBAD) argument
826 #define ffetarget_add_integer3(res,l,r) (*(res) = (l) + (r), FFEBAD) argument
827 #define ffetarget_add_integer4(res,l,r) (*(res) = (l) + (r), FFEBAD) argument
828 #define ffetarget_add_real1(res,l,r) \ argument
835 #define ffetarget_add_real2(res,l,r) \ argument
844 #define ffetarget_and_integer1(res,l,r) (*(res) = (l) & (r), FFEBAD) argument
845 #define ffetarget_and_integer2(res,l,r) (*(res) = (l) & (r), FFEBAD) argument
[all …]
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_mes.c101 int r; in amdgpu_mes_event_log_init() local
129 int i, r; in amdgpu_mes_init() local
275 int r; in amdgpu_mes_create_process() local
336 int r; in amdgpu_mes_destroy_process() local
400 int r; in amdgpu_mes_add_gang() local
505 int r; in amdgpu_mes_suspend() local
529 int r; in amdgpu_mes_resume() local
556 int r; in amdgpu_mes_queue_alloc_mqd() local
625 int r; in amdgpu_mes_add_hw_queue() local
743 int r; in amdgpu_mes_remove_hw_queue() local
[all …]
/openbsd/src/lib/libc/arch/sparc64/fpu/
Dfpu_arith.h82 #define FPU_ADDC(r, x, y) \ argument
84 #define FPU_ADDS(r, x, y) \ argument
86 #define FPU_ADDCS(r, x, y) \ argument
88 #define FPU_SUBC(r, x, y) \ argument
90 #define FPU_SUBS(r, x, y) \ argument
92 #define FPU_SUBCS(r, x, y) \ argument
95 #define FPU_GET_CARRY(r) __asm volatile("addx %%g0,%%g0,%0" : "=r"(r)) argument
/openbsd/src/sys/arch/sparc64/fpu/
Dfpu_arith.h77 #define FPU_ADDC(r, x, y) \ argument
79 #define FPU_ADDS(r, x, y) \ argument
81 #define FPU_ADDCS(r, x, y) \ argument
83 #define FPU_SUBC(r, x, y) \ argument
85 #define FPU_SUBS(r, x, y) \ argument
87 #define FPU_SUBCS(r, x, y) \ argument
90 #define FPU_GET_CARRY(r) asm volatile("addx %%g0,%%g0,%0" : "=r"(r)) argument

12345678910>>...103