/vbox/src/VBox/Devices/Graphics/BIOS/ |
H A D | vbetables-gen.c | 66 int pages, pitch; local 80 pages = vram_size / (pm->height * pitch); 81 if (pages > 0) { 139 printf("/*Bit8u NumberOfImagePages*/ %d,\n", (pages / 4) - 1); 141 printf("/*Bit8u NumberOfImagePages*/ %d,\n", pages - 1);
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsSerializer.cpp | 36 const QVariant &data, const UISettingsPageList &pages) 44 foreach (UISettingsPage *pPage, pages) 124 /* Notify listeners about pages postprocessed: */ 133 /* Mark all the pages initially as NOT processed: */ 137 /* Iterate over the all left settings pages: */ 138 UISettingsPageMap pages(m_pages); 139 while (!pages.empty()) 142 UISettingsPage *pPage = m_iIdOfHighPriorityPage != -1 && pages.contains(m_iIdOfHighPriorityPage) ? 143 pages.value(m_iIdOfHighPriorityPage) : *pages 35 UISettingsSerializer(QObject *pParent, SerializationDirection direction, const QVariant &data, const UISettingsPageList &pages) argument 188 UISettingsSerializerProgress(QWidget *pParent, UISettingsSerializer::SerializationDirection direction, const QVariant &data, const UISettingsPageList &pages) argument [all...] |
H A D | UISettingsSerializer.h | 55 /** Notifies GUI thread about all pages were processed. */ 60 /** Notifies listeners about all pages were post-processed. */ 87 * @param pages contains the page(s) to load/save the data to/from. */ 89 const QVariant &data, const UISettingsPageList &pages); 116 /** Handles the fact of all pages were processed. */ 159 * @param pages contains the page(s) to load/save the data to/from. */ 161 const QVariant &data, const UISettingsPageList &pages);
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/ |
H A D | UIWizard.cpp | 122 /* Translate all the pages: */ 140 /* Translate wizard pages: */ 146 /* Notify pages they are ready: */ 157 /* Remove all the pages: */ 191 /* Now we have correct label size-hint(s) for all the pages. 192 * We have to make sure all the pages uses maximum available size-hint. */ 194 QList<UIWizardPage*> pages = findChildren<UIWizardPage*>(); local 196 foreach (UIWizardPage *pPage, pages) 205 /* Use that size-hint for all the pages: */ 206 foreach (UIWizardPage *pPage, pages) 341 QList<UIWizardPage*> pages = findChildren<UIWizardPage*>(); local [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | ranfile.cpp | 184 ** 2) Writes a zero to a random number of sequential pages 213 PRUint32 pages = (Random() % limit) + 10; local 221 for (index = 0; index < pages; index++) 243 for (index = 0; index < pages; index++) 254 random = (random + 511) % pages;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | ranfile.c | 152 ** 2) Writes a zero to a random number of sequential pages 180 PRUint32 pages = (Random() % cd->limit) + 10; local 188 for (index = 0; index < pages; index++) 209 for (index = 0; index < pages; index++) 220 random = (random + 511) % pages;
|
/vbox/src/VBox/Additions/common/crOpenGL/ |
H A D | xfont.c | 78 unsigned int rows, pages; local 83 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1; 108 i = ((byte1 - fs->min_byte1) * pages) +
|
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | alloc-r0drv-linux.c | 172 pVmArea->pages = NULL; /* paranoia? */ 190 * Map the pages. 192 * Not entirely sure we really need to set nr_pages and pages here, but 200 pVmArea->pages = papPages; 336 struct page **papPages = pHdrEx->pVmArea->pages; 353 * Compute order. Some functions allocate 2^order pages. 356 * @param cPages Number of pages. 414 * Reserve the pages and mark them executable. 464 /* calc order and get pages */ 471 * Restore page attributes freeing the pages [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/ResetVector/Vtf0/Ia32/ |
H A D | Flat32ToFlat64.asm | 82 ; pool code cannot quite cope with write monitoring ROM pages. 85 ; First, set up page directories with 2MB pages for the first 4GB.
|
/vbox/src/VBox/Additions/solaris/DRM/include/ |
H A D | drmP.h | 429 int pages; member in struct:drm_agp_mem 464 int pages; member in struct:drm_sg_mem
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/ |
H A D | prmalloc.c | 127 struct pgfree *next; /* next run of free pages */ 128 struct pgfree *prev; /* prev run of free pages */ 129 char *page; /* pointer to free pages */ 130 char *end; /* pointer to end of free pages */ 217 * Free pages line up here 266 /* print out all the pages */ 347 * Allocate a number of pages from the OS 350 map_pages(int pages, int update) argument 356 tail = result + (pages << malloc_pageshift); 365 TRACE(("%6d s %d %p %d\n",malloc_event++,pages,sbr [all...] |
/vbox/src/VBox/VMM/VMMRC/ |
H A D | CPUMRCA.asm | 40 ; Enables write protection of Hypervisor memory pages.
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 6363 $echo "more information, such as the ld(1) and ld.so(8) manual pages."
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | mshtml.idl | 6056 HRESULT pages([retval, out] IHTMLStyleSheetPagesCollection **p); 6143 IHTMLStyleSheetPagesCollection* pages();
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | mshtml.idl | 6645 HRESULT pages([retval, out] IHTMLStyleSheetPagesCollection **p); 6732 IHTMLStyleSheetPagesCollection* pages();
|