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

1 2 3

  /external/qemu/slirp/
tftp.c 369 if (strcmp(key, "tsize") == 0) {
370 int tsize = atoi(value); local
373 if (tsize == 0 && tftp_prefix) {
381 tsize = stat_p.st_size;
388 tftp_send_oack(spt, "tsize", tsize, tp);
  /external/qemu/slirp-android/
tftp.c 375 if (strcmp(key, "tsize") == 0) {
376 int tsize = atoi(value); local
379 if (tsize == 0 && tftp_prefix) {
387 tsize = stat_p.st_size;
394 tftp_send_oack(spt, "tsize", tsize, tp);
  /external/quake/quake/src/WinQuake/
vid_vga.cpp 249 int tsize, tbuffersize; local
263 tsize = D_SurfaceCacheForRes (lvid->width, lvid->height);
265 tbuffersize += tsize;
279 vid_surfcachesize = tsize;
sys_dos.cpp 782 int j, tsize; local
799 tsize = Q_atoi (com_argv[COM_CheckParm("-heapsize") + 1]) * 1024;
801 if (tsize < quakeparms.memsize)
802 quakeparms.memsize = tsize;
vid_svgalib.cpp 474 int bsize, zsize, tsize; local
522 tsize = D_SurfaceCacheForRes (vid.width, vid.height);
527 d_pzbuffer = Hunk_HighAllocName (bsize+tsize+zsize, "video");
531 vid.conbuffer = vid.buffer = (pixel_t *)(((byte *)d_pzbuffer) + zsize + tsize);
533 D_InitCaches (vid_surfcache, tsize);
vid_win.cpp 262 int tsize, tbuffersize; local
266 tsize = D_SurfaceCacheForRes (width, height);
268 tbuffersize += tsize;
279 vid_surfcachesize = tsize;
    [all...]
  /frameworks/rs/cpp/
Element.cpp 229 uint32_t tsize = GetSizeInBytesForType(dt); local
234 mSizeBytes = tsize * 4;
236 mSizeBytes = tsize * size;
239 mSizeBytes = tsize;
  /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/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 327 size_t tsize = size / sizeof(short); local
339 for (unsigned i = 0; i < tsize; i++)
  /external/quake/quake/src/QW/client/
vid_svgalib.c 475 int bsize, zsize, tsize; local
523 tsize = D_SurfaceCacheForRes (vid.width, vid.height);
528 d_pzbuffer = Hunk_HighAllocName (bsize+tsize+zsize, "video");
532 vid.conbuffer = vid.buffer = (pixel_t *)(((byte *)d_pzbuffer) + zsize + tsize);
534 D_InitCaches (vid_surfcache, tsize);
vid_win.c 266 int tsize, tbuffersize; local
270 tsize = D_SurfaceCacheForRes (width, height);
272 tbuffersize += tsize;
283 vid_surfcachesize = tsize;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
coff.h 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon23038
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.h 246 u_int tsize; member in struct:statfsokres
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon24628
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 246 u_int tsize; member in struct:statfsokres
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
coff.h 133 char tsize[4]; /* text size in bytes, padded to FW bdry */ member in struct:__anon26140
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.h 246 u_int tsize; member in struct:statfsokres
  /bionic/libc/kernel/common/linux/
nfs_xdr.h 105 __u32 tsize; member in struct:nfs2_fsstat
pkt_sched.h 84 unsigned int tsize; member in struct:tc_sizespec
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 57 __u32 tsize; member in struct:nfs2_fsstat
  /external/iproute2/include/linux/
pkt_sched.h 95 unsigned int tsize; member in struct:tc_sizespec
  /external/kernel-headers/original/linux/
pkt_sched.h 98 unsigned int tsize; member in struct:tc_sizespec
  /external/libpcap/
savefile.c 1250 static size_t tsize = 0; local
    [all...]
  /external/qemu/
a.out.h 75 host_ulong tsize; /* text size in bytes, padded to FW bdry*/ member in struct:__anon10349
373 host_ulong tsize; /* text size in bytes, padded to FW bdry*/ member in struct:__anon10363

Completed in 583 milliseconds

1 2 3