Searched defs:tsize (Results 1 - 17 of 17) sorted by relevance

/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h332 Index tsize = size - k - bs; // trailing size local
339 BlockType A_2(lu,0,k+bs,rows,tsize);
341 BlockType A12(lu,k,k+bs,bs,tsize);
343 BlockType A22(lu,k+bs,k+bs,trows,tsize);
/external/libpcap/
H A Dsf-pcap.c501 static size_t tsize = 0; local
509 if (tsize < hdr->caplen) {
510 tsize = ((hdr->caplen + 1023) / 1024) * 1024;
513 tp = (u_char *)malloc(tsize);
515 tsize = 0;
/external/opencv/cxcore/src/
H A Dcxlogic.cpp200 CvSize size, tsize; local
311 tsize.width = size.width;
312 tsize.height = dy;
314 tsize.height = size.height - y;
315 if( cont_flag || tsize.height == 1 )
317 tsize.width *= tsize.height;
318 tsize.height = 1;
322 cvSize(tsize.width*elem_size, tsize
358 CvSize size, tsize; local
[all...]
H A Dcxarithm.cpp293 CvSize size, tsize; local
488 tsize.width = size.width;
489 tsize.height = dy;
491 tsize.height = size.height - y;
492 if( cont_flag || tsize.height == 1 )
494 tsize.width *= tsize.height;
495 tsize.height = 1;
503 cvSize( tsize.width*cn, tsize
545 CvSize size, tsize; local
769 CvSize size, tsize; local
1017 CvSize size, tsize; local
[all...]
/external/toybox/toys/pending/
H A Dtftpd.c89 socklen_t socklen, char *file, int opcode, int tsize, int blksize)
115 if (blksize != TFTPD_BLKSIZE || tsize) {
123 if (tsize) {// add "tsize\000tsize_val\000" in send buffer.
128 strcpy(ptr, "tsize");
129 ptr += strlen("tsize") + 1;
239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1; local
298 } else if (!tsize && !strcasecmp(buf, "tsize")) tsize
88 do_action(struct sockaddr *srcaddr, struct sockaddr *dstaddr, socklen_t socklen, char *file, int opcode, int tsize, int blksize) argument
[all...]
/external/opencv3/modules/calib3d/src/
H A Dsolvepnp.cpp70 Size rsize = _rvec.size(), tsize = _tvec.size(); local
74 (tsize == Size(1, 3) || tsize == Size(3, 1)) );
/external/mesa3d/src/mesa/swrast/
H A Ds_triangle.c246 GLint tbytesline, tsize; member in struct:affine_info
391 tex10 -= info->tsize; \
392 tex11 -= info->tsize; \
585 info.tsize = texImg->Height * info.tbytesline;
602 GLint tbytesline, tsize; member in struct:persp_info
656 tex10 -= info->tsize; \
657 tex11 -= info->tsize; \
851 info.tsize = texImg->Height * info.tbytesline;
/external/curl/lib/
H A Dtftp.c74 #define TFTP_OPTION_TSIZE "tsize"
385 long tsize = 0; local
387 tsize = strtol( value, NULL, 10 );
388 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize);
390 /* tsize should be ignored on upload: Who cares about the size of the
393 if(!tsize) {
394 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
397 Curl_pgrsSetDownloadSize(data, tsize);
497 /* add tsize optio
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dcoff.h133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon7789
H A Dpkt_sched.h103 unsigned int tsize; member in struct:tc_sizespec
/external/opencv3/modules/imgproc/src/
H A Dtemplmatch.cpp487 Size size = _image.size(), tsize = templ.size(); local
491 float scale = 1.f / tsize.area();
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc602 int32_t tsize = TransformationSize(contour); local
603 transformation->resize(tsize);
604 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize);
/external/iproute2/include/linux/
H A Dpkt_sched.h107 unsigned int tsize; member in struct:tc_sizespec
/external/dlmalloc/
H A Dmalloc.c3319 size_t tsize = chunksize(t); local
3321 compute_tree_index(tsize, idx);
3323 assert(tsize >= MIN_LARGE_SIZE);
3324 assert(tsize >= minsize_for_tree_index(idx));
3325 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
3330 assert(chunksize(u) == tsize);
3971 size_t tsize = m->topsize += qsize; local
3973 q->head = tsize | PINUSE_BIT;
3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { argument
4015 init_top(m, (mchunkptr)tbase, tsize
4055 size_t tsize = 0; local
4419 size_t tsize = m->topsize += psize; local
4759 size_t tsize = fm->topsize += psize; local
5437 init_user_mstate(char* tbase, size_t tsize) argument
5468 size_t tsize = granularity_align(rs); local
5700 size_t tsize = fm->topsize += psize; local
[all...]
/external/expat/lib/
H A Dxmlparse.c5990 size_t tsize; local
5996 tsize = table->size * sizeof(NAMED *);
5997 table->v = (NAMED **)table->mem->malloc_fcn(tsize);
6002 memset(table->v, 0, tsize);
6025 size_t tsize = newSize * sizeof(NAMED *); local
6026 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize);
6029 memset(newV, 0, tsize);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1107 milliseconds