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

1 2 3 45 6 7 8 91011>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm-generic/
mman.h 15 #define PROT_READ 0x1
  /system/core/sh/
expand.h 51 #define EXP_FULL 0x1 /* perform word splitting & file globbing */
  /external/openssl/crypto/ec/
ec2_mult.c 107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1,
126 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
129 if (!BN_GF2m_add(z1, z1, x1)) goto err;
131 if (!group->meth->field_mul(group, x1, z1, t1, ctx)) goto err;
132 if (!BN_GF2m_add(x1, x1, t2)) goto err
218 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 868 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
get_pred_adv_b_add.cpp 867 uint32 x1, x2, x1m, x2m, y1, y2, y1m, y2m; /* new way */ local
    [all...]
  /sdk/emulator/qtools/
armdis.cpp 148 uint8_t is_immed = (insn >> 25) & 0x1;
276 uint8_t write_back = (insn >> 21) & 0x1;
277 uint8_t bit_s = (insn >> 22) & 0x1;
278 uint8_t is_up = (insn >> 23) & 0x1;
279 uint8_t is_pre = (insn >> 24) & 0x1;
326 uint8_t is_reg = (insn >> 25) & 0x1;
327 uint8_t is_load = (insn >> 20) & 0x1;
328 uint8_t write_back = (insn >> 21) & 0x1;
329 uint8_t is_byte = (insn >> 22) & 0x1;
330 uint8_t is_up = (insn >> 23) & 0x1;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
LayoutFigure.java 100 int x1 = mHighlightInfo.linePoints[0].x; local
107 if (x1 <= 0) x1++;
112 if (x1 >= w - 1) x1--;
117 x1 += bx;
126 graphics.drawLine(x1, y1, x2, y2);
  /external/qemu/android/skin/
argb.h 87 #define ARGB_DECL2(x1,x2) mmx_t x1, x2
92 #define ARGB_SUM(x1,x2,x3) x1 = _mm_add_pi32(x2, x3)
100 #define ARGB_INTERP255(x1,x2,x3,alpha) \
101 x1 = mmx_interp255( x2, x3, _zero, (alpha))
103 #define ARGB_ADDW_11(x1,x2,x3) \
104 ARGB_SUM(x1,x2,x3)
106 #define ARGB_ADDW_31(x1,x2,x3) \
110 x1 = _mm_add_pi16(_t1, _t2);
    [all...]
  /external/v8/test/mjsunit/
top-level-assignments.js 61 var x1 = new Object(); class
63 x1.a = 7;
64 x1.b = function() { return 42; };
67 x1.c = 88;
68 x1.d = "A Man Called Horse";
72 assertEquals(7, x1.a);
73 assertEquals(42, x1.b());
74 assertEquals(88, x1.c);
75 assertEquals("A Man Called Horse", x1.d);
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 112 float x1 = line.cursorToX(from); local
114 if (x2 < x1)
115 qSwap(x1, x2);
119 QRectF clip(point.x() + x1, point.y() - ascent, x2 - x1, fm.height());
208 float x1 = line.cursorToX(from); local
210 if (x2 < x1)
211 qSwap(x1, x2);
213 return FloatRect(pt.x() + x1, pt.y(), x2 - x1, h)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 183 public void drawLine(int x1, int y1, int x2, int y2) {
185 x1 = mHScale.translate(x1);
189 getGc().drawLine(x1, y1, x2, y2);
196 public void drawRect(int x1, int y1, int x2, int y2) {
198 int x = mHScale.translate(x1);
200 int w = mHScale.scale(x2 - x1);
218 public void fillRect(int x1, int y1, int x2, int y2) {
220 int x = mHScale.translate(x1);
222 int w = mHScale.scale(x2 - x1);
    [all...]
  /external/opencore/codecs_v2/audio/aac/dec/src/
esc_iquant_scaling.cpp 198 x1 = index * SPACING;
201 deltaOneThird = (w2 - w1) * (absX - x1);
451 UInt32 x1; local
556 x1 = index << ORDER;
557 deltaOneThird = (w2 - w1) * (absX - x1);
582 x1 = index << ORDER;
583 deltaOneThird = (w2 - w1) * (absX - x1);
605 x1 = index << ORDER;
606 deltaOneThird = (w2 - w1) * (absX - x1);
629 x1 = index << ORDER
    [all...]
get_ics_info.cpp 198 windowSequence = (temp >> LEN_WIN_SH) & ((0x1<<LEN_WIN_SEQ)-1);
200 *pWindowShape = (temp) & ((0x1<<LEN_WIN_SH)-1);
236 (Bool) (temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT)-1));
440 windowSequence = (WINDOW_SEQUENCE)((temp >> LEN_WIN_SH) & ((0x1 << LEN_WIN_SEQ) - 1));
442 *pWindowShape = (WINDOW_SHAPE)((temp) & ((0x1 << LEN_WIN_SH) - 1));
518 (Bool)(temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT) - 1));
  /frameworks/base/awt/org/apache/harmony/awt/gl/font/
CaretManager.java 71 if (hitInfo.isLeadingEdge() ^ ((breaker.getLevel(idx) & 0x1) == 0x0)) {
92 return (breaker.getLevel(logical) & 0x1) == 0x0 ?
246 if (((breaker.getLevel(idx) & 0x1) == 0x0) ^ hitInfo.isLeadingEdge()) {
258 if ((breaker.getLevel(resIdx) & 0x1) == 0x0) {
276 if ((breaker.getLevel(resIdx) & 0x1) == 0x0) {
286 resIsLeading = (breaker.getLevel(resIdx) & 0x1) == 0x0; // LTR char?
289 resIsLeading = (breaker.getLevel(resIdx) & 0x1) != 0x0; // RTL char?
294 resIsLeading = (breaker.getLevel(resIdx) & 0x1) != 0x0; // LTR char?
297 resIsLeading = (breaker.getLevel(resIdx) & 0x1) == 0x0; // RTL char?
324 float x1, x2, y1, y2 local
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 198 x1 = index * SPACING;
201 deltaOneThird = (w2 - w1) * (absX - x1);
451 UInt32 x1; local
556 x1 = index << ORDER;
557 deltaOneThird = (w2 - w1) * (absX - x1);
582 x1 = index << ORDER;
583 deltaOneThird = (w2 - w1) * (absX - x1);
605 x1 = index << ORDER;
606 deltaOneThird = (w2 - w1) * (absX - x1);
629 x1 = index << ORDER
    [all...]
get_ics_info.cpp 198 windowSequence = (temp >> LEN_WIN_SH) & ((0x1<<LEN_WIN_SEQ)-1);
200 *pWindowShape = (temp) & ((0x1<<LEN_WIN_SH)-1);
236 (Bool) (temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT)-1));
440 windowSequence = (WINDOW_SEQUENCE)((temp >> LEN_WIN_SH) & ((0x1 << LEN_WIN_SEQ) - 1));
442 *pWindowShape = (WINDOW_SHAPE)((temp) & ((0x1 << LEN_WIN_SH) - 1));
518 (Bool)(temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT) - 1));
  /external/openssl/crypto/rc2/
rc2_locl.h 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \
150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \
151 x1=(t<<2)|(t>>14); \
152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \
154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
  /external/tremolo/Tremolo/
mdct.c 199 DATA_TYPE *x1 = x + points - 4; local
204 s0 = x1[0] - x1[1]; x1[0] += x1[1];
205 s1 = x1[3] - x1[2]; x1[2] += x1[3];
206 s2 = x2[1] - x2[0]; x1[1] = x2[1] + x2[0]
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LinearGradient.java 28 * @param x1 The x-coordinate for the end of the gradient line
36 public LinearGradient(float x0, float y0, float x1, float y1, int colors[], float positions[],
39 mJavaPaint = new LinearGradientPaint(x0, y0, x1, y1, mColors, mPositions, tile);
47 * @param x1 The x-coordinate for the end of the gradient line
53 public LinearGradient(float x0, float y0, float x1, float y1, int color0, int color1,
55 this(x0, y0, x1, y1, new int[] { color0, color1}, null /*positions*/, tile);
78 public LinearGradientPaint(float x0, float y0, float x1, float y1, int colors[],
83 mDx = x1 - x0;
  /external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
get_ics_info.cpp 198 windowSequence = (temp >> LEN_WIN_SH) & ((0x1<<LEN_WIN_SEQ)-1);
200 *pWindowShape = (temp) & ((0x1<<LEN_WIN_SH)-1);
236 (Bool) (temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT)-1));
440 windowSequence = (WINDOW_SEQUENCE)((temp >> LEN_WIN_SH) & ((0x1 << LEN_WIN_SEQ) - 1));
442 *pWindowShape = (WINDOW_SHAPE)((temp) & ((0x1 << LEN_WIN_SH) - 1));
518 (Bool)(temp & ((0x1 << LEN_PREDICTOR_DATA_PRESENT) - 1));
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
pre_proc.cpp 291 state->x1 = 0;
332 state->x1 = 0;
488 x2 = st->x1;
489 st->x1 = st->x0;
498 L_tmp = L_mac (L_tmp, st->x1, b[1]);
550 x_n_2 = st->x1;
582 st->x1 = x_n_2;
  /frameworks/base/awt/java/awt/
Rectangle.java 304 int x1 = (int)Math.floor(x); local
308 setBounds(x1, y1, x2 - x1, y2 - y1);
442 int x1 = Math.min(x, px); local
446 setBounds(x1, y1, x2 - x1, y2 - y1);
469 int x1 = Math.min(x, r.x); local
473 setBounds(x1, y1, x2 - x1, y2 - y1);
591 int x1 = Math.max(x, r.x) local
    [all...]

Completed in 1693 milliseconds

1 2 3 45 6 7 8 91011>>