Searched refs:ep (Results 1 - 25 of 103) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr39132.c15 struct epic_private ep; local
19 ep.rx_skbuff[0] = 5;
21 ep.rx_ring = rx_ring;
25 ep.rx_ring[i] = i;
26 ep.rx_skbuff[i] = 0;
29 if (ep.rx_skbuff[0] != 0)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx256-unaligned-load-2.c5 avx_test (char **cp, char **ep) argument
8 char **ap = __builtin_assume_aligned (ep, 32);
H A Davx256-unaligned-store-2.c6 char **ep; variable
17 ap = ep;
H A Davx256-unaligned-store-7.c9 char **ep; variable
17 ep = (char **) malloc (N);
30 ap = ep;
/haiku-buildtools/legacy/gcc/gcc/config/v850/
H A Dlib1funcs.asm215 mov ep,r1
217 mov sp,ep
218 sst.w r29,0[ep]
219 sst.w r28,4[ep]
220 sst.w r27,8[ep]
221 sst.w r26,12[ep]
222 sst.w r25,16[ep]
223 sst.w r24,20[ep]
224 sst.w r23,24[ep]
225 sst.w r22,28[ep]
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20010910-1.c8 ep.skbuff[4] == 5 (it should be 0)
24 static void epic_init_ring(struct epic_private *ep) argument
30 ep->rx_ring[i].next = 10 + (i+1)*2;
31 ep->rx_skbuff[i] = 0;
33 ep->rx_ring[i-1].next = 10;
40 struct epic_private ep; local
47 ep.rx_skbuff[i]=5;
50 ep.rx_ring=rx_ring;
51 epic_init_ring(&ep);
56 if ( ep
[all...]
H A D20000801-1.c8 register char *ep = bp + n; local
11 while (bp < ep)
/haiku-buildtools/binutils/gas/testsuite/gas/v850/
H A Dmem.s8 sld.b 64[ep],r6
9 sld.h 128[ep],r6
10 sld.w 128[ep],r6
14 sst.b r6,64[ep]
15 sst.h r6,128[ep]
16 sst.w r6,128[ep]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/v850/
H A Dmem.s8 sld.b 64[ep],r6
9 sld.h 128[ep],r6
10 sld.w 128[ep],r6
14 sst.b r6,64[ep]
15 sst.h r6,128[ep]
16 sst.w r6,128[ep]
/haiku-buildtools/gcc/libiberty/
H A Dsetenv.c87 register char **ep = 0; local
97 for (ep = __environ; *ep != NULL; ++ep)
98 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
104 if (__environ == NULL || *ep == NULL)
143 size_t len = strlen (*ep);
153 *ep = new_string;
155 memcpy (*ep, nam
169 char **ep; local
[all...]
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsetenv.c85 register char **ep = 0; local
95 for (ep = __environ; *ep != NULL; ++ep)
96 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
102 if (__environ == NULL || *ep == NULL)
141 size_t len = strlen (*ep);
151 *ep = new_string;
153 memcpy (*ep, nam
167 char **ep; local
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dsetenv.c67 register char **ep; local
76 for (ep = __environ; *ep != NULL; ++ep)
77 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
82 if (__environ == NULL || *ep == NULL)
121 size_t len = strlen (*ep);
131 *ep = new;
133 memcpy (*ep, nam
148 char **ep; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dsetenv.c85 register char **ep = 0; local
95 for (ep = __environ; *ep != NULL; ++ep)
96 if (!strncmp (*ep, name, namelen) && (*ep)[namelen] == '=')
102 if (__environ == NULL || *ep == NULL)
141 size_t len = strlen (*ep);
151 *ep = new_string;
153 memcpy (*ep, nam
167 char **ep; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dlra-eliminations.c159 struct lra_elim_table *ep; local
161 for (ep = reg_eliminate; ep < &reg_eliminate[NUM_ELIMINABLE_REGS]; ep++)
164 ep->can_eliminate ? "Can" : "Can't",
165 ep->from, ep->to, ep->offset, ep->previous_offset);
179 setup_can_eliminate (struct lra_elim_table *ep, boo argument
214 struct lra_elim_table *ep; local
279 struct lra_elim_table *ep; local
294 struct lra_elim_table *ep; local
340 struct lra_elim_table *ep; local
735 struct lra_elim_table *ep; local
920 struct lra_elim_table *ep; local
1204 struct lra_elim_table *ep, *ep1; local
1311 struct lra_elim_table *ep; local
1367 struct lra_elim_table *ep; local
1401 struct lra_elim_table *ep; local
1445 struct lra_elim_table *ep; local
[all...]
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dgetenv_.c31 char buf[256], *ep, *fp; local
39 ep = getenv(buf);
47 ep = getenv(fp);
50 if (ep)
51 while(*ep && vlen-- > 0)
52 *value++ = *ep++;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/exception_ptr/
H A Dcurrent_exception.cc33 exception_ptr ep = current_exception();
34 VERIFY( ep == 0 );
45 exception_ptr ep = current_exception();
46 VERIFY( ep != 0 );
58 exception_ptr ep = current_exception();
59 VERIFY( ep != 0 );
H A Dlifespan.cc83 exception_ptr ep = current_exception();
98 exception_ptr ep; local
102 ep = current_exception();
115 exception_ptr ep = current_exception();
116 rethrow_exception(ep);
141 exception_ptr ep = current_exception();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dnontype2.C5 template <const E* ep>
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900210_03.C14 enum E {enum_value_1} * ep; variable in typeref:enum:E
22 ep = vp; /* { dg-error "" } */
H A D900210_01.C33 enum E2 {enum_value_1} * ep; variable in typeref:enum:E2
42 i = ep; /* { dg-error "" } */
48 l = ep; /* { dg-error "" } */
54 s = ep; /* { dg-error "" } */
60 c = ep; /* { dg-error "" } */
66 si = ep; /* { dg-error "" } */
72 sl = ep; /* { dg-error "" } */
78 ss = ep; /* { dg-error "" } */
84 sc = ep; /* { dg-error "" } */
90 ui = ep; /* { d
[all...]
H A D900210_02.C34 enum E2 {enum_value_1} * ep; variable in typeref:enum:E2
76 ep = i; /* { dg-error "" } */
77 ep = l; /* { dg-error "" } */
78 ep = s; /* { dg-error "" } */
79 ep = c; /* { dg-error "" } */
80 ep = si; /* { dg-error "" } */
81 ep = sl; /* { dg-error "" } */
82 ep = ss; /* { dg-error "" } */
83 ep = sc; /* { dg-error "" } */
84 ep
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dmi.C12 E* ep = new E; local
14 ep->foo();
/haiku-buildtools/gcc/libgcc/config/v850/
H A Dlib1funcs.S267 mov ep,r1
269 mov sp,ep
270 sst.w r29,0[ep]
271 sst.w r28,4[ep]
272 sst.w r27,8[ep]
273 sst.w r26,12[ep]
274 sst.w r25,16[ep]
275 sst.w r24,20[ep]
276 sst.w r23,24[ep]
277 sst.w r22,28[ep]
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcond6.C14 const E* ep = &(b ? er : a); // { dg-error "" } non-lvalue local
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp4511.C31 E * ep = &e; local
32 ep->f();

Completed in 137 milliseconds

12345