Searched refs:x_ (Results 76 - 100 of 110) sorted by relevance

12345

/external/openssl/crypto/ec/
H A Dec2_oct.c92 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
117 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
91 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc146 x_(x),
151 bounds.set(SkIntToScalar(x_), SkIntToScalar(y_),
161 int x() const { return x_; }
167 int right() const { return x_ + w_; }
172 int x_, y_, w_, h_; member in class:skia::__anon10678::LayerSaver
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h281 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
283 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
286 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_);
292 int x_;
363 return Operand(base, imm.x_, imm.rmode_);
H A Dassembler-x87.cc338 EMIT(x.x_);
1046 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
1047 test_b(reg, imm.x_);
1084 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
1085 return test_b(op, imm.x_);
1998 EMIT(x.x_ & 0xFF);
/external/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp117 struct DDD { int x_;}; member in struct:DDD
/external/chromium_org/v8/src/ia32/
H A Dassembler-ia32.h289 bool is_zero() const { return x_ == 0 && RelocInfo::IsNone(rmode_); }
291 return -128 <= x_ && x_ < 128 && RelocInfo::IsNone(rmode_);
294 return -32768 <= x_ && x_ < 32768 && RelocInfo::IsNone(rmode_);
300 int x_;
374 return Operand(base, imm.x_, imm.rmode_);
H A Dassembler-ia32.cc396 EMIT(x.x_);
1113 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
1114 test_b(reg, imm.x_);
1151 if (RelocInfo::IsNone(imm.rmode_) && is_uint8(imm.x_)) {
1152 return test_b(op, imm.x_);
2576 EMIT(x.x_ & 0xFF);
/external/ceres-solver/examples/
H A Dnist.cc254 : x_(*x), y_(*y) {} \
255 double x_; \
260 const T x(x_); \
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h207 TString *x_ = (x); \
208 val_(io).gc=cast(GCObject *, x_); settt_(io, ctb(x_->tsv.tt)); \
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp64 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) argument
65 : x (x_)
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
386 : x (x_)
/external/chromium_org/third_party/libwebp/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon13289
307 uint8_t* y_top_; // top luma samples at position 'x_'
308 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes
H A Dquant.c428 const uint8_t* const left = it->x_ ? it->y_left_ : NULL;
434 const uint8_t* const left = it->x_ ? it->u_left_ : NULL;
H A Dframe.c498 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
/external/chromium_org/win8/metro_driver/
H A Dchrome_app_view_ash.cc359 : x_(0),
406 x_ = dip_point_win32.x();
481 int x() const { return x_; }
495 int x_; member in class:ChromeAppViewAsh::PointerInfoHandler
/external/webp/src/enc/
H A Dvp8enci.h278 int x_, y_; // current macroblock member in struct:__anon33386
307 uint8_t* y_top_; // top luma samples at position 'x_'
308 uint8_t* uv_top_; // top u/v samples at position 'x_', packed as 16 bytes
H A Dquant.c428 const uint8_t* const left = it->x_ ? it->y_left_ : NULL;
434 const uint8_t* const left = it->x_ ? it->u_left_ : NULL;
/external/openssl/crypto/bn/
H A Dbn_exp.c569 #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))))
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dexponentiation.c839 #define MOD_EXP_CTIME_ALIGN(x_) \
840 ((unsigned char *)(x_) + \
842 (((size_t)(x_)) & (MOD_EXP_CTIME_MIN_CACHE_LINE_MASK))))
/external/chromium_org/v8/test/cctest/
H A Dtest-utils-arm64.cc340 const int x_offset = offsetof(dump_t, x_);
/external/chromium_org/v8/test/mjsunit/
H A Dmirror-object.js171 this.x_ = x;
/external/vixl/test/
H A Dtest-utils-a64.cc338 const int x_offset = offsetof(dump_t, x_);
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp116 Rect (int x_, int y_, int w_, int h_) : x(x_), y(y_), w(w_), h(h_) {} argument
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp193 const float x_ = float(x)/float(resolution)*2.0f - 1.0f + (isEdge ? 0.0f : rng.getFloat(-xyNoise, +xyNoise)); local
197 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp957 Rectangle (int x_, int y_, int width_, int height_)
958 : x (x_)

Completed in 3654 milliseconds

12345