Home
last modified time | relevance | path

Searched refs:b (Results 1 – 25 of 3895) sorted by relevance

12345678910>>...156

/openbsd/sys/arch/arm64/arm64/
H A Daesv8-armx.S86 eor v0.16b,v0.16b,v0.16b
103 eor v3.16b,v3.16b,v5.16b
105 eor v3.16b,v3.16b,v5.16b
107 eor v6.16b,v6.16b,v1.16b
108 eor v3.16b,v3.16b,v5.16b
110 eor v3.16b,v3.16b,v6.16b
120 eor v3.16b,v3.16b,v5.16b
122 eor v3.16b,v3.16b,v5.16b
124 eor v6.16b,v6.16b,v1.16b
125 eor v3.16b,v3.16b,v5.16b
[all …]
/openbsd/gnu/llvm/llvm/utils/vscode/llvm/syntaxes/
H A Dll.tmLanguage.yaml15 - match: "\\bvoid\\b|\
16 \\bhalf\\b|\
18 \\bfloat\\b|\
27 \\btype\\b|\
37 - match: "\\badd\\b|\
40 \\band\\b|\
45 \\bbr\\b|\
54 \\beq\\b|\
89 \\bne\\b|\
329 - match: "-?\\b\\d+\\.\\d*(e[+-]\\d+)?\\b"
[all …]
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DTestNorm.pl17114 Test_N(qà֮̀̕b, qà֮̀̕b, qà֮̀̕b, qà֮̀̕b, qà֮̀̕b);
17115 Test_N(qà֮̀̕b, qà֮̀̕b, qà֮̀̕b, qà֮̀̕b, qà֮̀̕b);
17116 Test_N(qà֮́̕b, qà֮́̕b, qà֮́̕b, qà֮́̕b, qà֮́̕b);
17117 Test_N(qá֮̀̕b, qá֮̀̕b, qá֮̀̕b, qá֮̀̕b, qá֮̀̕b);
17118 Test_N(qà֮̂̕b, qà֮̂̕b, qà֮̂̕b, qà֮̂̕b, qà֮̂̕b);
17119 Test_N(qầ֮̕b, qầ֮̕b, qầ֮̕b, qầ֮̕b, qầ֮̕b);
17120 Test_N(qà֮̃̕b, qà֮̃̕b, qà֮̃̕b, qà֮̃̕b, qà֮̃̕b);
17121 Test_N(qã֮̀̕b, qã֮̀̕b, qã֮̀̕b, qã֮̀̕b, qã֮̀̕b);
17127 Test_N(qằ֮̕b, qằ֮̕b, qằ֮̕b, qằ֮̕b, qằ֮̕b);
17252 Test_N(qa͝ͅͅb, qa͝ͅͅb, qa͝ͅͅb, qa͝ͅͅb, qa͝ͅͅb);
[all …]
/openbsd/regress/lib/libcrypto/bn/
H A Dbn_gcd.c54 .b = "0",
59 .b = "1",
64 .b = "0",
69 .b = "1",
74 .b = "0",
79 .b = "57",
94 .b = "619",
104 .b = "41f",
124 .b = "fb",
3481 if (!BN_hex2bn(&b, testcase->b)) in bn_gcd_test()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dppc-spe.c12 vector int a, b, c, *ap; variable
29 c = __ev_addw(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()
41 c = __ev_nor(a, b); in test_api()
42 c = __ev_eqv(a, b); in test_api()
44 c = __ev_orc(a, b); in test_api()
45 c = __ev_rlw(a, b); in test_api()
47 c = __ev_slw(a, b); in test_api()
[all …]
H A Dsequence-pt-1.c40 b = a = --b; /* { 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()
48 a = (*fnp[b]) (b++); /* { dg-warning "undefined" "sequence point warning" } */ in foo()
49 a = (*fnp[b++]) (b); /* { dg-warning "undefined" "sequence point warning" } */ in foo()
52 a = (b, b++) + (b++, b); /* { dg-warning "undefined" "sequence point warning" } */ in foo()
66 a ^= b ^= a ^= b; /* { dg-warning "undefined" "sequence point warning" } */ in foo()
75 b++, (b + b); /* { dg-bogus "undefined" "bogus sequence point warning" } */ in foo()
77 a = (b++, b++); /* { dg-bogus "undefined" "bogus sequence point warning" } */ in foo()
78 a = b++ && b++; /* { dg-bogus "undefined" "bogus sequence point warning" } */ in foo()
[all …]
/openbsd/gnu/usr.bin/perl/
H A Dembed.h60 # 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/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Dspe.h101 #define __ev_lwhex(a,b) __builtin_spe_evlwhex ((a), (b)) argument
102 #define __ev_lwhoux(a,b) __builtin_spe_evlwhoux ((a), (b)) argument
103 #define __ev_lwhosx(a,b) __builtin_spe_evlwhosx ((a), (b)) argument
112 #define __ev_lwhe(a,b) __builtin_spe_evlwhe ((a), (b)) argument
113 #define __ev_lwhou(a,b) __builtin_spe_evlwhou ((a), (b)) argument
114 #define __ev_lwhos(a,b) __builtin_spe_evlwhos ((a), (b)) argument
689 #define __ev_get_ufix32_u32(a, b) __ev_get_u32 (a, b) argument
690 #define __ev_get_sfix32_s32(a, b) __ev_get_s32 (a, b) argument
795 #define __ev_set_upper_fs(a, b) __ev_set_fs (a, b, 0) argument
878 v = __ev_create_sfix32_fs (b, b); in __ev_set_sfix32_fs_internal()
[all …]
/openbsd/regress/usr.bin/mandoc/mdoc/Sy/
H A Dpunct.out_ascii7 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/sys/dev/pci/drm/include/linux/
H A Dbitmap.h51 for (b = 0; b < n; b += 32) in bitmap_zero()
61 for (b = 0; b < n; b += 32) in bitmap_fill()
73 for (b = 0; b < n; b += 32) in bitmap_or()
74 dst[b >> 5] = src1[b >> 5] | src2[b >> 5]; in bitmap_or()
85 for (b = 0; b < n; b += 32) in bitmap_andnot()
96 for (b = 0; b < n; b += 32) in bitmap_complement()
107 for (b = 0; b < n; b += 32) in bitmap_intersects()
124 for (b = 0; b < n; b += 32) in bitmap_copy()
135 for (b = 0; b < n; b += 32) { in bitmap_to_arr32()
155 for (b = 0; b < n; b += 32) { in bitmap_from_arr32()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstw.h132 #define ffestw_col(b) ((b)->col_) argument
134 #define ffestw_do_hook(b) ((b)->do_hook_) argument
138 #define ffestw_do_tvar(b) ((b)->do_tvar_) argument
144 #define ffestw_label(b) ((b)->label_) argument
145 #define ffestw_line(b) ((b)->line_) argument
146 #define ffestw_name(b) ((b)->name_) argument
148 #define ffestw_select(b) ((b)->select_) argument
171 #define ffestw_shriek(b) ((b)->shriek_) argument
173 #define ffestw_state(b) ((b)->state_) argument
175 #define ffestw_sym(b) ((b)->sym_) argument
[all …]
H A Dstw.c283 ffestw b; in ffestw_init_0() local
325 ffestw b; in ffestw_new() local
330 return b; in ffestw_new()
340 ffestw b; in ffestw_pop() local
351 b->line_ in ffestw_pop()
354 b->col_ in ffestw_pop()
383 return b; in ffestw_push()
402 return b; in ffestw_update()
409 return b; in ffestw_update()
425 ++b->uses_; in ffestw_use()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C161 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
279 { r += b; }
281 { r -= b; }
283 { r *= b; }
285 { r /= b; }
287 { r %= b; }
293 { r &= b; }
295 { r |= b; }
297 { r ^= b; }
[all …]
/openbsd/usr.bin/dig/lib/isc/
H A Dbuffer.c79 REQUIRE(b->used + n <= b->length); in isc__buffer_add()
132 REQUIRE(b->current + n <= b->used); in isc__buffer_setactive()
152 REQUIRE(b->current + n <= b->used); in isc__buffer_forward()
172 if (b->active > b->current) in isc_buffer_compact()
173 b->active -= b->current; in isc_buffer_compact()
189 REQUIRE(b->used - b->current >= 1); in isc_buffer_getuint8()
200 REQUIRE(b->used + 1 <= b->length); in isc__buffer_putuint8()
215 REQUIRE(b->used - b->current >= 2); in isc_buffer_getuint16()
227 REQUIRE(b->used + 2 <= b->length); in isc__buffer_putuint16()
256 REQUIRE(b->used + 4 <= b->length); in isc__buffer_putuint32()
[all …]
/openbsd/regress/lib/libc/regex/
H A Dtests53 a(b b a(b a(b
68 a^b b a^b a^b
70 a$b b a$b a$b
102 a*(^b$)c* - b b
103 a*\(^b$\)c* b b b
140 a\\b & a\b a\b
141 a\\\*b & a\*b a\*b
146 a\[b & a[b a[b
211 a\(*\)b b a*b a*b
223 a{b & a{b a{b
[all …]
/openbsd/lib/libcrypto/bio/
H A Dbio.h212 #define BIO_get_flags(b) BIO_test_flags(b, ~(0x0)) argument
387 #define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) argument
402 #define BIO_do_connect(b) BIO_do_handshake(b) argument
403 #define BIO_do_accept(b) BIO_do_handshake(b) argument
421 #define BIO_set_fd(b,fd,c) BIO_int_ctrl(b,BIO_C_SET_FD,c,fd) argument
422 #define BIO_get_fd(b,c) BIO_ctrl(b,BIO_C_GET_FD,0,(char *)c) argument
428 #define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL) argument
438 #define BIO_rw_filename(b,name) BIO_ctrl(b,BIO_C_SET_FILENAME, \ argument
474 #define BIO_reset(b) (int)BIO_ctrl(b,BIO_CTRL_RESET,0,NULL) argument
475 #define BIO_eof(b) (int)BIO_ctrl(b,BIO_CTRL_EOF,0,NULL) argument
[all …]
/openbsd/usr.bin/ssh/
H A Dbitmap.c54 if (b != NULL && b->d != NULL) { in bitmap_free()
65 memset(b->d, 0, b->len * BITMAP_BYTES); in bitmap_zero()
72 if (b->top >= b->len) in bitmap_test_bit()
85 if (b->top >= b->len || n > BITMAP_MAX) in reserve()
89 if ((tmp = recallocarray(b->d, b->len, in reserve()
117 if (b->top >= b->len) in retop()
119 while (b->top > 0 && b->d[b->top] == 0) in retop()
145 if (b->top >= b->len) in bitmap_nbits()
147 if (b->len == 0 || (b->top == 0 && b->d[0] == 0)) in bitmap_nbits()
150 w = b->d[b->top]; in bitmap_nbits()
[all …]
/openbsd/gnu/llvm/lldb/docs/use/
H A Dmap.rst29 <b>(gdb)</b> run
31 <b>(gdb)</b> r
36 <b>(lldb)</b> run
38 <b>(lldb)</b> r
67 <b>(gdb)</b> run
70 <b>(gdb)</b> run
455 <b>(lldb)</b> b main
471 <b>(lldb)</b> b test.c:12
547 <b>(gdb)</b> b foo.c:12
1352 <b>(lldb)</b> re r -f b rax
[all …]
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_breadcrumbs.c49 if (!b->irq_enabled++ && b->irq_enable(b)) in __intel_breadcrumbs_arm_irq()
68 b->irq_disable(b); in __intel_breadcrumbs_disarm_irq()
77 if (b->irq_armed) in intel_breadcrumbs_disarm_irq()
263 if (!READ_ONCE(b->irq_armed) && !list_empty(&b->signalers)) in signal_irq_work()
272 b = kzalloc(sizeof(*b), GFP_KERNEL); in intel_breadcrumbs_create()
273 if (!b) in intel_breadcrumbs_create()
289 return b; in intel_breadcrumbs_create()
302 b->irq_enable(b); in intel_breadcrumbs_reset()
304 b->irq_disable(b); in intel_breadcrumbs_reset()
332 kfree(b); in intel_breadcrumbs_free()
[all …]
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt02_mova.s8 mova/b.c @(0x1234:16,r3l.b),er1 ;7A891234
14 mova/b.c @(0x12345678:32,r3l.b),er1 ;7A8112345678
21 mova/b.l @(0x1234:16,r3l.b),er1 ;78B87A891234
34 mova/b.l @(0x1234:16,@er2.b),er1 ;017F02811234
36 mova/b.l @(0x1234:16,@er2+.b),er1 ;017F82811234
37 mova/b.l @(0x1234:16,@-er2.b),er1 ;017FB2811234
38 mova/b.l @(0x1234:16,@+er2.b),er1 ;017F92811234
42 mova/b.l @(0x1234:16,@(0xFFFF9ABC:16,r2L.b).b),er1 ;017FD2819ABC1234
45 mova/b.l @(0x1234:16,@(0x9ABCDEF0:32,r2L.b).b),er1 ;017FDA819ABCDEF01234
144 mova/b.l @(0x12345678:32,@(0xFFFF9ABC:16,r2L.b).b),er1 ;017FD2899ABC12345678
[all …]
H A Dt11_logs.s17 not.b @(0x1234:16,r2l.b) ;01756e2812341700
20 not.b @(0x12345678:32,r2l.b) ;78256a28123456781700
72 shll.b @(0x1234:16,r2l.b) ;01756e2812341000
127 shll.b #2,@(0x1234:16,r2l.b) ;01756e2812341040
182 shll.b #4,@(0x1234:16,r2l.b) ;01756e28123410a0
299 shlr.b @(0x1234:16,r2l.b) ;01756e2812341100
354 shlr.b #2,@(0x1234:16,r2l.b) ;01756e2812341140
409 shlr.b #4,@(0x1234:16,r2l.b) ;01756e28123411a0
526 shal.b @(0x1234:16,r2l.b) ;01756e2812341080
581 shal.b #2,@(0x1234:16,r2l.b) ;01756e28123410c0
[all …]
/openbsd/usr.bin/file/magdir/
H A Danimation42 >>11 byte a \b C.S0050-0 V1.0
43 >>11 byte b \b C.S0050-0-A V1.0.0
44 >>11 byte c \b C.S0050-0-B V1.0
56 >11 byte 4 \b, Release %d
57 >11 byte 5 \b, Release %d
58 >11 byte 6 \b, Release %d
106 >8 string/W jp2 \b, JPEG 2000
773 >>8 leshort x \b, %d
932 >20 ulelong x \b, %d
934 >8 ulelong x \b, %d frames
[all …]
/openbsd/gnu/usr.bin/perl/dist/Data-Dumper/t/
H A Dpurity_deepcopy_maxdepth.t24 $b = {};
27 $b->{b} = $a->[1];
60 $b->{b} = $a->[1];
83 $b->{b} = $a->[1];
106 $b->{b} = $a->[1];
129 $b->{b} = $a->[1];
157 $b->{b} = $a->[1];
188 $b->{b} = $a->[1];
219 $b->{b} = $a->[1];
242 $b->{b} = $a->[1];
[all …]
/openbsd/regress/lib/libc/time/strptime/
H A Dtests113 %b
116 %b
119 %b
122 %b
125 %b
128 %b
131 %b
134 %b
137 %b
140 %b
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D990326-1.c2 char a, b; member
11 return (x.a == (y.a & ~64) && x.b == y.b); in a1()
19 return (x.a == y.a && (x.b & ~64) == y.b); in a2()
40 return (x.a == (y.a & ~64) && x.b == y.b); in b1()
48 return (x.a == y.a && (x.b & ~64) == y.b); in b2()
228 (x.b & 0x00f0) == (y.b & 0x0f00)); in g4()
238 (x.b & 0x0f00) == (y.b & 0x00f0)); in g5()
248 (x.b & 0x03ff) == (y.b & 0x3ff0)); in g6()
258 (x.b & 0x3ff0) == (y.b & 0x03ff)); in g7()
302 (x.b & 0x00f0) == (y.b & 0x0f00)); in h4()
[all …]

12345678910>>...156