Searched refs:x_ (Results 26 - 42 of 42) sorted by relevance

12

/external/libvpx/vp8/encoder/
H A Dssim.c107 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/
H A DDrawUtils.java158 int x_ = x;
163 if (x_ + extent.x > x + width) {
168 x_ = x;
170 gc.drawText(c, x_, y_);
171 x_ += extent.x;
/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/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp117 struct DDD { int x_;}; member in struct:DDD
/external/v8/src/ia32/
H A Dassembler-ia32.h278 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_;
H A Dassembler-ia32.cc521 EMIT(x.x_);
1179 is_uint8(imm.x_) &&
1181 uint8_t imm8 = imm.x_;
2529 EMIT(x.x_ & 0xFF);
H A Dmacro-assembler-ia32.cc329 return !is_intn(x.x_, kMaxImmediateBits);
335 Set(dst, Immediate(x.x_ ^ jit_cookie()));
345 push(Immediate(x.x_ ^ jit_cookie()));
/external/webp/src/enc/
H A Dquant.c303 const uint8_t* const left = it->x_ ? enc->y_left_ : NULL;
304 const uint8_t* const top = it->y_ ? enc->y_top_ + it->x_ * 16 : NULL;
310 const uint8_t* const left = it->x_ ? enc->u_left_ : NULL;
311 const uint8_t* const top = it->y_ ? enc->uv_top_ + it->x_ * 16 : NULL;
H A Dvp8enci.h254 int x_, y_; // current macroblock member in struct:__anon15065
H A Dframe.c728 uint8_t* const info = &pic->extra_info[it->x_ + it->y_ * enc->mb_w_];
/external/v8/test/mjsunit/
H A Dmirror-object.js162 this.x_ = x;
/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/third_party/libjingle/source/talk/session/phone/testdata/
H A Dvideo.rtpdump711 ��'�H!��zl�1�S]�Elk������R�\_K�_-6���O�l��5bYR8{������k\:��*U��B�g���_����i�Y|���M�g���[�C�Wc�(��#������^v9�_�|���������i�_�#0����9b9��Ta������y�P��e⸭�����+w�C�+a �ߙ�72��o����7WCc�ν����jf���>�/���[6xC�&ߗ�P;� i��;iՅ��?��l�-�޺~K�OO�S��I۷�uæ�<�o\"�p�{ ��/e��?s�|_"�|�׺5�A�| ��9�75�0�I;�o�>��e��ecC��wC�쁁{��8oKU�N$o~�Ɗ�؝�������{�V9=�=����p��8nv9z]�O�ð��ݿ�w�� �G��B�Uݭ�Z��׋6�_v7�?��,G?p&�"��C���n���_u�ހ^����� ���� c�]v�)x_���?dDzo�k�����68Ј�q�q�vy{�B8*�O�2lhI��0�G�f�������4K� �!�E��P��ZB���f�Y���~�(��������fe���?|����[��G�y��K�C!���Ƅ�XbM�� ��;�(#M�ޅ��b&���3w�篤�8 ���Iw{�/��w �:��A�o}-GM�~�3��<�q��6� �������B��G'�"/п
793 BW���a;ʢU�x_%D�}V���#��ci��������@K���������L�f��q�'�w�B�qWB_h�a� Rf�w�^���/��Lc��^4D9��.ũx���)2:���Ĭx����Y�v0���i� �+���X�g�#��c4�΢���[
/external/chromium/testing/gmock/test/
H A Dgmock-matchers_test.cc3026 double& x() const { return x_; }
3031 static double x_; member in class:testing::gmock_matchers_test::AClass
3034 double AClass::x_ = 0.0; member in class:testing::gmock_matchers_test::AClass
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc4959 explicit Base(int an_x) : x_(an_x) {}
4960 int x() const { return x_; }
4962 int x_; member in class:Base
/external/gtest/test/
H A Dgtest_unittest.cc4959 explicit Base(int an_x) : x_(an_x) {}
4960 int x() const { return x_; }
4962 int x_; member in class:Base
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc4959 explicit Base(int x) : x_(x) {}
4960 int x() const { return x_; }
4962 int x_; member in class:Base

Completed in 415 milliseconds

12