Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd-src/lib/libc/softfloat/
H A Dsoftfloat-macros.h273 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 Dgencode.c406 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 Dsoftfloat-macros.h361 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 Dbcmp.c40 bcmp(const void *b1, const void *b2, size_t length) in bcmp()
H A Dtimingsafe_bcmp.c21 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 Daccess7.C23 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 Dif_acx_cardbus.c111 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 Dref1.C3 int main() { b <a1> b1; }; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dn.c1 char_autoincr (b1, c) in char_autoincr() argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators9.C16 test(B &b1, const B &b2) in test()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dlookup3.C15 B& b1 = b; in main() local
H A Dexplicit68.C17 const bool b1 = (Length == 2); in f() local
H A Doverload1.C12 B<char> b1; in main() local
H A Doverload12.C18 B<1> b1; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Ddyncast6.C11 const B& b1 = dynamic_cast<B&>((const A&)a); // ERROR - opps in x() local
H A Dp5611.C7 virtual void b1() { }; in main() function
/openbsd-src/usr.bin/rcs/
H A Drcsdiff.c278 BUF *b1, *b2; in rcsdiff_file() local
363 BUF *b1, *b2; in rcsdiff_rev() local
/openbsd-src/lib/libc/string/
H A Dbcmp.c38 bcmp(const void *b1, const void *b2, size_t length) in bcmp()
H A Dtimingsafe_bcmp.c21 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 Dvirtual.C35 virtual void b1() {}; in b1() function
H A Dnew.C21 int* b1 = new int[(int)f]; in main() local
H A Dbool2.C4 bool b1 : 1; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash10.C5 unsigned char b1, b2; variable
/openbsd-src/lib/libcrypto/bn/
H A Dbn_internal.h218 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 DWunused-1.C11 struct B b0, b1 = { 25 }; in foo() local

123456