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

1 2 3 4

  /external/iproute2/tc/
tc_core.c 150 s->tsize = 0;
159 if (s->tsize == 0)
160 s->tsize = 512;
163 while ((s->mtu >> s->cell_log) > s->tsize - 1)
166 *stab = malloc(s->tsize * sizeof(__u16));
171 for (i = s->tsize - 1; i >= 0; i--) {
tc_stab.c 33 "Usage: ... stab [ mtu BYTES ] [ tsize SLOTS ] [ mpu BYTES ] \n"
36 " tsize : how many slots should size table have {512}\n"
89 } else if (matches(*argv, "tsize") == 0) {
91 if (s.tsize)
92 duparg("tsize", *argv);
93 if (get_u32(&s.tsize, *argv, 10)) {
94 invarg("tsize", "invalid table size");
141 if (s.tsize)
142 fprintf(fp, "tsize %u ", s.tsize);
    [all...]
  /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/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);
  /bionic/libc/upstream-dlmalloc/
malloc.c 3319 size_t tsize = chunksize(t); local
3969 size_t tsize = m->topsize += qsize; local
4053 size_t tsize = 0; local
4417 size_t tsize = m->topsize += psize; local
4757 size_t tsize = fm->topsize += psize; local
5454 size_t tsize = granularity_align(rs); local
5686 size_t tsize = fm->topsize += psize; local
    [all...]
  /external/libffi/src/
dlmalloc.c 2640 size_t tsize = chunksize(t); local
3276 size_t tsize = m->topsize += qsize; local
3361 size_t tsize = 0; local
4247 size_t tsize = fm->topsize += psize; local
4434 size_t tsize = granularity_align(rs); local
4648 size_t tsize = fm->topsize += psize; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3152 size_t tsize = chunksize(t); local
3789 size_t tsize = m->topsize += qsize; local
3873 size_t tsize = 0; local
4782 size_t tsize = fm->topsize += psize; local
4983 size_t tsize = granularity_align(rs); local
5212 size_t tsize = fm->topsize += psize; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2650 size_t tsize = chunksize(t); local
3288 size_t tsize = m->topsize += qsize; local
3373 size_t tsize = 0; local
4257 size_t tsize = fm->topsize += psize; local
4444 size_t tsize = granularity_align(rs); local
4658 size_t tsize = fm->topsize += psize; local
    [all...]
  /external/eigen/Eigen/src/LU/
PartialPivLU.h 326 Index tsize = size - k - bs; // trailing size local
333 BlockType A_2(lu,0,k+bs,rows,tsize);
335 BlockType A12(lu,k,k+bs,bs,tsize);
337 BlockType A22(lu,k+bs,k+bs,trows,tsize);
  /frameworks/rs/cpp/
Element.cpp 247 uint32_t tsize = GetSizeInBytesForType(dt); local
252 mSizeBytes = tsize * 4;
254 mSizeBytes = tsize * size;
257 mSizeBytes = tsize;
  /external/elfutils/libdw/
libdwP.h 334 #define libdw_alloc(dbg, type, tsize, cnt) \
336 size_t _required = (tsize) * (cnt); \
  /external/qemu/
a.out.h 75 host_ulong tsize; /* text size in bytes, padded to FW bdry*/ member in struct:__anon26393
373 host_ulong tsize; /* text size in bytes, padded to FW bdry*/ member in struct:__anon26407
  /external/libpcap/
savefile.c 1250 static size_t tsize = 0; local
    [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:__anon39289
  /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:__anon40880
  /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:__anon42394
  /external/chromium_org/third_party/mesa/src/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/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nfs_prot.x 281 unsigned tsize; /* preferred transfer size in bytes */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 281 unsigned tsize; /* preferred transfer size in bytes */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nfs_prot.x 281 unsigned tsize; /* preferred transfer size in bytes */
  /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/common/linux/
pkt_sched.h 84 unsigned int tsize; member in struct:tc_sizespec

Completed in 546 milliseconds

1 2 3 4