Y
#define CIRCLE(X, Y) floor(distance(X, 0.0, Y, 0.0) / 125.0 + 1)
mvwaddch(slot_w, Y, 0, ' ');
mvwaddch(slot_w, Y, 2, ' ');
mvwaddch(slot_w, Y-1, 0, ' ');
mvwaddch(slot_w, Y-1, 1, ' ');
mvwaddch(slot_w, Y-1, 2, ' ');
mvwaddch(slot_w, Y+1, 0, ' ');
mvwaddch(slot_w, Y+1, 1, ' ');
mvwaddch(slot_w, Y+1, 2, ' ');
wmove(slot_w, Y - dr[winddir], 1 - dc[winddir]);
mvwaddch(slot_w, Y + dr[winddir], 1 + dc[winddir], '+');
#define MIN(X, Y) (((X) < (Y)) ? (X) : (Y))
#define REASSIGN(X,Y) do { if (X) free(X); (X)=(Y); } while (/*CONSTCOND*/0)
basic_exponent_mod(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode)
mp_exch(&res, Y);
fast_exponent_modulo(mp_int * G, mp_int * X, mp_int * P, mp_int * Y, int redmode)
mp_exch(&res, Y);
exponent_modulo(mp_int * G, mp_int * X, mp_int * P, mp_int *Y)
err = exponent_modulo(&tmpG, &tmpX, P, Y);
return basic_exponent_mod(G, X, P, Y, 1);
return fast_exponent_modulo(G, X, P, Y, diminished_radix);
return basic_exponent_mod(G, X, P, Y, 0);
BN_mod_exp(BIGNUM *Y, BIGNUM *G, BIGNUM *X, BIGNUM *P, BN_CTX *ctx)
if (Y == NULL || G == NULL || X == NULL || P == NULL) {
return exponent_modulo(G, X, P, Y) == MP_OKAY;
#define LCD_LOCATE(X, Y) (((Y) & 1 ? 0xc0 : 0x80) | ((X) & 0x0f))
#define LCD_LOCATE(X, Y) (((Y) & 1 ? 0xc0 : 0x80) | ((X) & 0x0f))
static struct fpn X, Y;
CPYFPN(&Y, &fe->fe_f2);
y = &Y;
#define BLAKE2S_G(VA, VB, VC, VD, X, Y) do \
(VA) = (VA) + (VB) + (Y); \
const uint8_t Y = t[6];
C,Y, M, D, h,m,s,
uint64_t Y;
Y = apei_mapreg_read(Register, map);
Y &= ~(Mask << BitOffset);
X |= Y;
Ya += Y(i);
X1Ys += X1(i) * Y(i);
X2Ys += X2(i) * Y(i);
YYs += Y(i) * Y(i);
#define DPRINTF(X, Y) do { if(ntfs_debug >= (X)) printf Y; } while(0)
#define DPRINTF(X, Y)
#define MIN(X, Y) ((X) < (Y) ? (X) : (Y))
#define MIN(X,Y) ((X) < (Y) ? (X) : (Y))
ghash_gfmul(const GMAC_INT *X, const GMAC_INT *Y, GMAC_INT *product)
memcpy(v, Y, GMAC_BLOCK_LEN);
| Y "=" INT_CONST { cur_menu->info->y = atoi($3); }
%token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
int32_t *X, Z[80], Y[80];
Y[i] = 0;
Y[i] += Z[i + k * global_bands * 2];
* (int64_t)Y[k];
* (int64_t)Y[k];