Home
last modified time | relevance | path

Searched refs:tsize (Results 1 – 25 of 33) sorted by relevance

12

/external/opencv/cxcore/src/
Dcxlogic.cpp200 CvSize size, tsize; in icvLogicS() local
311 tsize.width = size.width; in icvLogicS()
312 tsize.height = dy; in icvLogicS()
314 tsize.height = size.height - y; in icvLogicS()
315 if( cont_flag || tsize.height == 1 ) in icvLogicS()
317 tsize.width *= tsize.height; in icvLogicS()
318 tsize.height = 1; in icvLogicS()
322 cvSize(tsize.width*elem_size, tsize.height), buf, elem_size1 )); in icvLogicS()
326 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step )); in icvLogicS()
358 CvSize size, tsize; in icvLogic() local
[all …]
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.height ), 0 ) :
507 cvSize( tsize.width*cn, tsize.height )));
512 dst_step, tsize, mask->data.ptr + y*mask->step, mask_step ));
[all …]
/external/iproute2/tc/
Dtc_core.c150 s->tsize = 0; in tc_calc_size_table()
159 if (s->tsize == 0) in tc_calc_size_table()
160 s->tsize = 512; in tc_calc_size_table()
163 while ((s->mtu >> s->cell_log) > s->tsize - 1) in tc_calc_size_table()
166 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table()
171 for (i = s->tsize - 1; i >= 0; i--) { in tc_calc_size_table()
Dtc_stab.c91 if (s.tsize) in parse_size_table()
93 if (get_u32(&s.tsize, *argv, 10)) { in parse_size_table()
141 if (s.tsize) in print_size_table()
142 fprintf(fp, "tsize %u ", s.tsize); in print_size_table()
Dtc_qdisc.c171 stab.szopts.tsize * sizeof(__u16)); in tc_qdisc_modify()
/external/toybox/toys/pending/
Dtftpd.c89 socklen_t socklen, char *file, int opcode, int tsize, int blksize) in do_action() argument
115 if (blksize != TFTPD_BLKSIZE || tsize) { in do_action()
123 if (tsize) {// add "tsize\000tsize_val\000" in send buffer. in do_action()
239 int fd = 0, recvmsg_len, rbuflen, opcode, blksize = TFTPD_BLKSIZE, tsize = 0, set =1; in tftpd_main() local
301 } else if (!tsize && !strcasecmp(buf, "tsize")) tsize ^= 1; in tftpd_main()
305 tsize &= (opcode == TFTPD_OP_RRQ); in tftpd_main()
310 socklen, toybuf + 2, opcode, tsize, blksize); in tftpd_main()
/external/libpcap/
Dsf-pcap.c501 static size_t tsize = 0; in pcap_next_packet() local
509 if (tsize < hdr->caplen) { in pcap_next_packet()
510 tsize = ((hdr->caplen + 1023) / 1024) * 1024; in pcap_next_packet()
513 tp = (u_char *)malloc(tsize); in pcap_next_packet()
515 tsize = 0; in pcap_next_packet()
/external/eigen/Eigen/src/LU/
DPartialPivLU.h326 Index tsize = size - k - bs; // trailing size member
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/mesa3d/src/mesa/swrast/
Ds_triangle.c246 GLint tbytesline, tsize; member
391 tex10 -= info->tsize; \ in affine_span()
392 tex11 -= info->tsize; \ in affine_span()
585 info.tsize = texImg->Height * info.tbytesline;
602 GLint tbytesline, tsize; member
656 tex10 -= info->tsize; \ in fast_persp_span()
657 tex11 -= info->tsize; \ in fast_persp_span()
851 info.tsize = texImg->Height * info.tbytesline;
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_i386.h145 uint32_t tsize; // Text segment size. member
DRegisterContextLinux_x86_64.cpp80 uint64_t tsize; // Text segment size. member
/external/kernel-headers/original/uapi/linux/
Dcoff.h133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member
Dpkt_sched.h103 unsigned int tsize; member
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc602 int32_t tsize = TransformationSize(contour); in Transformation() local
603 transformation->resize(tsize); in Transformation()
604 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize); in Transformation()
/external/elfutils/src/libdw/
DlibdwP.h414 #define libdw_alloc(dbg, type, tsize, cnt) \ argument
416 size_t _required = (tsize) * (cnt); \
/external/iproute2/include/linux/
Dpkt_sched.h95 unsigned int tsize; member
/external/libcxxabi/src/
Dfallback_malloc.ipp181 << "\tsize: " << p->len << " Next: " << p->next_node << std::endl;
/external/expat/lib/
Dxmlparse.c5974 size_t tsize; in lookup() local
5980 tsize = table->size * sizeof(NAMED *); in lookup()
5981 table->v = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
5986 memset(table->v, 0, tsize); in lookup()
6009 size_t tsize = newSize * sizeof(NAMED *); in lookup() local
6010 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize); in lookup()
6013 memset(newV, 0, tsize); in lookup()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/e2fsprogs/po/
Dit.po5538 "\tsize=<journal size in megabytes>\n"
5552 "\tsize=<dimensione del journal in MB>\n"
Did.po5486 "\tsize=<journal size in megabytes>\n"
5499 "\tsize=<ukuran jurnal dalam megabytes>\n"
Dde.po5442 "\tsize=<journal size in megabytes>\n"
5455 "\tsize=<Journalgröße in Megabytes>\n"
Dtr.po5693 "\tsize=<journal size in megabytes>\n"
5706 "\tsize=<MB olarak günlük uzunluğu>\n"
Dsv.po5499 "\tsize=<journal size in megabytes>\n"
5512 "\tsize=<journalstorlek i megabyte>\n"
Dpl.po5490 "\tsize=<journal size in megabytes>\n"
5503 "\tsize=<rozmiar kroniki w megabajtach>\n"

12