Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 25 of 40) sorted by relevance

12

/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
1792 struct block *b0, *b; gen_protochain() 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
3078 struct block *b0; gen_inbound() local
3112 struct block *b0; gen_pf_ifname() local
3136 struct block *b0; gen_pf_ruleset() local
3157 struct block *b0; gen_pf_rnr() local
3175 struct block *b0; gen_pf_srnr() local
3191 struct block *b0; gen_pf_reason() local
3208 struct block *b0; gen_pf_action() local
3225 struct block *b0; gen_p80211_type() local
3246 struct block *b0, *b1; gen_ahostop() local
3287 struct block *b0; gen_mpls() local
3317 struct block *b0; gen_vlan() local
3371 struct block *b0; gen_sample() local
3392 struct block *b0; gen_p80211_fcdir() 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/lib/libc/softfloat/
H A Dsoftfloat-macros.h273 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr ) in add64()
297 bits32 b0, in add96()
333 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr ) in sub64()
355 bits32 b0, in sub96()
452 bits32 b0, 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/sys/lib/libkern/
H A Dsoftfloat-macros.h361 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) in add128()
387 bits64 b0, in add192()
425 bits64 a0, bits64 a1, bits64 b0, bits64 b1, bits64 *z0Ptr, bits64 *z1Ptr ) in sub128()
449 bits64 b0, in sub192()
549 bits64 b0, 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()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-5.c1 typedef struct{unsigned b0:1;}*t;x(a,b)t a,b;{b->b0=a->b0;} in x() member
H A D990523-1.c8 float *b0; in synth_1to1() 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
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D930208-1.c3 struct { char b3, b2, b1, b0; } c; member
H A D921123-2.c3 unsigned short b0, b1, b2, b3; member
H A D921204-1.c2 unsigned b0:1, f1:17, b18:1, b19:1, b20:1, f2:11; member
H A D20010518-2.c5 char b0; member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dop2.C50 const B b0; in main() local
H A Dop3.C50 const B b0; in main() local
/openbsd-src/usr.bin/nm/
H A Dnm.c844 fname(const void *a0, const void *b0) in fname()
852 rname(const void *a0, const void *b0) in rname()
860 value(const void *a0, const void *b0) in value()
/openbsd-src/sys/crypto/
H A Dchachapoly.c131 uint8_t b0[CHACHA20POLY1305_KEY_SIZE]; in chacha20poly1305_encrypt() member
174 uint8_t b0[CHACHA20POLY1305_KEY_SIZE]; in chacha20poly1305_decrypt() member
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DEdgeBundles.cpp61 unsigned b0 = getBundle(i, false); in runOnMachineFunction() local
/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()
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/llvm/clang/lib/Headers/
H A Dhexagon_types.h597 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
616 #define HEXAGON_V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
634 signed char b3, signed char b2, signed char b1, signed char b0) in HEXAGON_Vect64C()
1056 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \ argument
1071 #define HEXAGON_V32_CREATE_B(b3, b2, b1, b0) \ argument
1084 HEXAGON_Vect32C(signed char b3, signed char b2, signed char b1, signed char b0) in HEXAGON_Vect32C()
1824 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
1843 #define Q6V64_CREATE_B(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
1861 signed char b3, signed char b2, signed char b1, signed char b0) in Q6Vect64C()
2283 #define Q6V32_CREATE_B(b3, b2, b1, b0) \ argument
[all …]
/openbsd-src/lib/libcrypto/bn/arch/aarch64/
H A Dbn_arch.h84 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG carry, BN_ULONG *out_carry, in bn_qwaddqw()
341 BN_ULONG b2, BN_ULONG b1, BN_ULONG b0, BN_ULONG borrow, BN_ULONG *out_borrow, in bn_qwsubqw()
/openbsd-src/usr.bin/tmux/
H A Dwindow-tree.c205 window_tree_cmp_session(const void * a0,const void * b0) window_tree_cmp_session() argument
238 window_tree_cmp_window(const void * a0,const void * b0) window_tree_cmp_window() argument
273 window_tree_cmp_pane(const void * a0,const void * b0) window_tree_cmp_pane() argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dnum_put_members_char.cc59 bool b0 = false; in test01() local
H A Dnum_put_members_wchar_t.cc60 bool b0 = false; in test01() local
H A Dnum_get_members_wchar_t.cc58 bool b0 = false; in test01() local
/openbsd-src/usr.bin/ssh/
H A Dsmult_curve25519_ref.c134 unsigned int b0[64]; in mainloop() local
/openbsd-src/sbin/iked/
H A Dsmult_curve25519_ref.c134 unsigned int b0[64]; in mainloop() local
/openbsd-src/lib/libm/src/ld80/
H A De_lgammal.c109 b0 = 8.214973713960928795704317259806842490498E3L, variable

12