Searched refs:first_page (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Data-Page/t/
H A Dconstructor.t12 is($page->first_page, 1, "Adjusted to first possible page");
17 is($page->first_page, 1, "Adjusted to first possible page");
29 is($page->first_page, 1);
H A Dsimple.t43 is($page->first_page, $vals[3], "$name: first page");
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dhibernate_i386.c105 if (dram_ranges[bank].first_page <= base)
107 if ((base + num) == dram_ranges[bank].first_page)
109 dram_ranges[bank].first_page = base;
125 dram_ranges[bank].first_page = base;
153 pages = dram_ranges[bank].last_page + 1 - dram_ranges[bank].first_page;
171 bitmap->first_page = dram_ranges[bank].first_page;
174 - bitmap->first_page + 31) >> 5;
176 bank, bitmap->first_page, bitmap->last_page);
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dhibparse.c56 if ((page >= bitmap->first_page) && (page <= bitmap->last_page))
74 if (page <= bitmap->first_page)
76 *pPage = bitmap->first_page;
97 page -= bitmap->first_page;
100 //setbit(page - bitmap->first_page, (int *) &bitmap->bitmap[0]);
103 //clrbit(page - bitmap->first_page, (int *) &bitmap->bitmap[0]);
116 page -= bitmap->first_page;
131 index = (page - bitmap->first_page) >> 5;
132 bit = (page - bitmap->first_page) & 31;
/macosx-10.9.5/CPANInternal-140/Data-Page/lib/Data/
H A DPage.pm37 return $self->first_page unless defined $self->_current_page_accessor;
38 return $self->first_page if $self->_current_page_accessor < $self->first_page;
61 sub first_page { subroutine
154 print " First page: ", $page->first_page, "\n";
217 =head2 first_page
222 print "Pages range from: ", $page->first_page, "\n";
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c260 if ((page >= bitmap->first_page) && (page <= bitmap->last_page))
278 if (page <= bitmap->first_page)
280 *pPage = bitmap->first_page;
301 page -= bitmap->first_page;
304 //setbit(page - bitmap->first_page, (int *) &bitmap->bitmap[0]);
307 //clrbit(page - bitmap->first_page, (int *) &bitmap->bitmap[0]);
320 page -= bitmap->first_page;
335 index = (page - bitmap->first_page) >> 5;
336 bit = (page - bitmap->first_page) & 31;
/macosx-10.9.5/Libc-997.90.3/db/hash/FreeBSD/
H A Dhash_page.c666 int bit, first_page, free_bit, free_page, i, in_use_bits, j; local
677 first_page = hashp->LAST_FREED >>(hashp->BSHIFT + BYTE_SHIFT);
678 for ( i = first_page; i <= free_page; i++ ) {
687 if (i == first_page) {
/macosx-10.9.5/cups-372.4/cups/filter/
H A Dpstops.c1268 int first_page; /* First page on N-up output? */ local
1277 first_page = is_first_page(number);
1295 if (first_page)
1521 if (!doc->slow_order && first_page)
1546 if (first_page)
1596 if (first_page)
1623 if (first_page)
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h142 uint32_t first_page; member in struct:hibernate_bitmap_t
/macosx-10.9.5/bash-92/bash-3.2/support/
H A Dtexi2html3950 my $first_page = shift;
3958 for $page ($first_page, @$Pages)
4053 my $first_page = shift @$Pages;
4058 ($first_page->{href} = sec_href($section)) =~ s/\#.*$//;
4092 my $summary = GetIndexSummary($first_page, $Pages, $name);
4093 PrintIndexPage($lines, $summary, $first_page, $name);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxsym.c82 compute_offset (unsigned long first_page, argument
88 unsigned long page_number = first_page + (index / entries_per_page);
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_resident.c5241 last_bit = ((bitmap->last_page - bitmap->first_page + 1) & 31);

Completed in 159 milliseconds