HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 351 - 375 of 1509) sorted by null

<<11121314151617181920>>

  /external/clang/test/ASTMerge/Inputs/
struct1.c 18 struct S1 x1; variable in typeref:struct:S1
struct2.c 15 struct S1 x1; variable in typeref:struct:S1
  /external/clang/test/Lexer/
ms-extensions.c 3 __int8 x1 = 3i8; variable
  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 42 static int x1; // expected-warning{{unused}} variable
  /external/iptables/include/linux/netfilter/
xt_policy.h 9 XT_POLICY_MATCH_IN = 0x1,
  /external/kernel-headers/original/linux/
coda_fs_i.h 43 #define C_VATTR 0x1 /* Validity of vattr in inode */
  /external/libnl-headers/netlink/
netlink-kernel.h 152 #define NLMSG_NOOP 0x1
  /external/llvm/lib/MC/MCDisassembler/
EDInfo.h 69 kOperandFlagSource = 0x1,
  /external/opencv/cv/src/
_cvgeom.h 55 int icvIntersectLines( double x1, double dx1, double y1, double dy1,
  /external/qemu/android/utils/
mapfile.h 29 #define PROT_READ 0x1
  /external/qemu/slirp/
debug.h 16 #define DBG_CALL 0x1
main.h 50 #define PROTO_SLIP 0x1
  /external/qemu/slirp-android/
debug.h 16 #define DBG_CALL 0x1
main.h 54 #define PROTO_SLIP 0x1
  /external/skia/include/utils/
SkCullPoints.h 48 bool sect_test(int x0, int y0, int x1, int y1) const;
  /external/skia/src/svg/
SkSVGLinearGradient.cpp 24 SVG_ATTRIBUTE(x1),
  /external/webkit/Source/WebCore/svg/
LinearGradientAttributes.h 40 SVGLength x1() const { return m_x1; } function in struct:WebCore::LinearGradientAttributes
SVGPathElement.h 72 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
73 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
74 PassRefPtr<SVGPathSegCurvetoQuadraticAbs> createSVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
75 PassRefPtr<SVGPathSegCurvetoQuadraticRel> createSVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1, SVGPathSegRole role = PathSegUndefinedRole);
  /frameworks/base/core/java/android/util/
MathUtils.java 90 public static float dist(float x1, float y1, float x2, float y2) {
91 final float x = (x2 - x1);
96 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
97 final float x = (x2 - x1);
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d2_9pf.cpp 227 i = sign & 0x1;
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
motion_comp.h 37 #define CBP_MASK_CHROMA_BLK5 0x1
  /ndk/sources/cxx-stl/gabi++/src/
one_time_construction.cc 98 *gv = 0x1;
  /ndk/sources/host-tools/ndk-stack/elff/
mapfile.h 29 #define PROT_READ 0x1
  /packages/experimental/AndroidVendorSecurityTool/src/com/google/android/googlelogin/
GoogleLoginServiceConstants.java 131 public static final int FLAG_GOOGLE_ACCOUNT = 0x1;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h 33 #define PROT_READ 0x1 /* Page can be read. */

Completed in 3819 milliseconds

<<11121314151617181920>>