Home
last modified time | relevance | path

Searched refs:tmpc (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/network/telnet/src/
H A Dansiprsr.cpp257 char tmpc; in ParseEscapeANSI() local
267 if(tmpc < '0' || tmpc > '9') { in ParseEscapeANSI()
269 if(tmpc == ';') { in ParseEscapeANSI()
278 if(tmpc < ' ') { in ParseEscapeANSI()
285 switch(tmpc) { in ParseEscapeANSI()
810 char tmpc; in ParseEscapeMTE() local
818 if(tmpc < '0' || tmpc > '9') { in ParseEscapeMTE()
1220 if(tmpc == 27) { in ParseANSIBuffer()
1230 if(tmpc < 32) { in ParseANSIBuffer()
1246 switch (tmpc) { in ParseANSIBuffer()
[all …]
/reactos/dll/win32/rsaenh/
H A Dmpi.c658 tmpc = c->dp; in fast_s_mp_mul_digs()
666 *tmpc++ = 0; in fast_s_mp_mul_digs()
1002 *tmpc++ = 0; in mp_add_d()
1370 *tmpc = (*tmpc >> D) | (r << shift); in mp_div_2d()
1371 --tmpc; in mp_div_2d()
1470 tmpc = c->dp; in mp_mul_2d()
1479 *tmpc = ((*tmpc << d) | r) & MP_MASK; in mp_mul_2d()
1480 ++tmpc; in mp_mul_2d()
1520 tmpc = c->dp; in mp_mul_d()
1538 *tmpc++ = u; in mp_mul_d()
[all …]