/external/iproute2/tc/ |
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...] |
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--) {
|
/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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CSpinner.java | 340 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT); 344 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height)); 354 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y); 391 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT); 395 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height)); 405 m_text.setBounds(cRect.x, cRect.y + 1, cRect.width - arrowWidth, tSize.y); 440 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT); 444 sSize.y = Math.min(sSize.y, Math.min(tSize.y, cRect.height)); 454 m_text.setBounds(cRect.x, cRect.y, cRect.width - arrowWidth, tSize.y); 490 Point tSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT) [all...] |
/external/iproute2/man/man8/ |
tc-stab.8 | |
/external/llvm/lib/Support/ |
SmallVector.cpp | 20 size_t TSize) { 22 size_t NewCapacityInBytes = 2 * capacity_in_bytes() + TSize; // Always grow.
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/ |
SDL_epocvideo.h | 41 TSize iSwSurfaceSize;
|
SDL_epocvideo.cpp | 265 const TSize sz = EpocSdlEnv::WindowSize(); 344 void AllocHWSurfaceL(CFbsBitmap*& aBitmap, const TDisplayMode& aMode, const TSize& aSize) 380 TRAPD(err, AllocHWSurfaceL(Private->iFrame, TDisplayMode(dmode), TSize(surface->w, surface->h))); 409 const TSize screenSize = EpocSdlEnv::WindowSize(TSize(width, height)); 459 Private->iSwSurfaceSize = TSize(width, height); 465 (TSize(width, height), GetDisplayMode(current->format->BitsPerPixel)); 510 return KErrNone == EpocSdlEnv::AllocHwSurface(TSize(surface->w, surface->h), GetDisplayMode(surface->format->BitsPerPixel)); 550 TSize(rects[i].w, rects[i].h));
|
dsa_old.cpp | 250 TSize CDsa::WindowSize() const 252 TSize size = HwRect().Size(); 445 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode) 454 const TSize size = WindowSize(); 474 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode) 487 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz) 674 void CDsa::CreateZoomerL(const TSize& aSize) 685 const TSize asz = iScreenRect.Size(); 712 const TSize asz = iScreenRect.Size(); 713 const TSize sz = iSwSize [all...] |
dsa.cpp | 358 inline const TSize& SwSize() const; 381 inline const TSize& TDsa::SwSize() const 703 TSize CDsa::WindowSize() const 705 TSize size = iSwSize; 893 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode) 902 const TSize size = WindowSize(); 918 void CDsa::CreateZoomerL(const TSize& aSize) 928 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode) 941 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz) 1149 const TSize asz = iScreenRect.Size() [all...] |
dsa_new.cpp | 18 inline const TSize& SwSize() const; 39 inline const TSize& TDsa::SwSize() const 414 TSize CDsa::WindowSize() const 416 TSize size = iSwSize; 652 TInt CDsa::AllocSurface(TBool aHwSurface, const TSize& aSize, TDisplayMode aMode) 661 const TSize size = WindowSize(); 677 void CDsa::CreateZoomerL(const TSize& aSize) 687 void SaveBmp(const TDesC& aName, const TAny* aData, TInt aLength, const TSize& aSz, TDisplayMode aMode) 700 void SaveBmp(const TDesC& aName, const TUint32* aData, const TSize& aSz) 1080 const TSize asz = iScreenRect.Size() [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);
|
/external/chromium_org/third_party/icu/source/io/ |
ufmt_cmn.h | 148 * @param tSize The size of target 154 UChar *target, int32_t tSize);
|
ufmt_cmn.c | 223 UChar *target, int32_t tSize) 240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
|
/external/icu4c/io/ |
ufmt_cmn.h | 149 * @param tSize The size of target 155 UChar *target, int32_t tSize);
|
ufmt_cmn.c | 223 UChar *target, int32_t tSize) 240 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1,
|
/external/openssh/contrib/aix/ |
inventory.sh | 57 print "\tsize=$sz\n";
|
/dalvik/vm/compiler/codegen/x86/ |
LowerJump.cpp | 783 u2 tSize, iVer; 815 tSize = *(sizePtr); 816 sz = tSize * 4; /* expected size needed in stream */ 818 for(iVer = 0; iVer < tSize; iVer++) { 838 tSize = *(sizePtr); 839 entryPtr_bytecode = (s4*)(keyPtr_bytecode + tSize); 840 sz = tSize * (sizeof(s4) + 4); /* expected size needed in stream */ 842 memcpy(stream, keyPtr_bytecode, tSize*sizeof(s4)); 843 stream += tSize*sizeof(s4); 844 for(iVer = 0; iVer < tSize; iVer++) [all...] |
/external/grub/netboot/ |
fsys_tftp.c | 144 else if (! grub_strcmp ("tsize", p)) 153 grub_printf ("tsize = %d\n", filemax); 432 /* Make the request string (octet, blksize and tsize). */ 457 /* The server doesn't support the "tsize" option, so we must read
|
/frameworks/rs/cpp/ |
Element.cpp | 247 uint32_t tsize = GetSizeInBytesForType(dt); local 252 mSizeBytes = tsize * 4; 254 mSizeBytes = tsize * size; 257 mSizeBytes = tsize;
|
/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);
|
/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...] |