Searched refs:last_page (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Data-Page/lib/Data/
H A DPage.pm39 return $self->last_page if $self->_current_page_accessor > $self->last_page;
67 sub last_page { subroutine
71 my $last_page;
74 $last_page = $pages;
76 $last_page = 1 + int($pages);
79 $last_page = 1 if $last_page < 1;
80 return $last_page;
96 if ($self->current_page == $self->last_page) {
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dhibernate_i386.c116 if (bank && (base == (1 + dram_ranges[bank - 1].last_page)))
127 dram_ranges[bank].last_page = base + num - 1;
153 pages = dram_ranges[bank].last_page + 1 - dram_ranges[bank].first_page;
172 bitmap->last_page = dram_ranges[bank].last_page;
173 bitmap->bitmapwords = (bitmap->last_page + 1
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))
79 if (page <= bitmap->last_page)
157 if ((page + count) > (bitmap->last_page + 1)) count = (bitmap->last_page + 1) - page;
173 if (nextFreeInBank <= bitmap->last_page)
/macosx-10.9.5/CPANInternal-140/Data-Page/t/
H A Dconstructor.t30 is($page->last_page, 1);
H A Dsimple.t44 is($page->last_page, $vals[4], "$name: last page");
/macosx-10.9.5/groff-38/groff/src/devices/xditview/
H A DDvi.c77 sizeof (int), offset (dvi.last_page),
382 if (current->dvi.last_page != 0 &&
383 req > current->dvi.last_page)
384 req = current->dvi.last_page;
389 if (current->dvi.last_page == 0 && req > cur)
433 dw->dvi.last_page = 0;
509 if (dw->dvi.last_page && dw->dvi.requested_page > dw->dvi.last_page)
510 dw->dvi.requested_page = dw->dvi.last_page;
522 if (dw->dvi.last_page !
[all...]
H A DDviP.h131 int last_page; member in struct:__anon8984
H A Dxditview.c273 int actual_number, last_page; local
278 XtSetArg (arg[1], XtNlastPageNumber, &last_page);
282 else if (last_page > 0)
283 sprintf (pageLabel, "Page %d of %d", actual_number, last_page);
H A Dparse.c185 dw->dvi.last_page = dw->dvi.current_page;
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c260 if ((page >= bitmap->first_page) && (page <= bitmap->last_page))
283 if (page <= bitmap->last_page)
361 if ((page + count) > (bitmap->last_page + 1)) count = (bitmap->last_page + 1) - page;
377 if (nextFreeInBank <= bitmap->last_page)
H A DIOHibernateIO.cpp372 if (page <= bitmap->last_page)
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h143 uint32_t last_page; member in struct:hibernate_bitmap_t
/macosx-10.9.5/vim-53/src/
H A Dgui_motif.c3324 int last_page, tab_count; local
3383 XtVaGetValues(tabLine, XmNlastPageNumber, &last_page, NULL);
3386 while (nr <= last_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 148 milliseconds