Home
last modified time | relevance | path

Searched +defs:S +defs:a +defs:a (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
Dchained-calls.cc18 class S class
21 S () { } in S() function in S
26 int a; member in S
29 S::S (S &obj) in S() function in S
64 int a; member in A
80 A a; in p() local
88 A a; in r() local
94 q (const A &a) in q()
165 int a; member
197 A a = q(p() + r()); in main() local
Dvar-tag.cc31 struct S {} S; variable
32 enum E {a, b, c} E; enumerator
33 union U {int a; char b;} U; member
Dtemplates.cc39 class S { class
54 char g(S, char*&, const char*&, volatile char*&) in g() argument
63 signed char g(T, S, signed char*&, const signed char*&, volatile signed char*&) in g() argument
72 unsigned char g(S, unsigned char*&, const unsigned char*&, volatile unsigned char*&) in g() argument
81 short g(S, short*&, const short*&, volatile short*&) in g() argument
90 signed short g(T, S, double, signed short*&, const signed short*&, volatile signed short*&) in g() argument
99 unsigned short g(S, unsigned short*&, const unsigned short*&, volatile unsigned short*&) in g() argument
108 int g(S, int*&, const int*&, volatile int*&) in g() argument
117 signed int g(T, S, signed int*&, const signed int*&, volatile signed int*&) in g() argument
126 unsigned int g(S, unsigned int*&, const unsigned int*&, volatile unsigned int*&) in g() argument
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dwith-mf-inc.c22 struct S struct
24 int a; member
29 struct S g_s = {1, 2, 3}; argument
Doptions.c20 struct S struct
22 int a; member
27 struct S g_s = {1, 2, 3}; argument
Dwith.c20 struct S struct
22 int a; member
27 struct S g_s = {1, 2, 3}; argument
Ddefault-args.c18 struct S struct
20 int a; member
25 struct S g_s = {1, 2, 3}; argument
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
Dimplref-struct.c20 struct S { struct
21 int a; member
26 struct S s1 = { argument
Dimplptr.c24 struct S struct
32 add (struct S *a, struct S *b, int c) in add()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/des/
Ddes_local.h100 # define ROTATE(a,n) (_lrotr(a,n)) argument
102 # define ROTATE(a,n) (_rotr(a,n)) argument
105 # define ROTATE(a,n) ({ register unsigned int ret; \ argument
115 # define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) argument
125 # define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument
128 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
134 # define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) argument
135 # define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
146 # define D_ENCRYPT(LL,R,S) { \ argument
197 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe_osdep.h74 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument
77 #define DEBUGOUT(S) printf(S "\n") argument
78 #define DEBUGOUT1(S,A) printf(S "\n",A) argument
79 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument
80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument
81 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument
82 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument
83 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument
84 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument
103 #define DEBUGOUT(S) do { } while (/*CONSTCOND*/false) argument
[all …]
/netbsd/src/sys/crypto/des/
Ddes_locl.h124 #define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) argument
126 #define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) argument
127 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
145 #define D_ENCRYPT(LL,R,S) { \ argument
173 #define D_ENCRYPT(LL,R,S) { \ argument
212 #define D_ENCRYPT(LL,R,S) { \ argument
229 #define D_ENCRYPT(LL,R,S) {\ argument
258 #define D_ENCRYPT(LL,R,S) {\ argument
289 #define D_ENCRYPT(LL,R,S) {\ argument
341 #define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/netbsd/src/crypto/external/bsd/openssl/lib/libdes/
Ddes_locl.h131 #define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) argument
138 #define LOAD_DATA_tmp(R,S,u,t,E0,E1) \ argument
141 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
147 #define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) argument
148 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
167 #define D_ENCRYPT(LL,R,S) { \ argument
195 #define D_ENCRYPT(LL,R,S) { \ argument
223 #define D_ENCRYPT(LL,R,S) { \ argument
241 #define D_ENCRYPT(LL,R,S) {\ argument
270 #define D_ENCRYPT(LL,R,S) {\ argument
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
Dtommath.h223 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) argument
224 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO) argument
225 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO) argument
226 #define mp_isneg(a) (((a)->sign) ? MP_YES : MP_NO) argument
507 #define mp_prime_random(a, t, size, bbs, cb, dat) mp_prime_random_ex(a, t, ((size) * 8) + 1, (bbs==… argument
555 #define mp_tobinary(M, S) mp_toradix((M), (S), 2) argument
556 #define mp_tooctal(M, S) mp_toradix((M), (S), 8) argument
557 #define mp_todecimal(M, S) mp_toradix((M), (S), 10) argument
558 #define mp_tohex(M, S) mp_toradix((M), (S), 16) argument
563 #define s_mp_mul(a, b, c) s_mp_mul_digs(a, b, c, (a)->used + (b)->used + 1) argument
/netbsd/src/sys/external/bsd/drm2/linux/
Dlinux_stop_machine.c53 stop_machine_xcall(void *a, void *b) in stop_machine_xcall()
55 struct stop_machine *S = a; in stop_machine_xcall() local
83 struct stop_machine stop, *S = &stop; in stop_machine() local
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dobj-evax.h69 #define OBJ_EMIT_LINENO(a,b,c) /* must be *something*. This no-op's it out. */ argument
76 #define S_GET_OTHER(S) 0 argument
77 #define S_GET_TYPE(S) 0 argument
78 #define S_GET_DESC(S) 0 argument
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_blake2s_ref.c45 static void blake2s_set_lastnode( blake2s_state *S ) in blake2s_set_lastnode()
51 static int blake2s_is_lastblock( const blake2s_state *S ) in blake2s_is_lastblock()
56 static void blake2s_set_lastblock( blake2s_state *S ) in blake2s_set_lastblock()
63 static void blake2s_increment_counter( blake2s_state *S, const uint32_t inc ) in blake2s_increment_counter()
69 static void blake2s_init0( blake2s_state *S ) in blake2s_init0()
78 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
95 int blake2s_init( blake2s_state *S, size_t outlen ) in blake2s_init()
117 int blake2s_init_key( blake2s_state *S, size_t outlen, const void *key, size_t keylen ) in blake2s_init_key()
150 #define G(r,i,a,b,c,d) \ argument
174 static void blake2s_compress( blake2s_state *S, const uint8_t in[BLAKE2S_BLOCKBYTES] ) in blake2s_compress()
[all …]
/netbsd/src/external/bsd/wpa/dist/src/crypto/
Drc4.c14 #define S_SWAP(a,b) do { u8 t = S[a]; S[a] = S[b]; S[b] = t; } while(0) argument
20 u8 S[256], *pos; in rc4_skip() local
/netbsd/src/sys/sys/
Drbtree.h92 #define RB_SWAP_PROPERTIES(a, b) do { \ argument
110 #define RB_TREE_FOREACH_SAFE(N, T, S) \ argument
114 #define RB_TREE_FOREACH_REVERSE_SAFE(N, T, S) \ argument
122 #define RB_TAILQ_REMOVE(a, b, c) TAILQ_REMOVE(a, b, c) argument
123 #define RB_TAILQ_INIT(a) TAILQ_INIT(a) argument
124 #define RB_TAILQ_INSERT_HEAD(a, b, c) TAILQ_INSERT_HEAD(a, b, c) argument
125 #define RB_TAILQ_INSERT_BEFORE(a, b, c) TAILQ_INSERT_BEFORE(a, b, c) argument
126 #define RB_TAILQ_INSERT_AFTER(a, b, c, d) TAILQ_INSERT_AFTER(a, b, c, d) argument
131 #define RB_TAILQ_REMOVE(a, b, c) do { } while (0) argument
132 #define RB_TAILQ_INIT(a) do { } while (0) argument
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dconst_pi.c50 mpfr_t a, A, B, D, S; in mpfr_const_pi_internal() local
/netbsd/src/external/bsd/ppp/dist/pppd/
Dppp-des.c146 #define ROTATE(a,n) (((a)>>(n))+((a)<<(32-(n)))) argument
148 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
152 #define HPERM_OP(a,t,n,m) ((t)=((((a)<<(16-(n)))^(a))&(m)),\ argument
175 #define LOAD_DATA_tmp(a,b,c,d,e,f) LOAD_DATA(a,b,c,d,e,f,g) argument
176 #define LOAD_DATA(R,S,u,t,E0,E1,tmp) \ argument
180 #define D_ENCRYPT(LL,R,S) { \ argument
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/i386/
Di386-asm.h37 # define cfi_register(D,S) .cfi_register D, S argument
52 # define cfi_register(D,S) argument
58 #define PASTE2(a, b) PASTE2a(a, b) argument
59 #define PASTE2a(a, b) a ## b argument
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
Dmi-var-cp.cc39 struct S { int i; int j; }; struct
239 Anonymous a; in anonymous_structs_and_unions() local
/netbsd/src/sys/net80211/
Dieee80211_crypto_wep.c305 #define S_SWAP(a,b) do { uint8_t t = S[a]; S[a] = S[b]; S[b] = t; } while(0) in wep_encrypt() argument
312 uint8_t S[256]; in wep_encrypt() local
390 #define S_SWAP(a,b) do { uint8_t t = S[a]; S[a] = S[b]; S[b] = t; } while(0) in wep_decrypt() argument
397 uint8_t S[256]; in wep_decrypt() local
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dfnmatch.c66 # define CONCAT(a,b) __CONCAT(a,b) argument
192 # define STRLEN(S) strlen (S) argument
193 # define STRCAT(D, S) strcat (D, S) argument
195 # define MEMPCPY(D, S, N) __mempcpy (D, S, N) argument
198 # define MEMPCPY(D, S, N) mempcpy (D, S, N) argument
200 # define MEMPCPY(D, S, N) ((void *) ((char *) memcpy (D, S, N) + (N))) argument
203 # define MEMCHR(S, C, N) memchr (S, C, N) argument
219 # define STRLEN(S) __wcslen (S) argument
220 # define STRCAT(D, S) __wcscat (D, S) argument
221 # define MEMPCPY(D, S, N) __wmempcpy (D, S, N) argument
[all …]

1234