HomeSort by relevance Sort by last modified time
    Searched defs:tsize (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/freetype/src/tools/ftfuzzer/
rasterfuzzer.cc 75 const size_t tsize = sizeof ( char ); local
78 short n_points = short( size_ / ( vsize + tsize ) );
  /external/syslinux/gpxe/src/include/
coff.h 46 unsigned long tsize; /* text size in bytes, padded to FW bdry*/ member in struct:__anon38202
  /frameworks/rs/cpp/
Element.cpp 277 uint32_t tsize = GetSizeInBytesForType(dt); local
282 mSizeBytes = tsize * 4;
284 mSizeBytes = tsize * size;
287 mSizeBytes = tsize;
  /toolchain/binutils/binutils-2.27/include/aout/
encap.h 57 long tsize; member in struct:coffheader
  /toolchain/binutils/binutils-2.27/include/coff/
ia64.h 47 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:__anon4550
apollo.h 49 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:__anon4516
external.h 48 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:external_aouthdr
64 char tsize[4]; /* Text size in bytes, padded to FW bdry*/ member in struct:external_aouthdr64
i960.h 80 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:__anon4533
rs6k64.h 61 unsigned char tsize[8]; /* text size bytes, padded to FW bdry */ member in struct:__anon4609
  /external/opencv/cxcore/src/
cxlogic.cpp 200 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.height), buf, elem_size1 ))
358 CvSize size, tsize; local
    [all...]
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 )
545 CvSize size, tsize; local
769 CvSize size, tsize; local
1017 CvSize size, tsize; local
    [all...]
  /external/toybox/toys/pending/
tftpd.c 89 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 ^= 1
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c 59 static int tsize=TSChunk; /* size of token str arrays */ variable
88 if ( TokenNum >= tsize ) /* terminal table overflow? */
93 more = TSChunk * (1 + ((TokenNum-tsize) / TSChunk));
94 tsize += more;
95 TokenStr = (char **) realloc((char *)TokenStr, tsize*sizeof(char *));
100 realloc((char *)lclass[i].exprs, tsize*sizeof(char *));
102 for (p= &lclass[i].exprs[tsize-more],j=1; j<=more; j++) *p++ = NULL;
104 for (p= &TokenStr[tsize-more],i=1; i<=more; i++) *p++ = NULL;
163 lclass[CurrentLexClass].exprs = (char **) calloc(tsize, sizeof(char *));
    [all...]
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 454 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/
s_triangle.c 246 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;
    [all...]
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 603 int32_t tsize = TransformationSize(contour); local
604 transformation->resize(tsize);
605 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize);
  /external/syslinux/gpxe/src/net/udp/
tftp.c 86 * 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=%ld\n", tftp, tftp->tsize )
    [all...]
  /bionic/libc/kernel/uapi/linux/
coff.h 56 char tsize[4]; member in struct:__anon554
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c 1281 Py_ssize_t tsize; local
1403 Py_ssize_t tsize; local
    [all...]
  /external/curl/lib/
tftp.c 75 #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 option *
    [all...]
  /external/dtc/
flattree.c 409 int tsize = fdt32_to_cpu(fdt.totalsize); local
410 tsize += padlen;
411 fdt.totalsize = cpu_to_fdt32(tsize);
  /external/kernel-headers/original/uapi/linux/
coff.h 134 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon22760
  /external/python/cpython3/Objects/
object.c 975 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 = -tsize
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coff.h 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon62426
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 246 u_int tsize; member in struct:statfsokres

Completed in 2253 milliseconds

1 2 3