HomeSort by relevance Sort by last modified time
    Searched refs:xs (Results 1 - 25 of 45) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /development/ndk/platforms/android-3/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /external/kernel-headers/original/linux/
tiocl.h 14 unsigned short xs; /* X start */ member in struct:tiocl_selection
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /external/speex/libspeex/
lpc_bfin.h 45 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/
btt_plot.py 109 def avg(xs, ys):
110 """Computes running average for Xs and 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]
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 75 BigInteger[] xs = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
82 DHPrivateKeySpec dhpks = new DHPrivateKeySpec(xs[i], ps[i], gs[i]);
85 dhpks.getX(), xs[i]);
  /bionic/libm/src/
s_fma.c 56 double xs, ys, zs; local
72 xs = frexp(x, &ex);
150 p = xs * split;
151 hx = xs - p;
153 tx = xs - hx;
s_fmal.c 51 long double xs, ys, zs; local
67 xs = frexpl(x, &ex);
145 p = xs * split;
146 hx = xs - p;
148 tx = xs - hx;
  /external/jdiff/
xerces.jar 
  /external/webkit/WebCore/platform/graphics/wince/
FontWince.cpp 258 int xs = xe - comp.m_width; local
259 if (position >= xs)
262 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
269 int xs = comp.m_offset; local
270 int xe = xs + comp.m_width;
272 if (position - xs >= xe)
275 ? static_cast<int>((position - xs) * comp.m_spaces / std::max(1.f, comp.m_width) + 0.5)
276 : offsetForPositionForSimpleText(comp.m_textRun, position - xs, includePartialGlyphs));
294 int xs = comp.m_offset; local
296 xs = width - xs - comp.m_width
    [all...]
  /system/core/libpixelflinger/
raster.cpp 29 static void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
53 void ggl_copyPixels(void* con, GGLint xs, GGLint ys,
62 if (uint32_t(xs) > cb->width)
66 if (uint32_t(xs + width) > cb->width)
79 xs += offset;
99 if (xs==xd && ys==yd) {
107 + (xs + (cb->stride * ys)) * fp->size;
  /frameworks/base/libs/rs/
rsMatrix.cpp 86 const float xs = x * s; local
94 m[ 9] = yz*nc - xs;
96 m[ 6] = yz*nc + xs;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseView.groovy 84 int xs = r.x + 2;
89 gc.drawString(displayName, xs, ys);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 242 # Catch some signals. ($xs kludge needed by Sun /bin/sh)
243 xs=0
244 trap '$REMOVE_TEMP; exit $xs' 0
245 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
369 xs=0; exit
386 xs=1; exit
499 xs=1; exit
550 xs=0; exit
560 xs=1; exi
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 241 # Catch some signals. ($xs kludge needed by Sun /bin/sh)
242 xs=0
243 trap '$REMOVE_TEMP; exit $xs' 0
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
368 xs=0; exit
385 xs=1; exit
498 xs=1; exit
549 xs=0; exit
559 xs=1; exi
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-gccbug 241 # Catch some signals. ($xs kludge needed by Sun /bin/sh)
242 xs=0
243 trap '$REMOVE_TEMP; exit $xs' 0
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
368 xs=0; exit
385 xs=1; exit
498 xs=1; exit
549 xs=0; exit
559 xs=1; exi
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 241 # Catch some signals. ($xs kludge needed by Sun /bin/sh)
242 xs=0
243 trap '$REMOVE_TEMP; exit $xs' 0
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
368 xs=0; exit
385 xs=1; exit
498 xs=1; exit
549 xs=0; exit
559 xs=1; exi
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/
arm-eabi-gccbug 242 # Catch some signals. ($xs kludge needed by Sun /bin/sh)
243 xs=0
244 trap '$REMOVE_TEMP; exit $xs' 0
245 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
277 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
369 xs=0; exit
386 xs=1; exit
499 xs=1; exit
550 xs=0; exit
560 xs=1; exi
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/bin/
arm-eabi-gccbug 241 # Catch some signals. ($xs kludge needed by Sun /bin/sh)
242 xs=0
243 trap '$REMOVE_TEMP; exit $xs' 0
244 trap 'echo "$COMMAND: Aborting ..."; $REMOVE_TEMP; xs=1; exit' 1 3 13 15
276 ( echo "$COMMAND: could not copy $PR_FORM" ; xs=1; exit )
368 xs=0; exit
385 xs=1; exit
498 xs=1; exit
549 xs=0; exit
559 xs=1; exi
    [all...]

Completed in 350 milliseconds

1 2