/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inftrees.c | 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 122 *(*table)++ = here; 216 here.bits = (unsigned char)(len - drop); 218 here.op = (unsigned char)0; 219 here.val = work[sym]; 223 here.val = base[work[sym] - match]; 227 here.val = 0; 236 next[(huff >> drop) + fill] = here; 296 here.val = (unsigned short)0; [all …]
|
A D | infback.c | 405 if (here.val < 16) { 498 if (here.op && (here.op & 0xf0) == 0) { 499 last = here; 508 DROPBITS(here.bits); 512 if (here.op == 0) { 513 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 524 if (here.op & 32) { 531 if (here.op & 64) { 553 last = here; 562 DROPBITS(here.bits); [all …]
|
A D | inffast.c | 110 here = lcode[hold & lmask]; 112 op = (unsigned)(here.bits); 115 op = (unsigned)(here.op); 117 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 123 len = (unsigned)(here.val); 141 here = dcode[hold & dmask]; 143 op = (unsigned)(here.bits); 146 op = (unsigned)(here.op); 148 dist = (unsigned)(here.val); 267 here = dcode[here.val + (hold & ((1U << op) - 1))]; [all …]
|
A D | inflate.c | 966 if (here.val < 16) { 1059 if (here.op && (here.op & 0xf0) == 0) { 1060 last = here; 1070 DROPBITS(here.bits); 1071 state->back += here.bits; 1074 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 1080 if (here.op & 32) { 1086 if (here.op & 64) { 1110 last = here; 1120 DROPBITS(here.bits); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | infback9.c | 389 if (here.val < 16) { 474 if (here.op && (here.op & 0xf0) == 0) { 475 last = here; 484 DROPBITS(here.bits); 488 if (here.op == 0) { 489 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 500 if (here.op & 32) { 507 if (here.op & 64) { 529 last = here; 538 DROPBITS(here.bits); [all …]
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | inftrees.c | 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 122 *(*table)++ = here; 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 225 here.val = base[work[sym]]; 229 here.val = 0; 300 here.bits = (unsigned char)(len - drop); 301 here.val = (unsigned short)0; 308 here.bits = (unsigned char)len; [all …]
|
A D | infback.c | 396 if (here.val < 16) { 490 if (here.op && (here.op & 0xf0) == 0) { 491 last = here; 500 DROPBITS(here.bits); 504 if (here.op == 0) { 505 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 516 if (here.op & 32) { 523 if (here.op & 64) { 545 last = here; 554 DROPBITS(here.bits); [all …]
|
A D | inffast.c | 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 140 len = (unsigned)(here.val); 158 here = dcode[hold & dmask]; 160 op = (unsigned)(here.bits); 163 op = (unsigned)(here.op); 165 dist = (unsigned)(here.val); 284 here = dcode[here.val + (hold & ((1U << op) - 1))]; [all …]
|
A D | inflate.c | 927 if (here.val < 16) { 1021 if (here.op && (here.op & 0xf0) == 0) { 1022 last = here; 1032 DROPBITS(here.bits); 1033 state->back += here.bits; 1036 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 1042 if (here.op & 32) { 1048 if (here.op & 64) { 1072 last = here; 1082 DROPBITS(here.bits); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | zran.c | 254 struct point *here; in extract() local 263 here = index->list; in extract() 265 while (--ret && here[1].out <= offset) in extract() 266 here++; in extract() 277 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); in extract() 280 if (here->bits) { in extract() 286 (void)inflatePrime(&strm, here->bits, ret >> (8 - here->bits)); in extract() 288 (void)inflateSetDictionary(&strm, here->window, WINSIZE); in extract() 291 offset -= here->out; in extract()
|
/AliOS-Things-master/components/SDL2/ |
A D | BUGS.txt | 2 Bugs are now managed in the SDL bug tracker, here: 14 Bug reports are welcome here, but we really appreciate if you use Bugzilla, as
|
/AliOS-Things-master/components/SDL2/src/file/ |
A D | SDL_rwops.c | 459 newpos = context->hidden.mem.here + offset; in mem_seek() 473 context->hidden.mem.here = newpos; in mem_seek() 474 return (Sint64)(context->hidden.mem.here - context->hidden.mem.base); in mem_seek() 489 mem_available = (context->hidden.mem.stop - context->hidden.mem.here); in mem_read() 494 SDL_memcpy(ptr, context->hidden.mem.here, total_bytes); in mem_read() 495 context->hidden.mem.here += total_bytes; in mem_read() 504 num = (context->hidden.mem.stop - context->hidden.mem.here) / size; in mem_write() 506 SDL_memcpy(context->hidden.mem.here, ptr, num * size); in mem_write() 507 context->hidden.mem.here += num * size; in mem_write() 669 rwops->hidden.mem.here = rwops->hidden.mem.base; in SDL_RWFromMem() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | readme.txt | 12 donwload MASM from here: 16 You can also get objects files here:
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CONTRIBUTING.md | 28 - Use [Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet) to format your p… 32 …equests. If you are still not familiar with the Pull Requests (PR for short) here is a quick guide: 49 You can read the documentation here: <https://docs.littlevgl.com/> 50 You can edit the documentation here: <https://github.com/littlevgl/doc> 54 You can read the blog here: <https://blog.littlevgl.com/> 55 You can edit the blog here: <https://github.com/littlevgl/blog> 80 You will find the LittlevGL project here: [LittlevGL on Zanata](https://translate.zanata.org/iterat…
|
/AliOS-Things-master/solutions/amp_demo/ |
A D | README.md | 128 printf("nano entry here!\r\n"); 158 nano entry here! 238 nano entry here!
|
/AliOS-Things-master/components/py_engine/tests/feature_check/ |
A D | README | 3 other means. Scripts here are executed by run-tests at the beginning of
|
/AliOS-Things-master/solutions/helloworld_demo/ |
A D | README.md | 131 printf("nano entry here!\r\n"); 157 nano entry here! 237 nano entry here!
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngusr.dfa | 8 # here by entering the appropriate values as #defines preceded by '@' (to cause,
|
/AliOS-Things-master/solutions/linkkit_genie_demo/ |
A D | README.md | 131 printf("nano entry here!\r\n"); 157 nano entry here! 237 nano entry here!
|
/AliOS-Things-master/components/freetype/src/truetype/ |
A D | ttgxvar.c | 1108 FT_ULong here; in tt_face_vary_cvt() local 1227 here = FT_Stream_FTell( stream ); in tt_face_vary_cvt() 1263 FT_Stream_SeekSet( stream, here ); in tt_face_vary_cvt() 1315 FT_ULong here; in TT_Vary_Get_Glyph_Deltas() local 1360 here = FT_Stream_FTell( stream ); in TT_Vary_Get_Glyph_Deltas() 1367 FT_Stream_SeekSet( stream, here ); in TT_Vary_Get_Glyph_Deltas() 1419 here = FT_Stream_FTell( stream ); in TT_Vary_Get_Glyph_Deltas() 1473 FT_Stream_SeekSet( stream, here ); in TT_Vary_Get_Glyph_Deltas()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/ |
A D | FILES | 12 netif/ - Generic network interface device drivers are kept here.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | libtiff-CVE-2018-10963.patch | 19 - assert(0); /* we should never get here */
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ |
A D | CMakeLists.txt | 65 # On the other hand, if ruy is the top-level project here (not part of a 67 # so we will definitely fail to compile, so we may as well fail right here.
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | lt~obsolete.m4 | 31 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here. 32 # Yes, that means every name once taken will need to remain here until
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/ |
A D | kws.md | 74 OLED_Show_String(14, 24, "Hi, I am here!", 16, 1);
|