/external/iproute2/tc/ |
D | tc_core.c | 166 s->tsize = 0; in tc_calc_size_table() 175 if (s->tsize == 0) in tc_calc_size_table() 176 s->tsize = 512; in tc_calc_size_table() 179 while ((s->mtu >> s->cell_log) > s->tsize - 1) in tc_calc_size_table() 182 *stab = malloc(s->tsize * sizeof(__u16)); in tc_calc_size_table() 187 for (i = s->tsize - 1; i >= 0; i--) { in tc_calc_size_table()
|
D | tc_stab.c | 86 if (s.tsize) in parse_size_table() 88 if (get_u32(&s.tsize, *argv, 10)) in parse_size_table() 132 if (s.tsize) in print_size_table() 133 fprintf(fp, "tsize %u ", s.tsize); in print_size_table()
|
/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 298 } else if (!tsize && !strcasecmp(buf, "tsize")) tsize ^= 1; in tftpd_main() 302 tsize &= (opcode == TFTPD_OP_RRQ); in tftpd_main() 307 socklen, toybuf + 2, opcode, tsize, blksize); in tftpd_main()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2707 size_t tsize = chunksize(t); in do_check_tree() local 2709 compute_tree_index(tsize, idx); in do_check_tree() 2711 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 2712 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 2713 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 2718 assert(chunksize(u) == tsize); in do_check_tree() 3343 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3345 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 3388 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
/external/curl/tests/data/ |
D | test1099 | 36 tsize: 0 42 tsize: 0
|
D | test2004 | 47 tsize: 0 53 tsize: 0
|
D | test2003 | 92 tsize: 0 98 tsize: 0
|
D | test271 | 40 tsize: 0
|
D | test283 | 33 tsize: 0
|
D | test1009 | 41 tsize: 0
|
D | test1049 | 41 tsize: 0
|
D | test1093 | 41 tsize: 0
|
D | test285 | 41 tsize: 32
|
D | test1094 | 47 tsize: 0
|
D | test1007 | 36 tsize: 27
|
D | test1238 | 42 tsize: 0
|
D | test284 | 64 tsize: 0
|
D | test286 | 89 tsize: 512
|
/external/dlmalloc/ |
D | malloc.c | 3319 size_t tsize = chunksize(t); in do_check_tree() local 3321 compute_tree_index(tsize, idx); in do_check_tree() 3323 assert(tsize >= MIN_LARGE_SIZE); in do_check_tree() 3324 assert(tsize >= minsize_for_tree_index(idx)); in do_check_tree() 3325 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1)))); in do_check_tree() 3330 assert(chunksize(u) == tsize); in do_check_tree() 3971 size_t tsize = m->topsize += qsize; in prepend_alloc() local 3973 q->head = tsize | PINUSE_BIT; in prepend_alloc() 3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { in add_segment() argument 4015 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment() [all …]
|
/external/syslinux/com32/chain/ |
D | mangle.c | 241 uint32_t tsize = (data->size + 19) & 0xfffffff0; 259 if (!realloc(data->data, tsize)) { 263 data->size = tsize; 266 opt.regs.ds = (tsize >> 4) + (opt.fseg - 2); 268 *(uint32_t *)((char*)data->data + tsize - 4) = fs_lba;
|
/external/eigen/Eigen/src/LU/ |
D | PartialPivLU.h | 454 Index tsize = size - k - bs; // trailing size 461 BlockType A_2(lu,0,k+bs,rows,tsize); 463 BlockType A12(lu,k,k+bs,bs,tsize); 465 BlockType A22(lu,k+bs,k+bs,trows,tsize);
|
/external/python/cpython2/Objects/ |
D | object.c | 1288 Py_ssize_t tsize; in _PyObject_GetDictPtr() local 1291 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GetDictPtr() 1292 if (tsize < 0) in _PyObject_GetDictPtr() 1293 tsize = -tsize; in _PyObject_GetDictPtr() 1294 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GetDictPtr() 1410 Py_ssize_t tsize; in _PyObject_GenericGetAttrWithDict() local 1413 tsize = ((PyVarObject *)obj)->ob_size; in _PyObject_GenericGetAttrWithDict() 1414 if (tsize < 0) in _PyObject_GenericGetAttrWithDict() 1415 tsize = -tsize; in _PyObject_GenericGetAttrWithDict() 1416 size = _PyObject_VAR_SIZE(tp, tsize); in _PyObject_GenericGetAttrWithDict()
|
/external/syslinux/gpxe/src/include/ |
D | coff.h | 46 unsigned long tsize; /* text size in bytes, padded to FW bdry*/ member
|
/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/syslinux/gpxe/src/net/udp/ |
D | tftp.c | 90 unsigned long tsize; member 581 tftp->tsize = strtoul ( value, &end, 10 ); in tftp_process_tsize() 587 DBGC ( tftp, "TFTP %p tsize=%ld\n", tftp, tftp->tsize ); in tftp_process_tsize() 768 if ( tftp->tsize ) { in tftp_rx_oack() 769 if ( ( rc = tftp_presize ( tftp, tftp->tsize ) ) != 0 ) in tftp_rx_oack()
|