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

1 2 3 4 5 6 78 91011>>

  /external/libpng/
pngtest.c 206 png_bytep dp = data; local
228 if (((*dp << pos++ ) & 0x80) == 0)
233 dp++;
238 if (((*dp << (pos+=2)) & 0xc0) == 0)
243 dp++;
248 if (((*dp << (pos+=4)) & 0xf0) == 0)
253 dp++;
257 if (*dp++ == 0)
261 if ((*dp | *(dp+1)) == 0
    [all...]
pngrutil.c 2545 png_bytep dp = row; local
2599 png_bytep dp = row; local
2651 png_bytep dp = row; local
2702 png_bytep dp = row; local
2758 png_bytep dp = row + (png_size_t)((final_width - 1) >> 3); local
2813 png_bytep dp = row + (png_uint_32)((final_width - 1) >> 2); local
2869 png_bytep dp = row + (png_size_t)((final_width - 1) >> 1); local
2926 png_bytep dp = row + (png_size_t)(final_width - 1) * pixel_bytes; local
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 69 * and the distribution field is present in the DP, then verify that one of
70 * the names in the IDP matches one of the names in the DP. If the
72 * distribution field is omitted from the DP, then verify that one of the
74 * DP.
90 * @param dp The distribution point.
96 DistributionPoint dp,
151 // of the names in the DP.
152 if (dp.getDistributionPoint() != null)
154 dpName = dp.getDistributionPoint();
162 if (dp.getCRLIssuer() != null
1983 DistributionPoint dp = new DistributionPoint(new DistributionPointName(0, new GeneralNames( local
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part3.c 1019 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; local
1072 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
1205 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
1411 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
    [all...]
test_isa_2_06_part2.c 1092 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; local
1134 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; local
1396 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
    [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part3.c 1019 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; local
1072 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
1205 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
1411 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
    [all...]
test_isa_2_06_part2.c 1092 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; local
1134 int dp = test_group->precision == DOUBLE_TEST ? 1 : 0; local
1396 Bool dp = (test_group.precision == DOUBLE_TEST) ? True : False; local
    [all...]
  /external/qemu/target-arm/
translate.c 909 static inline void gen_vfp_##name(int dp) \
911 if (dp) \
924 static inline void gen_vfp_F1_mul(int dp)
927 if (dp) {
934 static inline void gen_vfp_F1_neg(int dp)
937 if (dp) {
944 static inline void gen_vfp_abs(int dp)
946 if (dp)
952 static inline void gen_vfp_neg(int dp)
954 if (dp)
2728 int dp, veclen; local
    [all...]
  /external/clang/test/SemaTemplate/
example-dynarray.cpp 172 dynarray<Point> dp; local
173 dp.push_back(Point());
174 assert(dp.size() == 1);
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 242 struct dirent* dp; local
243 while ((dp = readdir(dir))) {
244 const char* name = dp->d_name;
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
46 dp=d/a;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
46 dp=d/a;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 30 double bp,bp2,cp,dp,q,r,srq; local
46 dp=d/a;
49 r=(2.0*bp2*bp-9.0*bp*cp+27.0*dp)/54.0;
  /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/tcpdump/
print-aodv.c 149 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));
  /external/e2fsprogs/e2fsck/
pass1b.c 89 struct dup_inode *dp, char *block_buf);
91 struct dup_inode *dp, char* block_buf);
592 struct dup_inode *dp, char* block_buf)
602 pb.dup_blocks = dp->num_dupblocks;
721 struct dup_inode *dp, char* block_buf)
746 if (ext2fs_inode_has_valid_blocks(&dp->inode))
762 e2fsck_read_inode(ctx, ino, &dp->inode, "clone file EA");
763 blk = dp->inode.i_file_acl;
764 if (blk && (clone_file_block(fs, &dp->inode.i_file_acl,
767 e2fsck_write_inode(ctx, ino, &dp->inode, "clone file EA")
    [all...]
  /external/skia/legacy/src/effects/
SkBlurMask.cpp 600 uint8_t* dp = SkMask::AllocImage(dstSize); local
602 SkAutoTCallVProc<uint8_t, SkMask_FreeImage> autoCall(dp);
611 //pass1: sp is source, dp is destination
614 apply_kernel(dp, rx, ry, sumBuffer, sw, sh);
616 apply_kernel_interp(dp, rx, ry, sumBuffer, sw, sh, outer_weight);
620 //pass2: dp is source, tmpBuffer is destination
624 build_sum_buffer(sumBuffer, tmp_sw, tmp_sh, dp, tmp_sw);
631 //pass3: tmpBuffer is source, dp is destination
636 apply_kernel(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh);
638 apply_kernel_interp(dp, rx, ry, sumBuffer, tmp_sw, tmp_sh
    [all...]
  /external/libusb/libusb/
descriptor.c 44 unsigned char *sp = source, *dp = dest; local
51 *dp++ = *sp++;
54 dp += ((unsigned long)dp & 1); /* Align to word boundary */
57 memcpy(dp, sp, 2);
60 *((uint16_t *)dp) = w;
63 dp += 2;
  /external/libusb_aah/libusb/
descriptor.c 45 unsigned char *sp = source, *dp = dest; local
52 *dp++ = *sp++;
55 dp += ((uintptr_t)dp & 1); /* Align to word boundary */
58 memcpy(dp, sp, 2);
61 *((uint16_t *)dp) = w;
64 dp += 2;
  /libcore/luni/src/main/java/java/util/concurrent/
SynchronousQueue.java 773 QNode dp = cleanMe; local
774 if (dp != null) { // Try unlinking previous cancelled node
775 QNode d = dp.next;
    [all...]
  /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...]
  /external/icu4c/tools/tzcode/
zic.c 1398 register char * dp; local
2701 register char * dp; local
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
OMX_TI_Debug.h 559 int myfree(void *dp, int line, char *s);
584 int myfree(void *dp, int line, char *s){
587 if(arr[q]==dp){
589 bytes[q],dp, line, s);
590 free(dp);
591 dp = NULL;
  /external/qemu/
i386-dis.c 3527 const struct dis386 *dp; local
4276 const struct dis386 *dp; local
    [all...]
  /external/dropbear/libtommath/mtest/
mpi.h 59 #define DIGITS(MP) ((MP)->dp)
60 #define DIGIT(MP,N) (MP)->dp[(N)]
78 mp_digit *dp; /* the digits themselves */ member in struct:__anon7197

Completed in 1171 milliseconds

1 2 3 4 5 6 78 91011>>