Symbol: RR
crypto/libressl/crypto/bn/bn_lcl.h
133
BIGNUM RR; /* used to convert to montgomery form */
crypto/libressl/crypto/bn/bn_mont.c
181
return BN_mod_mul_montgomery(r, a, &mont->RR, mont, ctx);
crypto/libressl/crypto/bn/bn_mont.c
346
BN_init(&(ctx->RR));
crypto/libressl/crypto/bn/bn_mont.c
359
BN_clear_free(&(mont->RR));
crypto/libressl/crypto/bn/bn_mont.c
378
R = &(mont->RR); /* grab RR as a temp */
crypto/libressl/crypto/bn/bn_mont.c
486
BN_zero(&(mont->RR));
crypto/libressl/crypto/bn/bn_mont.c
487
if (!BN_set_bit(&(mont->RR), mont->ri*2))
crypto/libressl/crypto/bn/bn_mont.c
489
if (!BN_mod_ct(&(mont->RR), &(mont->RR), &(mont->N), ctx))
crypto/libressl/crypto/bn/bn_mont.c
505
if (!BN_copy(&(to->RR), &(from->RR)))
games/monop/execute.c
166
case RR:
games/monop/execute.c
197
} else if (board[i].type == RR || board[i].type == UTIL) {
games/monop/execute.c
307
} else if (board[i].type == RR || board[i].type == UTIL) {
games/monop/execute.c
690
if (sp->type != PRPTY && sp->type != RR && sp->type != UTIL) {
games/monop/misc.c
148
case RR:
games/monop/misc.c
152
for (num = 0; op && op->sqr->type == RR;
games/monop/monop.c
171
{"Reading RR", -1, RR, &rr[0], 200 },
games/monop/monop.c
181
{"Pennsylvania RR", -1, RR, &rr[1], 200 },
games/monop/monop.c
191
{"B&O RR", -1, RR, &rr[2], 200 },
games/monop/monop.c
201
{"Short Line RR", -1, RR, &rr[3], 200 },
games/monop/print.c
132
case RR:
games/monop/prop.c
139
case RR:
games/monop/prop.c
96
case RR:
games/monop/rent.c
68
case RR:
games/monop/trade.c
242
case RR:
games/sail/extern.h
161
char RR; /* 228 */
games/sail/pl_6.c
71
repairs = &mf->RR;
games/sail/pl_7.c
679
if (mf->RR)
games/sail/pl_7.c
680
wprintw(slot_w, "%dRR", mf->RR);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
1113
uint32_t RR:1;
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
1216
cea_channels.channels.RR = speaker_flags.RL_RR;
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
1076
cea_channels.channels.RR = speaker_flags.RL_RR;
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
973
uint32_t RR:1;