Searched refs:W2 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursespad.cc224 NCursesWindow* W2 = getWindow(); local
226 if ((static_cast<NCursesWindow*>(0) != W) && (static_cast<NCursesWindow*>(0) != W2)) {
251 W2->vline(1,Width+1,Height);
252 W2->attron(A_REVERSE);
254 W2->addch(row+1,Width+1,ACS_UARROW);
256 W2->addch(row+i,Width+1,' ');
257 W2->addch(row+v_len,Width+1,ACS_DARROW);
261 W2->addch(row+i,Width+1,' ');
263 W2->attroff(A_REVERSE);
265 W2
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/otp/
H A Dotp.tcl303 set W2 [expr { (($A & 0x000003FF) << 1) | (($B >> 31) & 0x1)}]
308 foreach w [list $W0 $W1 $W2 $W3 $W4 $W5] {
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha256.c246 uint32_t *W, *W2, *W7, *W15, *W16; local
262 W2 = &buf[14];
265 *(W++) = sigma1(*W2) + *(W7++) + sigma0(*W15) + *(W16++);
266 W2++;

Completed in 118 milliseconds