Searched refs:lvl (Results 1 - 13 of 13) sorted by relevance
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
| H A D | Pci.h | 160 # define PCITRACE(lvl,printfargs) \ 161 if (lvl > xf86Verbose) { \ 167 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
| H A D | Pci.h | 166 # define PCITRACE(lvl,printfargs) \ 167 if (lvl > xf86Verbose) { \ 173 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
| H A D | xf86Xinput.h | 92 #define DBG(lvl, f) {if ((lvl) <= xf86GetVerbosity()) f;}
|
| H A D | Pci.h | 210 # define PCITRACE(lvl,printfargs) \ 211 if (lvl > xf86Verbose) { \ 217 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
| H A D | xf86Xinput.h | 93 #define DBG(lvl, f) {if ((lvl) <= xf86GetVerbosity()) f;}
|
| H A D | Pci.h | 211 # define PCITRACE(lvl,printfargs) \ 212 if (lvl > xf86Verbose) { \ 218 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/ |
| H A D | xf86Xinput.h | 66 #define DBG(lvl, f) {if ((lvl) <= xf86GetVerbosity()) f;}
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
| H A D | xf86Xinput.h | 93 #define DBG(lvl, f) {if ((lvl) <= xf86GetVerbosity()) f;}
|
| H A D | Pci.h | 211 # define PCITRACE(lvl,printfargs) \ 212 if (lvl > xf86Verbose) { \ 218 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
| H A D | state_texdiff.c | 678 int lvl; local 684 for (lvl = 0; lvl <= from->maxLevel; lvl++) 686 CRTextureLevel *tl = &(tobj->level[0][lvl]); 695 diff_api.CompressedTexImage1DARB(GL_TEXTURE_1D, lvl, 708 diff_api.TexImage1D(GL_TEXTURE_1D, lvl, 729 for (lvl = 0; lvl <= from->maxLevel; lvl [all...] |
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
| H A D | Pci.h | 210 # define PCITRACE(lvl,printfargs) \ 211 if (lvl > xf86Verbose) { \ 217 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/ |
| H A D | Pci.h | 179 # define PCITRACE(lvl,printfargs) \ 180 if (lvl > xf86Verbose) { \ 186 # define PCITRACE(lvl,printfargs)
|
| /vbox/src/VBox/VMM/VMMAll/ |
| H A D | PGMAll.cpp | 2617 #define IS_PART_INCLUDED(lvl) ( !(fFlags & RTSTR_F_PRECISION) || cchPrecision == (lvl) || cchPrecision >= (lvl)+10 )
|
Completed in 359 milliseconds