HomeSort by: relevance | last modified time | path
    Searched refs:sp1 (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-multiple-debug-info.c 18 namespace sp1 {
34 sp1::A a;
dw2-tu-dwarf-4-5.c 18 namespace sp1 {
52 sp1::A a;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-multiple-debug-info.c 18 namespace sp1 {
34 sp1::A a;
dw2-tu-dwarf-4-5.c 18 namespace sp1 {
52 sp1::A a;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
aarch64-tagged-pointer.c 34 struct s *sp1, *sp2; local
39 sp1 = &s1;
41 /* SP1 and SP2 have different tags, but point to the same address. */
42 sp2 = (struct s *) ((uintptr_t) sp1 | 0xf000000000000000ULL);
55 sp1->i = 8765;
57 sp1->i = 8765;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
aarch64-tagged-pointer.c 34 struct s *sp1, *sp2; local
39 sp1 = &s1;
41 /* SP1 and SP2 have different tags, but point to the same address. */
42 sp2 = (struct s *) ((uintptr_t) sp1 | 0xf000000000000000ULL);
55 sp1->i = 8765;
57 sp1->i = 8765;
  /src/external/bsd/byacc/dist/
graph.c 66 const Value_t *sp1; local
69 sp1 = sp = ritem + *isp;
76 for (sp = ritem + rrhs[rule]; sp < sp1; sp++)
87 if (*sp1 < 0)
88 graph_LA(-*sp1);
lr0.c 412 const Value_t *sp1; local
422 sp1 = shiftset;
426 while (sp1 < send)
427 *sp2++ = *sp1++;
  /src/crypto/external/apache2/openssl/dist/crypto/dso/
dso_vms.c 121 const char *sp1, *sp2; /* Search result */ local
148 * of the byte after in sp1
150 sp1 = strrchr(filename, ']');
152 if (sp1 == NULL)
153 sp1 = sp2;
154 if (sp2 != NULL && sp2 > sp1)
155 sp1 = sp2;
156 if (sp1 == NULL)
157 sp1 = strrchr(filename, ':');
158 if (sp1 == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/dso/
dso_vms.c 105 const char *sp1, *sp2; /* Search result */ local
132 * of the byte after in sp1
134 sp1 = strrchr(filename, ']');
136 if (sp1 == NULL)
137 sp1 = sp2;
138 if (sp2 != NULL && sp2 > sp1)
139 sp1 = sp2;
140 if (sp1 == NULL)
141 sp1 = strrchr(filename, ':');
142 if (sp1 == NULL
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/dso/
dso_vms.c 105 const char *sp1, *sp2; /* Search result */ local
132 * of the byte after in sp1
134 sp1 = strrchr(filename, ']');
136 if (sp1 == NULL)
137 sp1 = sp2;
138 if (sp2 != NULL && sp2 > sp1)
139 sp1 = sp2;
140 if (sp1 == NULL)
141 sp1 = strrchr(filename, ':');
142 if (sp1 == NULL
    [all...]
  /src/usr.bin/sort/
radix_sort.c 78 stack *s, *sp, *sp0, *sp1, temp; local
132 sp1 = erealloc(s, stack_size * sizeof *s);
133 sp = sp1 + (sp - s);
134 s = sp1;
138 sp0 = sp1 = sp;
148 sp1 = sp;
157 swap(*sp0, *sp1, temp);
  /src/sys/arch/luna68k/luna68k/
disksubr.c 307 u_short cksum, *sp1, *sp2; local
312 sp1 = (u_short *)sl;
315 while (sp1 < sp2)
316 cksum ^= *sp1++;
404 u_short cksum, *sp1, *sp2; local
434 sp1 = (u_short *)sl;
437 while (sp1 < sp2)
438 cksum ^= *sp1++;
  /src/games/hack/
makedefs.c 174 char *sp1; local
197 sp1 = lp;
198 while (*sp0 && *sp0 == *sp1)
199 sp0++, sp1++;
201 lp = sp1;
  /src/external/lgpl3/gmp/dist/mpn/generic/
mulmod_bnm1.c 155 #define sp1 (tp + 2*n + 2) macro
156 /* ap1 maybe in {sp1, n + 1} */
157 /* bp1 maybe in {sp1 + n + 1, n + 1} */
200 ap1 = sp1;
201 cy = mpn_sub (sp1, a0, n, a1, an - n);
202 sp1[n] = 0;
203 MPN_INCR_U (sp1, n + 1, cy);
206 bp1 = sp1 + n + 1;
207 cy = mpn_sub (sp1 + n + 1, b0, n, b1, bn - n);
208 sp1[2*n+1] = 0
332 #undef sp1 macro
    [all...]
sqrmod_bnm1.c 141 #define sp1 (tp + 2*n + 2) macro
142 /* ap1 maybe in {sp1, n + 1} */
173 ap1 = sp1;
174 cy = mpn_sub (sp1, a0, n, a1, an - n);
175 sp1[n] = 0;
176 MPN_INCR_U (sp1, n + 1, cy);
290 #undef sp1 macro
  /src/lib/libc/stdlib/
radixsort.c 154 stack s[SIZE], *sp, *sp0, *sp1, temp; local
196 sp0 = sp1 = sp; /* Stack position of biggest bin. */
210 sp1 = sp;
217 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
245 stack s[512], *sp, *sp0, *sp1, temp; local
278 sp0 = sp1 = sp;
294 sp1 = sp;
302 swap(*sp0, *sp1, temp);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
smartp.cc 120 SmartPointer<Type1> sp1(&mt1);
128 sp1->foo();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
smartp.cc 120 SmartPointer<Type1> sp1(&mt1);
128 sp1->foo();
  /src/sys/dev/sun/
disksubr.c 246 u_short cksum, *sp1, *sp2; local
251 sp1 = (u_short *)sl;
254 while (sp1 < sp2)
255 cksum ^= *sp1++;
341 u_short cksum, *sp1, *sp2; local
380 sp1 = (u_short *)sl;
383 while (sp1 < sp2)
384 cksum ^= *sp1++;
  /src/crypto/external/bsd/openssl/dist/crypto/md2/
md2_dgst.c 125 register MD2_INT t, *sp1, *sp2; local
129 sp1 = c->state;
133 state[i] = sp1[i];
135 state[i + 32] = (t ^ sp1[i]);
152 memcpy(sp1, state, 16 * sizeof(MD2_INT));
  /src/crypto/external/bsd/openssl.old/dist/crypto/md2/
md2_dgst.c 119 register MD2_INT t, *sp1, *sp2; local
123 sp1 = c->state;
127 state[i] = sp1[i];
129 state[i + 32] = (t ^ sp1[i]);
146 memcpy(sp1, state, 16 * sizeof(MD2_INT));
  /src/crypto/external/apache2/openssl/dist/crypto/md2/
md2_dgst.c 119 register MD2_INT t, *sp1, *sp2; local
123 sp1 = c->state;
127 state[i] = sp1[i];
129 state[i + 32] = (t ^ sp1[i]);
146 memcpy(sp1, state, 16 * sizeof(MD2_INT));
  /src/bin/csh/
func.c 568 struct srch *sp, *sp1, *sp2; local
572 * Binary search Sp1 is the beginning of the current search range. Sp2 is
575 for (sp1 = srchn, sp2 = srchn + nsrchn; sp1 < sp2;) {
576 sp = sp1 + ((sp2 - sp1) >> 1);
583 sp1 = sp + 1;
  /src/sys/arch/sparc/stand/ofwboot/
ofdev.c 257 u_short cksum, *sp1, *sp2; local
262 sp1 = (u_short *)sl;
265 while (sp1 < sp2)
266 cksum ^= *sp1++;

Completed in 30 milliseconds

1 2