HomeSort by relevance Sort by last modified time
    Searched defs:dp (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /external/e2fsprogs/intl/
vasnprintf.c 139 DIRECTIVE *dp; local
207 for (cp = format, i = 0, dp = &d.dir[0]; ; cp = dp->dir_end, i++, dp++)
209 if (cp != dp->dir_start)
211 size_t n = dp->dir_start - cp;
222 if (dp->conversion == '%')
226 if (!(dp->arg_index == ARG_NONE))
235 if (!(dp->arg_index != ARG_NONE))
238 if (dp->conversion == 'n'
    [all...]
  /external/libpcap/
pcap-win32.c 191 u_char *dp = NULL; local
236 dp = ((u_char *)header) + dag_record_size;
244 dp += 4;
256 dp += 2;
316 if (bpf_filter(p->fcode.bf_insns, dp, packet_len, caplen) == 0)
329 (*callback)(user, &pcap_header, dp);
pcap-dag.c 258 u_char *dp = ((u_char *)header) + dag_record_size; local
295 dp+=4;
303 dp+=4;
310 struct sunatm_hdr *sunatm = (struct sunatm_hdr *)dp;
313 rawatm = ntohl(*((unsigned long *)dp));
319 ((dp[ATM_HDR_SIZE] == 0xaa &&
320 dp[ATM_HDR_SIZE+1] == 0xaa &&
321 dp[ATM_HDR_SIZE+2] == 0x03) ? 2 : 1)));
326 dp += ATM_HDR_SIZE;
343 dp += 2
    [all...]
  /external/openssl/crypto/dh/
dh_ameth.c 240 unsigned char *dp = NULL; local
268 dplen = i2d_ASN1_INTEGER(prkey, &dp);
273 V_ASN1_SEQUENCE, params, dp, dplen))
279 if (dp != NULL)
280 OPENSSL_free(dp);
  /external/openssl/crypto/dsa/
dsa_ameth.c 307 unsigned char *dp = NULL; local
335 dplen = i2d_ASN1_INTEGER(prkey, &dp);
340 V_ASN1_SEQUENCE, params, dp, dplen))
346 if (dp != NULL)
347 OPENSSL_free(dp);
  /external/ppp/pppd/
chap-new.c 160 chap_register_digest(struct chap_digest_type *dp)
162 dp->next = chap_digests;
163 chap_digests = dp;
202 struct chap_digest_type *dp; local
208 for (dp = chap_digests; dp != NULL; dp = dp->next)
209 if (dp->code == digest_code)
211 if (dp == NULL
232 struct chap_digest_type *dp; local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 289 uint8_t* dp = SkMask::AllocImage(dstSize); local
291 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
298 //pass1: sp is source, dp is destination
302 apply_kernel(dp, rx, ry, sumBuffer, sw, sh);
304 apply_kernel_interp(dp, rx, ry, sumBuffer, sw, sh, outer_weight);
308 //pass2: dp is source, tmpBuffer is destination
312 build_sum_buffer(sumBuffer, tmp_sw, tmp_sh, dp, tmp_sw);
318 //pass3: tmpBuffer is source, dp is destination
323 apply_kernel(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh);
325 apply_kernel_interp(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh, outer_weight)
    [all...]
  /external/tcpdump/
print-atalk.c 97 register const struct atDDP *dp; local
137 dp = (const struct atDDP *)bp;
138 snet = EXTRACT_16BITS(&dp->srcNet);
139 printf("%s.%s", ataddr_string(snet, dp->srcNode),
140 ddpskt_string(dp->srcSkt));
142 ataddr_string(EXTRACT_16BITS(&dp->dstNet), dp->dstNode),
143 ddpskt_string(dp->dstSkt));
147 ddp_print(bp, length, dp->type, snet, dp->srcNode, dp->srcSkt)
172 register const struct atDDP *dp; local
    [all...]
print-decnet.c 437 u_char *dp; local
470 dp = &(nspp[data_off]);
471 TCHECK2(*dp, nsplen - data_off);
472 pdata(dp, nsplen - data_off);
483 u_char *dp; local
516 dp = &(nspp[data_off]);
517 TCHECK2(*dp, nsplen - data_off);
518 pdata(dp, nsplen - data_off);
661 u_char *dp; local
701 dp = &(nspp[sizeof(struct cimsg)])
715 u_char *dp; local
773 u_char *dp; local
    [all...]
print-nfs.c 199 parse_sattr3(const u_int32_t *dp, struct nfsv3_sattr *sa3)
201 TCHECK(dp[0]);
202 sa3->sa_modeset = EXTRACT_32BITS(dp);
203 dp++;
205 TCHECK(dp[0]);
206 sa3->sa_mode = EXTRACT_32BITS(dp);
207 dp++;
210 TCHECK(dp[0]);
211 sa3->sa_uidset = EXTRACT_32BITS(dp);
212 dp++
396 register const u_int32_t *dp; local
497 register const u_int32_t *dp; local
1007 register const u_int32_t *dp; local
1490 register const u_int32_t *dp; local
    [all...]
  /frameworks/base/opengl/libs/EGL/
egl.cpp 186 egl_display_t * const dp = get_display(dpy); local
187 if (!dp)
189 if (!dp->isReady())
192 return dp;
196 egl_display_t const*& dp) {
197 dp = validate_display(dpy);
198 if (!dp)
201 if (intptr_t(config) >= dp->numTotalConfigs) {
204 egl_connection_t* const cnx = &gEGLImpl[dp->configs[intptr_t(config)].impl];
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 674 struct Block_descriptor *dp = closure->descriptor; local
675 cp += sprintf(cp, "descriptor: %p\n", (void *)dp);
676 cp += sprintf(cp, "descriptor->reserved: %lu\n", dp->reserved);
677 cp += sprintf(cp, "descriptor->size: %lu\n", dp->size);
680 cp += sprintf(cp, "descriptor->copy helper: %p\n", (void *)(uintptr_t)dp->copy);
681 cp += sprintf(cp, "descriptor->dispose helper: %p\n", (void *)(uintptr_t)dp->dispose);
  /bionic/libc/bionic/
fts.c 545 struct dirent *dp; local
648 for (head = tail = NULL, nitems = 0; dirp && (dp = readdir(dirp));) {
649 if (!ISSET(FTS_SEEDOT) && ISDOT(dp->d_name))
652 if (!(p = fts_alloc(sp, dp->d_name, strlen(dp->d_name))))
654 if (strlen(dp->d_name) >= maxlen) { /* include space for NUL */
656 if (fts_palloc(sp, strlen(dp->d_name) +len + 1)) {
683 p->fts_pathlen = len + strlen(dp->d_name);
709 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN
    [all...]
  /bionic/libc/regex/
engine.c 135 char *dp; local
156 for (dp = start; dp < stop; dp++)
157 if (*dp == g->must[0] && stop - dp >= g->mlen &&
158 memcmp(dp, g->must, (size_t)g->mlen) == 0)
160 if (dp == stop) /* we didn't find g->must */
216 dp = dissect(m, m->coldp, endp, gf, gl);
227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
305 char *dp; local
481 char *dp; local
    [all...]
  /external/bluetooth/bluez/attrib/
gatt.c 53 static void discover_primary_free(struct discover_primary *dp)
55 g_slist_free(dp->primaries);
56 g_attrib_unref(dp->attrib);
57 g_free(dp);
109 struct discover_primary *dp = user_data; local
125 dp->primaries = g_slist_concat(dp->primaries, ranges);
133 buf = g_attrib_get_buffer(dp->attrib, &buflen);
134 oplen = encode_discover_primary(range->end + 1, 0xffff, &dp->uuid,
140 g_attrib_send(dp->attrib, 0, buf[0], buf, oplen, primary_by_uuid_cb
152 struct discover_primary *dp = user_data; local
220 struct discover_primary *dp; local
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 268 double *dp = (alias::C*)0; // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'alias::C *'}} variable
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 488 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)
    [all...]
  /external/libpng/
pngread.c 887 png_bytepp dp; local
894 dp = display_row;
895 if (rp != NULL && dp != NULL)
899 png_bytep dptr = *dp++;
910 else if (dp != NULL)
913 png_bytep dptr = *dp;
915 dp++;
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 836 png_bytepp dp; local
841 dp = display_row;
842 if (rp != NULL && dp != NULL)
846 png_bytep dptr = *dp++;
857 else if(dp != NULL)
860 png_bytep dptr = *dp;
862 dp++;
    [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 140 LDP dp; member in struct:LTS
  /ndk/sources/host-tools/make-3.81/
file.c 437 struct dep *dp;
438 for (dp = new; dp->next != NULL; dp = dp->next)
440 dp->next = ood;
533 struct dep *dp = new, *dl = 0;
535 while (dp != 0)
537 char *percent = find_percent (dp->name);
541 would be equivalent to $(patsubst %,dp->name,) whic
434 struct dep *dp; local
530 struct dep *dp = new, *dl = 0; local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 135 char *dp; local
156 for (dp = start; dp < stop; dp++)
157 if (*dp == g->must[0] && stop - dp >= g->mlen &&
158 memcmp(dp, g->must, (size_t)g->mlen) == 0)
160 if (dp == stop) /* we didn't find g->must */
216 dp = dissect(m, m->coldp, endp, gf, gl);
227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
305 char *dp; local
481 char *dp; local
    [all...]
  /external/bluetooth/hcidump/src/
hcidump.c 155 struct btsnoop_pkt *dp; local
178 dp = (void *) buf;
308 dp->size = htonl(frm.data_len);
309 dp->len = dp->size;
310 dp->flags = ntohl(frm.in & 0x01);
311 dp->drops = 0;
313 dp->ts = hton64(ts + 0x00E03AB44A676000ll);
316 dp->flags |= ntohl(0x02);
343 struct btsnoop_pkt dp; local
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_pk.h 34 void *dP;
113 void *dP;
196 /** Index into the ltc_ecc_sets[] for the parameters of this curve; if -1, then this key is using user supplied curve in dp */
200 const ltc_ecc_set_type *dp; member in struct:__anon5555
217 int ecc_make_key_ex(prng_state *prng, int wprng, ecc_key *key, const ltc_ecc_set_type *dp);
222 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_set_type *dp);
226 int ecc_ansi_x963_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, ltc_ecc_set_type *dp);
  /external/grub/stage2/
fsys_minix.c 320 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->name)
    [all...]

Completed in 2716 milliseconds

1 23 4 5 6