HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 151 - 175 of 2556) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/base/message_loop/
message_pump_dispatcher.h 27 POST_DISPATCH_QUIT_LOOP = 0x1,
  /external/chromium_org/third_party/WebKit/public/platform/
WebFilterAnimationCurve.h 49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
WebFloatAnimationCurve.h 45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
WebTransformAnimationCurve.h 44 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_textblit.h 20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
  /external/chromium_org/third_party/skia/src/animator/
SkDrawLine.h 21 SkScalar x1; member in class:SkLine
  /external/chromium_org/ui/events/platform/
platform_event_dispatcher.h 18 POST_DISPATCH_PERFORM_DEFAULT = 0x1,
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 5 X<X<int> > *x1; variable
  /external/compiler-rt/test/builtins/Unit/
fixsfdi_test.c 73 if (test__fixsfdi(0x1.FFFFFEp+62F, 0x7FFFFF8000000000LL))
75 if (test__fixsfdi(0x1.FFFFFCp+62F, 0x7FFFFF0000000000LL))
78 if (test__fixsfdi(-0x1.FFFFFEp+62F, 0x8000008000000000LL))
80 if (test__fixsfdi(-0x1.FFFFFCp+62F, 0x8000010000000000LL))
trunctfdf2_test.c 58 if (test__trunctfdf2(0x1.af23456789bbaaab347645365cdep+5L,
61 if (test__trunctfdf2(0x1.dedafcff354b6ae9758763545432p-9L,
64 if (test__trunctfdf2(0x1.2f34dd5f437e849b4baab754cdefp+4534L,
67 if (test__trunctfdf2(0x1.edcbff8ad76ab5bf46463233214fp-435L,
trunctfsf2_test.c 57 if (test__trunctfsf2(0x1.23a2abb4a2ddee355f36789abcdep+5L,
60 if (test__trunctfsf2(0x1.e3d3c45bd3abfd98b76a54cc321fp-9L,
63 if (test__trunctfsf2(0x1.234eebb5faa678f4488693abcdefp+4534L,
66 if (test__trunctfsf2(0x1.edcba9bb8c76a5a43dd21f334634p-435L,
fixsfti_test.c 85 if (test__fixsfti(0x1.FFFFFEp+62F, 0x7FFFFF8000000000LL))
87 if (test__fixsfti(0x1.FFFFFCp+62F, 0x7FFFFF0000000000LL))
90 if (test__fixsfti(-0x1.FFFFFEp+62F, make_ti(0xFFFFFFFFFFFFFFFFLL,
93 if (test__fixsfti(-0x1.FFFFFCp+62F, make_ti(0xFFFFFFFFFFFFFFFFLL,
97 if (test__fixsfti(0x1.FFFFFEp+126F, make_ti(0x7FFFFF8000000000LL, 0)))
99 if (test__fixsfti(0x1.FFFFFCp+126F, make_ti(0x7FFFFF0000000000LL, 0)))
102 if (test__fixsfti(-0x1.FFFFFEp+126F, make_ti(0x8000008000000000LL, 0)))
104 if (test__fixsfti(-0x1.FFFFFCp+126F, make_ti(0x8000010000000000LL, 0)))
  /external/kernel-headers/original/uapi/linux/
if_plip.h 24 #define PLIP_GET_TIMEOUT 0x1
  /external/libvpx/libvpx/vp9/common/
vp9_textblit.h 20 void vp9_blit_line(int x0, int x1, int y0, int y1, unsigned char *image,
  /external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
memcpy.S 25 * x1 - src
34 1: ldr x3, [x1], #8
40 ldr w3, [x1], #4
45 ldrh w3, [x1], #2
50 ldrb w3, [x1]
memset.S 25 * x1 - c
35 orr x1, x1, x1, lsl #32
38 1: str x1, [x4], #8
  /bionic/libc/arch-arm64/bionic/
syscall.S 34 /* Move syscall parameters from x1 thru x6 to x0 thru x5 */
35 mov x0, x1
36 mov x1, x2
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_statistic.h 31 XT_STATISTIC_INVERT = 0x1,
34 #define XT_STATISTIC_MASK 0x1
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_statistic.h 23 XT_STATISTIC_INVERT = 0x1,
25 #define XT_STATISTIC_MASK 0x1
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_statistic.h 31 XT_STATISTIC_INVERT = 0x1,
34 #define XT_STATISTIC_MASK 0x1
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLineElement.idl 27 readonly attribute SVGAnimatedLength x1;
SVGLinearGradientElement.idl 27 readonly attribute SVGAnimatedLength x1;
  /external/chromium_org/third_party/opus/src/silk/
interpolate.c 38 const opus_int16 x1[ MAX_LPC_ORDER ], /* I second vector */
49 xi[ i ] = (opus_int16)silk_ADD_RSHIFT( x0[ i ], silk_SMULBB( x1[ i ] - x0[ i ], ifact_Q2 ), 2 );
  /external/chromium_org/third_party/skia/src/svg/
SkSVGLine.cpp 14 SVG_ATTRIBUTE(x1),
25 SVG_ADD_ATTRIBUTE(x1);
  /external/iptables/include/linux/netfilter/
xt_statistic.h 14 XT_STATISTIC_INVERT = 0x1,
16 #define XT_STATISTIC_MASK 0x1

Completed in 431 milliseconds

1 2 3 4 5 67 8 91011>>