/external/dropbear/libtommath/ |
bn_mp_karatsuba_sqr.c | 27 mp_int x0, x1, t1, t2, x0x0, x1x1; local 41 if (mp_init_size (&x1, a->used - B) != MP_OKAY) 46 goto X1; 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 */ [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
pdata.h | 26 #define SITAR_LDOH_2P35_V 0x1 31 #define SITAR_CFILT2_SEL 0x1 35 #define TABLA_LDOH_2P35_V 0x1 40 #define TABLA_CFILT2_SEL 0x1 44 #define TAIKO_CFILT2_SEL 0x1 47 #define TAIKO_LDOH_2P35_V 0x1 61 #define TABLA_DCYCLE_511 0x1
|
/hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/ |
pdata.h | 23 #define SITAR_LDOH_2P35_V 0x1 28 #define SITAR_CFILT2_SEL 0x1 32 #define TABLA_LDOH_2P35_V 0x1 37 #define TABLA_CFILT2_SEL 0x1 41 #define TAIKO_CFILT2_SEL 0x1 45 #define TAIKO_LDOH_2P35_V 0x1 60 #define TABLA_DCYCLE_511 0x1
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 665 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/ |
X86Subtarget.cpp | 186 X86_MC::GetCpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX); 192 if (ECX & 0x1) { X86SSELevel = SSE3; ToggleFeature(X86::FeatureSSE3); } 201 if ((ECX >> 1) & 0x1) { 205 if ((ECX >> 12) & 0x1) { 209 if (IsIntel && ((ECX >> 22) & 0x1)) { 213 if ((ECX >> 23) & 0x1) { 217 if ((ECX >> 25) & 0x1) { 221 if ((ECX >> 29) & 0x1) { 225 if (IsIntel && ((ECX >> 30) & 0x1)) { 230 if ((ECX >> 13) & 0x1) { [all...] |
/external/webkit/Source/WebCore/platform/animation/ |
TimingFunction.h | 79 static PassRefPtr<CubicBezierTimingFunction> create(double x1, double y1, double x2, double y2) 81 return adoptRef(new CubicBezierTimingFunction(x1, y1, x2, y2)); 100 double x1() const { return m_x1; } function in class:WebCore::CubicBezierTimingFunction 112 CubicBezierTimingFunction(double x1 = 0.25, double y1 = 0.1, double x2 = 0.25, double y2 = 1.0) 114 , m_x1(x1)
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 40 x1 RN 5 label 63 M_LDR x1, [pSrc], srcStep 66 M_STR x1, [pDst], dstStep 73 LDR x1, [pSrc, #4] 78 ORR x0, x0, x1, LSL #24 82 LDR x1, [pSrc, #4] 88 ORR x0, x0, x1, LSL #24 96 LDR x1, [pSrc, #4] 101 ORR x0, x0, x1, LSL #16 107 LDR x1, [pSrc, #4 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 40 x1 RN 5 label 63 M_LDR x1, [pSrc], srcStep 66 M_STR x1, [pDst], dstStep 73 LDR x1, [pSrc, #4] 78 ORR x0, x0, x1, LSL #24 82 LDR x1, [pSrc, #4] 88 ORR x0, x0, x1, LSL #24 96 LDR x1, [pSrc, #4] 101 ORR x0, x0, x1, LSL #16 107 LDR x1, [pSrc, #4 [all...] |
/external/skia/legacy/src/core/ |
SkEdge.cpp | 30 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) 106 x1 >>= 10; 108 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 171 SkFDot6 x0, y0, x1, y1, x2, y2; local 178 x1 = int(pts[1].fX * scale) 312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 247 public void drawLine(int x1, int y1, int x2, int y2) { 250 x1 = mHScale.translate(x1); 254 getGc().drawLine(x1, y1, x2, y2); 265 public void drawRect(int x1, int y1, int x2, int y2) { 268 int x = mHScale.translate(x1); 270 int w = mHScale.scale(x2 - x1); 292 public void fillRect(int x1, int y1, int x2, int y2) { 295 int x = mHScale.translate(x1); 297 int w = mHScale.scale(x2 - x1); [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtl.c | 62 u.e *= 0x1.0p514; 112 volatile double vd2 = 0x1.0p32; 113 volatile double vd1 = 0x1.0p-31; 116 t = dt + vd - 0x1.0p32; 126 t = dt + 0x2.0p-46 + 0x1.0p60L - 0x1.0p60;
|
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 82 /// 1) A single NamedDecl. (Ptr & 0x1 == 0) 84 /// same declaration context. (Ptr & 0x3 == 0x1) 90 /// A single NamedDecl. (Ptr & 0x1 == 0) 93 assert((Ptr & 0x1) == 0 && "Invalid Ptr!"); 98 Ptr = reinterpret_cast<uintptr_t>(I) | 0x1; 101 bool isIterator() const { return (Ptr & 0x1); } 205 return (reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 0; 210 assert((reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 1 213 reinterpret_cast<uintptr_t>(Ptr) & ~0x1
|
/external/libgsm/src/ |
gsm_encode.c | 362 | ((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...] |
gsm_implode.c | 390 | ((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/skia/src/core/ |
SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; local 43 x1 = int(p1.fX * scale); 49 x1 = p1.fX >> shift; 57 SkTSwap(x0, x1); 74 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) 113 x1 >>= 10; 115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 179 SkFDot6 x0, y0, x1, y1, x2, y2; local 186 x1 = int(pts[1].fX * scale) 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/valgrind/main/memcheck/tests/ |
mempool.c | 115 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
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
hp_wsp.c | 87 Word16 x0, x1, x2, x3; local 98 x1 = mem[7]; 104 x2 = x1; 105 x1 = x0; 119 L_tmp += (x1 * b[1])<<1; 142 mem[7] = x1;
|
p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; local 177 x1 = x[-2]; 183 if (x2 < x1) 185 tmp = x1; 186 x1 = x2; 189 if (x3 < x1) 191 tmp = x1; 192 x1 = x3; 195 if (x4 < x1) 197 tmp = x1; [all...] |
/external/clang/test/Sema/ |
bitfield-promote.c | 9 struct { int x : 8; } x1; variable in typeref:struct:__anon6678 11 __typeof__(((long long)x1.x + 1)) y1;
|
/external/clang/test/SemaCXX/ |
dcl_ambig_res.cpp | 18 S x1(int()); // expected-warning{{disambiguated as a function declaration}} expected-note{{add a pair of parentheses}} 19 x1(&returns_an_int);
|
/external/valgrind/main/memcheck/tests/linux/ |
brk.c | 19 vals[2] = ds - 0x1; // small shrink 24 vals[7] = ds - 0x1; // shrink below start size
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d3_14pf.cpp | 179 j = index & 0x1; 193 j = index & 0x1;
|
d4_17pf.cpp | 230 j = index & 0x1; 250 i = sign & 0x1;
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 539 x1 = (int32)blk[12] << 8; 565 x8 = x0 + x1; 566 x0 -= x1; 567 x1 = W6 * (x3 + x2) + 4; 568 x2 = (x1 - (W2 + W6) * x2) >> 3; 569 x3 = (x1 + (W2 - W6) * x3) >> 3; 570 x1 = x4 + x6; 586 res = (x7 + x1) >> 14; 609 res = (x7 - x1) >> 14 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 837 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local [all...] |
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
convolve3x3.fs | 26 uint32_t x1 = min((int32_t)x+1, gWidth-1); 31 float4 p00 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)); 34 float4 p10 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y)); 37 float4 p20 = convert_float4(rsGetElementAt_uchar4(gIn, x1, y2));
|