HomeSort by relevance Sort by last modified time
    Searched refs:dp (Results 151 - 175 of 365) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/qemu/distrib/libpng-1.2.19/
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...]
pngrutil.c 2472 png_bytep dp; local
2529 png_bytep dp; local
2584 png_bytep dp; local
2813 png_bytep sp, dp; local
2869 png_bytep sp, dp; local
2926 png_bytep sp, dp; local
2985 png_bytep sptr, dp; local
3335 png_bytep dp = row; local
3389 png_bytep dp = row; local
3441 png_bytep dp = row; local
3492 png_bytep dp = row; local
3550 png_bytep dp = row + (png_size_t)((final_width - 1) >> 3); local
3605 png_bytep dp = row + (png_uint_32)((final_width - 1) >> 2); local
3661 png_bytep dp = row + (png_size_t)((final_width - 1) >> 1); local
3717 png_bytep dp = row + (png_size_t)(final_width - 1) * pixel_bytes; local
    [all...]
  /external/tcpdump/
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...]
  /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...]
  /external/webkit/Source/WebCore/bridge/objc/
objc_utility.mm 90 char *dp = buffer; // destination pointer
93 while (dp < end) {
96 *dp = *sp;
98 *dp = ':';
100 *dp = *sp;
104 ASSERT(dp < end);
112 ++dp;
  /external/mksh/src/
misc.c 519 unsigned char *cp, *dp; local
529 dp = cp;
533 *dp++ = c;
548 *dp++ = *sp++;
552 memmove(dp, sp, strlen((const void *)sp) + 1);
556 *dp++ = MAGIC;
557 *dp++ = c;
559 *dp = '\0';
562 sp = dp = cp;
565 *dp++ = c
1640 char *dp, *ip, *sp, *tp; local
    [all...]
lex.c 178 dp = (void *)retrace_info; \
180 afree(dp, ATEMP); \
200 char *sp, *dp; local
784 dp = wdstrip(sp, WDS_KEEPQ);
786 s->start = s->str = s->u.freeme = dp;
844 dp = strnul(sp) - 1;
846 *dp = '\0';
849 XcheckN(ws, wp, (dp - sp));
850 dp = sp;
851 while ((c = *dp++))
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 910 uint8_t* dp = SkMask::AllocImage(dstSize); local
912 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
926 w = boxBlur(tp, w, dp, hiRadius, loRadius, w, h, false);
927 w = boxBlur(dp, w, tp, hiRadius, hiRadius, w, h, true);
929 h = boxBlur(tp, h, dp, loRadius, hiRadius, h, w, false);
930 h = boxBlur(dp, h, tp, hiRadius, loRadius, h, w, false);
931 h = boxBlur(tp, h, dp, hiRadius, hiRadius, h, w, true);
934 h = boxBlur(tp, h, dp, ry, ry, h, w, true);
940 w = boxBlurInterp(tp, w, dp, rx, w, h, false, outer_weight);
941 w = boxBlurInterp(dp, w, tp, rx, w, h, true, outer_weight)
1142 uint8_t* dp = SkMask::AllocImage(dstSize); local
    [all...]
  /frameworks/native/include/ui/
Rect.h 132 Rect& offsetBy(const Point& dp) {
133 return offsetBy(dp.x, dp.y);
  /frameworks/rs/driver/
rsdPath.cpp 66 DrvPath *dp = (DrvPath *)m->mHal.drv; local
67 if (dp) {
68 delete dp;
  /external/clang/lib/Headers/
pmmintrin.h 87 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 83 if ((a->dp[0] & 3) != 3) {
84 if ((err = mp_sub_d(a, (a->dp[0] & 3) + 1, a)) != MP_OKAY) { return err; };
bn_mp_div_2d.c 70 tmpc = c->dp + (c->used - 1);
  /external/opencv/cv/src/
cvpgh.cpp 249 int dp = (pt4.x - pt3.x) * dx + (pt4.y - pt3.y) * dy; local
251 dp = cvRound( dp * angle_coeff * buffer[j] ) +
253 dp = MAX( dp, 0 );
254 dp = MIN( dp, _CV_ACOS_TABLE_SIZE - 1 );
256 cvRound( icv_acos_table[dp] * angle_scale );
  /prebuilts/sdk/renderscript/clang-include/
pmmintrin.h 87 #define _mm_loaddup_pd(dp) _mm_load1_pd(dp)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ConvertToDpFix.java 73 int dp = px * 160 / dpi; local
74 String newValue = String.format(VALUE_N_DP, dp);
87 return "Convert to \"dp\"...";
  /external/clang/test/Sema/
overloadable.c 14 double *dp = f(dv); local
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_export.c 54 key_size = key->dp->size;
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 140 LDP dp; member in struct:LTS
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 132 double rho=0.9, *inp, *dp, *dp2; local
143 dp=weoutbuf;
146 *dp++ = wfdata->weostate[k];
152 weo=dp;
  /hardware/invensense/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 52 DIR *dp; local
56 dp = opendir(iio_dir);
57 if (dp == NULL) {
62 while (ent = readdir(dp), ent != NULL) {
  /external/libgsm/src/
rpe.c 429 * signal dp[-40..-1]; also the reconstructed short term residual
430 * array dp[-120..-41] is updated.
434 void Gsm_Update_of_reconstructed_short_time_residual_signal P3((dpp, ep, dp),
437 word * dp) /* [-120...-1] IN/OUT */
442 dp[ -120 + k ] = dp[ -80 + k ];
445 dp[ -40 + k ] = gsm_add( ep[k], dpp[k] );
  /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...]
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);
  /external/compiler-rt/BlocksRuntime/
runtime.c 673 struct Block_descriptor *dp = closure->descriptor; local
674 cp += sprintf(cp, "descriptor: %p\n", (void *)dp);
675 cp += sprintf(cp, "descriptor->reserved: %lu\n", dp->reserved);
676 cp += sprintf(cp, "descriptor->size: %lu\n", dp->size);
679 cp += sprintf(cp, "descriptor->copy helper: %p\n", (void *)(uintptr_t)dp->copy);
680 cp += sprintf(cp, "descriptor->dispose helper: %p\n", (void *)(uintptr_t)dp->dispose);

Completed in 637 milliseconds

1 2 3 4 5 67 8 91011>>