Home
last modified time | relevance | path

Searched refs:_SC_PAGE_SIZE (Results 1 – 25 of 2760) sorted by relevance

12345678910>>...111

/dports/math/singular/Singular-Release-4-2-1/omalloc/
H A DomGetPageSize.h11 # ifndef _SC_PAGE_SIZE
12 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
15 # ifdef _SC_PAGE_SIZE
16 # define omalloc_getpagesize sysconf(_SC_PAGE_SIZE)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/utils/
H A DmemoryUtils.cpp101 #elif defined(_SC_PHYS_PAGES) && defined(_SC_PAGE_SIZE) in physicalMem()
102 return byteTo((size_t)sysconf( _SC_PHYS_PAGES ) * (size_t)sysconf( _SC_PAGE_SIZE )); in physicalMem()
112 #elif defined(_SC_AVPHYS_PAGES) && defined(_SC_PAGE_SIZE) in physicalFreeMem()
113 return byteTo((size_t)sysconf( _SC_AVPHYS_PAGES ) * (size_t)sysconf( _SC_PAGE_SIZE )); in physicalFreeMem()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dmmap_allocator.cpp19 #define ALIGN_TO_PAGE(x) ((x) & ~(sysconf(_SC_PAGE_SIZE) - 1))
20 #define UPPER_ALIGN_TO_PAGE(x) ALIGN_TO_PAGE((x)+(sysconf(_SC_PAGE_SIZE)-1))
21 #define OFFSET_INTO_PAGE(x) ((x) & (sysconf(_SC_PAGE_SIZE) - 1))
/dports/www/squid/squid-4.15/compat/os/
H A Dhpux.h22 #define getpagesize( ) sysconf(_SC_PAGE_SIZE)
38 #define getpagesize( ) sysconf(_SC_PAGE_SIZE)
/dports/shells/bash/bash-5.1/lib/malloc/
H A Dgetpagesize.h28 # if defined (_SC_PAGE_SIZE)
29 # define getpagesize() sysconf(_SC_PAGE_SIZE)
/dports/lang/smalltalk/smalltalk-3.2.5/lib-src/
H A Dgetpagesize.c79 #ifdef _SC_PAGE_SIZE in getpagesize()
80 return sysconf(_SC_PAGE_SIZE); in getpagesize()
/dports/x11-toolkits/libXaw/libXaw-1.0.14/src/
H A DOS.c40 #ifdef _SC_PAGE_SIZE in _XawGetPageSize()
42 pagesize = (int) sysconf(_SC_PAGE_SIZE); in _XawGetPageSize()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/extras/tests/pagingtest/
H A Dpagingtest.h7 #define mincore_vec_len(size) (((size) + sysconf(_SC_PAGE_SIZE) - 1) / sysconf(_SC_PAGE_SIZE))
/dports/graphics/GraphicsMagick/GraphicsMagick-1.3.36/magick/
H A Dunix_port.c76 #if defined(HAVE_SYSCONF) && defined(_SC_PAGE_SIZE) in MagickGetMMUPageSize()
77 pagesize=sysconf(_SC_PAGE_SIZE); in MagickGetMMUPageSize()
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/test/
H A Dircd_match_t.c23 #if !defined(_SC_PAGE_SIZE)
25 # define _SC_PAGE_SIZE _SC_PAGESIZE macro
76 page_size = sysconf(_SC_PAGE_SIZE); in test_match()
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dunixstd.h53 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
54 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dunixstd.h53 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
54 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_attr_setstacksize/
H A D4-1.c29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE)
52 if (posix_memalign (&saddr, sysconf(_SC_PAGE_SIZE), in main()
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dunixstd.h42 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
43 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_attr_setstack/
H A D6-1.c29 #define STACKSIZE PTHREAD_STACK_MIN - sysconf(_SC_PAGE_SIZE)
61 if (posix_memalign (&stack_addr, sysconf(_SC_PAGE_SIZE), in main()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/API/
H A DMemory.c56 return sysconf(_SC_PAGE_SIZE); in ZyanMemoryGetSystemPageSize()
72 return sysconf(_SC_PAGE_SIZE); in ZyanMemoryGetSystemAllocationGranularity()
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dunistd.h50 #ifdef _SC_PAGE_SIZE /* HP/UX & OSF */
51 #define _SC_PAGESIZE _SC_PAGE_SIZE

12345678910>>...111