Searched refs:wsz (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 139 struct winsize wsz; in test2() local 169 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) { in test2() 173 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2() 174 wsz.ws_xpixel != wsz1.ws_xpixel || in test2() 175 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2() 179 if (ioctl(masterfd, TIOCGWINSZ, &wsz) != 0) { in test2() 183 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2() 184 wsz.ws_xpixel != wsz1.ws_xpixel || in test2() 185 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2() 193 if (ioctl(slavefd, TIOCGWINSZ, &wsz) != 0) { in test2() [all …]
|
/external/opencv/cv/src/ |
D | cvstereobm.cpp | 182 int wsz = state->SADWindowSize, wsz2 = wsz/2; in icvFindStereoCorrespondenceBM_SSE2() local 219 memset( htext - wsz2 - 1, 0, (height + wsz + 1)*sizeof(htext[0]) ); in icvFindStereoCorrespondenceBM_SSE2() 253 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; in icvFindStereoCorrespondenceBM_SSE2() 254 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; in icvFindStereoCorrespondenceBM_SSE2() 390 int wsz = state->SADWindowSize, wsz2 = wsz/2; in icvFindStereoCorrespondenceBM() local 425 memset( htext - wsz2 - 1, 0, (height + wsz + 1)*sizeof(htext[0]) ); in icvFindStereoCorrespondenceBM() 459 const uchar* cbuf_sub = cbuf0 + ((x0 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; in icvFindStereoCorrespondenceBM() 460 uchar* cbuf = cbuf0 + ((x1 + wsz2 + 1) % (wsz + 1))*cstep - dy0*ndisp; in icvFindStereoCorrespondenceBM() 560 int wsz, ndisp, mindisp, lofs, rofs; in cvFindStereoCorrespondenceBM() local 624 wsz = state->SADWindowSize; in cvFindStereoCorrespondenceBM() [all …]
|
/external/libtextclassifier/tests/testdata/ |
D | langid.model | 105 …y�tl��`�s�em�8�c&vWj��Kq���j�2��E�&�q)��Σ�ffl��bV͂q/B���7fc/��jtb�~wsz���>`%U����>_e/fI0W…
|
/external/libtextclassifier/models/ |
D | textclassifier.langid.model | 105 …y�tl��`�s�em�8�c&vWj��Kq���j�2��E�&�q)��Σ�ffl��bV͂q/B���7fc/��jtb�~wsz���>`%U����>_e/fI0W…
|