HomeSort by relevance Sort by last modified time
    Searched refs:x_ (Results 26 - 50 of 59) sorted by null

12 3

  /ndk/tests/device/test-stlport/unit/
ptr2_test.cpp 35 static int sum(int x_, int y_)
37 return x_ + y_;
  /external/chromium/chrome/browser/automation/
automation_provider_gtk.cc 84 x_(absolute_x),
92 ui_controls::SendMouseMoveNotifyWhenDone(x_, y_, next_task_);
100 int x_; member in class:MouseMoveTask
  /external/v8/test/mjsunit/
global-accessors.js 30 var x_ = 0; variable
32 __defineSetter__('x', function(x) { x_ = x; });
33 __defineGetter__('x', function() { return x_; });
debug-referenced-by.js 85 h = closure_eval(null, "var x_");
88 h("x_ = a");
92 h("x_ = null");
debug-references.js 109 function Point(x, y) { this.x_ = x; this.y_ = y;}
  /external/v8/src/ia32/
assembler-ia32-inl.h 277 x_ = x;
283 x_ = reinterpret_cast<int32_t>(ext.address());
289 x_ = reinterpret_cast<int32_t>(internal_offset);
299 x_ = reinterpret_cast<intptr_t>(handle.location());
303 x_ = reinterpret_cast<intptr_t>(obj);
310 x_ = reinterpret_cast<intptr_t>(value);
316 x_ = reinterpret_cast<int32_t>(addr);
353 Label* label = reinterpret_cast<Label*>(x.x_);
358 emit(x.x_);
375 uint16_t value = static_cast<uint16_t>(x.x_);
    [all...]
assembler-ia32.h 278 bool is_zero() const { return x_ == 0 && rmode_ == RelocInfo::NONE; }
280 return -128 <= x_ && x_ < 128 && rmode_ == RelocInfo::NONE;
283 return -32768 <= x_ && x_ < 32768 && rmode_ == RelocInfo::NONE;
289 int x_;
    [all...]
assembler-ia32.cc 521 EMIT(x.x_);
1179 is_uint8(imm.x_) &&
1181 uint8_t imm8 = imm.x_;
    [all...]
  /external/webp/src/enc/
iterator.c 43 it->x_ = 0;
77 const int x = it->x_, y = it->y_;
131 const int x = it->x_, y = it->y_;
235 const int x = it->x_, y = it->y_;
261 it->x_++;
262 if (it->x_ == enc->mb_w_) {
263 it->x_ = 0;
361 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i];
364 if (it->x_ < enc->mb_w_ - 1) {
366 it->i4_boundary_[17 + i] = enc->y_top_[it->x_ * 16 + i]
    [all...]
quant.c 303 const uint8_t* left = it->x_ ? enc->y_left_ : NULL;
304 const uint8_t* top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;
310 const uint8_t* left = it->x_ ? enc->u_left_ : NULL;
311 const uint8_t* top = it->y_ ? enc->uv_top_ + it->x_ * 16 : NULL;
vp8enci.h 251 int x_, y_; // current macroblock member in struct:__anon15244
  /external/openssl/crypto/ec/
ecp_oct.c 71 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
102 if (!BN_nnmod(x, x_, &group->field,ctx)) goto err;
106 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err;
107 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
111 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
112 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
ec2_oct.c 92 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
117 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
  /external/mksh/src/
emacsfn.h 3 #define FN(cname,sname,flags) static int x_##cname(int);
8 #define FN(cname,sname,flags) { x_##cname, sname, flags },
  /external/clang/test/CodeGenCXX/
thunk-use-after-free.cpp 30 struct DDD { int x_;}; member in struct:DDD
debug-info-use-after-free.cpp 117 struct DDD { int x_;}; member in struct:DDD
  /external/libvpx/vp8/encoder/
ssim.c 107 int y_, x_; local
118 for (x_ = 0; x_ < KERNEL_SIZE; ++x_)
120 const int Wxy = Wy * K[x_];
122 const int org_x = org[x_];
123 const int rec_x = rec[x_];
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 158 int x_ = x; local
163 if (x_ + extent.x > x + width) {
168 x_ = x;
170 gc.drawText(c, x_, y_);
171 x_ += extent.x;
  /frameworks/base/core/jni/android/graphics/
Path.cpp 96 SkScalar x_ = SkFloatToScalar(x); local
98 obj->moveTo(x_, y_);
108 SkScalar x_ = SkFloatToScalar(x); local
110 obj->lineTo(x_, y_);
188 SkScalar x_ = SkFloatToScalar(x); local
191 obj->addCircle(x_, y_, radius_, dir);
TextLayout.cpp 61 SkScalar x_ = SkFloatToScalar(x); local
64 paint->getTextPath(value->getGlyphs(), value->getGlyphsCount() * 2, x_, y_, path);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tm-preds.h 175 #define REG_CLASS_FOR_CONSTRAINT(x_) \
176 regclass_for_constraint (x_)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tm-preds.h 175 #define REG_CLASS_FOR_CONSTRAINT(x_) \
176 regclass_for_constraint (x_)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tm-preds.h 175 #define REG_CLASS_FOR_CONSTRAINT(x_) \
176 regclass_for_constraint (x_)
  /frameworks/wilhelm/tools/permute/
permute.c 69 const Segment *x_ = (Segment *) x; local
71 return x_->mFrameStart - y_->mFrameStart;
  /external/openssl/crypto/bn/
bn_exp.c 569 #define MOD_EXP_CTIME_ALIGN(x_) \
570 ((unsigned char*)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN_CACHE_LINE_MASK))))

Completed in 1073 milliseconds

12 3