/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_luv.c | 450 tmsize_t beg; in LogL16Encode() local 481 for (beg = i; beg < npixels; beg += rc) { in LogL16Encode() 490 if (beg-i > 1 && beg-i < MINRUN) { in LogL16Encode() 494 if (j == beg) { in LogL16Encode() 498 i = beg; in LogL16Encode() 600 tmsize_t beg; in LogLuvEncode32() local 632 for (beg = i; beg < npixels; beg += rc) { in LogLuvEncode32() 633 b = tp[beg] & mask; in LogLuvEncode32() 641 if (beg-i > 1 && beg-i < MINRUN) { in LogLuvEncode32() 645 if (j == beg) { in LogLuvEncode32() [all …]
|
A D | tif_stream.cxx | 174 os->seekp(offset, ios::beg); in _tiffosSeekProc() 244 os->seekp(static_cast<ios::off_type>(static_cast<uint64>(origin) + off), ios::beg); in _tiffosSeekProc() 267 data->stream->seekg(offset, ios::beg); in _tiffisSeekProc()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | reader.c | 37 const byte *beg; member 54 m_del(char, (char *)reader->beg, reader->free_len); in mp_reader_mem_close() 62 rm->beg = buf; in mp_reader_new_mem()
|
A D | obj.h | 1013 #define mp_seq_replace_slice_no_grow(dest, dest_len, beg, end, slice, slice_len, item_sz) \ argument 1014 memmove(((char *)dest) + (beg) * (item_sz), slice, slice_len * (item_sz)); \ 1015 …memmove(((char *)dest) + (beg + slice_len) * (item_sz), ((char *)dest) + (end) * (item_sz), (dest_… 1018 #define mp_seq_replace_slice_grow_inplace(dest, dest_len, beg, end, slice, slice_len, len_adj, item… argument 1019 …memmove(((char *)dest) + (beg + slice_len) * (item_sz), ((char *)dest) + (end) * (item_sz), ((dest… 1020 memmove(((char *)dest) + (beg) * (item_sz), slice, slice_len * (item_sz));
|
A D | objstr.c | 664 const byte *beg = s; in str_rsplit() local 669 if (splits == 0 || s < beg) { in str_rsplit() 676 if (s < beg || splits == 0) { in str_rsplit() 677 res->items[idx] = mp_obj_new_str_of_type(self_type, beg, last - beg); in str_rsplit()
|
/AliOS-Things-master/components/py_engine/external/unzip/src/ |
A D | deflate.c | 688 if (s->gzhead->hcrc && s->pending > beg) 692 beg = s->pending; 699 if (s->gzhead->hcrc && s->pending > beg) 701 s->pending - beg); 717 if (s->gzhead->hcrc && s->pending > beg) 721 beg = s->pending; 730 if (s->gzhead->hcrc && s->pending > beg) 732 s->pending - beg); 752 beg = s->pending; 761 if (s->gzhead->hcrc && s->pending > beg) [all …]
|
A D | inffast.c | 75 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local 102 beg = out - (start - strm->avail_out); 186 op = (unsigned)(out - beg); /* max distance in output */
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | tiffstream.cpp | 173 seekInt(fd, pos, beg); in getSize() 199 case beg: in seekInt() 200 org = ios::beg; in seekInt()
|
A D | tiffstream.h | 19 beg, enumerator
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | inffast.c | 58 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ local 85 beg = out - (start - strm->avail_out); 169 op = (unsigned)(out - beg); /* max distance in output */
|
A D | deflate.c | 755 #define HCRC_UPDATE(beg) \ argument 757 if (s->gzhead->hcrc && s->pending > (beg)) \ 909 HCRC_UPDATE(beg); 916 beg = 0; 922 HCRC_UPDATE(beg); 933 HCRC_UPDATE(beg); 939 beg = 0; 944 HCRC_UPDATE(beg); 955 HCRC_UPDATE(beg); 961 beg = 0; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | inffas8664.c | 89 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member 130 ar.beg = ar.out - (start - strm->avail_out);
|
/AliOS-Things-master/components/oss/src/utils/ |
A D | Utils.cc | 342 stream.seekg(0, stream.beg); in ComputeContentMD5() 362 stream.seekg(currentPos, stream.beg); in ComputeContentMD5() 387 stream.seekg(0, stream.beg); in ComputeContentMD5() 404 stream.seekg(currentPos, stream.beg); in ComputeContentMD5() 477 stream.seekg(0, stream.beg); in ComputeContentETag() 495 stream.seekg(currentPos, stream.beg); in ComputeContentETag() 515 stream.seekg(0, stream.beg); in ComputeContentETag() 532 stream.seekg(currentPos, stream.beg); in ComputeContentETag() 1038 stream.seekg(currentPos, stream.beg); in GetIOStreamLength()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/inflate86/ |
A D | inffast.S | 178 #define beg 40 /* unsigned char* */ macro 269 movl %ebp, beg(%esp) 625 subl beg(%esp), %eax /* nbytes = out - beg */ 652 cmpl out_r, beg(%esp) 1004 subl beg(%esp), %eax /* nbytes = out - beg */ 1032 cmpl out_r, beg(%esp)
|
A D | inffas86.c | 84 /* 40 20 */ unsigned char FAR *beg; /* inflate()'s init next_out */ member 113 ar.beg = ar.out - (start - strm->avail_out);
|
/AliOS-Things-master/components/oss/src/model/ |
A D | CreateSelectObjectMetaResult.cc | 51 data->seekg(0, data->beg); in operator =()
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableUploader.cc | 99 content->seekg(offset, content->beg); in Upload()
|
A D | ResumableDownloader.cc | 76 tmpFstream->seekp(pos, tmpFstream->beg); in Download()
|