Searched defs:x_ (Results 1 - 7 of 7) sorted by relevance

/external/gtest/test/
H A Dproduction.h49 int x() const { return x_; }
51 void set_x(int x) { x_ = x; }
52 int x_; member in class:PrivateCode
H A Dgtest_unittest.cc4098 explicit Base(int x) : x_(x) {}
4099 int x() const { return x_; }
4101 int x_; member in class:Base
/external/openssl/crypto/ec/
H A Dec2_smpt.c70 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
99 if (!BN_GF2m_mod_arr(x, x_, group->poly)) goto err;
69 ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
H A Decp_smpl.c638 const BIGNUM *x_, int y_bit, BN_CTX *ctx)
669 if (!BN_nnmod(x, x_, &group->field,ctx)) goto err;
673 if (!group->meth->field_sqr(group, tmp2, x_, ctx)) goto err;
674 if (!group->meth->field_mul(group, tmp1, tmp2, x_, ctx)) goto err;
678 if (!BN_mod_sqr(tmp2, x_, &group->field, ctx)) goto err;
679 if (!BN_mod_mul(tmp1, tmp2, x_, &group->field, ctx)) goto err;
637 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
/external/stlport/test/unit/
H A Dfunc_test.cpp27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_) argument
41 return x_ > y_;
H A Dptr2_test.cpp35 static int sum(int x_, int y_) argument
37 return x_ + y_;
/external/v8/src/ia32/
H A Dassembler-ia32.h206 bool is_zero() const { return x_ == 0 && rmode_ == RelocInfo::NONE; }
208 return -128 <= x_ && x_ < 128 && rmode_ == RelocInfo::NONE;
211 return -32768 <= x_ && x_ < 32768 && rmode_ == RelocInfo::NONE;
217 int x_; member in class:v8::internal::BASE_EMBEDDED

Completed in 80 milliseconds