Searched refs:xs (Results 1 - 25 of 36) sorted by relevance

12

/external/kernel-headers/original/linux/
H A Dtiocl.h14 unsigned short xs; /* X start */ member in struct:tiocl_selection
/external/clang/test/CXX/stmt.stmt/stmt.dcl/
H A Dp3.cpp14 X xs[16]; local
H A Dp3-0x.cpp14 X xs[16]; local
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHPrivateKeySpecTest.java42 BigInteger[] xs = {new BigInteger("-1000000000000"), BigInteger.ZERO,
49 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
52 dhpks.getX(), xs[i]);
/external/speex/libspeex/
H A Dlpc_bfin.h45 const spx_word16_t *xs; local
71 xs = x+lag-1;
109 : : "m" (xs), "m" (x), "m" (ac32top), "m" (N_lag), "m" (lag_1), "m" (nshift)
/external/blktrace/btt/
H A Dbtt_plot.py109 def avg(xs, ys):
122 if len(xs) < 1000:
123 return xs, ys
125 axs = [xs[0]]
127 _xs = [xs[0]]
130 x_range = (xs[-1] - xs[0]) / 100
132 if (xs[idx] - _xs[0]) > x_range:
137 _xs = [xs[idx]]
140 _xs.append(xs[id
[all...]
/external/jdiff/
H A Dxerces.jar ... org/apache/xerces/impl/xs/opti/ org/apache/xerces/impl/xs/traversers/ org/apache/xerces/impl/xs/util/ org/apache/xerces ...
/external/mksh/src/
H A Dsh.h1194 #define XinitN(xs, length, area) do { \
1195 (xs).len = (length); \
1196 (xs).areap = (area); \
1197 (xs).beg = alloc((xs).len + X_EXTRA, (xs).areap); \
1198 (xs).end = (xs).beg + (xs).len; \
1200 #define Xinit(xs, x
1286 XString xs; /* input buffer */ member in struct:source
[all...]
H A Dlex.c1164 XString xs; local
1182 Xinit(xs, xp, 256, ATEMP);
1187 xpos = Xsavepos(xs, xp);
1196 Xcheck(xs, xp);
1197 Xput(xs, xp, c);
1204 xp = Xrestpos(xs, xp, xpos);
1211 Xcheck(xs, xp);
1212 Xput(xs, xp, c);
1214 Xcheck(xs, xp);
1215 Xput(xs, x
[all...]
H A Dfuncs.c184 XString xs; local
210 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
232 while (xp > Xstring(xs, xp))
241 pos = Xsavepos(xs, xp);
243 XcheckN(xs, xp, 1 + len + 1);
244 Xput(xs, xp, '/');
252 if (lstat(Xstring(xs, xp), &sb)) {
281 llen = readlink(Xstring(xs, xp), ldest, pathlen);
291 xp = (ldest[0] == '/') ? Xstring(xs, xp) :
292 Xrestpos(xs, x
354 XString xs; local
546 XString xs; local
1988 XString cs, xs = { NULL, NULL, 0, NULL}; local
[all...]
H A Deval.c1253 XString xs; local
1256 Xinit(xs, xp, 256, ATEMP);
1257 globit(&xs, &xp, cp, wp, markdirs ? GF_MARKDIR : GF_NONE);
1258 Xfree(xs, xp);
1264 globit(XString *xs, /* dest string */ argument
1288 (stat_done = stat(Xstring(*xs, xp), &statb) < 0 \
1293 if (lstat(Xstring(*xs, xp), &lstatb) < 0)
1299 if ((check & GF_EXCHECK) && xp > Xstring(*xs, xp) &&
1309 xp > Xstring(*xs, xp) && xp[-1] != '/' &&
1317 strndupx(np, Xstring(*xs, x
[all...]
H A Dhistrap.c261 XString xs; local
271 Xinit(xs, xp, n, hist_source->areap);
272 while ((n = shf_read(xp, Xnleft(xs, xp), shf)) > 0) {
274 if (Xnleft(xs, xp) <= 0)
275 XcheckN(xs, xp, Xlength(xs, xp));
285 strip_nuls(Xstring(xs, xp), Xlength(xs, xp));
286 return (hist_execute(Xstring(xs, xp)));
339 XString xs; local
[all...]
H A Dexec.c1052 XString xs; local
1064 Xinit(xs, xp, 128, ATEMP);
1068 xp = Xstring(xs, xp);
1072 XcheckN(xs, xp, p - sp);
1078 XcheckN(xs, xp, namelen);
1080 if (search_access(Xstring(xs, xp), mode, errnop) == 0)
1081 return (Xclose(xs, xp + namelen));
1085 Xfree(xs, xp);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontWinCE.cpp267 int xs = xe - comp.m_width; local
268 if (position >= xs)
271 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
278 int xs = comp.m_offset; local
279 int xe = xs + comp.m_width;
281 if (position - xs >= xe)
284 ? static_cast<int>((position - xs) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
285 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
303 int xs = comp.m_offset; local
305 xs
[all...]
/external/clang/test/SemaCXX/
H A Dcxx98-compat.cpp68 int xs[] = {1, 2, 3}; local
69 for (int &a : xs) { // expected-warning {{range-based for loop is incompatible with C++98}}
H A Ddcl_init_aggr.cpp87 int xs[2][2] = { 3, 1, 4, 2 }; variable
/external/clang/test/Sema/
H A Dflexible-array-init.c63 struct X xs[]; // expected-warning{{'struct X' may not be used as an array element due to flexible array member}} member in struct:Y
H A Ddesignated-initializers.c131 struct X xs[] = { local
/external/opencv/cv/src/
H A Dcvsamplers.cpp618 double xs = A12*y + A13; \
623 if( (unsigned)(cvFloor(xs)-1) < (unsigned)(src_size.width - 3) && \
630 int ixs = cvFloor( xs ); \
633 double a = xs - ixs, b = ys - iys, a1 = 1.f - a; \
636 xs += A11; \
646 int ixs = cvFloor( xs ), iys = cvFloor( ys ); \
647 double a = xs - ixs, b = ys - iys, a1 = 1.f - a; \
650 xs += A11; ys += A21; \
694 double xs = A12*y + A13; \
699 if( (unsigned)(cvFloor(xs)
[all...]
H A Dcvfundam.cpp1340 const float* xs = src->data.fl; local
1341 const float* ys = xs + s_plane_stride;
1343 const float* ws = xs + (s_dims - 1)*s_plane_stride;
1369 float x = *xs * w, y = *ys * w, z = *zs * w;
1370 xs += s_stride; ys += s_stride; zs += s_stride;
1378 float x = *xs * w, y = *ys * w;
1379 xs += s_stride; ys += s_stride;
1386 const double* xs = src->data.db; local
1387 const double* ys = xs + s_plane_stride;
1389 const double* ws = xs
[all...]
H A Dcvemd.cpp456 float* xs = (float *) buffer; local
457 float* xd = xs + dims;
459 memset( xs, 0, dims*sizeof(xs[0]));
466 xs[i] += signature1[j + i + 1] * weight;
476 lb = dist_func( xs, xd, user_param ) / state->weight;
/external/openssl/crypto/x509/
H A Dx509_vfy.c1584 X509 *xs,*xi; local
1596 xs=xi;
1610 xs=sk_X509_value(ctx->chain,n);
1623 if (!xs->valid && (xs != xi || (ctx->param->flags & X509_V_FLAG_CHECK_SS_SIGNATURE)))
1632 else if (X509_verify(xs,pkey) <= 0)
1635 ctx->current_cert=xs;
1647 xs->valid = 1;
1649 ok = check_cert_time(ctx, xs);
1655 ctx->current_cert=xs;
[all...]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DPathQt.cpp281 double xs = xc - radius; local
312 m_path.arcMoveTo(xs, ys, width, height, sa);
318 m_path.arcTo(xs, ys, width, height, sa, span);
/external/clang/test/CodeGenCXX/
H A Dtemporaries.cpp432 A xs[] = { A(), x }; local
/external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
H A Dmarkdown.php690 }xs',
717 }xs',
731 // }xs',
813 }xs',
842 }xs',
1371 // }xs', $block, $matches))
1528 }xs';
1824 }xs';
1869 }xs';
2042 }xs';
[all...]

Completed in 621 milliseconds

12