Searched defs:xe (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/linux/
H A Dtiocl.h16 unsigned short xe; /* X end */ member in struct:tiocl_selection
/external/srtp/tables/
H A Daes_tables.c146 uint8_t x, xe, x9, xd, xb; local
153 xe = gf2_8_multiply(0x0e, x);
158 tmp.v8[0] = xe;
165 tmp.v8[1] = xe;
172 tmp.v8[2] = xe;
179 tmp.v8[3] = xe;
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontWinCE.cpp266 int xe = w - comp.m_offset; local
267 int xs = xe - comp.m_width;
270 ? static_cast<int>((position - xe) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
279 int xe = xs + comp.m_width; local
280 if (position <= xe) {
281 if (position - xs >= xe)
/external/valgrind/main/exp-ptrcheck/
H A Dpc_common.c160 XError xe; local
161 VG_(memset)(&xe, 0, sizeof(xe));
162 xe.tag = XE_SorG;
163 xe.XE.SorG.addr = addr;
164 xe.XE.SorG.sszB = sszB;
165 VG_(strncpy)( &xe.XE.SorG.expect[0],
166 expect, sizeof(xe.XE.SorG.expect) );
167 VG_(strncpy)( &xe.XE.SorG.actual[0],
168 actual, sizeof(xe
176 XError xe; local
189 XError xe; local
202 XError xe; local
305 XError *xe = (XError*)VG_(get_error_extra)(err); local
650 XError *xe = (XError*)VG_(get_error_extra)(err); local
767 XError *xe = (XError*)VG_(get_error_extra)(err); local
[all...]
/external/valgrind/main/helgrind/
H A Dhg_errors.c234 static void init_XError ( XError* xe ) {
235 VG_(memset)(xe, 0, sizeof(*xe) );
236 xe->tag = XE_Race-1; /* bogus */
258 XError* xe = (XError*)VG_(get_error_extra)(err); local
259 tl_assert(xe);
264 if (xe->tag == XE_Race) {
276 tl_assert(!xe->XE.Race.hctxt);
277 tl_assert(!xe->XE.Race.descr1);
278 tl_assert(!xe
365 XError xe; local
421 XError xe; local
438 XError xe; local
456 XError xe; local
474 XError xe; local
495 XError xe; local
515 XError xe; local
669 XError* xe; local
710 XError *xe = (XError*)VG_(get_error_extra)(err); local
[all...]
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp1082 int xs = 0, xe, ye, ty = 0; local
1097 xe = v[idx].x << (XY_SHIFT - shift);
1104 edge[i].dx = ((xe - xs)*2 + (ye - y)) / (2 * (ye - y));
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc974 ULong *x, *x1, *xe, z; variable
990 xe = x + b->wds;
999 while(x < xe);
1011 while(x < xe);
1018 while(x < xe);
1637 ULong *x, *x1, *xe, y; variable
1643 xe = x + b->wds;
1648 while(x < xe) {
1656 while(x < xe)
1707 ULong *x, *xe; variable
[all...]

Completed in 701 milliseconds