Home
last modified time | relevance | path

Searched refs:PAGESIZE (Results 126 – 150 of 1297) sorted by relevance

12345678910>>...52

/dports/net/rscsi/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/archivers/star/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/libschily/
H A Dgetpagesize.c51 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
52 pagesize = PAGESIZE; in getpagesize()
/dports/sysutils/cdrtools/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/devel/sunpromake/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/editors/ved/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/devel/sccs/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/sysutils/schilyutils/schily-2021-09-18/libschily/
H A Dgetpagesize.c46 #ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
47 pagesize = PAGESIZE; in getpagesize()
/dports/lang/librep/librep_0.92.7/src/
H A Dgetpagesize.h30 # ifdef PAGESIZE
31 # define getpagesize() PAGESIZE
/dports/shells/bash/bash-5.1/lib/malloc/
H A Dgetpagesize.h38 # if defined (PAGESIZE)
39 # define getpagesize() PAGESIZE
/dports/print/mpage/mpage-2.5.7/
H A DMakefile50 PAGESIZE?=A4 macro
82 DEFS = -DPAGE_DEF=\"${PAGESIZE}\" -DLIBDIR=\"${LIBDIR}/mpage\" -DDEFAULT_ENCODING=${ENCODING} -DDEF…
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Dhps.c95 #undef PAGESIZE /* HP-UX 10 defines for itself. */
96 #define PAGESIZE ((int) (vpapersize/65781.76)) macro
357 …hps_coor = dir ? (((i * 72.0) / vactualdpi) +MARGIN) : (PAGESIZE - ((i * 72.0) / (vactualdpi)) - M… in dvi_to_hps_conv()
365 return_value = (int) (i + (PAGESIZE / 4) + FUDGE); in vert_loc()
366 if ( return_value > PAGESIZE) { in vert_loc()
367 return((int)PAGESIZE); in vert_loc()
368 } else if (return_value < (PAGESIZE / 4.0)) { in vert_loc()
369 return((PAGESIZE / 4)); in vert_loc()
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dgetpagesize.c85 #ifdef PAGESIZE in getpagesize()
86 return PAGESIZE; in getpagesize()
/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomGetPageSize.h36 # ifdef PAGESIZE
37 # define omalloc_getpagesize PAGESIZE
/dports/mail/courier/courier-0.65.3/webmail/
H A Dpref.c25 #define PAGESIZE "PAGESIZE" macro
153 if (strncmp(r, PAGESIZE, sizeof(PAGESIZE)-1) == 0 in pref_init()
154 && r[sizeof(PAGESIZE)-1] == '=') in pref_init()
155 pref_flagpagesize=atoi(r+sizeof(PAGESIZE)); in pref_init()
274 sprintf(buf, SORTORDER "=%c " PAGESIZE "=%d " AUTOPURGE_V "=%d " in pref_update()
328 sprintf(buf, SORTORDER "=%c " PAGESIZE "=%s " AUTOPURGE_V "=%s " in pref_setprefs()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/
H A DGsCachedArea.cpp100 return GetPageCount() * CGsPixelFormats::PAGESIZE; in GetSize()
110 … pageStart = (memoryStart < m_bufPtr) ? 0 : ((memoryStart - m_bufPtr) / CGsPixelFormats::PAGESIZE); in Invalidate()
111 uint32 pageCount = (memorySize + CGsPixelFormats::PAGESIZE - 1) / CGsPixelFormats::PAGESIZE; in Invalidate()
H A DGsPixelFormats.h8 #undef PAGESIZE
14 enum PAGESIZE enum
16 PAGESIZE = 8192, enumerator
296 …auto pixelAddr = m_pMemory + ((m_nPointer + (pageNum * PAGESIZE) + pageOffset) & (CGSHandler::RAMS… in GetPixelAddress()
322 …return (m_nPointer + (nPageNum * PAGESIZE) + (nBlockNum * BLOCKSIZE) + (nColumnNum * COLUMNSIZE)) … in GetColumnAddress()
459 assert(offset < (PAGESIZE * 2)); in BuildPageOffsetTable()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/
H A Dsystm.h72 #define PAGESIZE PAGE_SIZE macro
73 #define PAGEOFFSET (PAGESIZE - 1)
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/linux/
H A Dbpsheap.c290 #ifndef PAGESIZE
291 #define PAGESIZE 4096 macro
311 p = (char *)(((int) bpslowerbound -1) & ~(PAGESIZE-1)); in setupbps()
312 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel/
H A Dbpsheap.c287 #ifndef PAGESIZE
288 #define PAGESIZE 4096 macro
308 p = (char *)(((int) bpslowerbound -1) & ~(PAGESIZE-1)); in setupbps()
309 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD/
H A Dbpsheap.c290 #ifndef PAGESIZE
291 #define PAGESIZE 4096 macro
311 p = (char *)(((int) bpslowerbound -1) & ~(PAGESIZE-1)); in setupbps()
312 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
/dports/lang/gcc12-devel/gcc-12-20211205/libiberty/
H A Dgetpagesize.c41 # ifdef PAGESIZE
42 # define GNU_OUR_PAGESIZE PAGESIZE
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/libiberty/
H A Dgetpagesize.c41 # ifdef PAGESIZE
42 # define GNU_OUR_PAGESIZE PAGESIZE
/dports/lang/gcc8/gcc-8.5.0/libiberty/
H A Dgetpagesize.c41 # ifdef PAGESIZE
42 # define GNU_OUR_PAGESIZE PAGESIZE
/dports/lang/gcc6-aux/gcc-6-20180516/libiberty/
H A Dgetpagesize.c41 # ifdef PAGESIZE
42 # define GNU_OUR_PAGESIZE PAGESIZE

12345678910>>...52