/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | infback.c | 130 put = strm->next_out; \ 141 strm->next_out = put; \ 213 put = state->window; \ 216 if (out(out_desc, put, left)) { \ 259 unsigned char FAR *put; /* next output */ local 286 put = state->window; 347 zmemcpy(put, next, copy); 351 put += copy; 590 from = put + copy; 594 from = put - state->offset; [all …]
|
A D | gzwrite.c | 78 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local 88 put = strm->avail_in > max ? max : strm->avail_in; 89 writ = write(state->fd, strm->next_in, put); 108 put = strm->next_out - state->x.next > (int)max ? max : 110 writ = write(state->fd, state->x.next, put); 183 z_size_t put = len; local 242 return put;
|
A D | inflate.c | 478 put = strm->next_out; \ 489 strm->next_out = put; \ 628 unsigned char FAR *put; /* next output */ local 909 zmemcpy(put, next, copy); 913 put += copy; 1165 *put++ = 0; 1180 from = put - state->offset; 1187 *put++ = *from++; 1193 *put++ = (unsigned char)(state->length); 1205 UPDATE(state->check, put - out, out);
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | infback.c | 121 put = strm->next_out; \ 132 strm->next_out = put; \ 204 put = state->window; \ 207 if (out(out_desc, put, left)) { \ 250 unsigned char FAR *put; /* next output */ local 277 put = state->window; 338 zmemcpy(put, next, copy); 342 put += copy; 582 from = put + copy; 586 from = put - state->offset; [all …]
|
A D | inflate.c | 440 put = strm->next_out; \ 451 strm->next_out = put; \ 595 unsigned char FAR *put; /* next output */ local 870 zmemcpy(put, next, copy); 874 put += copy; 1127 *put++ = 0; 1142 from = put - state->offset; 1149 *put++ = *from++; 1155 *put++ = (unsigned char)(state->length); 1167 UPDATE(state->check, put - out, out);
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | pufftest.c | 90 int ret, put = 0, fail = 0; in main() local 101 put = 1; in main() 103 fail = 1, put = 1; in main() 147 if (put && ret == 0) { in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_getimage.c | 508 if (img->put.any == NULL) { in TIFFRGBAImageGet() 625 tileContigRoutine put = img->put.contig; in gtTileContig() local 738 tileSeparateRoutine put = img->put.separate; in gtTileSeparate() local 920 tileContigRoutine put = img->put.contig; in gtStripContig() local 1008 tileSeparateRoutine put = img->put.separate; in gtStripSeparate() local 2608 img->put.contig = NULL; in PickContigCase() 2684 img->put.contig = putagreytile; in PickContigCase() 2686 img->put.contig = putgreytile; in PickContigCase() 2689 img->put.contig = put4bitbwtile; in PickContigCase() 2692 img->put.contig = put2bitbwtile; in PickContigCase() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/infback9/ |
A D | infback9.c | 180 put = window; \ 183 if (out(out_desc, put, (unsigned)left)) { \ 226 unsigned char FAR *put; /* next output */ local 267 put = window; 333 zmemcpy(put, next, copy); 337 put += copy; 493 *put++ = (unsigned char)(length); 565 from = put + copy; 569 from = put - offset; 576 *put++ = *from++;
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/ |
A D | gzlog.c | 503 uint put; in log_append() local 517 put = (MAX_STORE << 10) - log->stored; in log_append() 518 if (put > len) in log_append() 519 put = (uint)len; in log_append() 520 if (put) { in log_append() 521 if (write(log->fd, data, put) != put) in log_append() 524 log->tcrc = crc32(log->tcrc, data, put); in log_append() 525 log->tlen += put; in log_append() 526 log->stored += put; in log_append() 527 data += put; in log_append() [all …]
|
/AliOS-Things-master/components/a2sa/internal/driver/core/ |
A D | control.h | 49 .put = handler_put, \ 58 .put = handler_put, \ 154 audio_kcontrol_put_t *put; member 174 audio_kcontrol_put_t *put; member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8_dec.h | 69 VP8IoPutHook put; member 117 VP8IoPutHook put,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.Tiffile | 10 inconsequential. But for bilevel images, I overrode the get() and put() 23 This is intended as Win32, but the modifications for new get() and put()
|
A D | Tiffile.cpp | 309 img->put.contig = putContig1bitTile; in DibInstallHack() 396 tileContigRoutine put = img->put.contig; in getStripContig1Bit() local 436 (*put)(img, (uint32*)(braster+y*wb), 0, y, w, nrow, fromskew, toskew, buf + pos); in getStripContig1Bit()
|
/AliOS-Things-master/components/drivers/core/base/include/aos/ |
A D | device_core.h | 22 void (*put)(aos_dev_ref_t *); member
|
/AliOS-Things-master/components/a2sa/src/driver/core/ |
A D | control.c | 75 kctl->put = ncontrol->put; in audio_ctl_new1() 364 if ((vd->access & AOS_CTL_ELEM_ACCESS_WRITE) && kctl->put != NULL) { in audio_ctl_elem_write() 367 ret = kctl->put(kctl, value); in audio_ctl_elem_write()
|
/AliOS-Things-master/components/SDL2/acinclude/ |
A D | ltoptions.m4 | 115 put the `dlopen' option into LT_INIT's first parameter.]) 151 put the `win32-dll' option into LT_INIT's first parameter.]) 306 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 313 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 362 put the `pic-only' option into LT_INIT's first parameter.])
|
/AliOS-Things-master/components/SDL2/src/image/acinclude/ |
A D | ltoptions.m4 | 115 put the `dlopen' option into LT_INIT's first parameter.]) 151 put the `win32-dll' option into LT_INIT's first parameter.]) 306 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 313 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 347 put the `pic-only' option into LT_INIT's first parameter.])
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/httpserver/ |
A D | http_test_server.js | 33 app.put('*', function (req, res) {
|
/AliOS-Things-master/components/amp/ |
A D | README.md | 90 $ amp put ./app <device name>
|
/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | btree1.py | 76 db.put(b"baz1", b"qux1")
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/ |
A D | ltoptions.m4 | 117 put the 'dlopen' option into LT_INIT's first parameter.]) 153 put the 'win32-dll' option into LT_INIT's first parameter.]) 308 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 315 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 415 put the 'pic-only' option into LT_INIT's first parameter.])
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/ |
A D | ltoptions.m4 | 117 put the 'dlopen' option into LT_INIT's first parameter.]) 153 put the 'win32-dll' option into LT_INIT's first parameter.]) 308 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 315 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 415 put the 'pic-only' option into LT_INIT's first parameter.])
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/ |
A D | ltoptions.m4 | 117 put the 'dlopen' option into LT_INIT's first parameter.]) 153 put the 'win32-dll' option into LT_INIT's first parameter.]) 308 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 315 [$0: Remove this warning and the call to _LT_SET_OPTION when you put 415 put the 'pic-only' option into LT_INIT's first parameter.])
|
/AliOS-Things-master/components/drivers/core/base/src/ |
A D | device.c | 299 if (ref->dev->ops && ref->dev->ops->put) in aos_dev_put() 300 ref->dev->ops->put(ref); in aos_dev_put()
|
/AliOS-Things-master/components/SDL2/ |
A D | INSTALL.txt | 34 and put "subscribe" in the subject of the message.
|