Searched refs:PAGESIZE (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/emacs-93/emacs/src/
H A Dgetpagesize.h49 # ifdef PAGESIZE
50 # define getpagesize() PAGESIZE
51 # endif /* PAGESIZE */
H A Dsysdep.c130 #define MAXIOSIZE (32 * PAGESIZE) /* Don't I/O more than 32 blocks at a time */
/macosx-10.10/bash-94.1.2/bash-3.2/lib/malloc/
H A Dgetpagesize.h36 # if defined (PAGESIZE)
37 # define getpagesize() PAGESIZE
38 # else /* !PAGESIZE */
53 # endif /* !PAGESIZE */
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dgetpagesize.c41 # ifdef PAGESIZE
42 # define GNU_OUR_PAGESIZE PAGESIZE
43 # else /* no PAGESIZE */
60 # endif /* PAGESIZE */
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest025-limits761 PAGESIZE="$SLAPD_PAGE_SIZE"
762 if test "$PAGESIZE" -le 0 ; then
772 PAGESIZE=5
776 echo "Testing regular search limits with pagedResults control (page size $PAGESIZE)"
782 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' >$SEARCHOUT 2>&1
806 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
850 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
879 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
912 -E '!pr='$PAGESIZE'/noprompt' '(objectClass=*)' > $SEARCHOUT 2>&1
952 -E '!pr='$PAGESIZE'/nopromp
[all...]
/macosx-10.10/emacs-93/emacs/src/s/
H A Dvms.h228 #define PAGESIZE 512
227 #define PAGESIZE macro
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dpsort.c62 #define NARGS ((PAGESIZE - offsetof(struct page, args)) / sizeof(union args))
63 #define PAGESIZE 4096 macro
111 if((page = (struct page *)mmap(NULL, PAGESIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, -1, 0)) == NULL)
417 munmap(p, PAGESIZE);
H A Dpsort_b.c62 #define NARGS ((PAGESIZE - offsetof(struct page, args)) / sizeof(union args))
63 #define PAGESIZE 4096 macro
111 if((page = (struct page *)mmap(NULL, PAGESIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, -1, 0)) == NULL)
417 munmap(p, PAGESIZE);
H A Dpsort_r.c62 #define NARGS ((PAGESIZE - offsetof(struct page, args)) / sizeof(union args))
63 #define PAGESIZE 4096 macro
111 if((page = (struct page *)mmap(NULL, PAGESIZE, PROT_READ|PROT_WRITE, MAP_ANON|MAP_PRIVATE, -1, 0)) == NULL)
417 munmap(p, PAGESIZE);
/macosx-10.10/dtrace-147/libelf/
H A Dinput.c69 * This global is used to hold the value of the PAGESIZE macro.
71 * This is because the PAGESIZE macro actually calls the
253 _elf_pagesize = PAGESIZE;
H A Ddecl.h66 #define PAGESIZE getpagesize() macro
/macosx-10.10/vim-55/runtime/syntax/
H A Dpilrc.vim67 syn keyword pilrcType PAGESIZE
H A Dtasm.vim32 syn keyword tasmDirective %PAGESIZE %PCNT PNO87 %POPLCTL POPSTATE PROC PROCDESC
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dconf.tab350 PAGESIZE POSIX SC 1 MU PAGESIZE PAGE_SIZE 4096 cc{
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclEncoding.c1739 #undef PAGESIZE
1740 #define PAGESIZE (256 * sizeof(unsigned short))
1753 size = 256 * sizeof(unsigned short *) + numPages * PAGESIZE;
1811 size = 256 * sizeof(unsigned short *) + numPages * PAGESIZE;
1712 #undef PAGESIZE macro
1713 #define PAGESIZE macro
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclEncoding.c1525 #undef PAGESIZE
1526 #define PAGESIZE (256 * sizeof(unsigned short))
1539 size = 256 * sizeof(unsigned short *) + numPages * PAGESIZE;
1604 size = 256 * sizeof(unsigned short *) + numPages * PAGESIZE;
1503 #undef PAGESIZE macro
1504 #define PAGESIZE macro
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dfasttrap_isa.c890 limit = USEGD_GETLIMIT(desc) * (desc->usd_gran ? PAGESIZE : 1);

Completed in 131 milliseconds