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

1 2 3 45 6 7 8 91011>>

  /external/dropbear/libtommath/
bn_mp_montgomery_reduce.c 55 mu = (mp_digit) (((mp_word)x->dp[ix]) * ((mp_word)rho) & MP_MASK);
64 tmpn = n->dp;
67 tmpx = x->dp + ix;
bn_mp_sub_d.c 48 tmpa = a->dp;
49 tmpc = c->dp;
52 if ((a->used == 1 && a->dp[0] <= b) || a->used == 0) {
bn_s_mp_mul_digs.c 53 tmpx = a->dp[ix];
56 tmpt = t.dp + ix;
59 tmpy = b->dp;
bn_s_mp_mul_high_digs.c 50 tmpx = a->dp[ix];
53 tmpt = &(t.dp[digs]);
56 tmpy = b->dp + (digs - ix);
bn_s_mp_sub.c 42 tmpa = a->dp;
43 tmpb = b->dp;
44 tmpc = c->dp;
bn_fast_mp_montgomery_reduce.c 52 tmpx = x->dp;
98 tmpn = n->dp;
141 tmpx = x->dp;
bn_mp_div_d.c 58 *d = a->dp[0] & ((((mp_digit)1)<<ix) - 1);
82 w = (w << ((mp_word)DIGIT_BIT)) | ((mp_word)a->dp[ix]);
90 q.dp[ix] = (mp_digit)t;
bn_mp_montgomery_setup.c 32 b = n->dp[0];
bn_mp_reduce_2k_setup.c 39 *d = tmp.dp[0];
bn_mp_div_3.c 38 w = (w << ((mp_word)DIGIT_BIT)) | ((mp_word)a->dp[ix]);
57 q.dp[ix] = (mp_digit)t;
bn_mp_dr_reduce.c 55 tmpx1 = x->dp;
58 tmpx2 = x->dp + m;
  /device/samsung/manta/libsensors/
SensorBase.cpp 114 DIR *dp; local
118 dp = opendir(iio_dir);
119 if (dp == NULL) {
124 while (ent = readdir(dp), ent != NULL) {
147 closedir(dp);
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_import.c 36 if ((err = mp_read_radix(prime, key->dp->prime, 16)) != CRYPT_OK) { goto error; }
37 if ((err = mp_read_radix(b, key->dp->B, 16)) != CRYPT_OK) { goto error; }
91 @param dp pointer to user supplied params; must be the same as the params used when exporting
94 int ecc_import_ex(const unsigned char *in, unsigned long inlen, ecc_key *key, const ltc_ecc_set_type *dp)
142 if (dp == NULL) {
149 key->dp = &ltc_ecc_sets[key->idx];
152 key->dp = dp;
  /external/wpa_supplicant_8/src/tls/
libtommath.c 128 mp_digit *dp; member in struct:__anon18577
134 #define mp_iseven(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 0)) ? MP_YES : MP_NO)
135 #define mp_isodd(a) (((a)->used > 0 && (((a)->dp[0] & 1) == 1)) ? MP_YES : MP_NO)
256 tmpa = a->dp;
259 tmpb = b->dp;
262 tmpc = c->dp;
283 *tmpc = x->dp[i] + u;
330 tmpa = a->dp;
331 tmpb = b->dp;
332 tmpc = c->dp;
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-member-template.cpp 14 void test_X0(int *ip, double *dp) {
17 double *&dpr = xi.f1(ip, dp);
18 xi.f1(dp, dp); // expected-error{{no matching}}
21 double *&dpr2 = xv.f1(ip, dp);
81 void test_X1(int *ip, int i, double *dp) {
93 id3.f0(dp, i); // expected-error{{cannot initialize a parameter of type 'int *' with an lvalue of type 'double *'}}
95 id3.f1(ip, i, dp); // expected-note{{instantiation}}
98 id3b.f0(ip, dp); // expected-note{{instantiation}}
101 id4.f2(ip, i, dp); // expected-note{{instantiation}
    [all...]
instantiate-init.cpp 13 void test_f0(int *ip, float *fp, double *dp) {
15 f0(ip, dp); // expected-note{{instantiation}}
24 void test_f1(X0 *x0, int *ip, float *fp, double *dp) {
26 f1(x0, ip, dp); // expected-note{{instantiation}}
typename-specifier-2.cpp 30 extract_type_type<bind_metafun<add_pointer, double> >::t dp = &d; variable
instantiate-cast.cpp 115 void test_derived_to_base(Base *&bp, Derived2<int> *dp) {
116 bp = dp;
  /external/grub/stage2/
fsys_ext2fs.c 520 struct ext2_dir_entry *dp; /* pointer to directory entry */ local
748 dp = (struct ext2_dir_entry *) (DATABLOCK2 + off);
750 loc += dp->rec_len;
755 printf ("directory entry ino=%d\n", dp->inode);
756 if (dp->inode)
757 printf ("entry=%s\n", dp->name);
760 if (dp->inode)
762 int saved_c = dp->name[dp->name_len];
764 dp->name[dp->name_len] = 0
    [all...]
  /external/clang/test/Modules/
macros.c 36 DOUBLE *dp = &d; variable
119 LEFT_RIGHT_DIFFERENT2 *dp = &d; local
127 LEFT_RIGHT_DIFFERENT *dp = &d; // okay local
  /system/core/init/
devices.c 80 struct perms_ dp; member in struct:perm_node
102 node->dp.name = strdup(name);
103 if (!node->dp.name)
107 node->dp.attr = strdup(attr);
108 if (!node->dp.attr)
112 node->dp.perm = perm;
113 node->dp.uid = uid;
114 node->dp.gid = gid;
115 node->dp.prefix = prefix;
129 struct perms_ *dp; local
159 struct perms_ *dp; local
    [all...]
  /external/libgsm/src/
long_term.c 30 * residual signal dp[ -120 .. -1 ]. A dynamic scaling must be
49 static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out),
54 register word * dp, /* [-120..-1] IN */
98 L_result = (longword)wt_k * dp[best_k - lambda];
115 * signal dp[..]
122 L_temp = SASR( dp[k - Nc], 3 );
156 static void Calculation_of_the_LTP_parameters P4((d,dp,bc_out,Nc_out),
158 register word * dp, /* [-120..-1] IN */
206 # define STEP(k) (longword)wt[k] * dp[k - lambda]
250 * signal dp[..
    [all...]
  /external/llvm/lib/Support/
regengine.inc 139 const char *dp;
160 for (dp = start; dp < stop; dp++)
161 if (*dp == g->must[0] && stop - dp >= g->mlen &&
162 memcmp(dp, g->must, (size_t)g->mlen) == 0)
164 if (dp == stop) /* we didn't find g->must */
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0)
    [all...]
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 39 void test_explicit_spec_extension(double *dp) {
44 double *dp1 = first_arg<>(dp);
  /external/clang/test/CXX/temp/temp.res/temp.dep/
p3.cpp 21 A* blarg(double *dp) {
22 return dp;

Completed in 372 milliseconds

1 2 3 45 6 7 8 91011>>