Searched defs:ls (Results 1 - 9 of 9) sorted by relevance
/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/xpcom/tests/utils/ |
H A D | ls.js | 4 function ls(path, recur) function
|
/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/VBox/Frontends/VirtualBox/src/globals/ |
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/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/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/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/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. ... |
Completed in 237 milliseconds