/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | bitops.c | 7 int ls = 0; local 9 for ( ls = 0 ; value ; ls++ ) { 12 return ls;
|
/vbox/src/libs/xpcom18a4/nsprpub/admin/ |
H A D | explode.pl | 56 @dirs = `ls -d *.OBJ*`;
|
H A D | repackage.sh | 166 headers=`ls $FROMTOP/$OBJDIR/include/*.h` 171 headers=`ls $FROMTOP/$OBJDIR/include/obsolete/*.h` 176 headers=`ls $FROMTOP/$OBJDIR/include/private/*.h`
|
/vbox/src/VBox/Frontends/VirtualBox/src/globals/ |
H A D | UIImageTools.h | 29 QPixmap betaLabel(const QSize &ls = QSize(80, 16)); 30 QPixmap betaLabelSleeve(const QSize &ls = QSize(80, 16));
|
H A D | UIImageTools.cpp | 211 static QImage betaLabelImage(const QSize& ls) argument 215 QImage i(ls, QImage::Format_ARGB32); 222 p.drawRect(0, 0, ls.width(), ls.height()); 225 float c = ((float)ls.width() / ls.height()) + 1; 226 float g = (ls.width() / (c - 1)); 228 p.drawLine((int)(-g / 2 + g * i), ls.height(), (int)(-g / 2 + g * (i + 1)), 0); 236 p.translate((ls.width() - r.width()) / 2, ls [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ppp.h | 155 #define pppOpen(fd,cb,ls) pppOverSerialOpen(fd,cb,ls)
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.manypids.ksh | 37 for lib in `ls -1 /lib/lib*.so.1 | grep -v ld.so.1`; do
|
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/ |
H A D | edging.c | 31 * @v ls left side 41 int wborder ( WINDOW *win, chtype ls, chtype rs, argument 56 _wputch(win,ls,WRAP);
|
/vbox/src/libs/xpcom18a4/xpcom/tests/utils/ |
H A D | ls.js | 4 function ls(path, recur) function
|
/vbox/src/VBox/Installer/linux/ |
H A D | vboxautostart-service.sh | 281 for user in `ls $VBOXAUTOSTART_DB/*.start` 298 for user in `ls $VBOXAUTOSTART_DB/*.stop`
|
H A D | routines.sh | 114 if ! ls /bin/bzip2 /usr/bin/bzip2 /usr/local/bin/bzip2 2> /dev/null | grep bzip2 > /dev/null; then
|
H A D | run-inst.sh | 327 for CUR_FILE in `ls installer/*`; do
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | curses.h | 526 static inline int border ( chtype ls, chtype rs, chtype ts, chtype bs, argument 528 return wborder ( stdscr, ls, rs, ts, bs, tl, tr, bl, br );
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/ |
H A D | vxge_config.h | 521 #define VXGE_HW_DEVICE_LINK_STATE_SET(hldev, ls) (hldev->link_state = ls)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
H A D | ldt.c | 229 ldt_mod.ls = entry->LimitLow | (entry->HighWord.Bits.LimitHi << 16);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/PosixLib/Glob/ |
H A D | glob.c | 269 Char *lm, *ls; local 281 ls = lm; 345 for (lm = ls; (pl < pm); *lm++ = *pl++)
|
/vbox/src/VBox/Devices/Audio/ |
H A D | DevIchAc97.cpp | 949 uint8_t ls = (val >> 8) & REC_MASK; local 951 PDMAUDIORECSOURCE als = ichac97IndextoRecSource(ls); 954 ls = ichac97RecSourceToIndex(als); 955 ichac97MixerStore(pThis, AC97_Record_Select, rs | (ls << 8));
|
/vbox/ |
H A D | configure | 506 WATCOM=`/bin/ls -rd1 $PWD/tools/common/openwatcom/* 2> /dev/null | head -1` 1455 QT_INTERNAL=`/bin/ls -rd1 $PWD/tools/$BUILD_TARGET.$BUILD_PLATFORM_ARCH/qt/* 2> /dev/null`
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/ |
H A D | primpl.h | 1220 extern void _PR_MD_UPDATE_ACCEPT_CONTEXT(PRInt32 s, PRInt32 ls);
|
/vbox/src/libs/liblzf-3.4/ |
H A D | configure | 1088 ac_ls_di=`ls -di .` && 1089 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 2177 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | configure | 1238 ac_ls_di=`ls -di .` && 1239 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 2975 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | configure | 524 if ls -dL / >/dev/null 2>&1; then 537 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 1429 ac_ls_di=`ls -di .` && 1430 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 2319 set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null` 2322 set X `ls -t $srcdir/configure conftest.file` 2328 # If neither matched, then we have a broken ls. This can happen 2330 # broken ls alias from the environment. This has actually 2332 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken 2334 echo "$as_me: error: ls [all...] |
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | sjsxp.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |