HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 126 - 150 of 966) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.cpp 292 state->x1 = 0;
333 state->x1 = 0;
489 x2 = st->x1;
490 st->x1 = st->x0;
499 L_tmp = L_mac (L_tmp, st->x1, b[1]);
551 x_n_2 = st->x1;
583 st->x1 = x_n_2;
  /bionic/libc/kernel/common/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /bionic/libm/src/
s_frexpl.c 49 u.e *= 0x1.0p514;
  /external/freetype/src/autofit/
afwarp.h 36 FT_Pos x1, x2; member in struct:AF_WarperRec_
  /external/grub/netboot/
3c509.h 89 #define EEPROM_NODE_ADDR_1 0x1 /* Word */
210 #define WINDOW_SELECT (unsigned short) (0x1<<11)
229 #define FIL_INDIVIDUAL (unsigned short) (0x1)
244 #define C_INTR_LATCH (unsigned short) (ACK_INTR|0x1)
271 #define S_INTR_LATCH (unsigned short) (0x1)
300 #define ERR_RX_INCOMPLETE (unsigned short) (0x1<<15)
301 #define ERR_RX (unsigned short) (0x1<<14)
345 #define W0_P4_CMD_ENABLE_ADAPTER 0x1
375 #define AUI 0x1
  /external/kernel-headers/original/linux/
taskstats.h 135 #define TASKSTATS_GENL_VERSION 0x1
  /external/libffi/src/powerpc/
darwin.S 196 .byte 0x1 ; CIE Version
198 .byte 0x1 ; uleb128 0x1; CIE Code Alignment Factor
201 .byte 0x1 ; uleb128 0x1; Augmentation size
204 .byte 0x1 ; uleb128 0x1
231 .byte 0x1 ; uleb128 0x1
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
d2_11pf.cpp 164 j = index & 0x1;
  /external/webkit/WebCore/svg/
SVGLinearGradientElement.h 48 DECLARE_ANIMATED_PROPERTY(SVGLinearGradientElement, SVGNames::x1Attr, SVGLength, X1, x1)
SVGPathElement.h 72 static PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2);
73 static PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2);
74 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1);
75 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1);
  /external/webkit/WebKit/android/plugins/
ANPPathInterface.cpp 66 static void anp_quadTo(ANPPath* path, float x0, float y0, float x1, float y1) {
68 SkFloatToScalar(x1), SkFloatToScalar(y1));
72 float x1, float y1, float x2, float y2) {
74 SkFloatToScalar(x1), SkFloatToScalar(y1),
  /frameworks/base/awt/java/awt/geom/
Point2D.java 210 * @param x1
220 public static double distanceSq(double x1, double y1, double x2, double y2) {
221 x2 -= x1;
257 * @param x1
267 public static double distance(double x1, double y1, double x2, double y2) {
268 return Math.sqrt(distanceSq(x1, y1, x2, y2));
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d2_11pf.cpp 164 j = index & 0x1;
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
TextColor.java 27 DARK_GRAY(0x1),
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_obj.h 65 PERF_Mode_Log = 0x1,
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1
xattr.h 15 #define XATTR_CREATE 0x1
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
taskstats.h 70 #define TASKSTATS_GENL_VERSION 0x1

Completed in 421 milliseconds

1 2 3 4 56 7 8 91011>>