/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | mistruct.h | 58 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | mistruct.h | 58 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
H A D | mistruct.h | 60 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
H A D | mistruct.h | 59 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/ |
H A D | mistruct.h | 58 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | mistruct.h | 58 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/ |
H A D | mistruct.h | 58 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | mistruct.h | 61 int which; member in struct:_miDash
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | mistruct.h | 61 int which; member in struct:_miDash
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | itimer.c | 129 The setitimer() function sets the timer specified by which to the value 155 @param[in] which Which timer to set. Possible values are described above. 164 int which, 178 if (which == ITIMER_REAL) { 185 } else if (which == ITIMER_VIRTUAL) { 192 } else if (which == ITIMER_PROF) { 246 @param[in] which The identifier of the timer to get. See setitimer for 252 This means that value or which had an invalid value. 255 int which, 265 if (which 163 setitimer( int which, const struct itimerval *value, struct itimerval *ovalue ) argument 254 getitimer( int which, struct itimerval *value ) argument [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/ |
H A D | UIGraphicsToolBar.cpp | 76 QSizeF UIGraphicsToolBar::sizeHint(Qt::SizeHint which, const QSizeF &constraint /* = QSizeF() */) const argument 79 if (which == Qt::MinimumSize) 113 return QIGraphicsWidget::sizeHint(which, constraint);
|
H A D | UIGraphicsButton.cpp | 71 QSizeF UIGraphicsButton::sizeHint(Qt::SizeHint which, const QSizeF &constraint /* = QSizeF() */) const argument 74 if (which == Qt::MinimumSize) 85 return QIGraphicsWidget::sizeHint(which, constraint);
|
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/ |
H A D | UIGDetailsItem.cpp | 102 QSizeF UIGDetailsItem::sizeHint(Qt::SizeHint which, const QSizeF &constraint /* = QSizeF() */) const argument 105 if (which == Qt::MinimumSize || which == Qt::PreferredSize) 109 return QIGraphicsWidget::sizeHint(which, constraint);
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcnetdb.cpp | 27 * in which case the provisions of the GPL or the LGPL are applicable instead 224 const RCNetAddr* RCHostLookup::operator[](PRUintn which) argument 227 if (which < max_index) 228 addr = &address[which];
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | dbmalloc.c | 27 * in which case the provisions of the GPL or the LGPL are applicable instead 228 int which = rand() % n; local 229 if( 0 == which ) printf("[%s]: starting test %d -- no allocation should fail\n", name, i+1); 230 else printf("[%s]: starting test %d -- allocation %d should fail\n", name, i+1, which); 231 (void)t2(name, which, debug);
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/80211/ |
H A D | sec80211.c | 97 * @v which Pointer to the cryptosystem structure to install in 107 * @a which must point to either @c dev->crypto (for the normal case 112 int sec80211_install ( struct net80211_crypto **which, argument 116 struct net80211_crypto *crypto = *which; 120 free ( *which ); 121 *which = NULL; 150 *which = crypto; 201 /* Determine which types we support */ 226 /* Determine which net80211 crypto types are listed */ 272 * function will return the first one seen, which b [all...] |
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | xfont.c | 76 static XCharStruct *isvalid(XFontStruct *fs, unsigned int which) argument 87 if ((fs->min_char_or_byte2 > which) || 88 (fs->max_char_or_byte2 < which)) valid = 0; 92 byte2 = which & 0xff; 93 byte1 = which >> 8; 104 return fs->per_char + (which-fs->min_char_or_byte2); 164 /* Enforce a standard packing mode which is compatible with
|