Searched refs:x_ (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcall-c.cc25 Foo() : x_(1) { }
26 int func() const { return x_; }
28 int x_; member in struct:Foo
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet1.C7 int x_; member in class:ivAllocation
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp89.C13 XX<int> x_; member in class:Y
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet1.C7 int x_; member in class:ivAllocation
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp89.C13 XX<int> x_; member in class:Y
/netbsd-6-1-5-RELEASE/dist/dhcp/contrib/
H A Dsethostname.sh14 if [ x$1 = x_ ]; then
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Decp_oct.c71 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;
70 ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x_, int y_bit, BN_CTX *ctx) argument
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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-outof-ssa.c448 unsigned x_; \
450 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_ += 2) \
452 y_ = VEC_index (int, (GRAPH)->edge_list, x_); \
455 (VAR) = VEC_index (int, (GRAPH)->edge_list, x_ + 1); \
456 (LOCUS) = VEC_index (source_location, (GRAPH)->edge_locus, x_ / 2); \
468 unsigned x_; \
470 for (x_ = 0; x_ < VEC_lengt
[all...]
H A Dlonglong.h1002 UDItype x_ = (USItype)(x); \
1005 __asm__ ("nsb %1, %0" : "=r" (c_) : "r" (x_)); \
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-outof-ssa.c318 unsigned x_; \
320 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_ += 2) \
322 y_ = VEC_index (int, (GRAPH)->edge_list, x_); \
325 (VAR) = VEC_index (int, (GRAPH)->edge_list, x_ + 1); \
337 unsigned x_; \
339 for (x_ = 0; x_ < VEC_length (int, (GRAPH)->edge_list); x_
[all...]
H A Dlonglong.h851 UDItype x_ = (USItype)(x); \
854 __asm__ ("nsb %1, %0" : "=r" (c_) : "r" (x_)); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/
H A Dbn_exp.c573 #define MOD_EXP_CTIME_ALIGN(x_) \
574 ((unsigned char*)(x_) + (MOD_EXP_CTIME_MIN_CACHE_LINE_WIDTH - (((size_t)(x_)) & (MOD_EXP_CTIME_MIN_CACHE_LINE_MASK))))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dtommath.tex285 A multiple precision integer of $n$-digits shall be denoted as $x = (x_{n-1}, \ldots, x_1, x_0)_{ \beta }$ and represent
1057 For example, suppose the product of two integers was $x_n = (0x_{n-1}x_{n-2}...x_0)_{\beta}$. The leading zero digit
2687 \hspace{3mm}1.1 $\vec x_{n+1} \leftarrow \vec x_{n+1} + \lfloor \vec x_{n}/\beta \rfloor$ \\
2688 \hspace{3mm}1.2 $\vec x_{n} \leftarrow \vec x_{n} \mbox{ (mod }\beta\mbox{)}$ \\
4073 \hspace{3mm}5.1 $\mu \leftarrow x_{ix} \cdot \rho \mbox{ (mod }\beta\mbox{)}$ \\
4076 \hspace{6mm}5.3.1 $\hat r \leftarrow \mu n_{iy} + x_{i
[all...]

Completed in 319 milliseconds