/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | uasyncio_lock.py.exp | 4 have lock 9 task have 1 0 10 task have 2 0 11 task have 3 0 12 task have 1 1 13 task have 2 1 14 task have 3 1 15 task have 1 2 17 task have 2 2 19 task have 3 2 [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | gzread.c | 25 unsigned *have; 29 *have = 0; 31 ret = read(state->fd, buf + *have, len - *have); 34 *have += ret; 35 } while (*have < len); 340 n = GT_OFF(state->have) || (z_off64_t)state->have > len ? 404 n = state->have > len ? len : state->have; 470 if (state->have) { 471 state->have--; 531 state->have++; [all …]
|
A D | infback.c | 124 have = strm->avail_in; \ 135 strm->avail_in = have; \ 151 if (have == 0) { \ 153 if (have == 0) { \ 166 have--; \ 336 if (copy > have) copy = have; 339 have -= copy; 368 state->have = 0; 374 while (state->have < 19) 389 state->have = 0; [all …]
|
A D | inflate.c | 471 have--; \ 619 in = have; 720 if (copy > have) copy = have; 752 have -= copy; 867 if (copy > have) copy = have; 897 state->have = 0; 918 state->have = 0; 1323 unsigned FAR *have; in syncsearch() 1330 got = *have; 1341 *have = got; [all …]
|
A D | gzlib.c | 75 state->have = 0; /* no output data available */ 309 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR); 312 state->have = 0; 334 n = GT_OFF(state->have) || (z_off64_t)state->have > offset ? 335 (unsigned)offset : state->have; 336 state->have -= n; 437 (state->eof && state->strm.avail_in == 0 && state->have == 0) : 0;
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_config.h.cmake.in | 29 /* Define to 1 if you have the `floor' function. */ 32 /* Define to 1 if you have the `getopt' function. */ 50 /* Define to 1 if you have the <io.h> header file. */ 53 /* Define to 1 if you have the `isascii' function. */ 59 /* Define to 1 if you have the `lfind' function. */ 68 /* Define to 1 if you have the `memmove' function. */ 74 /* Define to 1 if you have the `memset' function. */ 77 /* Define to 1 if you have the `mmap' function. */ 86 /* Define to 1 if you have the `pow' function. */ 98 /* Define to 1 if you have the `sqrt' function. */ [all …]
|
A D | tif_config.h.in | 40 /* Define to 1 if you have the `floor' function. */ 46 /* Define to 1 if you have the `getopt' function. */ 77 /* Define to 1 if you have the <io.h> header file. */ 80 /* Define to 1 if you have the `isascii' function. */ 86 /* Define to 1 if you have the `lfind' function. */ 95 /* Define to 1 if you have the `memmove' function. */ 101 /* Define to 1 if you have the `memset' function. */ 104 /* Define to 1 if you have the `mmap' function. */ 113 /* Define to 1 if you have the `pow' function. */ 128 /* Define to 1 if you have the `sqrt' function. */ [all …]
|
A D | tif_config.h-vms | 1 /* Define to 1 if you have the <assert.h> header file. */ 4 /* Define to 1 if you have the <fcntl.h> header file. */ 14 /* Define to 1 if you have the <sys/types.h> header file. */ 17 /* Define to 1 if you have the <io.h> header file. */ 20 /* Define to 1 if you have the <search.h> header file. */
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | gzread.c | 25 unsigned *have; 30 *have = 0; 32 get = len - *have; 39 } while (*have < len); 152 state->x.have = 0; 269 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ? 465 if (state->x.have) { 466 state->x.have--; 512 state->x.have = 1; 534 state->x.have++; [all …]
|
A D | infback.c | 133 have = strm->avail_in; \ 144 strm->avail_in = have; \ 160 if (have == 0) { \ 162 if (have == 0) { \ 175 have--; \ 345 if (copy > have) copy = have; 348 have -= copy; 377 state->have = 0; 383 while (state->have < 19) 398 state->have = 0; [all …]
|
A D | inflate.c | 509 have--; \ 652 in = have; 759 if (copy > have) copy = have; 791 have -= copy; 906 if (copy > have) copy = have; 936 state->have = 0; 957 state->have = 0; 1378 unsigned FAR *have; in syncsearch() 1385 got = *have; 1396 *have = got; [all …]
|
A D | gzwrite.c | 78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local 125 have = strm->avail_out; 132 have -= strm->avail_out; 133 } while (have); 204 unsigned have, copy; local 210 copy = state->size - have; 213 memcpy(state->in + have, buf, copy); 308 unsigned have; local 335 have = (unsigned)((strm->next_in + strm->avail_in) - state->in); 336 if (have < state->size) { [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | config.h.in | 18 /* Define to 1 if you have the <dlfcn.h> header file. */ 21 /* Define to 1 if you have the <GLUT/glut.h> header file. */ 24 /* Define to 1 if you have the <GL/glut.h> header file. */ 27 /* Define to 1 if you have the <inttypes.h> header file. */ 30 /* Define to 1 if you have the <memory.h> header file. */ 39 /* Define to 1 if you have the <shlwapi.h> header file. */ 42 /* Define to 1 if you have the <stdint.h> header file. */ 45 /* Define to 1 if you have the <stdlib.h> header file. */ 51 /* Define to 1 if you have the <string.h> header file. */ 60 /* Define to 1 if you have the <unistd.h> header file. */ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/ |
A D | config.h.in | 19 /* Define to 1 if you have the <dlfcn.h> header file. */ 22 /* Define to 1 if you have the <GLUT/glut.h> header file. */ 25 /* Define to 1 if you have the <GL/glut.h> header file. */ 28 /* Define to 1 if you have the <inttypes.h> header file. */ 31 /* Define to 1 if you have the <memory.h> header file. */ 40 /* Define to 1 if you have the <shlwapi.h> header file. */ 43 /* Define to 1 if you have the <stdint.h> header file. */ 46 /* Define to 1 if you have the <stdlib.h> header file. */ 52 /* Define to 1 if you have the <string.h> header file. */ 61 /* Define to 1 if you have the <unistd.h> header file. */ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | config.h.in | 3 /* Define to 1 if you have the <dlfcn.h> header file. */ 6 /* Define to 1 if you have the `feenableexcept' function. */ 9 /* Define to 1 if you have the <inttypes.h> header file. */ 12 /* Define to 1 if you have the `m' library (-lm). */ 15 /* Define to 1 if you have the `z' library (-lz). */ 18 /* Define to 1 if you have the <memory.h> header file. */ 21 /* Define to 1 if you have the `pow' function. */ 24 /* Define to 1 if you have the <stdint.h> header file. */ 27 /* Define to 1 if you have the <stdlib.h> header file. */ 33 /* Define to 1 if you have the <string.h> header file. */ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 156 last = have ? (have--, (int)(*next++)) : -1) 175 if (chunk > have) { \ 176 chunk -= have; \ 177 have = 0; \ 186 have -= chunk; \ 386 unsigned have, flags, len; in gunpipe() local 445 len -= have; in gunpipe() 446 have = 0; in gunpipe() 451 have -= len; in gunpipe() [all …]
|
A D | zpipe.c | 39 unsigned have; in def() local 69 have = CHUNK - strm.avail_out; in def() 70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in def() 95 unsigned have; in inf() local 135 have = CHUNK - strm.avail_out; in inf() 136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) { in inf()
|
A D | fitblk.c | 131 unsigned have; /* bytes written by deflate() call */ in main() local 165 have = size + EXCESS - def.avail_out; in main() 166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main() 175 size - have, size); in main() 218 have = size - def.avail_out; in main() 219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main() 231 size - have, size, def.total_in); in main()
|
A D | zran.c | 76 int have; /* number of list entries filled in */ member 107 index->have = 0; in addpoint() 111 else if (index->have == index->size) { in addpoint() 122 next = index->list + index->have; in addpoint() 130 index->have++; in addpoint() 229 index->list = realloc(index->list, sizeof(struct point) * index->have); in build_index() 230 index->size = index->have; in build_index() 264 ret = index->have; in extract() 395 offset = (index->list[index->have - 1].out << 1) / 3; in main()
|
A D | gzappend.c | 262 unsigned have; in gzscan() local 296 have = full = 0; in gzscan() 306 strm->avail_out = DSIZE - have; in gzscan() 307 strm->next_out = window + have; in gzscan() 317 crc = crc32(crc, window + have, DSIZE - have - strm->avail_out); in gzscan() 319 have = DSIZE - strm->avail_out; in gzscan() 321 have = 0; in gzscan() 363 rotate(window, DSIZE, have); in gzscan() 364 have = DSIZE; in gzscan() 370 deflateSetDictionary(strm, window, have); in gzscan()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | infback9.c | 127 if (have == 0) { \ 128 have = in(in_desc, &next); \ 129 if (have == 0) { \ 142 have--; \ 264 have = next != Z_NULL ? strm->avail_in : 0; 331 if (copy > have) copy = have; 334 have -= copy; 361 state->have = 0; 367 while (state->have < 19) 382 state->have = 0; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 117 +/* Define to 1 if you have the `floor' function. */ 123 +/* Define to 1 if you have the `getopt' function. */ 154 +/* Define to 1 if you have the <io.h> header file. */ 163 +/* Define to 1 if you have the `lfind' function. */ 178 +/* Define to 1 if you have the `memset' function. */ 181 +/* Define to 1 if you have the `mmap' function. */ 190 +/* Define to 1 if you have the `pow' function. */ 205 +/* Define to 1 if you have the `sqrt' function. */ 217 +/* Define to 1 if you have the `strchr' function. */ 229 +/* Define to 1 if you have the `strstr' function. */ [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-wince.md | 6 We have left the CE support in SDL 1.2 for those that must have it, and we 7 have support for Windows Phone 8 and WinRT in SDL2, as of SDL 2.0.3.
|
A D | README-pandora.md | 6 support to work on the pandora under the framebuffer. This driver do not have 7 input support for now, so if you use it you will have to add your own control code. 8 The video driver name is "pandora" so if you have problem running it from
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/ |
A D | Makefile.riscos | 40 @echo that should have reported '@.lib and @.libc identical' if you have diff. 42 @echo that will have given lots of hello!'s.
|