ONE
gf_copy(e->z, ONE);
gf_sub(p->z, ONE, p->x); /* num = 1-y^2 */
gf_sub(p->t, ONE, p->t); /* denom = 1-dy^2 or 1-d + dy^2 */
gf_copy(p->z, ONE);
gf_copy(x2, ONE);
gf_copy(z3, ONE);
return gf_eq(L0, ONE);
static const gf ZERO = { { { 0 } } }, ONE = { { { 1 } } };
p.p.Z[0] = ONE[0] & infty;
p.p.Z[1] = ONE[1] & infty;
p.p.Z[2] = ONE[2] & infty;
p.p.Z[3] = ONE[3] & infty;
p.p.Z[4] = ONE[4] & infty;
p.p.Z[5] = ONE[5] & infty;
p.p.Z[6] = ONE[6] & infty;
p.p.Z[7] = ONE[7] & infty;
static const BN_ULONG ONE[P256_LIMBS] = {
res = a[0] ^ ONE[0];
res |= a[1] ^ ONE[1];
res |= a[2] ^ ONE[2];
res |= a[3] ^ ONE[3];
res |= a[4] ^ ONE[4];
res |= a[5] ^ ONE[5];
res |= a[6] ^ ONE[6];
copy_conditional(res_z, ONE, in1infty);
&& (ret = bn_set_words(out->Z, ONE, P256_LIMBS)))
#define is_one(a) is_equal(a, ONE)
r->Z_is_one = is_equal(bn_get_words(r->Z), ONE) & 1;
ALIGN32 static const BN_ULONG ONE[P256_LIMBS] = { 1, 0, 0, 0 };
#define TESTBIT(t, b) (t[(b) >> 3] & (ONE << ((b) & 7)))
#define SETBIT(t, b) (t[(b) >> 3] |= (ONE << ((b) & 7)))
#define CLEARBIT(t, b) (t[(b) >> 3] &= (0xFF & ~(ONE << ((b) & 7))))
bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list));
bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list));
bit = (ONE << list) + ((ptr - sh.arena) / (sh.arena_size >> list));
bit = (ONE << list) + (ptr - sh.arena) / (sh.arena_size >> list);
chunk = sh.arena + ((bit & ((ONE << list) - 1)) * (sh.arena_size >> list));
return sh.arena_size / (ONE << list);
toppart = (x - ONE_HALF) / ONE;
toppart = (x - ONE_HALF) / ONE;
__m128i ONE = _mm_set_epi32(0, 1, 0, 0);
ctr1 = _mm_add_epi64(ctr1, ONE);
ctr2 = _mm_add_epi64(ctr1, ONE);
ctr3 = _mm_add_epi64(ctr2, ONE);
ctr4 = _mm_add_epi64(ctr3, ONE);
ctr5 = _mm_add_epi64(ctr4, ONE);
ctr6 = _mm_add_epi64(ctr5, ONE);
ctr7 = _mm_add_epi64(ctr6, ONE);
ctr8 = _mm_add_epi64(ctr7, ONE);
ctr1 = _mm_add_epi64(ctr1, ONE);
__m128i ONE = _mm_set_epi32(0, 1, 0, 0);
ctr1 = _mm_add_epi64(ctr1, ONE);
ctr2 = _mm_add_epi64(ctr1, ONE);
ctr3 = _mm_add_epi64(ctr2, ONE);
ctr4 = _mm_add_epi64(ctr3, ONE);
ctr5 = _mm_add_epi64(ctr4, ONE);
ctr6 = _mm_add_epi64(ctr5, ONE);
ctr7 = _mm_add_epi64(ctr6, ONE);
ctr8 = _mm_add_epi64(ctr7, ONE);
ctr1 = _mm_add_epi64(ctr1, ONE);
const __m128i ONE = _mm_setr_epi32(0, 0, 1, 0);
x = _mm_add_epi64(x, ONE);