Searched defs:datasize (Results 1 - 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/core/lib/jpeg/
H A Djpeg_handle.h42 unsigned long int datasize; member in struct:tensorflow::jpeg::__anon26689
47 unsigned long int datasize, bool try_recover_truncated_jpeg);
H A Djpeg_handle.cc113 src->pub.bytes_in_buffer = src->datasize;
164 unsigned long int datasize, bool try_recover_truncated_jpeg) {
178 src->datasize = datasize;
163 SetSrc(j_decompress_ptr cinfo, const void *data, unsigned long int datasize, bool try_recover_truncated_jpeg) argument
H A Djpeg_mem.cc52 FewerArgsForCompiler(int datasize, const UncompressFlags& flags, int64* nwarn, argument
54 : datasize_(datasize),
86 const int datasize = argball->datasize_; local
104 if (datasize == 0 || srcdata == nullptr) return nullptr;
124 SetSrc(&cinfo, srcdata, datasize, flags.try_recover_truncated_jpeg);
488 uint8* Uncompress(const void* srcdata, int datasize, argument
491 FewerArgsForCompiler argball(datasize, flags, nwarn,
517 uint8* Uncompress(const void* srcdata, int datasize, argument
522 Uncompress(srcdata, datasize, flags, nwarn,
537 bool GetImageInfo(const void* srcdata, int datasize, in argument
[all...]
/external/wayland/tests/
H A Darray-test.c70 const int datasize = sizeof(struct mydata); local
78 struct mydata* ptr = wl_array_add(&array, datasize);
80 assert((i + 1) * datasize == array.size);
90 const int index = datasize * i;
/external/clang/lib/AST/
H A DRecordLayout.cpp32 CharUnits datasize,
34 : Size(size), DataSize(datasize), Alignment(alignment),
45 CharUnits datasize,
57 : Size(size), DataSize(datasize), Alignment(alignment),
29 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, CharUnits requiredAlignment, CharUnits datasize, ArrayRef<uint64_t> fieldoffsets) argument
40 ASTRecordLayout(const ASTContext &Ctx, CharUnits size, CharUnits alignment, CharUnits requiredAlignment, bool hasOwnVFPtr, bool hasExtendableVFPtr, CharUnits vbptroffset, CharUnits datasize, ArrayRef<uint64_t> fieldoffsets, CharUnits nonvirtualsize, CharUnits nonvirtualalignment, CharUnits SizeOfLargestEmptySubobject, const CXXRecordDecl *PrimaryBase, bool IsPrimaryBaseVirtual, const CXXRecordDecl *BaseSharingVBPtr, bool EndsWithZeroSizedObject, bool LeadsWithZeroSizedBase, const BaseOffsetsMapTy& BaseOffsets, const VBaseOffsetsMapTy& VBaseOffsets) argument
/external/curl/lib/
H A Dhttp_chunks.h86 curl_off_t datasize; member in struct:Curl_chunker
H A Dmime.h114 curl_off_t datasize; /* Expected data size. */ member in struct:curl_mimepart_s
H A Dmime.c371 return part->datasize;
474 curl_off_t size = part->datasize;
612 return part->datasize? -1: 0;
622 size_t sz = (size_t) part->datasize - part->state.offset;
644 offset += part->datasize;
648 if(offset < 0 || offset > part->datasize)
1083 part->datasize = (curl_off_t) 0; /* No size yet. */
1155 res = curl_mime_data(dst, src->data, (size_t) src->datasize);
1164 res = curl_mime_data_cb(dst, src->datasize, src->readfunc,
1319 const char *data, size_t datasize)
1318 curl_mime_data(curl_mimepart *part, const char *data, size_t datasize) argument
1458 curl_mime_data_cb(curl_mimepart *part, curl_off_t datasize, curl_read_callback readfunc, curl_seek_callback seekfunc, curl_free_callback freefunc, void *arg) argument
1871 curl_mime_data(curl_mimepart *part, const char *data, size_t datasize) argument
1887 curl_mime_data_cb(curl_mimepart *part, curl_off_t datasize, curl_read_callback readfunc, curl_seek_callback seekfunc, curl_free_callback freefunc, void *arg) argument
[all...]
/external/curl/tests/libtest/
H A Dlib643.c82 curl_off_t datasize = -1; local
86 datasize = (curl_off_t)strlen(data);
88 pooh.sizeleft = datasize;
118 res = curl_mime_data_cb(part, datasize, read_callback,
127 res = curl_mime_data_cb(part, datasize, read_callback,
141 datasize = (curl_off_t)strlen(data);
143 pooh2.sizeleft = datasize;
156 res = curl_mime_data_cb(part, datasize, read_callback,
/external/kernel-headers/original/uapi/linux/
H A Dcycx_cfm.h61 * @datasize - configuration data size
74 unsigned long datasize; member in struct:cycx_fw_info
/external/tensorflow/tensorflow/core/lib/gif/
H A Dgif_io.cc56 uint8* Decode(const void* srcdata, int datasize, argument
60 InputBufferInfo info = {reinterpret_cast<const uint8*>(srcdata), datasize};
/external/elfutils/src/
H A Dsize.c530 GElf_Off datasize = 0; local
554 datasize += shdr->sh_size;
560 ddigits - 2, datasize,
562 ddigits - 2, textsize + datasize + bsssize,
563 xdigits - 2, textsize + datasize + bsssize,
570 total_datasize += datasize;
/external/pdfium/core/fxge/
H A Dcfx_folderfontinfo.cpp342 uint32_t datasize = 0; local
345 datasize = pFont->m_FontOffset ? 0 : pFont->m_FileSize;
347 datasize = pFont->m_FontOffset ? pFont->m_FileSize : 0;
354 datasize = GET_TT_LONG(p + 12);
359 if (!datasize || size < datasize)
360 return datasize;
367 fread(buffer, datasize, 1, pFile) != 1) {
368 datasize = 0;
371 return datasize;
[all...]
/external/zopfli/src/zopfli/
H A Dlz77.c95 void ZopfliVerifyLenDist(const unsigned char* data, size_t datasize, size_t pos, argument
101 assert(pos + length <= datasize);
/external/pdfium/third_party/libopenjpeg20/
H A Dt1.h199 OPJ_UINT32 datasize; member in struct:opj_t1
H A Dt1.c1454 OPJ_UINT32 datasize = w * h; local
1456 if (datasize > t1->datasize) {
1458 t1->data = (OPJ_INT32*) opj_aligned_malloc(datasize * sizeof(OPJ_INT32));
1463 t1->datasize = datasize;
1467 memset(t1->data, 0, datasize * sizeof(OPJ_INT32));
/external/opencv/cv/src/
H A DmycvHaarDetectObjects.cpp168 int datasize; local
244 datasize = sizeof(MyCvHidHaarClassifierCascade) +
250 CV_CALL( out = (MyCvHidHaarClassifierCascade*)cvAlloc( datasize ));
381 assert( (char*)haar_node_ptr - (char*)out <= datasize );
H A Dcvhaar.cpp186 int datasize; local
262 datasize = sizeof(CvHidHaarClassifierCascade) +
268 CV_CALL( out = (CvHidHaarClassifierCascade*)cvAlloc( datasize ));
399 assert( (char*)haar_node_ptr - (char*)out <= datasize );
/external/pdfium/third_party/libtiff/
H A Dtif_dirread.c772 uint32 datasize; local
793 datasize=(*count)*typesize;
794 assert((tmsize_t)datasize>0);
800 if (datasize<=4)
801 _TIFFmemcpy(data,&direntry->tdir_offset,datasize);
808 err=TIFFReadDirEntryData(tif,(uint64)offset,(tmsize_t)datasize,data);
818 if (datasize<=8)
819 _TIFFmemcpy(data,&direntry->tdir_offset,datasize);
826 err=TIFFReadDirEntryData(tif,offset,(tmsize_t)datasize,data);
4352 uint64 datasize; local
[all...]
/external/valgrind/cachegrind/
H A Dcg_main.c895 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
899 tl_assert(datasize >= 1 && datasize <= min_line_size);
909 evt->Ev.Dr.szB = datasize;
915 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
920 tl_assert(datasize >= 1 && datasize <= min_line_size);
929 && lastEvt->Ev.Dr.szB == datasize
946 evt->Ev.Dw.szB = datasize;
953 Int datasize, IRAto
952 addEvent_D_guarded( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
[all...]
/external/valgrind/callgrind/
H A Dmain.c617 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
621 tl_assert(datasize >= 1);
623 tl_assert(datasize <= CLG_(min_line_size));
632 evt->Ev.Dr.szB = datasize;
638 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) argument
642 tl_assert(datasize >= 1);
644 tl_assert(datasize <= CLG_(min_line_size));
650 && lastEvt->Ev.Dr.szB == datasize
667 evt->Ev.Dw.szB = datasize;
674 Int datasize, IRAto
673 addEvent_D_guarded( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea, IRAtom* guard, Bool isWrite ) argument
[all...]
/external/zlib/src/contrib/minizip/
H A Dzip.c1519 short datasize = 0; local
1640 datasize += 8;
1644 datasize += 8;
1648 datasize += 8;
1650 if(datasize > 0)
1654 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree)
1665 zip64local_putValue_inmemory(p, datasize, 2); // DataSize
1689 zi->ci.size_centralExtraFree -= datasize + 4;
1690 zi->ci.size_centralheader += datasize + 4;
1693 zi->ci.size_centralExtra += datasize
[all...]
/external/libmtp/src/
H A Dptp-pack.c1663 ptp_unpack_EOS_FocusInfoEx (PTPParams* params, unsigned char** data, uint32_t datasize )
1678 if ((size >= datasize) || (size < 20))
1850 ptp_unpack_CANON_changes (PTPParams *params, unsigned char* data, int datasize, PTPCanon_changes_entry **pce) argument
1858 while (curdata - data + 8 < datasize) {
1862 if (size > datasize) {
1863 ptp_debug (params, "size %d is larger than datasize %d", size, datasize);
1872 if ((curdata - data) + size >= datasize) {
1893 while (curdata - data + 8 < datasize) {
1897 if (size > datasize) {
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h565 uint32_t datasize; member in struct:llvm::MachO::linkedit_data_command
/external/llvm/include/llvm/Support/
H A DMachO.h777 uint32_t datasize; member in struct:llvm::MachO::linkedit_data_command
1245 sys::swapByteOrder(C.datasize);

Completed in 2600 milliseconds

12