Searched defs:dp (Results 1 - 25 of 78) sorted by relevance

1234

/external/tcpdump/
H A Dprint-frag6.c46 register const struct ip6_frag *dp; local
49 dp = (const struct ip6_frag *)bp;
52 TCHECK(dp->ip6f_offlg);
56 EXTRACT_32BITS(&dp->ip6f_ident),
57 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK,
62 EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK,
69 if ((EXTRACT_16BITS(&dp->ip6f_offlg) & IP6F_OFF_MASK) != 0)
H A Dprint-rt6.c46 register const struct ip6_rthdr *dp; local
52 dp = (struct ip6_rthdr *)bp;
53 len = dp->ip6r_len;
58 TCHECK(dp->ip6r_segleft);
60 printf("srcrt (len=%d", dp->ip6r_len); /*)*/
61 printf(", type=%d", dp->ip6r_type);
62 printf(", segleft=%d", dp->ip6r_segleft);
64 switch (dp->ip6r_type) {
73 dp0 = (struct ip6_rthdr0 *)dp;
H A Dprint-aodv.c149 const struct rerr_unreach *dp = NULL; local
162 dp = &ap->rerr.r.dest[0];
169 ++dp, i -= sizeof(ap->rerr.r.dest[0])) {
170 printf(" {%s}(%ld)", ipaddr_string(&dp->u_da),
171 (unsigned long)EXTRACT_32BITS(&dp->u_ds));
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/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_ansi_x963_import.c36 int ecc_ansi_x963_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, ltc_ecc_set_type *dp) argument
69 if (dp == NULL) {
82 key->dp = &ltc_ecc_sets[x];
84 if (((inlen-1)>>1) != (unsigned long) dp->size) {
89 key->dp = dp;
H A Decc_import.c36 if ((err = mp_read_radix(prime, key->dp->prime, 16)) != CRYPT_OK) { goto error; }
37 if ((err = mp_read_radix(b, key->dp->B, 16)) != CRYPT_OK) { goto error; }
91 @param dp pointer to user supplied params; must be the same as the params used when exporting
94 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_set_type *dp) argument
142 if (dp == NULL) {
149 key->dp = &ltc_ecc_sets[key->idx];
152 key->dp = dp;
H A Decc_make_key.c50 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_set_type *dp) argument
60 LTC_ARGCHK(dp != NULL);
68 key->dp = dp;
69 keysize = dp->size;
95 if ((err = mp_read_radix(prime, (char *)key->dp->prime, 16)) != CRYPT_OK) { goto errkey; }
96 if ((err = mp_read_radix(base->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto errkey; }
97 if ((err = mp_read_radix(base->y, (char *)key->dp->Gy, 16)) != CRYPT_OK) { goto errkey; }
/external/qemu/distrib/libpng-1.2.19/
H A Dpngwtran.c100 png_bytep sp, dp; local
106 dp = row;
120 *dp = (png_byte)v;
121 dp++;
126 *dp = (png_byte)v;
131 png_bytep sp, dp; local
137 dp = row;
149 *dp = (png_byte)v;
150 dp++;
158 *dp
163 png_bytep sp, dp; local
[all...]
/external/libpng/
H A Dpngwtran.c106 png_bytep sp, dp; local
112 dp = row;
126 *dp = (png_byte)v;
127 dp++;
132 *dp = (png_byte)v;
137 png_bytep sp, dp; local
143 dp = row;
155 *dp = (png_byte)v;
156 dp++;
164 *dp
169 png_bytep sp, dp; local
[all...]
/external/openssl/crypto/des/
H A Dofb64ede.c75 register char *dp; local
85 dp=(char *)d;
86 l2c(v0,dp);
87 l2c(v1,dp);
98 dp=(char *)d;
99 l2c(v0,dp);
100 l2c(v1,dp);
H A Dofb64enc.c73 register unsigned char *dp; local
83 dp=d;
84 l2c(v0,dp);
85 l2c(v1,dp);
91 dp=d;
92 t=ti[0]; l2c(t,dp);
93 t=ti[1]; l2c(t,dp);
/external/openssl/crypto/rc2/
H A Drc2ofb64.c74 register char *dp; local
84 dp=(char *)d;
85 l2c(v0,dp);
86 l2c(v1,dp);
92 dp=(char *)d;
93 t=ti[0]; l2c(t,dp);
94 t=ti[1]; l2c(t,dp);
/external/bluetooth/glib/glib/gnulib/
H A Dprintf-parse.c98 char_directive *dp = &d->dir[d->count];/* pointer to next directive */ local
101 dp->dir_start = cp - 1;
102 dp->flags = 0;
103 dp->width_start = NULL;
104 dp->width_end = NULL;
105 dp->width_arg_index = -1;
106 dp->precision_start = NULL;
107 dp->precision_end = NULL;
108 dp->precision_arg_index = -1;
109 dp
[all...]
H A Dvasnprintf.c277 char_directive *dp; local
325 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
327 if (cp != dp->dir_start)
329 size_t n = dp->dir_start - cp;
339 if (dp->conversion == '%')
341 if (!(dp->arg_index < 0))
349 if (!(dp->arg_index >= 0))
352 if (dp
[all...]
/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/e2fsprogs/lib/ext2fs/
H A Dfinddev.c47 struct dir_list *dp; local
49 dp = malloc(sizeof(struct dir_list));
50 if (!dp)
52 dp->name = malloc(strlen(name)+1);
53 if (!dp->name) {
54 free(dp);
57 strcpy(dp->name, name);
58 dp->next = *list;
59 *list = dp;
67 struct dir_list *dp, *nex local
81 struct dirent *dp; local
[all...]
/external/clearsilver/util/
H A Dneo_files.c142 DIR *dp; local
156 dp = opendir(path);
157 if (dp == NULL)
159 while ((de = readdir (dp)) != NULL)
167 closedir(dp);
180 closedir(dp);
187 closedir(dp);
213 DIR *dp; local
231 if ((dp = opendir (path)) == NULL)
235 while ((de = readdir (dp)) !
[all...]
H A Drcfs.c215 DIR *dp; local
224 dp = opendir(path);
225 if (dp == NULL)
232 while ((de = readdir (dp)) != NULL)
241 closedir(dp);
252 closedir(dp);
258 closedir(dp);
/external/e2fsprogs/lib/blkid/
H A Ddevno.c69 struct dir_list *dp; local
71 dp = malloc(sizeof(struct dir_list));
72 if (!dp)
74 dp->name = blkid_strdup(name);
75 if (!dp->name) {
76 free(dp);
79 dp->next = *list;
80 *list = dp;
88 struct dir_list *dp, *next; local
90 for (dp
102 struct dirent *dp; local
[all...]
/external/grub/netboot/
H A Dmisc.c74 etherboot_vsprintf (char *buf, const char *fmt, const int *dp) argument
89 for (p = (char *) *dp++; *p != '\0'; p++)
124 const long *lp = (const long *) dp;
128 dp = (const int *) lp;
139 int i = *dp++;
174 const long *lp = (const long *) dp;
177 dp = (const int *) lp;
187 p = (char *) *dp++;
195 *q++ = *dp++;
/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;
/external/libpcap/
H A Dpcap-septel.c93 u_char *dp ; local
139 dp = get_param(m);/* get pointer to MSG parameter area (m->param) */
149 if ((p->fcode.bf_insns == NULL) || bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen)) {
175 callback(user, &pcap_header, dp);
/external/webkit/WebCore/platform/android/
H A DFileSystemAndroid.cpp112 struct dirent* dp; local
113 while (dp = readdir(dir)) {
114 const char* name = dp->d_name;
/external/dropbear/libtommath/mtest/
H A Dmpi.h59 #define DIGITS(MP) ((MP)->dp)
60 #define DIGIT(MP,N) (MP)->dp[(N)]
78 mp_digit *dp; /* the digits themselves */ member in struct:__anon839

Completed in 317 milliseconds

1234