Home
last modified time | relevance | path

Searched refs:wc (Results 1 – 20 of 20) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestnativew32.c46 WNDCLASS wc; in CreateWindowNative() local
48 wc.style = 0; in CreateWindowNative()
49 wc.lpfnWndProc = WndProc; in CreateWindowNative()
50 wc.cbClsExtra = 0; in CreateWindowNative()
51 wc.cbWndExtra = 0; in CreateWindowNative()
52 wc.hInstance = GetModuleHandle(NULL); in CreateWindowNative()
53 wc.hIcon = LoadIcon(NULL, IDI_APPLICATION); in CreateWindowNative()
54 wc.hCursor = LoadCursor(NULL, IDC_ARROW); in CreateWindowNative()
56 wc.lpszMenuName = NULL; in CreateWindowNative()
57 wc.lpszClassName = "SDL Test"; in CreateWindowNative()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffset.c143 short wc; in main() local
146 wc = atoi(argv[arg_index++]); in main()
148 wc = TIFFFieldWriteCount(fip); in main()
150 if (argc - arg_index < wc) { in main()
197 array = _TIFFmalloc(wc * size); in main()
206 for (i = 0; i < wc; i++) in main()
210 for (i = 0; i < wc; i++) in main()
214 for (i = 0; i < wc; i++) in main()
218 for (i = 0; i < wc; i++) in main()
222 for (i = 0; i < wc; i++) in main()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_predict.c363 if (wc > stride) { in horAcc16()
364 wc -= stride; in horAcc16()
367 wc -= stride; in horAcc16()
399 wc -= stride; in horAcc32()
402 wc -= stride; in horAcc32()
580 wc -= stride; in horDiff16()
581 wp += wc - 1; in horDiff16()
584 wc -= stride; in horDiff16()
620 wc -= stride; in horDiff32()
621 wp += wc - 1; in horDiff32()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirwrite.c327 dir->tdir_count = wc; in TIFFWriteNormalSubTag()
332 if (wc > 1) { in TIFFWriteNormalSubTag()
336 dir->tdir_count = wc; in TIFFWriteNormalSubTag()
350 if (wc > 1) { in TIFFWriteNormalSubTag()
354 dir->tdir_count = wc; in TIFFWriteNormalSubTag()
366 if (wc > 1) { in TIFFWriteNormalSubTag()
370 dir->tdir_count = wc; in TIFFWriteNormalSubTag()
383 if (wc > 1) { in TIFFWriteNormalSubTag()
422 dir->tdir_count = wc; in TIFFWriteNormalSubTag()
430 if (wc > 1) { in TIFFWriteNormalSubTag()
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c723 WCHAR wc; in tchar2uni() local
767 WCHAR wc; in tchar2uni() local
773 wc = (wc << 8) + b; /* Make a DBC */ in tchar2uni()
779 uc = wc; in tchar2uni()
856 WCHAR wc; in put_utf()
1923 WCHAR wc; local
1961 WCHAR wc; local
2666 wc = wc << 8 | dp->dir[si++];
2841 if (wc != ' ' && wc != '.') break;
5054 if (wc != 0) wc = put_utf(wc, &label[di], 4); /* Put it in Unicode */
[all …]
/AliOS-Things-master/components/SDL2/build-scripts/
A Demscripten-buildbot.sh26 NCPU=`cat /proc/cpuinfo |grep vendor_id |wc -l`
31 NCPU=`/usr/sbin/psrinfo |wc -l |sed -e 's/^ *//g;s/ *$//g'`
A Dchecker-buildbot.sh38 if [ `ls -A analysis |wc -l` == 0 ] ; then
A Dnacl-buildbot.sh25 NCPU=`cat /proc/cpuinfo |grep vendor_id |wc -l`
A Draspberrypi-buildbot.sh26 NCPU=`cat /proc/cpuinfo |grep vendor_id |wc -l`
/AliOS-Things-master/components/py_engine/tests/
A Drun-tests-exp.sh33 numtestcases=$(expr $numtestcases + $(cat $expfile | wc -l))
/AliOS-Things-master/components/fatfs/src/
A Dff.c984 UINT wc, bc; in get_fat() local
1718 WCHAR wc, uc; local
1727 if (wc) {
1731 wc = uc;
1754 WCHAR wc, uc; local
1763 if (wc) {
1794 WCHAR wc; local
1803 s = wc = 0;
1833 WCHAR wc; local
1842 wc = *lfn++;
[all …]
/AliOS-Things-master/components/SDL2/src/image/Xcode/
A Dpackage245 set numFiles = `$lsbom -s $pkgBom | /usr/bin/wc -l`
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DMakefile.in1488 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1489 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1490 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1491 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1492 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1493 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1494 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1979 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1991 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A DMakefile.in1002 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1003 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1004 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1005 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1006 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1007 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1008 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DMakefile.in696 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
708 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DMakefile.in619 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
631 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/AliOS-Things-master/components/SDL2/src/gfx/
A DMakefile.in674 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
686 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DMakefile.in817 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
829 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/AliOS-Things-master/components/SDL2/src/image/
A DMakefile.in889 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
901 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/
A Drgb-3c-8b.ppm20 n x:#{P)wc+o�;l�Ep�Oq�Sv�]x�cy�n�ƒ�а�����������ܵ�єͦ}�y�r��yz�pl�[N�>C^,KR'bs=��g�՜��Ȉ�s^�Em�Xo�_…

Completed in 54 milliseconds