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

1 2 3 4 5 6 7 891011>>

  /external/icu4c/common/
umutex.cpp 434 u_setAtomicIncDecFunctions(const void *context, UMtxAtomicFn *ip, UMtxAtomicFn *dp,
440 if (ip==NULL || dp==NULL) {
451 pDecFn = dp;
  /external/quake/quake/src/WinQuake/
sys_android.cpp 418 struct dirent * dp; local
419 while((dp = readdir(dir)) != NULL) {
420 const char* name = dp->d_name;
  /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:__anon7182
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/
ecc_encrypt_key.c 67 if ((err = ecc_make_key_ex(prng, wprng, &pubkey, key->dp)) != CRYPT_OK) {
  /ndk/sources/host-tools/make-3.81/
remake.c 1478 char *file, **dp; local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 107 public static float dpToPixel(float dp) {
108 return sPixelDensity * dp;
111 public static int dpToPixel(int dp) {
112 return Math.round(dpToPixel((float) dp));
116 // 1 meter = 39.37 inches, 1 inch = 160 dp.
  /external/opencv/cv/src/
cvhough.cpp 851 icvHoughCirclesGradient( CvMat* img, float dp, float min_dist,
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);
    [all...]
  /external/dropbear/
scp.c 716 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/
private.h 157 word * dp, /* [-120..-1] d' IN */
232 word * dp)); /* [-120...-1] IN/OUT */
  /external/openssh/
scp.c 848 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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelinePainter.java 160 int dp = state.getRulesEngine().pxToDp(margin); local
161 description = String.format("%1$s, margin=%2$d dp", description, 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/ping/
ping_common.c 715 __u8 *cp, *dp; local
745 dp = &outpack[8 + sizeof(struct timeval)];
746 for (i = sizeof(struct timeval); i < datalen; ++i, ++cp, ++dp) {
747 if (*cp != *dp) {
749 i, *dp, *cp);
  /external/icu4c/tools/tzcode/
zdump.c 358 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/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);
  /hardware/broadcom/libbt/src/
hardware.c 399 struct dirent *dp; local
426 while ((dp = readdir(dirp)) != NULL)
429 if ((hw_strncmp(dp->d_name, p_chip_id_str, strlen(p_chip_id_str)) \
433 filenamelen = strlen(dp->d_name);
436 &dp->d_name[filenamelen-FW_PATCHFILE_EXTENSION_LEN], \
442 fw_patchfile_path, dp->d_name);
461 strcat(p_chip_id_str, dp->d_name);
    [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/dropbear/libtommath/
bn_s_mp_exptmod.c 154 buf = X->dp[digidx--];
tommath.h 181 mp_digit *dp; member in struct:__anon7200
189 #define DIGIT(m,k) ((m)->dp[(k)])
222 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
223 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
  /external/libppp/src/
lqr.c 129 u_int32_t *sp, *dp; local
133 dp = (u_int32_t *) dst;
134 for (n = 0; n < sizeof(struct lqrdata) / sizeof(u_int32_t); n++, sp++, dp++)
135 *dp = ntohl(*sp);
  /external/tcpdump/
sctpHeader.h 305 struct sctpDataPart dp; member in struct:sctpUnifiedDatagram
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_allocation.c 126 uint8_t *dp = &p[(sizeof(T) * x) + (y * stride) + (z * stride * dimY)]; \
127 ((T*)dp)[0] = val; \
148 const uint8_t *dp = &p[(sizeof(T) * x) + (y * stride) + (z * stride * dimY)]; \
149 return ((const T*)dp)[0]; \
  /bionic/libc/kernel/common/linux/
coda.h 120 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
  /development/ndk/platforms/android-3/include/linux/
coda.h 106 #define DIRSIZ(dp) ((sizeof (struct venus_dirent) - (CODA_MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
  /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...]

Completed in 1846 milliseconds

1 2 3 4 5 6 7 891011>>