/external/curl/lib/ |
D | http_chunks.c | 161 ch->datasize=curlx_strtoofft(ch->hexbuffer, &endptr, 16); in Curl_httpchunk_read() 162 if((ch->datasize == CURL_OFF_T_MAX) && (errno == ERANGE)) in Curl_httpchunk_read() 173 if(0 == ch->datasize) { in Curl_httpchunk_read() 189 piece = curlx_sotouz((ch->datasize >= length)?length:ch->datasize); in Curl_httpchunk_read() 236 ch->datasize -= piece; /* decrease amount left to expect */ in Curl_httpchunk_read() 240 if(0 == ch->datasize) in Curl_httpchunk_read()
|
D | http_chunks.h | 86 curl_off_t datasize; member
|
D | pipeline.c | 82 (curl_off_t)conn->chunk.datasize > chunk_penalty_size) in Curl_pipeline_penalized() 88 conn->chunk.datasize, penalized?"TRUE":"FALSE"); in Curl_pipeline_penalized()
|
/external/opencv3/modules/ml/test/ |
D | test_svmtrainauto.cpp | 59 int datasize = 100; in run() local 60 cv::Mat samples = cv::Mat::zeros( datasize, 2, CV_32FC1 ); in run() 61 cv::Mat responses = cv::Mat::zeros( datasize, 1, CV_32S ); in run() 64 for (int i = 0; i < datasize; ++i) in run()
|
/external/clang/lib/AST/ |
D | RecordLayout.cpp | 34 CharUnits datasize, in ASTRecordLayout() argument 37 : Size(size), DataSize(datasize), Alignment(alignment), in ASTRecordLayout() 52 CharUnits datasize, in ASTRecordLayout() argument 65 : Size(size), DataSize(datasize), Alignment(alignment), in ASTRecordLayout()
|
/external/opencv3/modules/core/src/ |
D | cuda_host_mem.cpp | 222 size_t datasize = alignSize(nettosize, (int)sizeof(*refcount)); in create() 228 … case PAGE_LOCKED: cudaSafeCall( cudaHostAlloc(&ptr, datasize, cudaHostAllocDefault) ); break; in create() 229 … case SHARED: cudaSafeCall( cudaHostAlloc(&ptr, datasize, cudaHostAllocMapped) ); break; in create() 230 …case WRITE_COMBINED: cudaSafeCall( cudaHostAlloc(&ptr, datasize, cudaHostAllocWriteCombined) ); br… in create()
|
/external/elfutils/src/ |
D | size.c | 530 GElf_Off datasize = 0; in show_bsd() local 554 datasize += shdr->sh_size; in show_bsd() 560 ddigits - 2, datasize, in show_bsd() 562 ddigits - 2, textsize + datasize + bsssize, in show_bsd() 563 xdigits - 2, textsize + datasize + bsssize, in show_bsd() 570 total_datasize += datasize; in show_bsd()
|
/external/clang/include/clang/AST/ |
D | RecordLayout.h | 140 CharUnits datasize, const uint64_t *fieldoffsets, 150 CharUnits datasize,
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 895 void addEvent_Dr ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() argument 899 tl_assert(datasize >= 1 && datasize <= min_line_size); in addEvent_Dr() 909 evt->Ev.Dr.szB = datasize; in addEvent_Dr() 915 void addEvent_Dw ( CgState* cgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw() argument 921 tl_assert(datasize >= 1 && datasize <= min_line_size); in addEvent_Dw() 930 && lastEvt->Ev.Dr.szB == datasize in addEvent_Dw() 946 evt->Ev.Dw.szB = datasize; in addEvent_Dw() 953 Int datasize, IRAtom* ea, IRAtom* guard, in addEvent_D_guarded() argument 959 tl_assert(datasize >= 1 && datasize <= min_line_size); in addEvent_D_guarded() 986 ea, mkIRExpr_HWord( datasize ) ); in addEvent_D_guarded()
|
/external/kernel-headers/original/uapi/linux/ |
D | cycx_cfm.h | 73 unsigned long datasize; member
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_fontmap.cpp | 1548 FX_DWORD datasize = 0; in GetFontData() local 1551 datasize = pFont->m_FontOffset ? 0 : pFont->m_FileSize; in GetFontData() 1553 datasize = pFont->m_FontOffset ? pFont->m_FileSize : 0; in GetFontData() 1561 datasize = GET_TT_LONG(p + 12); in GetFontData() 1566 if (!datasize || size < datasize) in GetFontData() 1567 return datasize; in GetFontData() 1574 FXSYS_fread(buffer, datasize, 1, pFile) != 1) { in GetFontData() 1575 datasize = 0; in GetFontData() 1578 return datasize; in GetFontData()
|
/external/valgrind/callgrind/ |
D | main.c | 617 void addEvent_Dr ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dr() argument 621 tl_assert(datasize >= 1); in addEvent_Dr() 623 tl_assert(datasize <= CLG_(min_line_size)); in addEvent_Dr() 632 evt->Ev.Dr.szB = datasize; in addEvent_Dr() 638 void addEvent_Dw ( ClgState* clgs, InstrInfo* inode, Int datasize, IRAtom* ea ) in addEvent_Dw() argument 643 tl_assert(datasize >= 1); in addEvent_Dw() 645 tl_assert(datasize <= CLG_(min_line_size)); in addEvent_Dw() 651 && lastEvt->Ev.Dr.szB == datasize in addEvent_Dw() 667 evt->Ev.Dw.szB = datasize; in addEvent_Dw() 674 Int datasize, IRAtom* ea, IRAtom* guard, in addEvent_D_guarded() argument [all …]
|
/external/opencv3/apps/createsamples/ |
D | utility.cpp | 843 size_t datasize = 0; in icvCreateBackgroundData() local 870 datasize = 0; in icvCreateBackgroundData() 885 datasize += sizeof( char ) * (strlen( &(full[0]) ) + 1); in icvCreateBackgroundData() 892 datasize += sizeof( *data ) + sizeof( char* ) * count; in icvCreateBackgroundData() 893 data = (CvBackgroundData*) cvAlloc( datasize ); in icvCreateBackgroundData() 894 memset( (void*) data, 0, datasize ); in icvCreateBackgroundData() 973 size_t datasize = 0; in icvGetNextFromBackgroundData() local 1038 datasize = sizeof( uchar ) * img->width * img->height; in icvGetNextFromBackgroundData() 1039 reader->src = cvMat( img->height, img->width, CV_8UC1, (void*) cvAlloc( datasize ) ); in icvGetNextFromBackgroundData() 1054 CV_8UC1, (void*) cvAlloc( datasize ) ); in icvGetNextFromBackgroundData()
|
/external/zopfli/src/zopfli/ |
D | lz77.h | 99 void ZopfliVerifyLenDist(const unsigned char* data, size_t datasize, size_t pos,
|
D | lz77.c | 95 void ZopfliVerifyLenDist(const unsigned char* data, size_t datasize, size_t pos, in ZopfliVerifyLenDist() argument 101 assert(pos + length <= datasize); in ZopfliVerifyLenDist()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 590 int datasize = is.available(); in SEIMessage() local 592 while (read < datasize) { in SEIMessage() 612 if (datasize - read >= payloadSize) { in SEIMessage() 701 read = datasize; in SEIMessage()
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 302 EXE: datasize 8 307 EXE: datasize 0 312 EXE: datasize 24
|
/external/pdfium/third_party/libopenjpeg20/ |
D | t1.h | 110 OPJ_UINT32 datasize; member
|
D | t1.c | 1169 OPJ_UINT32 datasize=w * h; in opj_t1_allocate_buffers() local 1174 if(datasize > t1->datasize){ in opj_t1_allocate_buffers() 1176 t1->data = (OPJ_INT32*) opj_aligned_malloc(datasize * sizeof(OPJ_INT32)); in opj_t1_allocate_buffers() 1181 t1->datasize=datasize; in opj_t1_allocate_buffers() 1183 memset(t1->data,0,datasize * sizeof(OPJ_INT32)); in opj_t1_allocate_buffers()
|
/external/zlib/src/contrib/minizip/ |
D | zip.c | 1519 short datasize = 0; in zipCloseFileInZipRaw64() local 1640 datasize += 8; in zipCloseFileInZipRaw64() 1644 datasize += 8; in zipCloseFileInZipRaw64() 1648 datasize += 8; in zipCloseFileInZipRaw64() 1650 if(datasize > 0) in zipCloseFileInZipRaw64() 1654 if((uLong)(datasize + 4) > zi->ci.size_centralExtraFree) in zipCloseFileInZipRaw64() 1665 zip64local_putValue_inmemory(p, datasize, 2); // DataSize in zipCloseFileInZipRaw64() 1689 zi->ci.size_centralExtraFree -= datasize + 4; in zipCloseFileInZipRaw64() 1690 zi->ci.size_centralheader += datasize + 4; in zipCloseFileInZipRaw64() 1693 zi->ci.size_centralExtra += datasize + 4; in zipCloseFileInZipRaw64()
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 335 EXE: datasize 4 340 EXE: datasize 0 345 EXE: datasize 20
|
/external/curl/tests/ |
D | ftpserver.pl | 1245 my $datasize = ($left > $chunksize) ? $chunksize : $left; 1247 if($datasize > 0) { 1248 logmsg "> Appending $datasize bytes to file\n"; 1249 print FILE substr($line, 0, $datasize) if(!$nosave); 1250 $line = substr($line, $datasize); 1252 $received += $datasize;
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 768 uint32 datasize; in TIFFReadDirEntryArray() local 789 datasize=(*count)*typesize; in TIFFReadDirEntryArray() 790 assert((tmsize_t)datasize>0); in TIFFReadDirEntryArray() 796 if (datasize<=4) in TIFFReadDirEntryArray() 797 _TIFFmemcpy(data,&direntry->tdir_offset,datasize); in TIFFReadDirEntryArray() 804 err=TIFFReadDirEntryData(tif,(uint64)offset,(tmsize_t)datasize,data); in TIFFReadDirEntryArray() 814 if (datasize<=8) in TIFFReadDirEntryArray() 815 _TIFFmemcpy(data,&direntry->tdir_offset,datasize); in TIFFReadDirEntryArray() 822 err=TIFFReadDirEntryData(tif,offset,(tmsize_t)datasize,data); in TIFFReadDirEntryArray() 4296 uint64 datasize; in EstimateStripByteCounts() local [all …]
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_dirread.c | 768 uint32 datasize; in TIFFReadDirEntryArray() local 789 datasize=(*count)*typesize; in TIFFReadDirEntryArray() 790 assert((tmsize_t)datasize>0); in TIFFReadDirEntryArray() 796 if (datasize<=4) in TIFFReadDirEntryArray() 797 _TIFFmemcpy(data,&direntry->tdir_offset,datasize); in TIFFReadDirEntryArray() 804 err=TIFFReadDirEntryData(tif,(uint64)offset,(tmsize_t)datasize,data); in TIFFReadDirEntryArray() 814 if (datasize<=8) in TIFFReadDirEntryArray() 815 _TIFFmemcpy(data,&direntry->tdir_offset,datasize); in TIFFReadDirEntryArray() 822 err=TIFFReadDirEntryData(tif,offset,(tmsize_t)datasize,data); in TIFFReadDirEntryArray() 4299 uint64 datasize; in EstimateStripByteCounts() local [all …]
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-private-headers.test | 349 EXE: datasize 8 354 EXE: datasize 0 359 EXE: datasize 64
|