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

1 2 3 4 5

  /frameworks/rs/cpp/
Element.cpp 278 uint32_t tsize = GetSizeInBytesForType(dt); local
283 mSizeBytes = tsize * 4;
285 mSizeBytes = tsize * size;
288 mSizeBytes = tsize;
  /toolchain/binutils/binutils-2.25/include/aout/
encap.h 57 long tsize; member in struct:coffheader
  /toolchain/binutils/binutils-2.25/include/coff/
ia64.h 47 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:__anon75420
apollo.h 49 char tsize[4]; /* text size in bytes, padded to FW bdry*/ member in struct:__anon75386
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
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 332 Index tsize = size - k - bs; // trailing size local
339 BlockType A_2(lu,0,k+bs,rows,tsize);
341 BlockType A12(lu,k,k+bs,bs,tsize);
343 BlockType A22(lu,k+bs,k+bs,trows,tsize);
  /external/libpcap/
sf-pcap.c 501 static size_t tsize = 0; local
509 if (tsize < hdr->caplen) {
510 tsize = ((hdr->caplen + 1023) / 1024) * 1024;
513 tp = (u_char *)malloc(tsize);
515 tsize = 0;
  /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/opencv3/modules/calib3d/src/
solvepnp.cpp 70 Size rsize = _rvec.size(), tsize = _tvec.size(); local
74 (tsize == Size(1, 3) || tsize == Size(3, 1)) );
  /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...]
  /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 602 int32_t tsize = TransformationSize(contour); local
603 transformation->resize(tsize);
604 data_->ReadBytes(index, &((*transformation)[0]), 0, tsize);
  /bionic/libc/kernel/uapi/linux/
coff.h 65 char tsize[4]; member in struct:__anon422
  /development/ndk/platforms/android-21/include/linux/
coff.h 66 char tsize[4]; member in struct:__anon1559
  /external/curl/lib/
tftp.c 74 #define TFTP_OPTION_TSIZE "tsize"
385 long tsize = 0; local
387 tsize = strtol(value, NULL, 10);
388 infof(data, "%s (%ld)\n", "tsize parsed from OACK", tsize);
390 /* tsize should be ignored on upload: Who cares about the size of the
393 if(!tsize) {
394 failf(data, "invalid tsize -:%s:- value in OACK packet", value);
397 Curl_pgrsSetDownloadSize(data, tsize);
499 /* add tsize option *
    [all...]
  /external/kernel-headers/original/uapi/linux/
coff.h 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon13050
  /external/opencv3/modules/imgproc/src/
templmatch.cpp 487 Size size = _image.size(), tsize = templ.size(); local
491 float scale = 1.f / tsize.area();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coff.h 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon38584
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nfs_prot.h 246 u_int tsize; member in struct:statfsokres
  /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:__anon40498
  /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
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
coff.h 66 char tsize[4]; member in struct:__anon55636
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
coff.h 66 char tsize[4]; member in struct:__anon56403
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
coff.h 66 char tsize[4]; member in struct:__anon57182

Completed in 458 milliseconds

1 2 3 4 5