Searched refs:pages (Results 1 - 25 of 367) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
H A Dwizard.cc29 CWizard::CWizard() : pages()
35 pages.push_back(page);
111 HPROPSHEETPAGE *phpage = (HPROPSHEETPAGE*)malloc(pages.size() * sizeof(HPROPSHEETPAGE));
119 for (unsigned i = 0; i < pages.size(); i++)
121 phpage[i] = CreatePropertySheetPage(&pages[i]);
141 psh.nPages = pages.size();
149 if (index < pages.size() && IS_INTRESOURCE(pages[index].pszTemplate))
150 return (DWORD)pages[index].pszTemplate;
156 for (unsigned i = 0; i < pages
[all...]
H A Dwizard.h38 std::vector<PROPSHEETPAGE> pages; member in class:CWizard
/xsrc/external/mit/imake/dist/
H A Dmkhtmlindex.pl5 # Generate index files for HTML man pages.
44 <TITLE>X.Org Manual pages: Section $vol</TITLE>
48 <H1>X.Org Manual pages: Section $vol</H1>
H A Dmkhtmlindex.sh5 # Generate index files for the HTML man pages
35 <TITLE>X.Org Manual pages: Section $s</TITLE>
39 <H1>X.Org Manual pages: Section $s</H1>
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dslab.h59 struct slab_page_header *pages; member in struct:slab_child_pool
H A Dslab.c65 /* Number of remaining, non-freed elements (for orphaned pages). */
128 pool->pages = NULL;
146 while (pool->pages) {
147 struct slab_page_header *page = pool->pages;
148 pool->pages = page->u.next;
194 page->u.next = pool->pages;
195 pool->pages = page;
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dslab.h63 struct slab_page_header *pages; member in struct:slab_child_pool
H A Dslab.c65 /* Number of remaining, non-freed elements (for orphaned pages). */
128 pool->pages = NULL;
146 while (pool->pages) {
147 struct slab_page_header *page = pool->pages;
148 pool->pages = page->u.next;
194 page->u.next = pool->pages;
195 pool->pages = page;
/xsrc/external/mit/xterm/dist/vttests/
H A Dcursor.pl119 my @pages = split $text_chop, $text_blob;
124 printf "%s", $text_mark . $pages[$page];
140 if ( $page < $#pages ) {
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
H A Dlnx_agp.c221 int pages; local in function:xf86AllocateGARTMemory
232 pages = (size / AGP_PAGE_SIZE);
234 pages++;
236 /* XXX check for pages == 0? */
238 alloc.pg_count = pages;
243 "allocation of %d pages failed\n\t(%s)\n", pages,
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
H A Dsun_agp.c197 int pages; local in function:xf86AllocateGARTMemory
210 pages = (size / AGP_PAGE_SIZE);
212 pages++;
214 alloc.agpa_pgcount = pages;
219 "allocation of %d pages failed\n\t(%s)\n", pages,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
H A Dlnx_agp.c222 int pages; local in function:xf86AllocateGARTMemory
233 pages = (size / AGP_PAGE_SIZE);
235 pages++;
237 /* XXX check for pages == 0? */
239 alloc.pg_count = pages;
244 "allocation of %d pages failed\n\t(%s)\n", pages,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
H A Dsun_agp.c198 int pages; local in function:xf86AllocateGARTMemory
211 pages = (size / AGP_PAGE_SIZE);
213 pages++;
215 alloc.agpa_pgcount = pages;
220 "allocation of %d pages failed\n\t(%s)\n", pages,
/xsrc/external/mit/libXi/dist/
H A Dconfigure.ac44 AC_MSG_WARN([xmlto or asciidoc not found - cannot create man pages without it])
47 # Determine if the source for man pages is available
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_screen.h59 size_t pages,
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.c132 unsigned int rows, pages; local in function:isvalid
137 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
162 i = ((byte1 - fs->min_byte1) * pages) +
233 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
237 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c168 unsigned int rows, pages; local in function:isvalid
173 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
198 i = ((byte1 - fs->min_byte1) * pages) +
256 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
260 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dxfont.c172 unsigned int rows, pages; local in function:isvalid
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
202 i = ((byte1 - fs->min_byte1) * pages) +
267 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
271 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxfonts.c167 unsigned int rows, pages; local in function:isvalid
172 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
197 i = ((byte1 - fs->min_byte1) * pages) +
254 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
258 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dglx_usefont.c168 unsigned int rows, pages; local in function:isvalid
173 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
198 i = ((byte1 - fs->min_byte1) * pages) +
256 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
260 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dxfont.c172 unsigned int rows, pages; local in function:isvalid
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
202 i = ((byte1 - fs->min_byte1) * pages) +
257 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
261 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dcapturexfont.c93 int rows, pages, byte1, byte2, index; local in function:captureXFont
99 pages = fontinfo->max_char_or_byte2 - fontinfo->min_char_or_byte2 + 1;
169 (byte1 - fontinfo->min_byte1) * pages +
210 (byte1 - fontinfo->min_byte1) * pages +
307 (byte1 - fontinfo->min_byte1) * pages +
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxfonts.c166 unsigned int rows, pages; local in function:isvalid
171 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
196 i = ((byte1 - fs->min_byte1) * pages) +
253 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
257 unsigned int first_char, last_char, pages, rows;
/xsrc/external/mit/xorg-server.old/dist/
H A Dmanpages.am19 # Add server specific man pages string substitution from XORG_MANPAGE_SECTIONS
/xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
H A Dcjk_tab_to_h.c289 bool pages[0x100]; local in function:output_uni2charset_dense
297 pages[p] = false;
302 pages[j>>8] = true;
416 bool pages[0x100]; local in function:output_uni2charset_sparse
423 /* Fill pages[0x100]. */
425 pages[p] = false;
430 pages[j>>8] = true;
435 if (pages[p]) {
465 if (pages[p] && (p == 0 || !pages[
[all...]

Completed in 24 milliseconds

1234567891011>>