Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/dragonfly/tools/regression/bin/sh/expansion/
H A Dtrim9.029 testcase 'set -- Q R; set -- "${*#Q}"' '1| R'
30 testcase 'set -- Q R; set -- "${*##Q}"' '1| R'
31 testcase 'set -- Q R; set -- "${*%R}"' '1|Q '
37 testcase 'set -- Q R; set -- ${*#Q}' '1|R'
38 testcase 'set -- Q R; set -- ${*##Q}' '1|R'
39 testcase 'set -- Q R; set -- ${*%R}' '1|Q'
40 testcase 'set -- Q R; set -- ${*%%R}' '1|Q'
45 testcase 'set -- Q R; set -- ${@#Q}' '1|R'
46 testcase 'set -- Q R; set -- ${@##Q}' '1|R'
47 testcase 'set -- Q R; set -- ${@%R}' '1|Q'
[all …]
/dragonfly/sys/opencrypto/
H A Drmd160.c180 R(a, b, c, d, e, F0, K0, 11, 0); in RMD160Transform()
181 R(e, a, b, c, d, F0, K0, 14, 1); in RMD160Transform()
182 R(d, e, a, b, c, F0, K0, 15, 2); in RMD160Transform()
183 R(c, d, e, a, b, F0, K0, 12, 3); in RMD160Transform()
184 R(b, c, d, e, a, F0, K0, 5, 4); in RMD160Transform()
185 R(a, b, c, d, e, F0, K0, 8, 5); in RMD160Transform()
186 R(e, a, b, c, d, F0, K0, 7, 6); in RMD160Transform()
187 R(d, e, a, b, c, F0, K0, 9, 7); in RMD160Transform()
188 R(c, d, e, a, b, F0, K0, 11, 8); in RMD160Transform()
189 R(b, c, d, e, a, F0, K0, 13, 9); in RMD160Transform()
[all …]
/dragonfly/contrib/diffutils/lib/
H A Dverify.h187 _gl_verify_type<(R) ? 1 : -1>
217 # define _Static_assert(R, DIAGNOSTIC) _GL_VERIFY (R, DIAGNOSTIC) argument
240 #define verify_true(R) _GL_VERIFY_TRUE (R, "verify_true (" #R ")") argument
245 #define verify_expr(R, E) \ argument
246 (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E))
252 # define verify(R) _GL_VERIFY (R, "verify (" #R ")") argument
255 # define verify(R) _GL_VERIFY (R, "verify (...)") argument
268 # define assume(R) ((R) ? (void) 0 : __builtin_unreachable ()) argument
270 # define assume(R) __assume (R) argument
277 # define assume(R) ((R) ? (void) 0 : __builtin_trap ()) argument
[all …]
/dragonfly/contrib/gcc-4.7/libgcc/soft-fp/
H A Dop-common.h411 R##_e = 0; \
434 R##_e = 1; \
470 R##_e++; \
593 R##_e = 0; \
716 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument
732 R##_c = X##_c; \
733 R##_e = X##_e; \
756 R##_e--; \
945 R##_s = X##_s; \
963 R##_s = X##_s; \
[all …]
H A Ddouble.h146 #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) argument
147 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument
148 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument
149 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument
150 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument
151 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) argument
243 #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) argument
244 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument
245 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument
246 #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) argument
[all …]
H A Dquad.h151 #define FP_NEG_Q(R,X) _FP_NEG(Q,4,R,X) argument
152 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument
153 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument
154 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument
155 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument
156 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X) argument
252 #define FP_NEG_Q(R,X) _FP_NEG(Q,2,R,X) argument
253 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument
254 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument
255 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) argument
[all …]
H A Dextended.h189 #define FP_NEG_E(R,X) _FP_NEG(E,4,R,X) argument
190 #define FP_ADD_E(R,X,Y) _FP_ADD(E,4,R,X,Y) argument
191 #define FP_SUB_E(R,X,Y) _FP_SUB(E,4,R,X,Y) argument
192 #define FP_MUL_E(R,X,Y) _FP_MUL(E,4,R,X,Y) argument
193 #define FP_DIV_E(R,X,Y) _FP_DIV(E,4,R,X,Y) argument
194 #define FP_SQRT_E(R,X) _FP_SQRT(E,4,R,X) argument
380 #define FP_NEG_E(R,X) _FP_NEG(E,2,R,X) argument
381 #define FP_ADD_E(R,X,Y) _FP_ADD(E,2,R,X,Y) argument
382 #define FP_SUB_E(R,X,Y) _FP_SUB(E,2,R,X,Y) argument
383 #define FP_MUL_E(R,X,Y) _FP_MUL(E,2,R,X,Y) argument
[all …]
H A Dop-1.h65 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument
66 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument
142 R##_f = X##_f * Y##_f; \
159 R##_f = _Z_f0; \
189 R##_f = _z_f0; \
209 R##_f = _q | (_r != 0); \
227 R##_e--; \
246 R##_e--; \
275 R##_f += q; \
283 R##_f |= _FP_WORK_ROUND; \
[all …]
/dragonfly/contrib/grep/lib/
H A Dverify.h193 _gl_verify_type<(R) ? 1 : -1>
216 # define _GL_VERIFY(R, DIAGNOSTIC, ...) _Static_assert (R, DIAGNOSTIC) argument
220 [_GL_VERIFY_TRUE (R, DIAGNOSTIC)]
264 #define verify_expr(R, E) \ argument
265 (_GL_VERIFY_TRUE (R, "verify_expr (" #R ", " #E ")") ? (E) : (E))
274 # define verify(R) _GL_VERIFY (R, "verify (...)", -) argument
276 # define verify(R) _GL_VERIFY (R, "verify (" #R ")", -) argument
286 # define assume(R) ((R) ? (void) 0 : __builtin_unreachable ()) argument
288 # define assume(R) __assume (R) argument
293 # define assume(R) ((R) ? (void) 0 : __builtin_trap ()) argument
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dsha1.c328 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
329 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
330 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
331 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
332 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
333 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
334 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
335 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
336 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
337 R( b, c, d, e, a, F1, K1, x[ 9] ); in sha1_process_block()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dsha1.c327 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
328 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
329 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
330 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
331 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
332 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
333 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
334 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
335 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
336 R( b, c, d, e, a, F1, K1, x[ 9] ); in sha1_process_block()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dsha1.c328 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
329 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
330 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
331 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
332 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
333 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
334 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
335 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
336 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
337 R( b, c, d, e, a, F1, K1, x[ 9] ); in sha1_process_block()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dsha1.c327 R( a, b, c, d, e, F1, K1, x[ 0] ); in sha1_process_block()
328 R( e, a, b, c, d, F1, K1, x[ 1] ); in sha1_process_block()
329 R( d, e, a, b, c, F1, K1, x[ 2] ); in sha1_process_block()
330 R( c, d, e, a, b, F1, K1, x[ 3] ); in sha1_process_block()
331 R( b, c, d, e, a, F1, K1, x[ 4] ); in sha1_process_block()
332 R( a, b, c, d, e, F1, K1, x[ 5] ); in sha1_process_block()
333 R( e, a, b, c, d, F1, K1, x[ 6] ); in sha1_process_block()
334 R( d, e, a, b, c, F1, K1, x[ 7] ); in sha1_process_block()
335 R( c, d, e, a, b, F1, K1, x[ 8] ); in sha1_process_block()
336 R( b, c, d, e, a, F1, K1, x[ 9] ); in sha1_process_block()
[all …]
/dragonfly/contrib/gcc-8.0/libgcc/soft-fp/
H A Dop-4.h163 __FP_FRAC_ADD_4 (R##_f[3], R##_f[2], R##_f[1], R##_f[0], \
168 __FP_FRAC_SUB_4 (R##_f[3], R##_f[2], R##_f[1], R##_f[0], \
329 _FP_FRAC_WORD_8 (R, 3), _FP_FRAC_WORD_8 (R, 2), \
340 _FP_FRAC_WORD_8 (R, 4), _FP_FRAC_WORD_8 (R, 3), \
346 _FP_FRAC_WORD_8 (R, 4), _FP_FRAC_WORD_8 (R, 3), \
365 _FP_FRAC_WORD_8 (R, 5), _FP_FRAC_WORD_8 (R, 4), \
371 _FP_FRAC_WORD_8 (R, 5), _FP_FRAC_WORD_8 (R, 4), \
377 _FP_FRAC_WORD_8 (R, 5), _FP_FRAC_WORD_8 (R, 4), \
398 _FP_FRAC_WORD_8 (R, 6), _FP_FRAC_WORD_8 (R, 5), \
404 _FP_FRAC_WORD_8 (R, 6), _FP_FRAC_WORD_8 (R, 5), \
[all …]
H A Dop-common.h421 R##_s = X##_s; \
595 R##_e++; \
813 R##_e = 0; \
837 R##_e = 0; \
850 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL (fs, wc, R, X, Y, '+') argument
890 R##_e--; \
900 R##_s = X##_s; \
908 R##_c = X##_c; \
969 R##_e--; \
1425 R##_s = 0; \
[all …]
H A Dop-2.h117 __FP_FRAC_ADD_2 (R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
120 __FP_FRAC_SUB_2 (R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
280 doit (_FP_FRAC_WORD_4 (R, 1), _FP_FRAC_WORD_4 (R, 0), \
286 doit (_FP_FRAC_WORD_4 (R, 3), _FP_FRAC_WORD_4 (R, 2), \
289 __FP_FRAC_ADD_3 (_FP_FRAC_WORD_4 (R, 3), _FP_FRAC_WORD_4 (R, 2), \
293 _FP_FRAC_WORD_4 (R, 3), _FP_FRAC_WORD_4 (R, 2), \
299 _FP_FRAC_WORD_4 (R, 3), _FP_FRAC_WORD_4 (R, 2), \
343 doit (_FP_FRAC_WORD_4 (R, 2), _FP_FRAC_WORD_4 (R, 1), \
358 0, _FP_FRAC_WORD_4 (R, 2), _FP_FRAC_WORD_4 (R, 1)); \
374 _FP_FRAC_WORD_4 (R, 3), _FP_FRAC_WORD_4 (R, 2)); \
[all …]
H A Dop-1.h74 #define _FP_FRAC_ADD_1(R, X, Y) (R##_f = X##_f + Y##_f) argument
75 #define _FP_FRAC_SUB_1(R, X, Y) (R##_f = X##_f - Y##_f) argument
156 R##_f = X##_f * Y##_f; \
176 doit (R##_f1, R##_f0, X##_f, Y##_f); \
228 _FP_FRAC_ADD_2 (R, R, _FP_MUL_MEAT_DW_1_hard_a); \
259 ? R##_e--, _FP_WFRACBITS_##fs \
286 R##_e--; \
313 R##_e--; \
344 R##_f += (q); \
352 R##_f |= _FP_WORK_ROUND; \
[all …]
H A Ddouble.h174 # define FP_NEG_D(R, X) _FP_NEG (D, 2, R, X) argument
175 # define FP_ADD_D(R, X, Y) _FP_ADD (D, 2, R, X, Y) argument
176 # define FP_SUB_D(R, X, Y) _FP_SUB (D, 2, R, X, Y) argument
177 # define FP_MUL_D(R, X, Y) _FP_MUL (D, 2, R, X, Y) argument
178 # define FP_DIV_D(R, X, Y) _FP_DIV (D, 2, R, X, Y) argument
179 # define FP_SQRT_D(R, X) _FP_SQRT (D, 2, R, X) argument
295 # define FP_NEG_D(R, X) _FP_NEG (D, 1, R, X) argument
296 # define FP_ADD_D(R, X, Y) _FP_ADD (D, 1, R, X, Y) argument
297 # define FP_SUB_D(R, X, Y) _FP_SUB (D, 1, R, X, Y) argument
298 # define FP_MUL_D(R, X, Y) _FP_MUL (D, 1, R, X, Y) argument
[all …]
H A Dquad.h179 # define FP_NEG_Q(R, X) _FP_NEG (Q, 4, R, X) argument
180 # define FP_ADD_Q(R, X, Y) _FP_ADD (Q, 4, R, X, Y) argument
181 # define FP_SUB_Q(R, X, Y) _FP_SUB (Q, 4, R, X, Y) argument
182 # define FP_MUL_Q(R, X, Y) _FP_MUL (Q, 4, R, X, Y) argument
183 # define FP_DIV_Q(R, X, Y) _FP_DIV (Q, 4, R, X, Y) argument
184 # define FP_SQRT_Q(R, X) _FP_SQRT (Q, 4, R, X) argument
305 # define FP_NEG_Q(R, X) _FP_NEG (Q, 2, R, X) argument
306 # define FP_ADD_Q(R, X, Y) _FP_ADD (Q, 2, R, X, Y) argument
307 # define FP_SUB_Q(R, X, Y) _FP_SUB (Q, 2, R, X, Y) argument
308 # define FP_MUL_Q(R, X, Y) _FP_MUL (Q, 2, R, X, Y) argument
[all …]
H A Dextended.h232 # define FP_NEG_E(R, X) _FP_NEG (E, 4, R, X) argument
233 # define FP_ADD_E(R, X, Y) _FP_ADD (E, 4, R, X, Y) argument
234 # define FP_SUB_E(R, X, Y) _FP_SUB (E, 4, R, X, Y) argument
235 # define FP_MUL_E(R, X, Y) _FP_MUL (E, 4, R, X, Y) argument
236 # define FP_DIV_E(R, X, Y) _FP_DIV (E, 4, R, X, Y) argument
237 # define FP_SQRT_E(R, X) _FP_SQRT (E, 4, R, X) argument
460 # define FP_NEG_E(R, X) _FP_NEG (E, 2, R, X) argument
461 # define FP_ADD_E(R, X, Y) _FP_ADD (E, 2, R, X, Y) argument
462 # define FP_SUB_E(R, X, Y) _FP_SUB (E, 2, R, X, Y) argument
463 # define FP_MUL_E(R, X, Y) _FP_MUL (E, 2, R, X, Y) argument
[all …]
/dragonfly/usr.bin/systat/
H A Dtcp.c114 R(10, "- resends by PMTU discovery"); in labeltcp()
123 R(19, "- window updates"); in labeltcp()
125 #undef R in labeltcp()
226 #define R(row, stat) DO(stat, row, 35) in showtcp() macro
228 L(3, tcps_accepts); R(3, tcps_sndpack); in showtcp()
230 L(5, tcps_drops); R(5, tcps_sndacks); in showtcp()
233 L(8, tcps_keepdrops); R(8, tcps_sndurg); in showtcp()
235 R(10, tcps_mturesent); in showtcp()
236 R(11, tcps_rcvtotal); in showtcp()
244 R(19, tcps_rcvwinupd); in showtcp()
[all …]
H A Dip6.c102 #define R(row, str) mvwprintw(wnd, row, 45, str); in labelip6() macro
103 L(1, "IPv6 Input"); R(1, "IPv6 Output"); in labelip6()
106 L(4, "- too short for data"); R(4, "- output drops"); in labelip6()
115 L(13, "- redirects generated"); R(13, " - IPv4"); in labelip6()
116 L(14, "option errors"); R(14, " - TCP"); in labelip6()
117 L(15, "unwanted multicasts"); R(15, " - UDP"); in labelip6()
118 L(16, "delivered to upper layer"); R(16, " - IPv6"); in labelip6()
119 L(17, "bad scope packets"); R(17, " - routing header"); in labelip6()
121 R(19, " - ICMP6"); in labelip6()
122 R(20, " - none"); in labelip6()
[all …]
/dragonfly/contrib/bmake/mk/
H A Ddpadd.mk119 LDADD += ${LDADD_${__lib:T:R}:U${__lib:T:R:S/lib/-l/:C/\.so.*//}}
214 .if !empty(SRC_${__lib:T:R})
215 INCLUDES_${__lib:T:R} ?= -I${exists(${SRC_${__lib:T:R}}/h):?${SRC_${__lib:T:R}}/h:${SRC_${__lib:T:R
221 .for __lib in ${DPMAGIC_LIBS:O:u:T:R}
237 SHLDADD+= -l${__lib:T:R:S,lib,,}
238 .elif exists(${__lib:R}_pic.a)
239 SHLDADD+= -l${__lib:T:R:S,lib,,}_pic
242 SHLDADD+= -l${__lib:T:R:S,lib,,}
252 __ldadd=-l${__lib:T:R:S,lib,,}
261 __dpadd_incs += ${__dpadd_magic_libs:O:u:@s@${SRC_LIBS_${s:T:R}:U}@:@x@${INCLUDES_${x:T:R}}@}
[all …]
H A Dyacc.mk29 .ORDER: ${y:T:R}.c y.tab.h
31 ${y:T:R}.c y.tab.h: $y
36 .ORDER: ${y:T:R}.c ${y:T:R}.h
37 ${y:T:R}.h: .NOMETA
38 ${y:T:R}.c ${y:T:R}.h: $y
40 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET:T:R}.c
42 || mv y.tab.h ${.TARGET:T:R}.h
60 [ ! -s y.tab.c ] || mv y.tab.c ${.TARGET:T:R}.c
62 || mv y.tab.h ${.TARGET:T:R}.h
63 touch ${.TARGET:T:R}.c
[all …]
/dragonfly/contrib/gcc-4.7/gcc/ginclude/
H A Dtgmath.h82 __tg_choose (z, R##f(z), (R)(z), R##l(z)))
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
91 #define __TGMATH_REAL(x,R) \ argument
92 __tg_choose (x, R##f(x), (R)(x), R##l(x))
93 #define __TGMATH_REAL_2(x,y,R) \ argument
94 __tg_choose_2 (x, y, R##f(x,y), (R)(x,y), R##l(x,y))
95 #define __TGMATH_REAL_3(x,y,z,R) \ argument
96 __tg_choose_3 (x, y, z, R##f(x,y,z), (R)(x,y,z), R##l(x,y,z))
97 #define __TGMATH_REAL_1_2(x,y,R) \ argument
98 __tg_choose (x, R##f(x,y), (R)(x,y), R##l(x,y))
[all …]

12345678910>>...24