Searched refs:x1 (Results 126 - 150 of 1008) sorted by relevance

1234567891011>>

/external/iptables/include/linux/netfilter/
H A Dxt_devgroup.h7 XT_DEVGROUP_MATCH_SRC = 0x1,
/external/kernel-headers/original/asm-generic/bitops/
H A D__ffs.h38 if ((word & 0x1) == 0)
/external/skia/include/utils/
H A DSkCubicInterval.h13 SkScalar SkEvalCubicInterval(SkScalar x1, SkScalar y1,
/external/skia/src/animator/
H A DSkDrawLine.h21 SkScalar x1; member in class:SkLine
/external/dropbear/libtommath/
H A Dbn_mp_karatsuba_mul.c49 mp_int x0, x1, y0, y1, t1, x0y0, x1y1; local
64 if (mp_init_size (&x1, a->used - B) != MP_OKAY)
81 x1.used = a->used - B;
101 tmpx = x1.dp;
113 * upper words x1/y1 must have a known number of digits
122 if (mp_mul (&x1, &y1, &x1y1) != MP_OKAY)
123 goto X1Y1; /* x1y1 = x1*y1 */
125 /* now calc x1+x0 and y1+y0 */
126 if (s_mp_add (&x1, &x0, &t1) != MP_OKAY)
127 goto X1Y1; /* t1 = x1
[all...]
H A Dbn_mp_karatsuba_sqr.c27 mp_int x0, x1, t1, t2, x0x0, x1x1; local
41 if (mp_init_size (&x1, a->used - B) != MP_OKAY)
66 dst = x1.dp;
73 x1.used = a->used - B;
77 /* now calc the products x0*x0 and x1*x1 */
80 if (mp_sqr (&x1, &x1x1) != MP_OKAY)
81 goto X1X1; /* x1x1 = x1*x1 */
83 /* now calc (x1
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_jpeg.cpp665 int x0 = src[5], x1 = src[3]; local
668 int x4 = x0 + x1; x0 -= x1;
670 x1 = x2 + x3; x2 -= x3;
671 x3 = x1 + x4; x1 -= x4;
676 x1 = descale( x1*C1_414, fixb);
679 x1 -= x0;
680 x2 += x1;
717 int x0 = work[8*5], x1 = work[8*3]; local
1112 int i, s = 0, mcu, x1 = 0, y1 = 0; local
1522 int x0 = src[0], x1 = src[7]; local
1569 int x0 = work[8*0], x1 = work[8*7]; local
[all...]
/external/llvm/lib/Target/X86/
H A DX86Subtarget.cpp189 X86_MC::GetCpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX);
195 if (ECX & 0x1) { X86SSELevel = SSE3; ToggleFeature(X86::FeatureSSE3); }
204 if ((ECX >> 1) & 0x1) {
208 if ((ECX >> 12) & 0x1) {
212 if (IsIntel && ((ECX >> 22) & 0x1)) {
216 if ((ECX >> 23) & 0x1) {
220 if ((ECX >> 25) & 0x1) {
224 if ((ECX >> 29) & 0x1) {
228 if (IsIntel && ((ECX >> 30) & 0x1)) {
233 if ((ECX >> 13) & 0x1) {
[all...]
/external/skia/src/core/
H A DSkEdge.cpp30 SkFDot6 x0, y0, x1, y1; local
37 x1 = int(p1.fX * scale);
43 x1 = p1.fX >> shift;
51 SkTSwap(x0, x1);
68 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
85 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) argument
106 x1 >>= 10;
108 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0);
171 SkFDot6 x0, y0, x1, y1, x2, y2; local
178 x1
312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
[all...]
/external/clang/test/Index/
H A Dannotate-comments.cpp302 void comment_to_html_conversion_12(int x1);
304 /// \param x1 Aaa.
305 void comment_to_html_conversion_13(int x1);
308 void comment_to_html_conversion_14(int x1);
311 /// \param x1 Aaa.
312 void comment_to_html_conversion_15(int x1, int x2);
316 /// \param x1 Aaa.
317 void comment_to_html_conversion_16(int x1, int x2);
353 /// \param x1 Ccc.
355 void comment_to_html_conversion_22(int x1, in
[all...]
/external/libgsm/src/
H A Dgsm_encode.c362 | ((bc[0] >> 1) & 0x1);
363 *c++ = ((bc[0] & 0x1) << 7)
366 *c++ = ((xmaxc[0] & 0x1) << 7)
369 | ((xmc[2] >> 2) & 0x1);
376 *c++ = ((xmc[7] & 0x1) << 7)
379 | ((xmc[10] >> 2) & 0x1);
384 | ((bc[1] >> 1) & 0x1);
385 *c++ = ((bc[1] & 0x1) << 7)
388 *c++ = ((xmaxc[1] & 0x1) << 7)
391 | ((xmc[15] >> 2) & 0x1);
[all...]
H A Dgsm_implode.c390 | ((bc[0] >> 1) & 0x1);
391 *c++ = ((bc[0] & 0x1) << 7)
397 *c++ = ((xmaxc[0] & 0x1) << 7)
404 | ((xmc[2] >> 2) & 0x1);
411 *c++ = ((xmc[7] & 0x1) << 7)
414 | ((xmc[10] >> 2) & 0x1);
423 | ((bc[1] >> 1) & 0x1);
424 *c++ = ((bc[1] & 0x1) << 7)
431 *c++ = ((xmaxc[1] & 0x1) << 7)
438 | ((xmc[15] >> 2) & 0x1);
[all...]
/external/libvpx/vp8/decoder/mips/
H A Ddequantize_mips.c59 unsigned int in1, dq1, x1, in2, dq2; local
69 "mul.ph %[x1], %[dq1], %[in1] \n\t"
70 "sh %[x1], 2(%[input_temp]) \n\t"
71 "srl %[x1], %[x1], 16 \n\t"
72 "sh %[x1], 0(%[input_temp]) \n\t"
74 : [x1] "=&r" (x1), [in1] "=&r" (in1), [dq1] "=&r" (dq1),
120 unsigned int in1, dq1, x1, in2, dq2; local
132 "mul.ph %[x1],
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
121 x1 = allocate(p, 10);
127 *x1 = 'a'; // valid
130 x1[-1] = 'h'; // invalid
131 x1[10] = 'i'; // invalid
138 *x1 = 'e'; // valid
/external/clang/test/Sema/
H A Dbitfield-promote.c8 struct { int x : 8; } x1; variable in typeref:struct:__anon4511
10 __typeof__(((long long)x1.x + 1)) y1;
H A Dstruct-decl.c47 unsigned int x1; member in struct:x0
/external/clang/test/SemaCXX/
H A Ddcl_ambig_res.cpp15 S x1(int()); // expected-warning{{disambiguated as a function declaration}} expected-note{{add a pair of parentheses}}
16 x1(&returns_an_int);
H A Ddirect-initializer.cpp29 X x1(5);
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.c19 vals[2] = ds - 0x1; // small shrink
24 vals[7] = ds - 0x1; // shrink below start size
/external/clang/test/SemaTemplate/
H A Dinstantiate-decl-init.cpp32 X1 x1; local
/external/dbus/dbus/
H A Ddbus-shared.h103 #define DBUS_NAME_FLAG_ALLOW_REPLACEMENT 0x1 /**< Allow another service to become the primary owner if requested */
/external/iproute2/include/linux/
H A Dif_vlan.h34 VLAN_FLAG_REORDER_HDR = 0x1,
H A Dip6_tunnel.h10 #define IP6_TNL_F_IGN_ENCAP_LIMIT 0x1
/external/compiler-rt/lib/
H A Dfloatundidf.c36 static const double twop52 = 0x1.0p52;
37 static const double twop84 = 0x1.0p84;
38 static const double twop84_plus_twop52 = 0x1.00000001p84;
/external/srtp/tables/
H A Daes_tables.c94 uint32_t x1, x2, x3; local
102 x1 = aes_sbox[i];
103 x2 = gf2_8_shift(x1);
104 x3 = x2 ^ x1;
107 tmp.v8[1] = x1;
108 tmp.v8[2] = x1;
114 tmp.v8[2] = x1;
115 tmp.v8[3] = x1;
118 tmp.v8[0] = x1;
121 tmp.v8[3] = x1;
[all...]

Completed in 4381 milliseconds

1234567891011>>