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

/external/eigen/Eigen/src/LU/
H A DPartialPivLU.h326 Index tsize = size - k - bs; // trailing size local
333 BlockType A_2(lu,0,k+bs,rows,tsize);
335 BlockType A12(lu,k,k+bs,bs,tsize);
337 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/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp80 uint64_t tsize; // Text segment size. member in struct:UserArea
H A DRegisterContext_i386.h145 uint32_t tsize; // Text segment size. member in struct:RegisterContext_i386::UserArea
/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
301 } 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/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/kernel-headers/original/uapi/linux/
H A Dcoff.h133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon6725
H A Dpkt_sched.h103 unsigned int tsize; member in struct:tc_sizespec
/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.h95 unsigned int tsize; member in struct:tc_sizespec
/external/expat/lib/
H A Dxmlparse.c5974 size_t tsize; local
5980 tsize = table->size * sizeof(NAMED *);
5981 table->v = (NAMED **)table->mem->malloc_fcn(tsize);
5986 memset(table->v, 0, tsize);
6009 size_t tsize = newSize * sizeof(NAMED *); local
6010 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize);
6013 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 1486 milliseconds