| /openbsd/src/sys/arch/arm64/arm64/ |
| D | aesv8-armx.S | 71 b.eq .Lenc_key_abort 73 b.eq .Lenc_key_abort 76 b.lt .Lenc_key_abort 78 b.gt .Lenc_key_abort 80 b.ne .Lenc_key_abort 86 eor v0.16b,v0.16b,v0.16b 87 ld1 {v3.16b},[x0],#16 91 b.lt .Loop128 92 b.eq .L192 93 b .L256 [all …]
|
| /openbsd/src/gnu/usr.bin/perl/lib/unicore/ |
| D | TestNorm.pl | 603 Test_N(qᵇ, qᵇ, qᵇ, qb, qb); 679 Test_N(qḃ, qḃ, qḃ, qḃ, qḃ); 681 Test_N(qḅ, qḅ, qḅ, qḅ, qḅ); 683 Test_N(qḇ, qḇ, qḇ, qḇ, qḇ); 1442 Test_N(q⒝, q⒝, q⒝, q(b), q(b)); 1494 Test_N(qⓑ, qⓑ, qⓑ, qb, qb); 14985 Test_N(qb, qb, qb, qb, qb); 15254 Test_N(q, q, q, qb, qb); 15306 Test_N(q, q, q, qb, qb); 15357 Test_N(q, q, q, qb, qb); [all …]
|
| /openbsd/src/regress/lib/libcrypto/bn/ |
| D | bn_gcd.c | 26 int BN_gcd(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); 27 int BN_gcd_ct(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx); 49 const char *b; member 54 .b = "0", 59 .b = "1", 64 .b = "0", 69 .b = "1", 74 .b = "0", 79 .b = "57", 89 .b = "278d3", [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
| D | ppc-spe.c | 12 vector int a, b, c, *ap; variable 29 c = __ev_addw(a, b); in test_api() 31 c = __ev_subfw(a, b); in test_api() 37 c = __ev_and(a, b); in test_api() 38 c = __ev_or(a, b); in test_api() 39 c = __ev_xor(a, b); in test_api() 40 c = __ev_nand(a, b); in test_api() 41 c = __ev_nor(a, b); in test_api() 42 c = __ev_eqv(a, b); in test_api() 43 c = __ev_andc(a, b); in test_api() [all …]
|
| D | sequence-pt-1.c | 21 foo (int a, int b, int n, int p, int *ptr, struct s *sptr, in foo() argument 28 a = ++a + b; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 29 a = a-- + b; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 39 a = b = a++; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 40 b = a = --b; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 42 a = (a = b); /* { dg-warning "undefined" "sequence point warning" } */ in foo() 43 a = (a = b) + 1; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 44 a = (bp[a++] = b) + 1; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 45 a = b++ * b++; /* { dg-warning "undefined" "sequence point warning" } */ in foo() 46 a = fnb (b++, b++); /* { dg-warning "undefined" "sequence point warning" } */ in foo() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | spe.h | 53 #define __ev_addw(a,b) __builtin_spe_evaddw((__v2si) (a), (__v2si) (b)) argument 54 #define __ev_addiw(a,b) __builtin_spe_evaddiw ((__v2si) (a), (b)) argument 55 #define __ev_subfw(a,b) __builtin_spe_evsubfw ((__v2si) (a), (__v2si) (b)) argument 56 #define __ev_subw(a,b) __builtin_spe_evsubfw ((__v2si) (b), (__v2si) (a)) argument 59 #define __ev_subifw(a,b) __builtin_spe_evsubifw ((__v2si) (b), (a)) argument 60 #define __ev_subiw(a,b) __builtin_spe_evsubifw ((__v2si) (a), (b)) argument 65 #define __ev_and(a,b) __builtin_spe_evand ((__v2si) (a), (__v2si) (b)) argument 66 #define __ev_or(a,b) __builtin_spe_evor ((__v2si) (a), (__v2si) (b)) argument 67 #define __ev_xor(a,b) __builtin_spe_evxor ((__v2si) (a), (__v2si) (b)) argument 68 #define __ev_nand(a,b) __builtin_spe_evnand ((__v2si) (a), (__v2si) (b)) argument [all …]
|
| /openbsd/src/regress/usr.bin/mandoc/mdoc/Sy/ |
| D | punct.out_ascii | 7 Leading punctuation: (bb [bb | bb . bb , bb ; bb : bb ? bb ! bb ) bb ] bb 11 …Middle punctuation: aa (bb aa [bb aa | bb aa. bb aa, bb aa; bb aa: bb aa? bb aa! … 12 bb 14 …Isolated punctuation: aa (bb aa [bb aa | bb aa . bb aa , bb aa ; bb aa : bb aa ? b… 15 aa ) bb aa ] bb 20 Multiple isolated punctuation: aa ([bb aa )] bb 24 Quoted: aa .. bb NNmm _i_t_a_l_i_c .. bb NNmm .
|
| /openbsd/src/gnu/usr.bin/perl/ |
| 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 62 # define perl_call_method(a,b) call_method(a,b) 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 [all …]
|
| /openbsd/src/sys/dev/pci/drm/include/linux/ |
| D | bitmap.h | 28 bitmap_set(void *p, int b, u_int n) in bitmap_set() argument 30 u_int end = b + n; in bitmap_set() 32 for (; b < end; b++) in bitmap_set() 33 __set_bit(b, p); in bitmap_set() 37 bitmap_clear(void *p, int b, u_int n) in bitmap_clear() argument 39 u_int end = b + n; in bitmap_clear() 41 for (; b < end; b++) in bitmap_clear() 42 __clear_bit(b, p); in bitmap_clear() 49 u_int b; in bitmap_zero() local 51 for (b = 0; b < n; b += 32) in bitmap_zero() [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/f/ |
| D | stw.h | 131 #define ffestw_blocknum(b) ((b)->blocknum_) argument 132 #define ffestw_col(b) ((b)->col_) argument 133 #define ffestw_do_count_var(b) ((b)->do_count_var_) argument 134 #define ffestw_do_hook(b) ((b)->do_hook_) argument 135 #define ffestw_do_incr_saved(b) ((b)->do_incr_saved_) argument 136 #define ffestw_do_iter_var(b) ((b)->do_iter_var_) argument 137 #define ffestw_do_iter_var_t(b) ((b)->do_iter_var_t_) argument 138 #define ffestw_do_tvar(b) ((b)->do_tvar_) argument 139 #define ffestw_ifthen_fake_else(b) ((b)->ifthen_fake_else_) argument 144 #define ffestw_label(b) ((b)->label_) argument [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | p700.C | 115 Int (const int b); 116 Int (const Int& b); 161 inline Int::Int (const int b) :rep(b) {} in Int() argument 162 inline Int::Int (const Int& b) :rep(b.Int::val()) {} in Int() argument 165 inline void Int::operator = (const int b) 166 { rep = b; ; } 167 inline void Int::operator = (const Int& b) 168 { rep = b.Int::val(); ; } 179 inline void Int::operator += (const Int & b) 180 { rep += b.Int::val(); ; } [all …]
|
| /openbsd/src/regress/lib/libc/regex/ |
| D | tests | 23 # b RE is a BRE, not an ERE 42 a|b|c - abc a 45 a(b)c - abc abc 46 a\(b\)c b abc abc 48 a( b a( a( 51 a\(b bC EPAREN 52 a(b C EPAREN 53 a(b b a(b a(b 58 a) b a) a) 61 a()b - ab ab [all …]
|
| /openbsd/src/usr.bin/dig/lib/isc/ |
| D | buffer.c | 29 isc__buffer_init(isc_buffer_t *b, void *base, unsigned int length) { in isc__buffer_init() argument 35 REQUIRE(b != NULL); in isc__buffer_init() 37 ISC__BUFFER_INIT(b, base, length); in isc__buffer_init() 41 isc__buffer_invalidate(isc_buffer_t *b) { in isc__buffer_invalidate() argument 46 REQUIRE(!ISC_LINK_LINKED(b, link)); in isc__buffer_invalidate() 48 ISC__BUFFER_INVALIDATE(b); in isc__buffer_invalidate() 52 isc__buffer_usedregion(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_usedregion() argument 59 ISC__BUFFER_USEDREGION(b, r); in isc__buffer_usedregion() 63 isc__buffer_availableregion(isc_buffer_t *b, isc_region_t *r) { in isc__buffer_availableregion() argument 70 ISC__BUFFER_AVAILABLEREGION(b, r); in isc__buffer_availableregion() [all …]
|
| /openbsd/src/lib/libcrypto/bio/ |
| D | bio.h | 208 void BIO_set_flags(BIO *b, int flags); 209 int BIO_test_flags(const BIO *b, int flags); 210 void BIO_clear_flags(BIO *b, int flags); 212 #define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument 213 #define BIO_set_retry_special(b) \ argument 214 BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY)) 215 #define BIO_set_retry_read(b) \ argument 216 BIO_set_flags(b, (BIO_FLAGS_READ|BIO_FLAGS_SHOULD_RETRY)) 217 #define BIO_set_retry_write(b) \ argument 218 BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY)) [all …]
|
| /openbsd/src/usr.bin/ssh/ |
| D | bitmap.c | 52 bitmap_free(struct bitmap *b) in bitmap_free() argument 54 if (b != NULL && b->d != NULL) { in bitmap_free() 55 bitmap_zero(b); in bitmap_free() 56 free(b->d); in bitmap_free() 57 b->d = NULL; in bitmap_free() 59 free(b); in bitmap_free() 63 bitmap_zero(struct bitmap *b) in bitmap_zero() argument 65 memset(b->d, 0, b->len * BITMAP_BYTES); in bitmap_zero() 66 b->top = 0; in bitmap_zero() 70 bitmap_test_bit(struct bitmap *b, u_int n) in bitmap_test_bit() argument [all …]
|
| /openbsd/src/gnu/llvm/lldb/docs/use/ |
| D | map.rst | 29 <b>(gdb)</b> run 31 <b>(gdb)</b> r 34 <b>(lldb)</b> process launch 36 <b>(lldb)</b> run 38 <b>(lldb)</b> r 47 <b>(gdb)</b> run <args> 49 <b>(gdb)</b> r <args> 52 <b>(lldb)</b> process launch -- <args> 54 <b>(lldb)</b> run <args> 56 <b>(lldb)</b> r <args> [all …]
|
| /openbsd/src/sys/dev/pci/drm/i915/gt/ |
| D | intel_breadcrumbs.c | 21 static bool irq_enable(struct intel_breadcrumbs *b) in irq_enable() argument 23 return intel_engine_irq_enable(b->irq_engine); in irq_enable() 26 static void irq_disable(struct intel_breadcrumbs *b) in irq_disable() argument 28 intel_engine_irq_disable(b->irq_engine); in irq_disable() 31 static void __intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in __intel_breadcrumbs_arm_irq() argument 39 wakeref = intel_gt_pm_get_if_awake(b->irq_engine->gt); in __intel_breadcrumbs_arm_irq() 49 WRITE_ONCE(b->irq_armed, wakeref); in __intel_breadcrumbs_arm_irq() 52 if (!b->irq_enabled++ && b->irq_enable(b)) in __intel_breadcrumbs_arm_irq() 53 irq_work_queue(&b->irq_work); in __intel_breadcrumbs_arm_irq() 56 static void intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in intel_breadcrumbs_arm_irq() argument [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/ |
| D | t02_mova.s | 8 mova/b.c @(0x1234:16,r3l.b),er1 ;7A891234 9 mova/b.c @(0x1234:16,r3.w),er1 ;7A991234 10 mova/w.c @(0x1234:16,r3l.b),er1 ;7AA91234 12 mova/l.c @(0x1234:16,r3l.b),er1 ;7AC91234 14 mova/b.c @(0x12345678:32,r3l.b),er1 ;7A8112345678 15 mova/b.c @(0x12345678:32,r3.w),er1 ;7A9112345678 16 mova/w.c @(0x12345678:32,r3l.b),er1 ;7AA112345678 18 mova/l.c @(0x12345678:32,r3l.b),er1 ;7AC112345678 21 mova/b.l @(0x1234:16,r3l.b),er1 ;78B87A891234 22 mova/b.l @(0x1234:16,r3.w),er1 ;78397A991234 [all …]
|
| D | t11_logs.s | 8 not.b r1h ;1701 9 not.b @er1 ;7d101700 10 not.b @(0x3:2,er1) ;017768181700 11 not.b @er1+ ;01746c181700 12 not.b @-er1 ;01776c181700 13 not.b @+er1 ;01756c181700 14 not.b @er1- ;01766c181700 15 not.b @(0x1234:16,er1) ;01746e1812341700 16 not.b @(0x12345678:32,er1) ;78146a28123456781700 17 not.b @(0x1234:16,r2l.b) ;01756e2812341700 [all …]
|
| D | t10_and.s | 8 and.b #0x12:8,r1h ;e112 9 and.b #0x12:8,@er1 ;7d10e012 10 and.b #0x12:8,@(0x3:2,er1) ;01776818e012 11 and.b #0x12:8,@er1+ ;01746c18e012 12 and.b #0x12:8,@-er1 ;01776c18e012 13 and.b #0x12:8,@+er1 ;01756c18e012 14 and.b #0x12:8,@er1- ;01766c18e012 15 and.b #0x12:8,@(0x1234:16,er1) ;01746e181234e012 16 and.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678e012 17 and.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234e012 [all …]
|
| D | t03_add.s | 8 add.b #0x12:8,r1h ;8112 9 add.b #0x12:8,@er1 ;7d108012 10 add.b #0x12:8,@(0x3:2,er1) ;017768188012 11 add.b #0x12:8,@er1+ ;01746c188012 12 add.b #0x12:8,@-er1 ;01776c188012 13 add.b #0x12:8,@+er1 ;01756c188012 14 add.b #0x12:8,@er1- ;01766c188012 15 add.b #0x12:8,@(0x1234:16,er1) ;01746e1812348012 16 add.b #0x12:8,@(0x12345678:32,er1) ;78146a28123456788012 17 add.b #0x12:8,@(0x1234:16,r2l.b) ;01756e2812348012 [all …]
|
| D | t08_or.s | 8 or.b #0x12:8,r1h ;c112 9 or.b #0x12:8,@er1 ;7d10c012 10 or.b #0x12:8,@(0x3:2,er1) ;01776818c012 11 or.b #0x12:8,@er1+ ;01746c18c012 12 or.b #0x12:8,@-er1 ;01776c18c012 13 or.b #0x12:8,@+er1 ;01756c18c012 14 or.b #0x12:8,@er1- ;01766c18c012 15 or.b #0x12:8,@(0x1234:16,er1) ;01746e181234c012 16 or.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678c012 17 or.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234c012 [all …]
|
| D | t09_xor.s | 8 xor.b #0x12:8,r1h ;d112 9 xor.b #0x12:8,@er1 ;7d10d012 10 xor.b #0x12:8,@(0x3:2,er1) ;01776818d012 11 xor.b #0x12:8,@er1+ ;01746c18d012 12 xor.b #0x12:8,@-er1 ;01776c18d012 13 xor.b #0x12:8,@+er1 ;01756c18d012 14 xor.b #0x12:8,@er1- ;01766c18d012 15 xor.b #0x12:8,@(0x1234:16,er1) ;01746e181234d012 16 xor.b #0x12:8,@(0x12345678:32,er1) ;78146a2812345678d012 17 xor.b #0x12:8,@(0x1234:16,r2l.b) ;01756e281234d012 [all …]
|
| /openbsd/src/usr.bin/file/magdir/ |
| D | animation | 15 >12 string mvhd \b movie (fast start) 16 >12 string mdra \b URL 17 >12 string cmov \b movie (fast start, compressed header) 18 >12 string rmra \b multiple URLs 37 >8 string 3g2 \b, MPEG v4 system, 3GPP2 39 >>11 byte 4 \b v4 (H.263/AMR GSM 6.10) 40 >>11 byte 5 \b v5 (H.263/AMR GSM 6.10) 41 >>11 byte 6 \b v6 (ITU H.264/AMR GSM 6.10) 42 >>11 byte a \b C.S0050-0 V1.0 43 >>11 byte b \b C.S0050-0-A V1.0.0 [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/t/ |
| D | purity_deepcopy_maxdepth.t | 13 my ($a, $b, $c, @d); 24 $b = {}; 25 $a = [1, $b, $c]; 26 $b->{a} = $a; 27 $b->{b} = $a->[1]; 28 $b->{c} = $a->[2]; 30 $obj = Data::Dumper->new([$a,$b,$c], [qw(a b c)]); 37 $obj = Data::Dumper->new([$a,$b,$c], [qw(a b c)]); 42 $obj = Data::Dumper->new([$a,$b,$c], [qw(a b c)]); 57 $b = {}; [all …]
|