/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/libffi/src/ |
D | dlmalloc.c | 2640 size_t tsize = chunksize(t); in do_check_tree() local 2642 compute_tree_index(tsize, idx); in do_check_tree() 2644 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 2645 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 2646 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 2651 assert(chunksize(u) == tsize); in do_check_tree() 3276 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3278 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3304 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3321 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
D | SDL_malloc.c | 2650 size_t tsize = chunksize(t); in do_check_tree() local 2652 compute_tree_index(tsize, idx); in do_check_tree() 2654 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 2655 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 2656 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 2661 assert(chunksize(u) == tsize); in do_check_tree() 3288 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3290 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3316 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3333 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
/external/quake/quake/src/WinQuake/ |
D | vid_vga.cpp | 249 int tsize, tbuffersize; in VGA_FreeAndAllocVidbuffer() local 263 tsize = D_SurfaceCacheForRes (lvid->width, lvid->height); in VGA_FreeAndAllocVidbuffer() 265 tbuffersize += tsize; in VGA_FreeAndAllocVidbuffer() 279 vid_surfcachesize = tsize; in VGA_FreeAndAllocVidbuffer()
|
D | sys_dos.cpp | 782 int j, tsize; in Sys_GetMemory() local 799 tsize = Q_atoi (com_argv[COM_CheckParm("-heapsize") + 1]) * 1024; in Sys_GetMemory() 801 if (tsize < quakeparms.memsize) in Sys_GetMemory() 802 quakeparms.memsize = tsize; in Sys_GetMemory()
|
D | vid_svgalib.cpp | 474 int bsize, zsize, tsize; in VID_SetMode() local 522 tsize = D_SurfaceCacheForRes (vid.width, vid.height); in VID_SetMode() 527 d_pzbuffer = Hunk_HighAllocName (bsize+tsize+zsize, "video"); in VID_SetMode() 531 vid.conbuffer = vid.buffer = (pixel_t *)(((byte *)d_pzbuffer) + zsize + tsize); in VID_SetMode() 533 D_InitCaches (vid_surfcache, tsize); in VID_SetMode()
|
D | vid_win.cpp | 262 int tsize, tbuffersize; in VID_AllocBuffers() local 266 tsize = D_SurfaceCacheForRes (width, height); in VID_AllocBuffers() 268 tbuffersize += tsize; in VID_AllocBuffers() 279 vid_surfcachesize = tsize; in VID_AllocBuffers()
|
/external/eigen/unsupported/test/mpreal/ |
D | dlmalloc.c | 3152 size_t tsize = chunksize(t); in do_check_tree() local 3154 compute_tree_index(tsize, idx); in do_check_tree() 3156 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 3157 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 3158 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 3163 assert(chunksize(u) == tsize); in do_check_tree() 3789 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3791 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3816 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3833 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
/external/qemu/slirp-android/ |
D | tftp.c | 376 int tsize = atoi(value); in tftp_handle_rrq() local 379 if (tsize == 0 && tftp_prefix) { in tftp_handle_rrq() 387 tsize = stat_p.st_size; in tftp_handle_rrq() 394 tftp_send_oack(spt, "tsize", tsize, tp); in tftp_handle_rrq()
|
/external/qemu/slirp/ |
D | tftp.c | 370 int tsize = atoi(value); in tftp_handle_rrq() local 373 if (tsize == 0 && tftp_prefix) { in tftp_handle_rrq() 381 tsize = stat_p.st_size; in tftp_handle_rrq() 388 tftp_send_oack(spt, "tsize", tsize, tp); in tftp_handle_rrq()
|
/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/quake/quake/src/QW/client/ |
D | vid_svgalib.c | 475 int bsize, zsize, tsize; in VID_SetMode() local 523 tsize = D_SurfaceCacheForRes (vid.width, vid.height); in VID_SetMode() 528 d_pzbuffer = Hunk_HighAllocName (bsize+tsize+zsize, "video"); in VID_SetMode() 532 vid.conbuffer = vid.buffer = (pixel_t *)(((byte *)d_pzbuffer) + zsize + tsize); in VID_SetMode() 534 D_InitCaches (vid_surfcache, tsize); in VID_SetMode()
|
D | vid_win.c | 266 int tsize, tbuffersize; in VID_AllocBuffers() local 270 tsize = D_SurfaceCacheForRes (width, height); in VID_AllocBuffers() 272 tbuffersize += tsize; in VID_AllocBuffers() 283 vid_surfcachesize = tsize; in VID_AllocBuffers()
|
/external/libpcap/ |
D | savefile.c | 1250 static size_t tsize = 0; in sf_next_packet() local 1258 if (tsize < hdr->caplen) { in sf_next_packet() 1259 tsize = ((hdr->caplen + 1023) / 1024) * 1024; in sf_next_packet() 1262 tp = (u_char *)malloc(tsize); in sf_next_packet() 1264 tsize = 0; in sf_next_packet()
|
/external/qemu/ |
D | a.out.h | 75 host_ulong tsize; /* text size in bytes, padded to FW bdry*/ member 373 host_ulong tsize; /* text size in bytes, padded to FW bdry*/ member
|
/external/elfutils/libdw/ |
D | libdwP.h | 334 #define libdw_alloc(dbg, type, tsize, cnt) \ argument 336 size_t _required = (tsize) * (cnt); \
|
/external/webkit/Source/JavaScriptCore/assembler/ |
D | LinkBuffer.h | 327 size_t tsize = size / sizeof(short); in dumpCode() local 339 for (unsigned i = 0; i < tsize; i++) in dumpCode()
|
/external/kernel-headers/original/linux/ |
D | pkt_sched.h | 98 unsigned int tsize; member
|
D | nfs_xdr.h | 95 __u32 tsize; /* Server transfer size */ member
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 95 unsigned int tsize; member
|
/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()
|