/openbsd-src/lib/libc/softfloat/ |
H A D | softfloat-macros.h | 273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr ) in add64() 298 bits32 b1, in add96() 333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr ) in sub64() 356 bits32 b1, in sub96() 453 bits32 b1, in mul64To128() 490 bits32 b0, b1; in estimateDiv64To32() local 601 static __inline flag eq64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) in eq64() 615 static __inline flag le64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) in le64() 629 static __inline flag lt64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) in lt64() 643 static __inline flag ne64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 ) in ne64()
|
/openbsd-src/lib/libpcap/ |
H A D | gencode.c | 406 merge(struct block * b0,struct block * b1) merge() argument 444 gen_and(struct block * b0,struct block * b1) gen_and() argument 455 gen_or(struct block * b0,struct block * b1) gen_or() argument 812 struct block *b0, *b1; gen_linktype() local 935 struct block *b0, *b1; gen_hostop() local 976 struct block *b0, *b1; gen_hostop6() local 1026 struct block *b0, *b1; gen_ehostop() local 1060 struct block *b0, *b1; gen_fhostop() local 1117 struct block *b0, *b1, *b2, *tmp; gen_dnhostop() local 1185 struct block *b0, *b1; gen_host() local 1350 struct block *b0, *b1, *tmp; gen_gateway() local 1386 struct block *b0 = NULL, *b1; gen_proto_abbrev() local 1627 struct block *b0, *b1, *tmp; gen_portop() local 1667 struct block *b0, *b1, *tmp; gen_port() local 1695 struct block *b0, *b1, *tmp; gen_portop6() local 1733 struct block *b0, *b1, *tmp; gen_port6() local 2086 struct block *b0, *b1; gen_proto() local 2982 struct block *b0, *b1, *b2; gen_broadcast() local 3022 struct block *b0, *b1; gen_multicast() local 3246 struct block *b0, *b1; gen_ahostop() local 3298 struct block *b1; gen_mpls() local 3358 struct block *b1; gen_vlan() local 3414 struct block *b0, *b1, *b2, *b3, *b4; gen_p80211_hostop() local 3514 struct block *b0, *b1; gen_p80211_addr() local [all...] |
/openbsd-src/sys/lib/libkern/ |
H A D | softfloat-macros.h | 361 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) in add128() 388 bits64 b1, in add192() 425 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) in sub128() 450 bits64 b1, in sub192() 550 bits64 b1, in mul128To256() 589 bits64 b0, b1; in estimateDiv128To64() local 726 INLINE flag eq128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) in eq128() 740 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) in le128() 754 INLINE flag lt128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) in lt128()
|
H A D | bcmp.c | 40 bcmp(const void *b1, const void *b2, size_t length) in bcmp()
|
H A D | timingsafe_bcmp.c | 21 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | access7.C | 23 B1 b1; // ERROR - within this context in f() local 30 A::B1 b1; // ERROR - within this context in f() local
|
/openbsd-src/sys/dev/cardbus/ |
H A D | if_acx_cardbus.c | 111 int error, b1 = CARDBUS_BASE0_REG, b2 = CARDBUS_BASE1_REG; in acx_cardbus_attach() local 182 int error, b1 = CARDBUS_BASE0_REG, b2 = CARDBUS_BASE1_REG; in acx_cardbus_detach() local 279 int b1 = CARDBUS_BASE0_REG, b2 = CARDBUS_BASE1_REG; in acx_cardbus_setup() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | ref1.C | 3 int main() { b <a1> b1; }; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
H A D | n.c | 1 char_autoincr (b1, c) in char_autoincr() argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
H A D | operators9.C | 16 test(B &b1, const B &b2) in test()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | lookup3.C | 15 B& b1 = b; in main() local
|
H A D | explicit68.C | 17 const bool b1 = (Length == 2); in f() local
|
H A D | overload1.C | 12 B<char> b1; in main() local
|
H A D | overload12.C | 18 B<1> b1; in main() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | dyncast6.C | 11 const B& b1 = dynamic_cast<B&>((const A&)a); // ERROR - opps in x() local
|
H A D | p5611.C | 7 virtual void b1() { }; in main() function
|
/openbsd-src/usr.bin/rcs/ |
H A D | rcsdiff.c | 278 BUF *b1, *b2; in rcsdiff_file() local 363 BUF *b1, *b2; in rcsdiff_rev() local
|
/openbsd-src/lib/libc/string/ |
H A D | bcmp.c | 38 bcmp(const void *b1, const void *b2, size_t length) in bcmp()
|
H A D | timingsafe_bcmp.c | 21 timingsafe_bcmp(const void *b1, const void *b2, size_t n) in timingsafe_bcmp()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | virtual.C | 35 virtual void b1() {}; in b1() function
|
H A D | new.C | 21 int* b1 = new int[(int)f]; in main() local
|
H A D | bool2.C | 4 bool b1 : 1; member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | crash10.C | 5 unsigned char b1, b2; variable
|
/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_internal.h | 218 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG carry, BN_ULONG *out_carry, in bn_qwaddqw() 263 BN_ULONG b1, b2, r0; in bn_subw_subw() local 282 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG borrow, BN_ULONG *out_borrow, in bn_qwsubqw() 327 BN_ULONG a1, a0, b1, b0, r1, r0; in bn_mulw() local 365 BN_ULONG a1, a0, b1, b0, r1, r0, x; in bn_mulw() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/ |
H A D | Wunused-1.C | 11 struct B b0, b1 = { 25 }; in foo() local
|