/external/opencv/cxcore/src/ |
D | cxlogic.cpp | 200 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 …]
|
D | cxarithm.cpp | 293 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/ |
D | tc_core.c | 150 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()
|
D | tc_stab.c | 91 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()
|
D | tc_qdisc.c | 171 stab.szopts.tsize * sizeof(__u16)); in tc_qdisc_modify()
|
/external/toybox/toys/pending/ |
D | tftpd.c | 89 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/ |
D | sf-pcap.c | 501 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/ |
D | PartialPivLU.h | 326 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/ |
D | s_triangle.c | 246 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/ |
D | RegisterContext_i386.h | 145 uint32_t tsize; // Text segment size. member
|
D | RegisterContextLinux_x86_64.cpp | 80 uint64_t tsize; // Text segment size. member
|
/external/kernel-headers/original/uapi/linux/ |
D | coff.h | 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member
|
D | pkt_sched.h | 103 unsigned int tsize; member
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
D | glyph_table.cc | 602 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/ |
D | libdwP.h | 414 #define libdw_alloc(dbg, type, tsize, cnt) \ argument 416 size_t _required = (tsize) * (cnt); \
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 95 unsigned int tsize; member
|
/external/libcxxabi/src/ |
D | fallback_malloc.ipp | 181 << "\tsize: " << p->len << " Next: " << p->next_node << std::endl;
|
/external/expat/lib/ |
D | xmlparse.c | 5974 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/ |
D | org.eclipse.ui.forms_3.5.2.r36_v20100702.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/e2fsprogs/po/ |
D | it.po | 5538 "\tsize=<journal size in megabytes>\n" 5552 "\tsize=<dimensione del journal in MB>\n"
|
D | id.po | 5486 "\tsize=<journal size in megabytes>\n" 5499 "\tsize=<ukuran jurnal dalam megabytes>\n"
|
D | de.po | 5442 "\tsize=<journal size in megabytes>\n" 5455 "\tsize=<Journalgröße in Megabytes>\n"
|
D | tr.po | 5693 "\tsize=<journal size in megabytes>\n" 5706 "\tsize=<MB olarak günlük uzunluğu>\n"
|
D | sv.po | 5499 "\tsize=<journal size in megabytes>\n" 5512 "\tsize=<journalstorlek i megabyte>\n"
|
D | pl.po | 5490 "\tsize=<journal size in megabytes>\n" 5503 "\tsize=<rozmiar kroniki w megabajtach>\n"
|