HomeSort by relevance Sort by last modified time
    Searched refs:wsz (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/pty/
ptem01.c 137 struct winsize wsz; local
164 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) {
168 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col ||
169 wsz.ws_xpixel != wsz1.ws_xpixel ||
170 wsz.ws_ypixel != wsz1.ws_ypixel) {
174 if (ioctl(masterfd, TIOCGWINSZ, &wsz) != 0) {
178 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col ||
179 wsz.ws_xpixel != wsz1.ws_xpixel |
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 182 int wsz = state->SADWindowSize, wsz2 = wsz/2; local
219 memset( htext - wsz2 - 1, 0, (height + wsz + 1)*sizeof(htext[0]) );
253 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;
254 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;
390 int wsz = state->SADWindowSize, wsz2 = wsz/2; local
425 memset( htext - wsz2 - 1, 0, (height + wsz + 1)*sizeof(htext[0]) );
459 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp;
460 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp
560 int wsz, ndisp, mindisp, lofs, rofs; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
newapis.h 96 WCHAR wsz[MAX_PATH]; local
98 dwRc = MultiByteToWideChar(AreFileApisANSI() ? CP_ACP : CP_OEMCP,0,tsz,-1,wsz,MAX_PATH);
106 hr = psfDesk->ParseDisplayName(NULL,NULL,wsz,&cwchEaten,&pidl,NULL);
108 hr = psfDesk->lpVtbl->ParseDisplayName(psfDesk,NULL,NULL,wsz,&cwchEaten,&pidl,NULL);
dinput.h 815 WCHAR wsz[MAX_PATH]; member in struct:DIPROPSTRING
    [all...]

Completed in 98 milliseconds