Home
last modified time | relevance | path

Searched refs:b1 (Results 1 – 25 of 384) sorted by relevance

12345678910>>...16

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020129-1.c23 a->a2 = &x->b1; in foo()
29 if (x->b1.c3 == -1) in foo()
31 x->b1.c3 = y->b1.c3; in foo()
32 x->b1.c4 = y->b1.c4; in foo()
33 y->b1.c3 = -1; in foo()
34 y->b1.c4 = 0; in foo()
37 if (y->b1.c3 != -1) in foo()
45 y.b1.c1.d1 = 6; in main()
46 y.b1.c3 = 145; in main()
47 y.b1.c4 = 2448; in main()
[all …]
/openbsd/lib/libpcap/
H A Dgencode.c415 *p = b1; in merge()
448 b1->sense = !b1->sense; in gen_and()
450 b1->sense = !b1->sense; in gen_and()
968 return b1; in gen_hostop()
1019 return b1; in gen_hostop6()
1179 return b1; in gen_dnhostop()
1518 return b1; in gen_proto_abbrev()
1661 return b1; in gen_portop()
1688 return b1; in gen_port()
3303 b0 = b1; in gen_mpls()
[all …]
/openbsd/bin/ksh/
H A Dc_test.c241 return stat(opnd1, &b1) == 0 && S_ISREG(b1.st_mode); in test_eval()
243 return stat(opnd1, &b1) == 0 && S_ISDIR(b1.st_mode); in test_eval()
245 return stat(opnd1, &b1) == 0 && S_ISCHR(b1.st_mode); in test_eval()
247 return stat(opnd1, &b1) == 0 && S_ISBLK(b1.st_mode); in test_eval()
249 return stat(opnd1, &b1) == 0 && S_ISFIFO(b1.st_mode); in test_eval()
251 return lstat(opnd1, &b1) == 0 && S_ISLNK(b1.st_mode); in test_eval()
253 return stat(opnd1, &b1) == 0 && S_ISSOCK(b1.st_mode); in test_eval()
266 return stat(opnd1, &b1) == 0 && b1.st_size > 0L; in test_eval()
274 return stat(opnd1, &b1) == 0 && b1.st_uid == ksheuid; in test_eval()
276 return stat(opnd1, &b1) == 0 && b1.st_gid == getegid(); in test_eval()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Drt76824.t31 …393}\x{3b5}\x{3c1}\x{3bc}\x{3b1}\x{3bd}\x{3bf}\x{3af} \x{3be}\x{3b1}\x{3bd}\x{3ac}\x{3c1}\x{3c7}\x…
34 …x{39f}\x{3b9} \x{3a0}\x{3b1}\x{3bd}\x{3ba}\x{3c2} \x{3a4}\x{3b1} \x{39a}\x{3ac}\x{3bd}\x{3bf}\x{3c…
35 "\x{39f}\x{3b9} \x{3a6}\x{3b1}\x{3bd}\x{3c4}\x{3b1}\x{3c1}\x{3af}\x{3bd}\x{3b5}\x{3c2}\n",
36 …}\x{3b3}\x{3ad}\x{3bd}\x{3b5}\x{3b9}\x{3b1} \x{3a0}\x{3b1}\x{3bd}\x{3c4}\x{3c1}\x{3b5}\x{3c5}\x{3c…
37 …"\x{39f}\x{3bb}\x{3b1} \x{3b5}\x{3af}\x{3bd}\x{3b1}\x{3b9} \x{3b4}\x{3c1}\x{3cc}\x{3bc}\x{3bf}\x{3…
42 …{3ac}\x{3bd}\x{3c9}, \x{3ba}\x{3ac}\x{3c4}\x{3c9} \x{3ba}\x{3b1}\x{3b9} \x{3c0}\x{3bb}\x{3b1}\x{3b…
45 …x{3ba}\x{3bb}\x{3ac}\x{3bc}\x{3b1} \x{3b2}\x{3b3}\x{3ae}\x{3ba}\x{3b5} \x{3b1}\x{3c0}'\x{3c4}\x{3b…
46 …1}\x{3af}\x{3c4}\x{3c3}\x{3b9} \x{3bc}\x{3b5} \x{3c4}\x{3b1} \x{3bc}\x{3b1}\x{3cd}\x{3c1}\x{3b1}\n…
49 …"\x{3a4}\x{3bf} \x{3c0}\x{3b9}\x{3bf} \x{3bb}\x{3b1}\x{3bc}\x{3c0}\x{3c1}\x{3cc} \x{3b1}\x{3c3}\x{…
50 …x{3a4}\x{3bf} \x{3a1}\x{3b5}\x{3bc}\x{3b1}\x{3bb}\x{3b9} \x{3a4}\x{3b7}\x{3c2} \x{391}\x{3b8}\x{3b…
[all …]
/openbsd/regress/sys/crypto/enc/
H A Ddes3.c118 unsigned char b1[SZ], b2[SZ]; in main() local
123 for (i = 0; i < sizeof(b1); i++ ) { in main()
126 b1[i] = rand; in main()
144 DES_ede3_cbc_encrypt((void *)b1, (void*)b2, sizeof(b1), &ks1, &ks2, in main()
147 if (docrypt(key, sizeof(key), iv, b2, b2, sizeof(b1), 0) < 0) { in main()
151 if (!match(b1, b2, sizeof(b1))) in main()
159 if (docrypt(key, sizeof(key), iv, b1, b2, sizeof(b1), 1) < 0) { in main()
164 DES_ede3_cbc_encrypt((void *)b2, (void*)b2, sizeof(b1), &ks1, &ks2, in main()
166 if (!match(b1, b2, sizeof(b1))) in main()
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/istream_extractor_arith/
H A D01.cc52 bool b1 = false; in test01() local
72 is_02 >> b1; in test01()
73 VERIFY( b1 == 1 ); in test01()
74 is_02 >> b1; in test01()
75 VERIFY( b1 == 0 ); in test01()
81 is_02 >> b1; in test01()
82 VERIFY( b1 == 0 ); in test01()
83 is_02 >> b1; in test01()
84 VERIFY( b1 == 1 ); in test01()
99 is_03 >> b1; in test01()
[all …]
/openbsd/lib/libc/softfloat/
H A Dsoftfloat-macros.h277 z1 = a1 + b1; in add64()
298 bits32 b1, in add96() argument
310 z1 = a1 + b1; in add96()
336 *z1Ptr = a1 - b1; in sub64()
356 bits32 b1, in sub96() argument
368 z1 = a1 - b1; in sub96()
369 borrow0 = ( a1 < b1 ); in sub96()
453 bits32 b1, in mul64To128() argument
463 mul32To64( a1, b1, &z2, &z3 ); in mul64To128()
490 bits32 b0, b1; in estimateDiv64To32() local
[all …]
/openbsd/gnu/usr.bin/perl/dist/base/t/
H A Dfields-5_6_0.t68 use fields qw(b1 b2 b3);
72 use fields qw(b1 _b2 b2);
87 use fields qw(b1 d1 _b1 _d1); # hide b1
108 use fields qw(b1 b2 b3);
112 use fields qw(b1 d1 _b1 _d1); # hide b1
131 B1 => "b1:1,b2:2,b3:3",
137 D5 => "b1:2,b2:4",
154 $obj1->{b1} = "B2";
156 $obj2->{b1} = "D3";
168 @$obj1{"_b1", "b1"} = (17, 29);
[all …]
/openbsd/sys/lib/libkern/
H A Dsoftfloat-macros.h365 z1 = a1 + b1; in add128()
388 bits64 b1, in add192() argument
400 z1 = a1 + b1; in add192()
428 *z1Ptr = a1 - b1; in sub128()
429 *z0Ptr = a0 - b0 - ( a1 < b1 ); in sub128()
450 bits64 b1, in sub192() argument
462 z1 = a1 - b1; in sub192()
463 borrow0 = ( a1 < b1 ); in sub192()
550 bits64 b1, in mul128To256() argument
589 bits64 b0, b1; in estimateDiv128To64() local
[all …]
/openbsd/usr.bin/rcs/
H A Drcsdiff.c278 BUF *b1, *b2; in rcsdiff_file() local
287 b1 = b2 = NULL; in rcsdiff_file()
309 b1 = rcs_kwexp_buf(b1, file, rev); in rcsdiff_file()
331 buf_free(b1); in rcsdiff_file()
332 b1 = NULL; in rcsdiff_file()
351 buf_free(b1); in rcsdiff_file()
363 BUF *b1, *b2; in rcsdiff_rev() local
385 b1 = rcs_kwexp_buf(b1, file, rev1); in rcsdiff_rev()
408 buf_free(b1); in rcsdiff_rev()
409 b1 = NULL; in rcsdiff_rev()
[all …]
H A Drcsclean.c140 BUF *b1, *b2; in rcsclean_file() local
143 b1 = b2 = NULL; in rcsclean_file()
165 if ((b1 = rcs_getrev(file, rev)) == NULL) { in rcsclean_file()
175 if (buf_len(b1) != buf_len(b2)) in rcsclean_file()
180 len = buf_len(b1); in rcsclean_file()
184 if (buf_getc(b1, n) != buf_getc(b2, n)) { in rcsclean_file()
214 buf_free(b1); in rcsclean_file()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DConvertUTF.cpp451 UTF8 b1, b2, b3; in findMaximalSubpartOfIllFormedUTF8Sequence() local
472 b1 = *source; in findMaximalSubpartOfIllFormedUTF8Sequence()
474 if (b1 >= 0xC2 && b1 <= 0xDF) { in findMaximalSubpartOfIllFormedUTF8Sequence()
488 if (b1 == 0xE0) { in findMaximalSubpartOfIllFormedUTF8Sequence()
491 if (b1 >= 0xE1 && b1 <= 0xEC) { in findMaximalSubpartOfIllFormedUTF8Sequence()
494 if (b1 == 0xED) { in findMaximalSubpartOfIllFormedUTF8Sequence()
497 if (b1 >= 0xEE && b1 <= 0xEF) { in findMaximalSubpartOfIllFormedUTF8Sequence()
500 if (b1 == 0xF0) { in findMaximalSubpartOfIllFormedUTF8Sequence()
510 if (b1 >= 0xF1 && b1 <= 0xF3) { in findMaximalSubpartOfIllFormedUTF8Sequence()
520 if (b1 == 0xF4) { in findMaximalSubpartOfIllFormedUTF8Sequence()
[all …]
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dbless.t33 $b1 = bless [], "B";
34 expected($b1, "B", "ARRAY");
59 local $b1 = bless [], "B3";
63 expected($b1, "B3", "ARRAY");
68 expected($b1, "B", "ARRAY");
99 $b1 = eval { bless {}, $a1 };
/openbsd/usr.bin/vi/cl/
H A Dcl_read.c280 char b1[1024]; in cl_resize() local
282 a.bp = b1; in cl_resize()
288 (void)snprintf(b1, sizeof(b1), "lines=%lu", (u_long)lines); in cl_resize()
289 a.len = strlen(b1); in cl_resize()
292 (void)snprintf(b1, sizeof(b1), "columns=%lu", (u_long)columns); in cl_resize()
293 a.len = strlen(b1); in cl_resize()
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64SMEInstrInfo.td49 def ADDSPL_XXI : sve_int_arith_vl<0b1, "addspl", /*streaming_sve=*/0b1>;
159 def : InstAlias<"smstart", (MSRpstatesvcrImm1 0b011, 0b1)>;
160 def : InstAlias<"smstart sm", (MSRpstatesvcrImm1 0b001, 0b1)>;
161 def : InstAlias<"smstart za", (MSRpstatesvcrImm1 0b010, 0b1)>;
213 (MSRpstatesvcrImm1 svcr_op:$pstate, 0b1)>;
225 (MSRpstatesvcrImm1 svcr_op:$pstate, 0b1)>;
593 defm UUNPK_VG2_2ZZ : sme2_unpk_vector_vg2<"uunpk", 0b1>;
594 defm UUNPK_VG4_4Z2Z : sme2_unpk_vector_vg4<"uunpk", 0b1>;
597 defm UZP_VG2_2ZZZ : sme2_zip_vector_vg2<"uzp", 0b1>;
841 defm FMOPS_MPPZZ_H : sme2p1_fmop_tile_fp16<"fmops", 0b0, 0b1>;
[all …]
/openbsd/sys/dev/cardbus/
H A Dif_acx_cardbus.c111 int error, b1 = CARDBUS_BASE0_REG, b2 = CARDBUS_BASE1_REG; in acx_cardbus_attach() local
134 b1 = CARDBUS_BASE1_REG; in acx_cardbus_attach()
139 error = Cardbus_mapreg_map(ct, b1, PCI_MAPREG_TYPE_MEM, 0, in acx_cardbus_attach()
182 int error, b1 = CARDBUS_BASE0_REG, b2 = CARDBUS_BASE1_REG; in acx_cardbus_detach() local
198 b1 = CARDBUS_BASE1_REG; in acx_cardbus_detach()
201 Cardbus_mapreg_unmap(ct, b1, sc->sc_mem1_bt, in acx_cardbus_detach()
279 int b1 = CARDBUS_BASE0_REG, b2 = CARDBUS_BASE1_REG; in acx_cardbus_setup() local
284 b1 = CARDBUS_BASE1_REG; in acx_cardbus_setup()
290 pci_conf_write(pc, csc->sc_tag, b1, csc->sc_bar1_val); in acx_cardbus_setup()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Danon3.C42 B b1; in check_union() local
45 b1.a = 5; in check_union()
47 b2 = b1; in check_union()
52 new (&b2) B(b1); in check_union()
H A Dop2.C51 value = 0; printf ("B(cB) : "); B b1(b0); if (value != 2) return 3; in main()
52 value = 0; printf ("B(B ) : "); B b2(b1); if (value != 2) return 4; in main()
56 value = 0; printf ("B= cB : "); b1 = b0; if (value != 4) return 7; in main()
57 value = 0; printf ("B= B : "); b1 = b2; if (value != 4) return 8; in main()
H A Dop3.C51 value = 0; printf ("B(cB) : "); B b1(b0); if (value != 2) return 3; in main()
52 value = 0; printf ("B(B ) : "); B b2(b1); if (value != 2) return 4; in main()
56 value = 0; printf ("B= cB : "); b1 = b0; if (value != 4) return 7; in main()
57 value = 0; printf ("B= B : "); b1 = b2; if (value != 4) return 8; in main()
/openbsd/lib/libcrypto/bn/
H A Dbn_internal.h263 BN_ULONG b1, b2, r0; in bn_subw_subw() local
265 bn_subw(a, b, &b1, &r0); in bn_subw_subw()
268 *out_borrow = b1 + b2; in bn_subw_subw()
327 BN_ULONG a1, a0, b1, b0, r1, r0; in bn_mulw() local
332 b1 = b >> BN_BITS4; in bn_mulw()
335 r1 = a1 * b1; in bn_mulw()
345 x = b1 * a0; in bn_mulw()
365 BN_ULONG a1, a0, b1, b0, r1, r0, x; in bn_mulw() local
369 b1 = b >> BN_BITS4; in bn_mulw()
373 r1 = a1 * b1; in bn_mulw()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dmmx1.C23 A *b1;
29 if (b1->a1 () && b1 == b2) in ~B()
30 b1->a2(); in ~B()
/openbsd/lib/libcrypto/bio/
H A Dbss_bio.c497 struct bio_bio_st *b1, *b2; in bio_make_pair() local
502 b1 = bio1->ptr; in bio_make_pair()
505 if (b1->peer != NULL || b2->peer != NULL) { in bio_make_pair()
510 if (b1->buf == NULL) { in bio_make_pair()
511 b1->buf = malloc(b1->size); in bio_make_pair()
512 if (b1->buf == NULL) { in bio_make_pair()
516 b1->len = 0; in bio_make_pair()
517 b1->offset = 0; in bio_make_pair()
530 b1->peer = bio2; in bio_make_pair()
531 b1->closed = 0; in bio_make_pair()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dn.c1 char_autoincr (b1, c) in char_autoincr() argument
2 short *b1; in char_autoincr()
5 *b1 = c;
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D980310-4.f176 * blist,b1,b2,dabs,defabs,defab1,defab2,dmax1,d1mach,elist,epmach,
274 b1 = 0.5d+00*(alist(maxerr)+blist(maxerr))
275 a2 = b1
277 call dqk15(f,a1,b1,area1,error1,resabs,defab1)
316 blist(maxerr) = b1
323 blist(last) = b1
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash10.C5 unsigned char b1, b2; variable
7 word (unsigned int i = 0) { b1 = i & 0xff; b2 = (i & 0xff00) >> 8; }
8 operator unsigned int () { return (b2 << 8) + b1; }

12345678910>>...16