Searched refs:X1 (Results 1 – 2 of 2) sorted by relevance
/lib/ |
D | locking-selftest.c | 297 LOCK(X1); \ 329 RL(X1); in rlock_AA1() 330 RL(X1); // this one should NOT fail in rlock_AA1() 335 RL(X1); in rlock_AA1B() 341 RSL(X1); in rsem_AA1() 342 RSL(X1); // this one should fail in rsem_AA1() 347 RSL(X1); in rsem_AA1B() 355 RL(X1); in rlock_AA2() 361 RSL(X1); in rsem_AA2() 367 WL(X1); in rlock_AA3() [all …]
|
/lib/mpi/ |
D | ec.c | 848 #define X1 (point->x) in dup_point_edwards() macro 865 ctx->addm(B, X1, Y1, ctx); in dup_point_edwards() 870 ctx->pow2(C, X1, ctx); in dup_point_edwards() 901 #undef X1 in dup_point_edwards() 1076 #define X1 (p1->x) in add_points_edwards() macro 1105 ctx->mulm(C, X1, X2, ctx); in add_points_edwards() 1121 ctx->addm(tmp, X1, Y1, ctx); in add_points_edwards() 1143 #undef X1 in add_points_edwards()
|