Searched refs:dp (Results 51 - 75 of 234) sorted by relevance

12345678910

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp18 double * const &dp = ap; local
/external/dropbear/libtommath/
H A Dbn_mp_2expt.c40 a->dp[b / DIGIT_BIT] = ((mp_digit)1) << (b % DIGIT_BIT);
H A Dbn_mp_add_d.c33 if (a->sign == MP_NEG && (a->used > 1 || a->dp[0] >= b)) {
56 tmpa = a->dp;
59 tmpc = c->dp;
88 *tmpc++ = b - a->dp[0];
H A Dbn_mp_count_bits.c34 q = a->dp[a->used - 1];
H A Dbn_mp_set_int.c33 a->dp[0] |= (b >> 28) & 15;
H A Dbn_mp_zero.c27 tmp = a->dp;
H A Dbn_s_mp_add.c56 tmpa = a->dp;
59 tmpb = b->dp;
62 tmpc = c->dp;
83 *tmpc = x->dp[i] + u;
H A Dbn_fast_s_mp_sqr.c57 tmpx = a->dp + tx;
58 tmpy = a->dp + ty;
81 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]);
97 tmpb = b->dp;
H A Dbn_mp_karatsuba_mul.c91 tmpa = a->dp;
92 tmpb = b->dp;
94 tmpx = x0.dp;
95 tmpy = y0.dp;
101 tmpx = x1.dp;
106 tmpy = y1.dp;
H A Dbn_mp_mul_d.c39 /* alias for a->dp [source] */
40 tmpa = a->dp;
42 /* alias for c->dp [dest] */
43 tmpc = c->dp;
H A Dbn_mp_or.c39 t.dp[ix] |= x->dp[ix];
/external/dropbear/libtommath/etc/
H A Ddrprime.c22 a.dp[y] = MP_MASK;
26 a.dp[0] = -1;
32 a.dp[0] += 4;
33 if (a.dp[0] >= MP_MASK) break;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp35 void test_simple_deduction(int *ip, float *fp, double *dp) { argument
38 int *ip3 = first_arg(ip, fp, dp);
48 void test_simple_ref_deduction(int *ip, float *fp, double *dp) { argument
51 int *ip3 = first_arg_ref(ip, fp, dp);
62 void test_pair_deduction(int *ip, float *fp, double *dp) { argument
66 make_pair(dp, 17));
69 make_pair(dp, 17));
/external/e2fsprogs/intl/
H A Dprintf-parse.c121 DIRECTIVE *dp = &d->dir[d->count];/* pointer to next directive */ local
124 dp->dir_start = cp - 1;
125 dp->flags = 0;
126 dp->width_start = NULL;
127 dp->width_end = NULL;
128 dp->width_arg_index = ARG_NONE;
129 dp->precision_start = NULL;
130 dp->precision_end = NULL;
131 dp->precision_arg_index = ARG_NONE;
132 dp
[all...]
/external/tcpdump/
H A Dprint-icmp6.c238 const struct icmp6_hdr *dp; local
246 dp = (struct icmp6_hdr *)bp;
248 oip = (struct ip6_hdr *)(dp + 1);
252 TCHECK(dp->icmp6_cksum);
255 int sum = dp->icmp6_cksum;
258 sum = icmp6_cksum(ip, dp, length);
266 printf("ICMP6, %s", tok2str(icmp6_type_values,"unknown icmp6 type (%u)",dp->icmp6_type));
269 if (vflag && (dp->icmp6_type ==
279 switch (dp->icmp6_type) {
282 printf(", %s", tok2str(icmp6_dst_unreach_code_values,"unknown unreach code (%u)",dp
906 struct icmp6_hdr *dp; local
[all...]
H A Dprint-ip6opts.c291 const struct ip6_hbh *dp = (struct ip6_hbh *)bp; local
294 TCHECK(dp->ip6h_len);
295 hbhlen = (int)((dp->ip6h_len + 1) << 3);
296 TCHECK2(*dp, hbhlen);
299 ip6_opt_print((const u_char *)dp + sizeof(*dp), hbhlen - sizeof(*dp));
311 const struct ip6_dest *dp = (struct ip6_dest *)bp; local
314 TCHECK(dp->ip6d_len);
315 dstoptlen = (int)((dp
[all...]
/external/mksh/src/
H A Deval.c150 char *dp = null; local
155 dp = *XPptrv(w);
157 return (dp);
208 char *dp; /* destination */ local
238 Xinit(ds, dp, 128, ATEMP);
253 Xcheck(ds, dp);
283 *dp++ = '$'; *dp++ = '(';
285 Xcheck(ds, dp);
286 *dp
1517 debunk(char *dp, const char *sp, size_t dlen) argument
1552 char *dp = *dpp; local
1590 char *dp = null; local
[all...]
/external/grub/stage2/
H A Dfsys_ffs.c187 struct direct *dp; local
266 dp = (struct direct *) (FSYS_BUF + off);
267 loc += dp->d_reclen;
270 if (dp->d_ino && print_possibilities && ch != '/'
271 && (!*dirname || substring (dirname, dp->d_name) <= 0))
276 print_a_completion (dp->d_name);
280 while (!dp->d_ino || (substring (dirname, dp->d_name) != 0
285 ino = dp->d_ino;
H A Dfsys_ufs2.c212 struct direct *dp; local
287 dp = (struct direct *) (FSYS_BUF + off);
288 loc += dp->d_reclen;
291 if (dp->d_ino && print_possibilities && ch != '/'
292 && (!*dirname || substring (dirname, dp->d_name) <= 0))
297 print_a_completion (dp->d_name);
301 while (!dp->d_ino || (substring (dirname, dp->d_name) != 0
306 ino = dp->d_ino;
H A Dfsys_minix.c320 struct minix_dir_entry * dp; /* pointer to directory entry */ local
492 dp = (struct minix_dir_entry *) (DATABLOCK2 + off);
494 loc += sizeof (dp->inode) + namelen;
500 printf ("directory entry ino=%d\n", dp->inode);
501 if (dp->inode)
502 printf ("entry=%s\n", dp->name);
505 if (dp->inode)
507 int saved_c = dp->name[namelen];
509 dp->name[namelen] = 0;
510 str_chk = substring (dirname, dp
[all...]
/external/clang/test/Sema/
H A Dconditional-expr.c10 double *dp; local
14 dp = vp;
15 vp = dp;
16 ip = dp; // expected-warning {{incompatible pointer types assigning to 'int *' from 'double *'}}
17 dp = ip; // expected-warning {{incompatible pointer types assigning to 'double *' from 'int *'}}
18 dp = 0 ? (double *)0 : (void *)0;
/external/qemu/distrib/libpng-1.2.19/
H A Dpnggccrd.c1473 png_bytep dp; local
1480 dp = row;
1506 *dp &= (png_byte)((0x7f7f >> (7 - shift)) & 0xff);
1507 *dp |= (png_byte)(value << shift);
1514 dp++;
1530 png_bytep dp; local
1538 dp = row;
1562 *dp &= (png_byte)((0x3f3f >> (6 - shift)) & 0xff);
1563 *dp |= (png_byte)(value << shift);
1570 dp
1585 png_bytep dp; local
2079 png_bytep sp, dp; local
2135 png_bytep sp, dp; local
2192 png_bytep sp, dp; local
2251 png_bytep sptr, dp; local
[all...]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx03-extra-copy.cpp31 double *dp = 0; local
33 T *tp = dp; // expected-error{{cannot initialize a variable of type 'int *' with an lvalue of type 'double *'}}
H A Dp5-cxx0x-no-extra-copy.cpp29 double *dp = 0; local
30 T *tp = dp;
/external/dbus/dbus/
H A Ddbus-sysdeps-util-win.c488 DIR *dp; local
500 dp = (DIR *)malloc(sizeof(DIR));
501 dp->offset = 0;
502 dp->finished = 0;
503 dp->dir = strdup(dir);
505 handle = FindFirstFileA(filespec, &(dp->fileinfo));
509 dp->finished = 1;
514 dp->handle = handle;
517 return dp;
520 static struct dirent * _dbus_readdir(DIR *dp) argument
550 _dbus_closedir(DIR *dp) argument
[all...]

Completed in 270 milliseconds

12345678910