Home
last modified time | relevance | path

Searched defs:b (Results 13776 – 13800 of 696913) sorted by relevance

1...<<551552553554555556557558559560>>...27877

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/c-c++-common/
H A Dpr81376.c11 void f1(short a, short b) in f1()
18 void f2(unsigned short a, unsigned short b) in f2()
27 void f3(unsigned short a, short b) in f3()
34 void f4(unsigned short a, int b) in f4()
41 void f4_short_eq_int(unsigned short a, long b) in f4_short_eq_int()
50 void f5(short a, unsigned int b) in f5()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/s390/
H A Daddsub-signed-overflow-1.c8 sadd (int a, int b, int *res) in sadd()
14 ssub (int a, int b, int *res) in ssub()
21 saddl (long a, long b, long *res) in saddl()
27 ssubl (long a, long b, long *res) in ssubl()
34 saddll (long long a, long long b, long long *res) in saddll()
40 ssubll (long long a, long long b, long long *res) in ssubll()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.target/s390/
H A Daddsub-signed-overflow-1.c8 sadd (int a, int b, int *res) in sadd()
14 ssub (int a, int b, int *res) in ssub()
21 saddl (long a, long b, long *res) in saddl()
27 ssubl (long a, long b, long *res) in ssubl()
34 saddll (long long a, long long b, long long *res) in saddll()
40 ssubll (long long a, long long b, long long *res) in ssubll()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/seahash-3.0.7/src/
H A Dhelper.rs23 let b = *ptr.offset(2) as u64; in read_int() localVariable
32 let b = *ptr.offset(4) as u64; in read_int() localVariable
39 let b = (*(ptr.offset(4) as *const u16)).to_le() as u64; in read_int() localVariable
46 let b = (*(ptr.offset(4) as *const u16)).to_le() as u64; in read_int() localVariable
84 let b = x >> 60; in diffuse() localVariable
97 let b = x >> 60; in undiffuse() localVariable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A Dpr81376.c11 void f1(short a, short b) in f1()
18 void f2(unsigned short a, unsigned short b) in f2()
27 void f3(unsigned short a, short b) in f3()
34 void f4(unsigned short a, int b) in f4()
41 void f4_short_eq_int(unsigned short a, long b) in f4_short_eq_int()
50 void f5(short a, unsigned int b) in f5()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc34 observer_ptr<int> b{nullptr}; in test01() local
42 observer_ptr<int> b{a}; in test02() local
50 observer_ptr<const int> b{a}; in test03() local
58 observer_ptr<B> b{a}; in test04() local
66 observer_ptr<B> b{std::move(a)}; in test05() local
74 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/fmpq_poly/test/
H A Dt-gcd.c34 fmpq_poly_t a, b, c; in main() local
66 fmpq_poly_t a, b, c; in main() local
100 fmpq_poly_t a, b, c; in main() local
133 fmpq_poly_t a, b, c, r1, r2; in main() local
173 fmpq_poly_t a, b, c, t; in main() local
211 fmpq_poly_t a, b, c, r1, r2, t; in main() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/c-c++-common/
H A Dpr81376.c11 void f1(short a, short b) in f1()
18 void f2(unsigned short a, unsigned short b) in f2()
27 void f3(unsigned short a, short b) in f3()
34 void f4(unsigned short a, int b) in f4()
41 void f4_short_eq_int(unsigned short a, long b) in f4_short_eq_int()
50 void f5(short a, unsigned int b) in f5()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/math/octave-forge-symbolic/symbolic-2.9.0/inst/@sym/
H A Dsymprod.m82 b = n; variable
88 b = subsref(n, idx2); variable
97 b = n; variable
103 b = subsref(a, idx2); variable
107 b = a; variable
117 b = sym(b); variable
H A Dsymsum.m77 b = n - 1; variable
83 b = subsref(n, idx2); variable
92 b = n - 1; variable
98 b = subsref(a, idx2); variable
102 b = a; variable
112 b = sym(b); variable
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.target/s390/
H A Daddsub-signed-overflow-1.c8 sadd (int a, int b, int *res) in sadd()
14 ssub (int a, int b, int *res) in ssub()
21 saddl (long a, long b, long *res) in saddl()
27 ssubl (long a, long b, long *res) in ssubl()
34 saddll (long long a, long long b, long long *res) in saddll()
40 ssubll (long long a, long long b, long long *res) in ssubll()
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc34 observer_ptr<int> b{nullptr}; in test01() local
42 observer_ptr<int> b{a}; in test02() local
50 observer_ptr<const int> b{a}; in test03() local
58 observer_ptr<B> b{a}; in test04() local
66 observer_ptr<B> b{std::move(a)}; in test05() local
74 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.target/s390/
H A Daddsub-signed-overflow-1.c8 sadd (int a, int b, int *res) in sadd()
14 ssub (int a, int b, int *res) in ssub()
21 saddl (long a, long b, long *res) in saddl()
27 ssubl (long a, long b, long *res) in ssubl()
34 saddll (long long a, long long b, long long *res) in saddll()
40 ssubll (long long a, long long b, long long *res) in ssubll()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/net/bird2/bird-2.0.8/lib/
H A Dbitmap.h24 static inline uint bmap_max(struct bmap *b) in bmap_max()
27 static inline int bmap_test(struct bmap *b, uint n) in bmap_test()
30 static inline void bmap_set(struct bmap *b, uint n) in bmap_set()
36 static inline void bmap_clear(struct bmap *b, uint n) in bmap_clear()
50 static inline uint hmap_max(struct hmap *b) in hmap_max()
53 static inline int hmap_test(struct hmap *b, uint n) in hmap_test()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dbitmap.c15 RBitmap *b = R_NEW0 (RBitmap); in r_bitmap_new() local
24 R_API void r_bitmap_set_bytes(RBitmap *b, const ut8 *buf, int len) { in r_bitmap_set_bytes()
31 R_API void r_bitmap_free(RBitmap *b) { in r_bitmap_free()
36 R_API void r_bitmap_set(RBitmap *b, size_t bit) { in r_bitmap_set()
43 R_API void r_bitmap_unset(RBitmap *b, size_t bit) { in r_bitmap_unset()
50 R_API int r_bitmap_test(RBitmap *b, size_t bit) { in r_bitmap_test()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/s390/
H A Daddsub-signed-overflow-1.c8 sadd (int a, int b, int *res) in sadd()
14 ssub (int a, int b, int *res) in ssub()
21 saddl (long a, long b, long *res) in saddl()
27 ssubl (long a, long b, long *res) in ssubl()
34 saddll (long long a, long long b, long long *res) in saddll()
40 ssubll (long long a, long long b, long long *res) in ssubll()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/
H A DnsPluginLogging.h60 #define NPN_PLUGIN_LOG(a, b) \ argument
66 #define NPN_PLUGIN_LOG(a, b) argument
70 #define NPP_PLUGIN_LOG(a, b) \ argument
76 #define NPP_PLUGIN_LOG(a, b) argument
80 #define PLUGIN_LOG(a, b) \ argument
86 #define PLUGIN_LOG(a, b) argument
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/experimental/memory/observer_ptr/cons/
H A Dcons.cc33 observer_ptr<int> b{nullptr}; in test01() local
41 observer_ptr<int> b{a}; in test02() local
49 observer_ptr<const int> b{a}; in test03() local
57 observer_ptr<B> b{a}; in test04() local
65 observer_ptr<B> b{std::move(a)}; in test05() local
73 constexpr observer_ptr<const B> b{std::move(a)}; in test06() local

1...<<551552553554555556557558559560>>...27877