Searched refs:sa (Results 26 - 50 of 1039) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Drv3p.C8 template <bool> struct sa;
9 template <> struct sa<true> {}; struct
43 sa<sizeof(sink_3_123(a)) == 1 * sizeof(long)> t1;
44 sa<sizeof(sink_3_123(ca)) == 2 * sizeof(long)> t2;
45 sa<sizeof(sink_3_123(va)) == 3 * sizeof(long)> t3;
46 sa<sizeof(sink_3_123(source())) == 2 * sizeof(long)> t5;
47 sa<sizeof(sink_3_123(c_source())) == 2 * sizeof(long)> t6;
61 sa<sizeof(sink_3_124(a)) == 1 * sizeof(long)> t1;
62 sa<sizeof(sink_3_124(ca)) == 2 * sizeof(long)> t2;
63 sa<sizeo
[all...]
H A Drv5p.C8 template <bool> struct sa;
9 template <> struct sa<true> {}; struct
45 sa<sizeof(sink_5_12345(a)) == 1 * sizeof(long)> t1;
46 sa<sizeof(sink_5_12345(ca)) == 2 * sizeof(long)> t2;
47 sa<sizeof(sink_5_12345(va)) == 3 * sizeof(long)> t3;
48 sa<sizeof(sink_5_12345(cva)) == 4 * sizeof(long)> t4;
49 sa<sizeof(sink_5_12345(source())) == 5 * sizeof(long)> t5;
50 sa<sizeof(sink_5_12345(c_source())) == 2 * sizeof(long)> t6;
66 sa<sizeof(sink_5_12346(a)) == 1 * sizeof(long)> t1;
67 sa<sizeo
[all...]
H A Drv6p.C8 template <bool> struct sa;
9 template <> struct sa<true> {}; struct
46 sa<sizeof(sink_6_123456(a)) == 1 * sizeof(long)> t1;
47 sa<sizeof(sink_6_123456(ca)) == 2 * sizeof(long)> t2;
48 sa<sizeof(sink_6_123456(va)) == 3 * sizeof(long)> t3;
49 sa<sizeof(sink_6_123456(cva)) == 4 * sizeof(long)> t4;
50 sa<sizeof(sink_6_123456(source())) == 5 * sizeof(long)> t5;
51 sa<sizeof(sink_6_123456(c_source())) == 6 * sizeof(long)> t6;
68 sa<sizeof(sink_6_123457(a)) == 1 * sizeof(long)> t1;
69 sa<sizeo
[all...]
H A Diop.C12 template <bool> struct sa;
13 template <> struct sa<true> {}; struct
33 sa<sizeof(o << 1) == 1 * sizeof(long)> t1; // Calls os::operator<<(int)
H A Dnamed_refs.C8 template <bool> struct sa;
9 template <> struct sa<true> {}; struct
21 sa<sizeof(foo(a)) == 1 * sizeof(long)> t1;
H A Drv7p.C8 template <bool> struct sa;
9 template <> struct sa<true> {}; struct
47 sa<sizeof(sink_7_1234567(a)) == 1 * sizeof(long)> t1;
48 sa<sizeof(sink_7_1234567(ca)) == 2 * sizeof(long)> t2;
49 sa<sizeof(sink_7_1234567(va)) == 3 * sizeof(long)> t3;
50 sa<sizeof(sink_7_1234567(cva)) == 4 * sizeof(long)> t4;
51 sa<sizeof(sink_7_1234567(source())) == 5 * sizeof(long)> t5;
52 sa<sizeof(sink_7_1234567(c_source())) == 6 * sizeof(long)> t6;
53 sa<sizeof(sink_7_1234567(v_source())) == 7 * sizeof(long)> t7;
71 sa<sizeo
[all...]
H A Drv2p.C8 template <bool> struct sa;
9 template <> struct sa<true> {}; struct
42 sa<sizeof(sink_2_12(a)) == 1 * sizeof(long)> t1;
43 sa<sizeof(sink_2_12(ca)) == 2 * sizeof(long)> t2;
44 sa<sizeof(sink_2_12(source())) == 2 * sizeof(long)> t5;
45 sa<sizeof(sink_2_12(c_source())) == 2 * sizeof(long)> t6;
58 sa<sizeof(sink_2_13(a)) == 1 * sizeof(long)> t1;
59 sa<sizeof(sink_2_13(va)) == 3 * sizeof(long)> t3;
72 sa<sizeof(sink_2_14(a)) == 1 * sizeof(long)> t1;
73 sa<sizeo
[all...]
/netbsd-6-1-5-RELEASE/regress/sys/compat/
H A Duipc_syscalls_43.c36 struct sockaddr_in sa; local
38 struct osockaddr *osa = (struct osockaddr *) &sa;
50 sa.sin_addr.s_addr = inet_addr(echoserver);
51 sa.sin_port = htons(echoport);
53 if (connect(s, (struct sockaddr *)&sa, sizeof(sa)) < 0)
57 sz = sizeof(sa);
58 memset(&sa, '\0', sizeof(sa));
59 if (syscall(SYS_compat_43_ogetpeername, s, (struct sockaddr *) &sa,
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/xscale/
H A Dixp425_sip.c94 struct ixpsip_attach_args sa; local
96 sa.sa_iot = sc->sc_iot;
97 sa.sa_addr = cf->cf_loc[IXPSIPCF_ADDR];
98 sa.sa_size = cf->cf_loc[IXPSIPCF_SIZE];
99 sa.sa_index = cf->cf_loc[IXPSIPCF_INDEX];
100 sa.sa_intr = cf->cf_loc[IXPSIPCF_INTR];
102 if (config_match(parent, cf, &sa) > 0)
103 config_attach(parent, cf, &sa, ixpsip_print);
111 struct ixpsip_attach_args *sa = (struct ixpsip_attach_args*)aux; local
113 if (sa
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_sub.c24 int sa, sb, res; local
26 sa = a->sign;
29 if (sa != sb) {
34 c->sign = sa;
43 c->sign = sa;
49 c->sign = (sa == MP_ZPOS) ? MP_NEG : MP_ZPOS;
H A Dbn_mp_add.c23 int sa, sb, res; local
26 sa = a->sign;
30 if (sa == sb) {
33 c->sign = sa;
44 c->sign = sa;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dpr28243.c17 static void PSMyArc(double cx, double cy, double radx, double rady, double sa, argument
22 ea = sa + ta;
23 while (sa < ea) {
24 temp = ((sa + 90) / 90) * 90;
25 PSDoArc(cx, sa, ea < temp ? ea : temp);
26 sa = temp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dpr28243.c15 static void PSMyArc(double cx, double cy, double radx, double rady, double sa, argument
20 ea = sa + ta;
21 while (sa < ea) {
22 temp = ((sa + 90) / 90) * 90;
23 PSDoArc(cx, sa, ea < temp ? ea : temp);
24 sa = temp;
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsignal.c58 struct sigaction sa, osa; variable in typeref:struct:sigaction
60 sa.sa_handler = a;
61 sigemptyset(&sa.sa_mask);
62 sa.sa_flags = 0;
64 sa.sa_flags |= SA_RESTART;
65 if (sigaction(s, &sa, &osa) < 0)
/netbsd-6-1-5-RELEASE/sys/dev/sbus/
H A Dif_hme_sbus.c75 struct sbus_attach_args *sa = aux; local
77 return (strcmp(cf->cf_name, sa->sa_name) == 0 ||
78 strcmp("SUNW,qfe", sa->sa_name) == 0 ||
79 strcmp("SUNW,hme", sa->sa_name) == 0);
85 struct sbus_attach_args *sa = aux; local
93 node = sa->sa_node;
96 sc->sc_bustag = sa->sa_bustag;
97 sc->sc_dmatag = sa->sa_dmatag;
100 sa->sa_name);
102 if (sa
[all...]
H A Dcgsix_sbus.c79 struct sbus_attach_args *sa = aux; local
81 return (strcmp(cf->cf_name, sa->sa_name) == 0) ? 100 : 0;
92 struct sbus_attach_args *sa = aux; local
99 sc->sc_bustag = sa->sa_bustag;
100 sc->sc_paddr = sbus_bus_addr(sa->sa_bustag, sa->sa_slot, sa->sa_offset);
103 node = sa->sa_node;
117 if (sbus_bus_map(sa->sa_bustag,
118 sa
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dctors3.C8 static A sa; member in class:B
16 A B::sa(1);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dctors3.C8 static A sa; member in class:B
16 A B::sa(1);
/netbsd-6-1-5-RELEASE/usr.sbin/sa/
H A DMakefile3 PROG= sa
4 MAN= sa.8
/netbsd-6-1-5-RELEASE/sys/arch/ews4800mips/sbd/
H A Dsbdio.c83 struct sbdio_attach_args sa; local
98 sa.sa_name = sd->sd_name;
99 sa.sa_bust = &sc->sc_bus_tag;
100 sa.sa_dmat = &sc->sc_dma_tag;
101 sa.sa_addr1 = sd->sd_addr1;
102 sa.sa_addr2 = sd->sd_addr2;
103 sa.sa_irq = sd->sd_irq;
104 sa.sa_flags = sd->sd_flags;
105 config_found(self, &sa, sbdio_print);
112 struct sbdio_attach_args *sa local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kcm/
H A Dmain.c80 struct sigaction sa; local
82 sa.sa_flags = 0;
83 sa.sa_handler = sigterm;
84 sigemptyset(&sa.sa_mask);
86 sigaction(SIGINT, &sa, NULL);
87 sigaction(SIGTERM, &sa, NULL);
89 sa.sa_handler = sigusr1;
90 sigaction(SIGUSR1, &sa, NULL);
92 sa.sa_handler = sigusr2;
93 sigaction(SIGUSR2, &sa, NUL
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr32355.c22 struct sigaction sa; local
28 sa.sa_flags = (sig == 17);
29 sigemptyset (&sa.sa_mask);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsane_connect.c46 int sane_connect(int sock, struct sockaddr * sa, SOCKADDR_SIZE len) argument
60 if (sa->sa_family == AF_INET) {
66 return (connect(sock, sa, len));
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_assert.c59 struct sigaction sa; local
69 (void)memset(&sa, 0, sizeof(struct sigaction));
71 sa.sa_flags = 0;
72 sa.sa_handler = handler;
74 (void)sigemptyset(&sa.sa_mask);
75 (void)sigaction(SIGABRT, &sa, 0);
96 struct sigaction sa; local
106 (void)memset(&sa, 0, sizeof(struct sigaction));
108 sa.sa_flags = 0;
109 sa
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/arm/ixp12x0/
H A Dixpsip.c82 struct ixpsip_attach_args sa; local
84 sa.sa_iot = sc->sc_iot;
85 sa.sa_addr = cf->cf_loc[IXPSIPCF_ADDR];
86 sa.sa_size = cf->cf_loc[IXPSIPCF_SIZE];
87 sa.sa_intr = cf->cf_loc[IXPSIPCF_INTR];
89 if (config_match(parent, cf, &sa) > 0)
90 config_attach(parent, cf, &sa, ixpsip_print);
98 struct ixpsip_attach_args *sa = (struct ixpsip_attach_args*)aux; local
100 if (sa->sa_size)
101 aprint_normal(" addr 0x%lx", sa
[all...]

Completed in 410 milliseconds

1234567891011>>