Home
last modified time | relevance | path

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

12345678910>>...98

/openbsd/lib/libcrypto/err/
H A 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
208 #define ECerr(f,r) ERR_PUT_error(ERR_LIB_EC,(f),(r),__FILE__,__LINE__) argument
214 #define DSOerr(f,r) ERR_PUT_error(ERR_LIB_DSO,(f),(r),__FILE__,__LINE__) argument
217 #define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),__FILE__,__LINE__) argument
223 #define CMSerr(f,r) ERR_PUT_error(ERR_LIB_CMS,(f),(r),__FILE__,__LINE__) argument
224 #define TSerr(f,r) ERR_PUT_error(ERR_LIB_TS,(f),(r),__FILE__,__LINE__) argument
229 #define CTerr(f, r) ERR_PUT_error(ERR_LIB_CT,(f),(r),__FILE__,__LINE__) argument
[all …]
/openbsd/lib/libm/arch/riscv64/
H A Dfenv.c58 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
128 fexcept_t r; in fetestexcept() local
142 fenv_t r; in fegetround() local
157 fenv_t r; in fesetround() local
173 fenv_t r; in fegetenv() local
191 fenv_t r; in feholdexcept() local
214 fenv_t r; in fesetenv() local
[all …]
/openbsd/lib/libcrypto/rsa/
H A 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()
332 RSA_get0_n(const RSA *r) in RSA_get0_n()
339 RSA_get0_e(const RSA *r) in RSA_get0_e()
346 RSA_get0_d(const RSA *r) in RSA_get0_d()
353 RSA_get0_p(const RSA *r) in RSA_get0_p()
360 RSA_get0_q(const RSA *r) in RSA_get0_q()
367 RSA_get0_dmp1(const RSA *r) in RSA_get0_dmp1()
374 RSA_get0_dmq1(const RSA *r) in RSA_get0_dmq1()
[all …]
/openbsd/lib/libm/arch/aarch64/
H A Dfenv.c37 #define __mrs_fpcr(r) __asm volatile("mrs %x0, fpcr" : "=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
160 fenv_t r; in fesetround() local
179 fenv_t r; in fegetenv() local
200 fenv_t r; in feholdexcept() local
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dreal.c141 get_zero (r, sign) in get_zero() argument
174 get_inf (r, sign) in get_inf() argument
521 normalize (r) in normalize() argument
1128 real_exponent (r) in real_exponent() argument
1179 real_isinf (r) in real_isinf() argument
1188 real_isnan (r) in real_isnan() argument
1197 real_isneg (r) in real_isneg() argument
1206 real_isnegzero (r) in real_isnegzero() argument
2147 real_inf (r) in real_inf() argument
2267 real_2expN (r, n) in real_2expN() argument
[all …]
/openbsd/gnu/gcc/gcc/
H A Dreal.c479 normalize (REAL_VALUE_TYPE *r) in normalize()
1061 REAL_VALUE_TYPE r; in real_arithmetic2() local
1327 const REAL_VALUE_TYPE *r) in real_to_integer2()
2000 REAL_VALUE_TYPE r; in real_from_string2() local
2162 real_inf (REAL_VALUE_TYPE *r) in real_inf()
2493 REAL_VALUE_TYPE r; in real_value_truncate() local
2530 REAL_VALUE_TYPE r; in real_to_target_fmt() local
2659 const REAL_VALUE_TYPE *r) in encode_ieee_single()
3201 const REAL_VALUE_TYPE *r) in encode_ieee_extended_intel_128()
3541 const REAL_VALUE_TYPE *r) in encode_ieee_quad()
[all …]
H A Ddfp.c92 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()
463 decimal_do_add (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *op0, in decimal_do_add()
552 decimal_real_to_integer (const REAL_VALUE_TYPE *r) in decimal_real_to_integer()
[all …]
/openbsd/usr.bin/ssh/
H A 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 …]
H A Dlog.h108 #define do_log2_r(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 0, level, ssh_err(r), __VA_AR… argument
109 #define debug3_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG3, ssh_err(r), _… argument
110 #define debug2_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG2, ssh_err(r), _… argument
111 #define debug_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _… argument
113 #define logit_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_INFO, ssh_err(r), __V… argument
114 #define error_r(r, ...) sshlog(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_ERROR, ssh_err(r), __… argument
115 #define fatal_r(r, ...) sshfatal(__FILE__, __func__, __LINE__, 0, SYSLOG_LEVEL_FATAL, ssh_err(r), … argument
118 #define do_log2_fr(r, level, ...) sshlog(__FILE__, __func__, __LINE__, 1, level, ssh_err(r), __VA_A… argument
121 #define debug_fr(r, ...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_DEBUG1, ssh_err(r), _… argument
123 #define logit_fr(r, ...) sshlog(__FILE__, __func__, __LINE__, 1, SYSLOG_LEVEL_INFO, ssh_err(r), __V… argument
[all …]
H A 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
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
1223 int r; in process_realpath() local
1367 int r; in process_extended_statvfs() local
[all …]
/openbsd/usr.sbin/unbound/util/
H A 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()
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()
240 regional_log_stats(struct regional *r) in regional_log_stats()
[all …]
/openbsd/sbin/unwind/libunbound/util/
H A 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()
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()
240 regional_log_stats(struct regional *r) in regional_log_stats()
[all …]
/openbsd/gnu/usr.bin/perl/
H A 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
75 #define ROTL_UV(x,r) ROTL64(x,r) argument
76 #define ROTR_UV(x,r) ROTL64(x,r) argument
78 #define ROTL_UV(x,r) ROTL32(x,r) argument
[all …]
/openbsd/lib/libcrypto/bn/
H A 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()
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()
281 BN_mod_lshift1_quick(BIGNUM *r, const BIGNUM *a, const BIGNUM *m) in BN_mod_lshift1_quick()
[all …]
/openbsd/sbin/ipsecctl/
H A 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()
828 ike_setup_ids(struct ipsec_rule *r) in ike_setup_ids()
[all …]
/openbsd/sys/dev/pci/drm/include/drm/
H A 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/lib/libm/arch/sparc64/
H A 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/usr.sbin/smtpd/
H A 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
H A Dscheduler_proc.c100 int fd, r; in scheduler_proc_init() local
122 int r; in scheduler_proc_insert() local
172 int r; in scheduler_proc_update() local
190 int r; in scheduler_proc_delete() local
208 int r; in scheduler_proc_hold() local
234 int r; in scheduler_proc_release() local
262 int r; in scheduler_proc_batch() local
346 int r; in scheduler_proc_schedule() local
364 int r; in scheduler_proc_remove() local
382 int r; in scheduler_proc_suspend() local
[all …]
H A Dqueue_proc.c101 int r; in queue_proc_close() local
115 int r; in queue_proc_message_create() local
131 int r, fd; in queue_proc_message_commit() local
152 int r; in queue_proc_message_delete() local
181 int r; in queue_proc_envelope_create() local
203 int r; in queue_proc_envelope_delete() local
219 int r; in queue_proc_envelope_update() local
238 int r; in queue_proc_envelope_load() local
260 int r; in queue_proc_envelope_walk() local
/openbsd/usr.bin/signify/
H A 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
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()
211 void fe25519_square(fe25519 *r, const fe25519 *x) in fe25519_square()
216 void fe25519_invert(fe25519 *r, const fe25519 *x) in fe25519_invert()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h865 #define ffetarget_cmp_typeless(l,r) \ argument
1222 #define ffetarget_eq_real1(res,l,r) \ argument
1228 #define ffetarget_eq_real2(res,l,r) \ argument
1250 #define ffetarget_ge_real1(res,l,r) \ argument
1256 #define ffetarget_ge_real2(res,l,r) \ argument
1270 #define ffetarget_gt_real1(res,l,r) \ argument
1277 #define ffetarget_gt_real2(res,l,r) \ argument
1320 #define ffetarget_le_real1(res,l,r) \ argument
1327 #define ffetarget_le_real2(res,l,r) \ argument
1342 #define ffetarget_lt_real1(res,l,r) \ argument
[all …]
/openbsd/sys/arch/sparc64/fpu/
H A 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
/openbsd/lib/libc/arch/sparc64/fpu/
H A 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/gnu/usr.bin/perl/win32/
H A Dwin32sck.c403 int r; in win32_bind() local
412 int r; in win32_connect() local
422 int r; in win32_getpeername() local
431 int r; in win32_getsockname() local
440 int r; in win32_getsockopt() local
449 int r; in win32_ioctlsocket() local
458 int r; in win32_listen() local
467 int r; in win32_recv() local
476 int r; in win32_recvfrom() local
493 int r; in win32_select() local
[all …]

12345678910>>...98