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

12

/external/freetype/src/tools/ftfuzzer/
H A Drasterfuzzer.cc75 const size_t tsize = sizeof ( char ); local
78 short n_points = short( size_ / ( vsize + tsize ) );
/external/syslinux/gpxe/src/include/
H A Dcoff.h46 unsigned long tsize; /* text size in bytes, padded to FW bdry*/ member in struct:__anon24881
/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
298 } 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/eigen/Eigen/src/LU/
H A DPartialPivLU.h454 Index tsize = size - k - bs; // trailing size local
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/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/syslinux/gpxe/src/net/udp/
H A Dtftp.c86 * This is the value returned in the "tsize" option from the
88 * "tsize" option, this value will be zero.
90 unsigned long tsize; member in struct:tftp_request
113 * particular, if the TFTP server doesn't support the tsize
130 /** Request blksize and tsize options */
354 + 5 + 1 + 1 + 1 /* "tsize" + NUL + "0" + NUL */
571 * Process TFTP "tsize" option
581 tftp->tsize = strtoul ( value, &end, 10 );
583 DBGC ( tftp, "TFTP %p got invalid tsize \"%s\"\n",
587 DBGC ( tftp, "TFTP %p tsize
[all...]
/external/curl/lib/
H A Dtftp.c75 #define TFTP_OPTION_TSIZE "tsize"
387 long tsize = 0; local
389 tsize = strtol(value, NULL, 10);
390 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize);
392 /* tsize should be ignored on upload: Who cares about the size of the
395 if(!tsize) {
396 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
399 Curl_pgrsSetDownloadSize(data, tsize);
507 /* add tsize optio
[all...]
/external/dtc/
H A Dflattree.c409 int tsize = fdt32_to_cpu(fdt.totalsize); local
410 tsize += padlen;
411 fdt.totalsize = cpu_to_fdt32(tsize);
/external/kernel-headers/original/uapi/linux/
H A Dcoff.h134 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon9409
H A Dpkt_sched.h109 unsigned int tsize; member in struct:tc_sizespec
/external/python/cpython3/Objects/
H A Dobject.c975 Py_ssize_t tsize; local
978 tsize = ((PyVarObject *)obj)->ob_size;
979 if (tsize < 0)
980 tsize = -tsize;
981 size = _PyObject_VAR_SIZE(tp, tsize);
1070 Py_ssize_t tsize; local
1073 tsize = ((PyVarObject *)obj)->ob_size;
1074 if (tsize < 0)
1075 tsize
[all...]
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc603 int32_t tsize = TransformationSize(contour); local
604 transformation->resize(tsize);
605 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize);
/external/python/cpython2/Objects/
H A Dobject.c1288 Py_ssize_t tsize; local
1291 tsize = ((PyVarObject *)obj)->ob_size;
1292 if (tsize < 0)
1293 tsize = -tsize;
1294 size = _PyObject_VAR_SIZE(tp, tsize);
1410 Py_ssize_t tsize; local
1413 tsize = ((PyVarObject *)obj)->ob_size;
1414 if (tsize < 0)
1415 tsize
[all...]
/external/libnl/include/linux-private/linux/
H A Dpkt_sched.h95 unsigned int tsize; member in struct:tc_sizespec
/external/python/cpython3/Modules/_ctypes/
H A D_ctypes.c3593 Py_ssize_t tsize = PyTuple_GET_SIZE(item); local
3595 name = tsize > 1 ? PyTuple_GET_ITEM(item, 1) : NULL;
3596 defval = tsize > 2 ? PyTuple_GET_ITEM(item, 2) : NULL;
/external/python/cpython2/Modules/_ctypes/
H A D_ctypes.c3700 Py_ssize_t tsize = PyTuple_GET_SIZE(item); local
3702 name = tsize > 1 ? PyString_AS_STRING(PyTuple_GET_ITEM(item, 1)) : NULL;
3703 defval = tsize > 2 ? PyTuple_GET_ITEM(item, 2) : NULL;
/external/python/cpython3/Modules/_decimal/
H A D_decimal.c2417 Py_ssize_t i, mem, tsize; local
2489 tsize = PyTuple_Size(digits);
2491 mem = 1 + tsize + 3 + MPD_EXPDIGITS + 2;
2506 if (tsize == 0 && sign_special[1] == '\0') {
2510 for (i = 0; i < tsize; i++) {
/external/dlmalloc/
H A Dmalloc.c3319 size_t tsize = chunksize(t); local
3321 compute_tree_index(tsize, idx);
3323 assert(tsize >= MIN_LARGE_SIZE);
3324 assert(tsize >= minsize_for_tree_index(idx));
3325 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
3330 assert(chunksize(u) == tsize);
3971 size_t tsize = m->topsize += qsize; local
3973 q->head = tsize | PINUSE_BIT;
3998 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { argument
4015 init_top(m, (mchunkptr)tbase, tsize
4055 size_t tsize = 0; local
4419 size_t tsize = m->topsize += psize; local
4759 size_t tsize = fm->topsize += psize; local
5437 init_user_mstate(char* tbase, size_t tsize) argument
5468 size_t tsize = granularity_align(rs); local
5700 size_t tsize = fm->topsize += psize; local
[all...]
/external/expat/lib/
H A Dxmlparse.c6659 size_t tsize; local
6665 tsize = table->size * sizeof(NAMED *);
6666 table->v = (NAMED **)table->mem->malloc_fcn(tsize);
6671 memset(table->v, 0, tsize);
6694 size_t tsize = newSize * sizeof(NAMED *); local
6695 NAMED **newV = (NAMED **)table->mem->malloc_fcn(tsize);
6698 memset(newV, 0, tsize);
/external/iproute2/include/uapi/linux/
H A Dpkt_sched.h108 unsigned int tsize; member in struct:tc_sizespec
/external/libffi/src/
H A Ddlmalloc.c2702 size_t tsize = chunksize(t); local
2704 compute_tree_index(tsize, idx);
2706 assert(tsize >= MIN_LARGE_SIZE);
2707 assert(tsize >= minsize_for_tree_index(idx));
2708 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
2713 assert(chunksize(u) == tsize);
3338 size_t tsize = m->topsize += qsize; local
3340 q->head = tsize | PINUSE_BIT;
3366 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { argument
3383 init_top(m, (mchunkptr)tbase, tsize
3423 size_t tsize = 0; local
4309 size_t tsize = fm->topsize += psize; local
4468 init_user_mstate(char* tbase, size_t tsize) argument
4496 size_t tsize = granularity_align(rs); local
4710 size_t tsize = fm->topsize += psize; local
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2707 size_t tsize = chunksize(t); local
2709 compute_tree_index(tsize, idx);
2711 assert(tsize >= MIN_LARGE_SIZE);
2712 assert(tsize >= minsize_for_tree_index(idx));
2713 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
2718 assert(chunksize(u) == tsize);
3343 size_t tsize = m->topsize += qsize; local
3345 q->head = tsize | PINUSE_BIT;
3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { argument
3388 init_top(m, (mchunkptr)tbase, tsize
3428 size_t tsize = 0; local
4314 size_t tsize = fm->topsize += psize; local
4473 init_user_mstate(char* tbase, size_t tsize) argument
4501 size_t tsize = granularity_align(rs); local
4715 size_t tsize = fm->topsize += psize; local
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c2707 size_t tsize = chunksize(t); local
2709 compute_tree_index(tsize, idx);
2711 assert(tsize >= MIN_LARGE_SIZE);
2712 assert(tsize >= minsize_for_tree_index(idx));
2713 assert((idx == NTREEBINS-1) || (tsize < minsize_for_tree_index((idx+1))));
2718 assert(chunksize(u) == tsize);
3343 size_t tsize = m->topsize += qsize; local
3345 q->head = tsize | PINUSE_BIT;
3371 static void add_segment(mstate m, char* tbase, size_t tsize, flag_t mmapped) { argument
3388 init_top(m, (mchunkptr)tbase, tsize
3428 size_t tsize = 0; local
4314 size_t tsize = fm->topsize += psize; local
4473 init_user_mstate(char* tbase, size_t tsize) argument
4501 size_t tsize = granularity_align(rs); local
4715 size_t tsize = fm->topsize += psize; local
[all...]

Completed in 5400 milliseconds

12