HomeSort by relevance Sort by last modified time
    Searched refs:x_ (Results 76 - 100 of 154) sorted by null

1 2 34 5 6 7

  /external/clang/test/CodeGenCXX/
constructor-destructor-return-this.cpp 18 int x_; member in class:A
thunk-use-after-free.cpp 30 struct DDD { int x_;}; member in struct:DDD
  /external/vixl/test/aarch64/
test-utils-aarch64.h 66 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes);
94 return dump_.x_[code];
148 return ((dump_.x_[code] & kWRegMask) == dump_.w_[code]);
168 uint64_t x_[kNumberOfRegisters];
  /external/pdfium/third_party/agg23/
agg_rendering_buffer.h 41 span_data(int x_, unsigned len_, int8u* ptr_) :
42 x(x_), len(len_), ptr(ptr_) {}
agg_basics.h 267 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {}
275 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {}
281 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) :
282 x(x_), y(y_), cmd(cmd_) {}
  /external/v8/src/ia32/
assembler-ia32-inl.h 307 x_ = x;
312 x_ = reinterpret_cast<int32_t>(x);
317 x_ = reinterpret_cast<int32_t>(ext.address());
323 x_ = reinterpret_cast<int32_t>(internal_offset);
333 x_ = reinterpret_cast<intptr_t>(handle.location());
337 x_ = reinterpret_cast<intptr_t>(obj);
344 x_ = reinterpret_cast<intptr_t>(value);
350 x_ = reinterpret_cast<int32_t>(addr);
402 Label* label = reinterpret_cast<Label*>(x.x_);
407 emit(x.x_);
    [all...]
  /external/v8/src/x87/
assembler-x87-inl.h 307 x_ = x;
312 x_ = reinterpret_cast<int32_t>(x);
317 x_ = reinterpret_cast<int32_t>(ext.address());
323 x_ = reinterpret_cast<int32_t>(internal_offset);
333 x_ = reinterpret_cast<intptr_t>(handle.location());
337 x_ = reinterpret_cast<intptr_t>(obj);
344 x_ = reinterpret_cast<intptr_t>(value);
350 x_ = reinterpret_cast<int32_t>(addr);
402 Label* label = reinterpret_cast<Label*>(x.x_);
407 emit(x.x_);
    [all...]
  /external/libyuv/files/util/
ssim.cc 128 for (int x_ = 0; x_ < KERNEL_SIZE; ++x_) {
129 const int Wxy = Wy * K[x_];
130 if (((xo - KERNEL + x_) >= 0) && ((xo - KERNEL + x_) < W)) {
131 const int org_x = org[x_];
132 const int rec_x = rec[x_];
  /external/mksh/src/
emacsfn.h 23 #define FN(cname,sname,flags) static int x_##cname(int);
28 #define FN(cname,sname,flags) { x_##cname, sname, flags },
  /external/ImageMagick/Magick++/lib/
STL.cpp 402 Magick::floodFillAlphaImage::floodFillAlphaImage(const ssize_t x_,
407 _x(x_),
418 Magick::floodFillColorImage::floodFillColorImage(const ssize_t x_,
420 : _x(x_),
439 Magick::floodFillColorImage::floodFillColorImage(const ssize_t x_,
442 : _x(x_),
467 Magick::floodFillTextureImage::floodFillTextureImage(const ssize_t x_,
469 : _x(x_),
488 Magick::floodFillTextureImage::floodFillTextureImage(const ssize_t x_,
491 : _x(x_),
    [all...]
Image.cpp 4875 ExportImagePixels(image(),x_,y_,columns_,rows_,map_.c_str(),type_,pixels_, local
    [all...]
Drawable.cpp 514 ( double x_, double y_,
519 _x(x_),
527 ( double x_, double y_,
532 _x(x_),
540 ( double x_, double y_,
544 _x(x_),
552 ( double x_, double y_,
556 _x(x_),
564 ( double x_, double y_,
567 _x(x_),
    [all...]
  /external/drm_hwcomposer/
drmcrtc.cpp 34 x_(c->x),
  /external/libchrome/crypto/
p224_spake.h 112 // x_ is the secret Diffie-Hellman exponent (see paper referenced in .cc
114 uint8_t x_[p224::kScalarBytes]; member in class:crypto::P224EncryptedKeyExchange
  /external/strace/
gcc_compat.h 87 # define ALIGNOF(t_) (sizeof(struct { char x_; t_ y_; }) - sizeof(t_))
  /external/deqp/framework/common/
tcuVector.hpp 107 Vector (T x_, T y_);
108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
187 inline Vector<T, Size>::Vector (T x_, T y_)
190 m_data[0] = x_;
195 inline Vector<T, Size>::Vector (T x_, T y_, T z_)
198 m_data[0] = x_;
204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_)
207 m_data[0] = x_;
  /external/ImageMagick/Magick++/lib/Magick++/
Geometry.h 166 Offset(ssize_t x_,ssize_t y_);
223 Point(double x_,double y_);
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 41 x_(x),
160 bounds.left = x_;
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 70 explicit Base(int a_x) : x_(a_x) {}
72 int x() const { return x_; }
74 int x_; member in class:testing::__anon19743::Base
  /external/googletest/googlemock/test/
gmock_stress_test.cc 70 explicit Base(int a_x) : x_(a_x) {}
72 int x() const { return x_; }
74 int x_; member in class:testing::__anon19833::Base
  /external/v8/testing/gmock/test/
gmock_stress_test.cc 70 explicit Base(int a_x) : x_(a_x) {}
72 int x() const { return x_; }
74 int x_; member in class:testing::__anon36251::Base
  /external/freetype/src/base/
ftcalc.c 766 FT_Int32 x_ = vector->x; local
773 FT_MOVE_SIGN( x_, sx );
776 x = (FT_UInt32)x_;
822 x_ = (FT_Int32)x;
828 u = (FT_UInt32)( x_ + ( x_ * b >> 16 ) );
  /external/pdfium/third_party/freetype/src/base/
ftcalc.c 766 FT_Int32 x_ = vector->x; local
773 FT_MOVE_SIGN( x_, sx );
776 x = (FT_UInt32)x_;
822 x_ = (FT_Int32)x;
828 u = (FT_UInt32)( x_ + ( x_ * b >> 16 ) );
  /external/webp/src/enc/
iterator_enc.c 40 it->x_ = 0;
126 const int x = it->x_, y = it->y_;
184 const int x = it->x_, y = it->y_;
285 const int x = it->x_, y = it->y_;
309 if (++it->x_ == it->enc_->mb_w_) {
411 if (it->x_ < enc->mb_w_ - 1) {
  /external/curl/packages/vms/
build_curl-config_script.com 144 $ if f$type(x_'section2') .eqs. "STRING"
146 $ line_out = line_out + x_'section2'

Completed in 3021 milliseconds

1 2 34 5 6 7