Searched refs:dp (Results 151 - 175 of 234) sorted by relevance

12345678910

/external/qemu/target-arm/
H A Dtranslate.c909 static inline void gen_vfp_##name(int dp) \
911 if (dp) \
924 static inline void gen_vfp_F1_mul(int dp) argument
927 if (dp) {
934 static inline void gen_vfp_F1_neg(int dp) argument
937 if (dp) {
944 static inline void gen_vfp_abs(int dp) argument
946 if (dp)
952 static inline void gen_vfp_neg(int dp) argument
954 if (dp)
960 gen_vfp_sqrt(int dp) argument
968 gen_vfp_cmp(int dp) argument
976 gen_vfp_cmpe(int dp) argument
984 gen_vfp_F1_ld0(int dp) argument
1070 gen_vfp_ld(DisasContext *s, int dp, TCGv addr) argument
1078 gen_vfp_st(DisasContext *s, int dp, TCGv addr) argument
1087 vfp_reg_offset(int dp, int reg) argument
1138 gen_mov_F0_vreg(int dp, int reg) argument
1146 gen_mov_F1_vreg(int dp, int reg) argument
1154 gen_mov_vreg_F0(int dp, int reg) argument
2728 int dp, veclen; local
[all...]
/external/clang/test/SemaTemplate/
H A Dexample-dynarray.cpp172 dynarray<Point> dp; local
173 dp.push_back(Point());
174 assert(dp.size() == 1);
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp242 struct dirent* dp; local
243 while ((dp = readdir(dir))) {
244 const char* name = dp->d_name;
/external/libpng/
H A Dpngrutil.c2545 png_bytep dp = row; local
2576 *dp &= (png_byte)((0x7f7f >> (7 - shift)) & 0xff);
2577 *dp |= (png_byte)(value << shift);
2584 dp++;
2599 png_bytep dp = row; local
2629 *dp &= (png_byte)((0x3f3f >> (6 - shift)) & 0xff);
2630 *dp |= (png_byte)(value << shift);
2637 dp++;
2651 png_bytep dp = row; local
2680 *dp
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/openssl/crypto/dh/
H A Ddh_ameth.c240 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/
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));
/external/e2fsprogs/e2fsck/
H A Dpass1b.c89 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
591 delete_file(e2fsck_t ctx, ext2_ino_t ino, struct dup_inode *dp, char* block_buf) argument
720 clone_file(e2fsck_t ctx, ext2_ino_t ino, struct dup_inode *dp, char* block_buf) argument
[all...]
/external/skia/src/effects/
H A DSkBlurMask.cpp600 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, r
[all...]
/external/libusb/libusb/
H A Ddescriptor.c44 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/icu4c/tools/tzcode/
H A Dzic.c1398 register char * dp; local
1408 dp = ecpyalloc(timep);
1409 if (*dp != '\0') {
1410 ep = dp + strlen(dp) - 1;
1431 rp->r_tod = gethms(dp, _("invalid time of day"), FALSE);
1432 ifree(dp);
1498 dp = ecpyalloc(dayp);
1499 if ((lp = byword(dp, lasts)) != NULL) {
1504 if ((ep = strchr(dp, '<')) !
2701 register char * dp; local
[all...]
H A Dzdump.c358 DIR * dp; local
361 if ((dp = opendir(dirarg)) == NULL) {
365 closedir(dp);
989 DIR * dp; local
997 if ((dp = opendir(path)) == NULL) {
1020 while ((dir = readdir(dp)) != NULL) {
1036 closedir(dp);
/external/qemu/
H A Di386-dis.c3527 const struct dis386 *dp; local
3719 dp = &dis386_twobyte[threebyte];
3726 if (dp->name == NULL && dp->op[0].bytemode == IS_3BYTE_OPCODE)
3749 dp = &dis386[*codep];
3779 if (dp->op[2].bytemode != loop_jcxz_mode || intel_syntax)
3792 if (dp->op[2].bytemode == cond_jump_mode
3793 && dp->op[0].bytemode == v_mode
3804 if (dp->name == NULL && dp
4276 const struct dis386 *dp; local
[all...]
/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:__anon5123
/external/icu4c/common/
H A Dumutex.c541 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *ip, UMtxAtomicFn *dp, argument
547 if (ip==NULL || dp==NULL) {
558 pDecFn = dp;
/external/quake/quake/src/WinQuake/
H A Dsys_android.cpp418 struct dirent * dp; local
419 while((dp = readdir(dir)) != NULL) {
420 const char* name = dp->d_name;
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h196 /** 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:__anon5108
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/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_encrypt_key.c67 if ((err = ecc_make_key_ex(prng, wprng, &pubkey, key->dp)) != CRYPT_OK) {
/external/opencv/cv/src/
H A Dcvhough.cpp851 icvHoughCirclesGradient( CvMat* img, float dp, float min_dist, argument
884 if( dp < 1.f )
885 dp = 1.f;
886 idp = 1.f/dp;
988 dr = dp;
989 min_dist = MAX( min_dist, dp );
997 float cx = (float)(x*dp), cy = (float)(y*dp);
1075 int method, double dp, double min_dist,
1102 if( dp <
1074 cvHoughCircles( CvArr* src_image, void* circle_storage, int method, double dp, double min_dist, double param1, double param2, int min_radius, int max_radius ) argument
[all...]
/external/dropbear/
H A Dscp.c716 struct dirent *dp; local
747 while ((dp = readdir(dirp)) != NULL) {
748 if (dp->d_ino == 0)
750 if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
752 if (strlen(name) + 1 + strlen(dp->d_name) >= sizeof(path) - 1) {
753 run_err("%s/%s: name too long", name, dp->d_name);
756 (void) snprintf(path, sizeof path, "%s/%s", name, dp->d_name);
/external/libgsm/inc/
H A Dprivate.h157 word * dp, /* [-120..-1] d' IN */
232 word * dp)); /* [-120...-1] IN/OUT */
/external/openssh/
H A Dscp.c848 struct dirent *dp; local
879 while ((dp = readdir(dirp)) != NULL) {
880 if (dp->d_ino == 0)
882 if (!strcmp(dp->d_name, ".") || !strcmp(dp->d_name, ".."))
884 if (strlen(name) + 1 + strlen(dp->d_name) >= sizeof(path) - 1) {
885 run_err("%s/%s: name too long", name, dp->d_name);
888 (void) snprintf(path, sizeof path, "%s/%s", name, dp->d_name);
/external/openssl/crypto/dsa/
H A Ddsa_ameth.c307 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/ipsec-tools/src/racoon/
H A Deaytest.c417 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/clang/test/SemaCXX/
H A Dnested-name-spec.cpp267 double *dp = (alias::C*)0; // expected-error{{cannot initialize a variable of type 'double *' with an rvalue of type 'alias::C *'}} variable
/external/dropbear/libtommath/
H A Dbn_s_mp_exptmod.c154 buf = X->dp[digidx--];

Completed in 585 milliseconds

12345678910