Searched defs:sh (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIToolButton.h | 35 const QSize sh = sizeHint(); local 37 setFixedSize(sh);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UISlidingToolBar.cpp | 139 const QSize sh = m_pEmbeddedWidget->sizeHint(); local 145 qMax(m_parentRect.width(), sh.width()), sh.height()); 146 m_pEmbeddedWidget->setGeometry(0, -sh.height(), qMax(width(), sh.width()), sh.height()); 151 setGeometry(m_parentRect.x(), m_parentRect.y() + m_parentRect.height() - m_indentRect.height() - sh.height(), 152 qMax(m_parentRect.width(), sh.width()), sh.height()); 153 m_pEmbeddedWidget->setGeometry(0, sh 196 const QSize sh = m_pEmbeddedWidget->sizeHint(); local 236 const QSize sh = m_pEmbeddedWidget->sizeHint(); local [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/ |
H A D | UIGraphicsRotatorButton.cpp | 198 QSizeF sh = minimumSizeHint(); local 199 setTransformOriginPoint(sh.width() / 2, sh.height() / 2);
|
/vbox/src/VBox/Runtime/common/math/gcc/ |
H A D | qdivrem.c | 64 static void shl __P((digit *p, int len, int sh)); 272 * Shift p[0]..p[len] left `sh' bits, ignoring any bits that 277 shl(digit *p, int len, int sh) argument 282 p[i] = (digit)(LHALF((u_int)p[i] << sh) | 283 ((u_int)p[i + 1] >> (HALF_BITS - sh))); 284 p[i] = (digit)(LHALF((u_int)p[i] << sh));
|
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | socket.h | 49 HANDLE sh; member in union:socket::__anon14955
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/ |
H A D | nbi.c | 158 struct segheader sh; local 178 copy_from_user ( &sh, image->data, sh_off, sizeof ( sh ) ); 179 if ( sh.length == 0 ) { 187 switch ( NBI_LOADADDR_FLAGS ( sh.flags ) ) { 189 dest = phys_to_user ( sh.loadaddr ); 192 dest = userptr_add ( dest, memsz + sh.loadaddr ); 195 dest = userptr_add ( dest, -sh.loadaddr ); 203 - sh.loadaddr ); 211 filesz = sh [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_module.c | 496 GElf_Shdr sh; local 504 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || 505 (s = elf_strptr(dmp->dm_elf, shstrs, sh.sh_name)) == NULL) 508 if (sh.sh_type == ctsp->cts_type && 509 sh.sh_entsize == ctsp->cts_entsize && 843 GElf_Shdr sh; local 895 if (gelf_getshdr(sp, &sh) == NULL || sh.sh_type == SHT_NULL || 896 (s = elf_strptr(dmp->dm_elf, shstrs, sh [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/ |
H A D | UIGChooserItemGroup.cpp | 435 QSizeF sh = m_pExitButton->minimumSizeHint(); local 436 m_pExitButton->setTransformOriginPoint(sh.width() / 2, sh.height() / 2);
|
Completed in 82 milliseconds