HomeSort by relevance Sort by last modified time
    Searched defs:dp (Results 101 - 125 of 214) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 47 unsigned char *dp = dest; local
55 *dp++ = *sp++;
58 dp += ((uintptr_t)dp & 1); /* Align to word boundary */
61 memcpy(dp, sp, 2);
64 *((uint16_t *)dp) = w;
67 dp += 2;
70 dp += ((uintptr_t)dp & 1); /* Align to word boundary */
73 memcpy(dp, sp, 4)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_clip.c 280 float dp; local
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
291 return dp;
351 float dp = getclipdist(clipper, vert, plane_idx); local
361 if (DIFFERENT_SIGNS(dp, dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
379 * know dp != dp_prev from DIFFERENT_SIGNS, above.
381 float t = dp / (dp - dp_prev)
    [all...]
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 267 double *dp = (alias::C*)0; // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'alias::C *'}} variable
  /external/libpcap/
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/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...]
pngpread.c 681 png_bytep dp; local
684 for (i = 0, sp = png_ptr->save_buffer_ptr, dp = png_ptr->save_buffer;
685 i < istop; i++, sp++, dp++)
687 *dp = *sp;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 280 float dp; local
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
291 return dp;
351 float dp = getclipdist(clipper, vert, plane_idx); local
361 if (DIFFERENT_SIGNS(dp, dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
379 * know dp != dp_prev from DIFFERENT_SIGNS, above.
381 float t = dp / (dp - dp_prev)
    [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...]
pngpread.c 609 png_bytep dp; local
612 for (i = 0, sp = png_ptr->save_buffer_ptr, dp = png_ptr->save_buffer;
613 i < istop; i++, sp++, dp++)
615 *dp = *sp;
    [all...]
pngvcrd.c 531 png_bytep dp; local
538 dp = row;
564 *dp &= (png_byte)((0x7f7f >> (7 - shift)) & 0xff);
565 *dp |= (png_byte)(value << shift);
572 dp++;
588 png_bytep dp; local
596 dp = row;
620 *dp &= (png_byte)((0x3f3f >> (6 - shift)) & 0xff);
621 *dp |= (png_byte)(value << shift);
628 dp++
643 png_bytep dp; local
977 png_bytep dp; local
1038 png_bytep sp, dp; local
1094 png_bytep sp, dp; local
1151 png_bytep sp, dp; local
1211 png_bytep sptr, dp; local
    [all...]
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 140 LDP dp; member in struct:LTS
  /external/tcpdump/
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...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
Registry.cpp 443 DIR *dp; local
452 if (NULL != (dp = opendir(pathname.c_str()))) {
453 while (NULL != (de = readdir(dp))) {
493 DIR *dp; local
517 if (NULL != (dp = opendir(pathname.c_str()))) {
518 while (NULL != (de = readdir(dp))) {
  /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)
483 char *dp; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WeightWatcher.java 146 final float dp = getResources().getDisplayMetrics().density; local
150 mText.setTextSize(TypedValue.COMPLEX_UNIT_PX, 10 * dp);
153 final int p = (int)(2*dp);
160 (int)(14 * dp),
165 params.leftMargin = (int)(4*dp);
167 params.width = (int)(200 * dp);
  /external/chromium_org/third_party/libpng/
pngpread.c 681 png_bytep dp; local
684 for (i = 0, sp = png_ptr->save_buffer_ptr, dp = png_ptr->save_buffer;
685 i < istop; i++, sp++, dp++)
687 *dp = *sp;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 548 uint8_t* dp = SkMask::AllocImage(dstSize); local
549 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
562 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
563 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
565 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
566 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
567 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
570 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
576 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight);
577 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight)
770 uint8_t* dp = SkMask::AllocImage(dstSize); 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:__anon17396
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...]
  /external/ipsec-tools/src/racoon/
eaytest.c 417 struct dirent *dp; local
543 while ((dp = readdir(dirp)) != NULL) {
544 if (dp->d_type != DT_REG)
546 if (strcmp(dp->d_name + strlen(dp->d_name) - 4, "cert"))
548 snprintf(buf, sizeof(buf), "%s/%s", path, dp->d_name);
571 printf("%s: %d\n", dp->d_name, (int)sb.st_size);
  /external/mksh/src/
exec.c 100 char *sp = cp, *dp; local
110 dp = alloc(z * 2 + n, ATEMP);
111 memcpy(dp, t->vars[0], n);
112 t->vars[0] = dp;
113 dp += n;
115 *dp++ = QCHAR;
116 *dp++ = *sp++;
118 *dp = EOS;
    [all...]
  /external/openssh/openbsd-compat/
glob.c 654 struct dirent *dp; local
691 while ((dp = (*readdirfunc)(dirp))) {
704 if (dp->d_name[0] == DOT && *pattern != DOT)
707 sc = (u_char *) dp->d_name;
  /external/openssh/
sftp-client.c 1522 struct dirent *dp; local
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 548 uint8_t* dp = SkMask::AllocImage(dstSize); local
549 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
562 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
563 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
565 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
566 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
567 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
570 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
576 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outerWeight);
577 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outerWeight)
770 uint8_t* dp = SkMask::AllocImage(dstSize); local
    [all...]

Completed in 2149 milliseconds

1 2 3 45 6 7 8 9