Home
last modified time | relevance | path

Searched refs:PAGESIZE (Results 101 – 125 of 1297) sorted by relevance

12345678910>>...52

/dports/databases/grass7/grass-7.8.6/include/iostream/
H A Dpqheap.h54 static const int PAGESIZE = 1024; variable
224 numtouch = new unsigned int[size/PAGESIZE]; in pqheap_t1()
226 for(int i=0; i<size/PAGESIZE; i++) { in pqheap_t1()
265 cout << endl << "pagesize = " << PAGESIZE << endl; in ~pqheap_t1()
267 unsigned int n = max_elts / PAGESIZE; in ~pqheap_t1()
374 numtouch[pos/PAGESIZE]++; in heaptouch()
375 assert(numtouch[pos/PAGESIZE] > 0); in heaptouch()
/dports/mail/courier/courier-0.65.3/courier/
H A Dwebmlmdsublist.C36 #define PAGESIZE 100 macro
403 for (pageIdx=0; pageIdx < (sub_list.size()+PAGESIZE-1)/PAGESIZE; pageIdx++)
415 off_t lastAddrIdx=pageIdx * PAGESIZE + PAGESIZE-1;
424 for (p=pageIdx*PAGESIZE; p <= lastAddrIdx; ++p)
440 } while (p-- > (off_t)(pageIdx*PAGESIZE));
509 for (i=0; i<PAGESIZE; i++)
511 off_t n=pageNum*PAGESIZE+i;
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/driver/others/
H A Dmemory.c334 original = *(BLASULONG *)(address + size - PAGESIZE); in run_bench()
342 count = size / PAGESIZE; in run_bench()
413 *(long *)start = (long)start + PAGESIZE; in alloc_mmap()
414 start += PAGESIZE; in alloc_mmap()
415 current -= PAGESIZE; in alloc_mmap()
418 *(long *)(start - PAGESIZE) = (BLASULONG)map_address; in alloc_mmap()
434 start += PAGESIZE; in alloc_mmap()
1136 size = BUFFER_SIZE - PAGESIZE; in _touch_memory()
1149 buffer += PAGESIZE; in _touch_memory()
1150 size -= PAGESIZE; in _touch_memory()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/others/
H A Dmemory.c277 original = *(BLASULONG *)(address + size - PAGESIZE); in run_bench()
285 count = size / PAGESIZE; in run_bench()
344 *(long *)start = (long)start + PAGESIZE; in alloc_mmap()
345 start += PAGESIZE; in alloc_mmap()
346 current -= PAGESIZE; in alloc_mmap()
349 *(long *)(start - PAGESIZE) = (BLASULONG)map_address; in alloc_mmap()
365 start += PAGESIZE; in alloc_mmap()
1067 size = BUFFER_SIZE - PAGESIZE; in _touch_memory()
1080 buffer += PAGESIZE; in _touch_memory()
1081 size -= PAGESIZE; in _touch_memory()
[all …]
/dports/math/gotoblas/GotoBLAS2/driver/others/
H A Dmemory.c294 original = *(BLASULONG *)(address + size - PAGESIZE); in run_bench()
302 count = size / PAGESIZE; in run_bench()
361 *(long *)start = (long)start + PAGESIZE; in alloc_mmap()
362 start += PAGESIZE; in alloc_mmap()
363 current -= PAGESIZE; in alloc_mmap()
366 *(long *)(start - PAGESIZE) = (BLASULONG)map_address; in alloc_mmap()
382 start += PAGESIZE; in alloc_mmap()
1084 size = BUFFER_SIZE - PAGESIZE; in _touch_memory()
1097 buffer += PAGESIZE; in _touch_memory()
1098 size -= PAGESIZE; in _touch_memory()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/tools/palmtreo680/
H A Dflash_u-boot.c36 #define PAGESIZE 512 macro
151 page++, ofs += PAGESIZE) { in main()
156 pagebuf, PAGESIZE, oobbuf, OOBSIZE, in main()
167 pagebuf += PAGESIZE; in main()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/org/eclipse/test/internal/performance/
H A DPerformanceMonitorLinux.java24 private static long PAGESIZE = 4096; field in PerformanceMonitorLinux
82 addScalar(scalars, InternalDimensions.WORKING_SET, resident * PAGESIZE); in collectOperatingSystemCounters()
83 addScalar(scalars, InternalDimensions.TRS, trs * PAGESIZE); in collectOperatingSystemCounters()
84 addScalar(scalars, InternalDimensions.DRS, drs * PAGESIZE); in collectOperatingSystemCounters()
85 addScalar(scalars, InternalDimensions.LRS, lrs * PAGESIZE); in collectOperatingSystemCounters()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/GsAreaTest/
H A DGsTransferInvalidationTest.cpp46 TEST_VERIFY(transferSize == CGsPixelFormats::PAGESIZE); in SinglePageTransferTest()
66 TEST_VERIFY(transferAddress == (bufPtr + (CGsPixelFormats::PAGESIZE * pageCountX * pageOffsetY))); in SimpleOffsetYTransferTest()
85 TEST_VERIFY(transferSize == CGsPixelFormats::PAGESIZE); in ZeroBufWidthTransferTest()
104 TEST_VERIFY(transferSize == (8 * 3) * CGsPixelFormats::PAGESIZE); in EspgaludaTransferTest()
H A DGsCachedAreaTest.cpp120 area.Invalidate(0, areaPageWidth * CGsPixelFormats::PAGESIZE); in CheckInvalidate()
134 …area.Invalidate(areaPageWidth * CGsPixelFormats::PAGESIZE, areaPageWidth * CGsPixelFormats::PAGESI… in CheckInvalidate()
148 area.Invalidate(0, areaPageWidth * CGsPixelFormats::PAGESIZE * 2); in CheckInvalidate()
/dports/devel/libsigsegv/libsigsegv-2.12/m4/
H A Dgetpagesize.m452 dnl 3) PAGESIZE.
54 AC_CACHE_CHECK([for PAGESIZE in limits.h], [sv_cv_macro_pagesize], [
57 [[int pgsz = PAGESIZE;]])],
62 [Define if PAGESIZE is available as a macro.])
/dports/lang/smalltalk/smalltalk-3.2.5/build-aux/
H A Dgetpagesize.m452 dnl 3) PAGESIZE.
54 AC_CACHE_CHECK([for PAGESIZE in limits.h], sv_cv_macro_pagesize, [
57 [[int pgsz = PAGESIZE;]])],
62 [Define if PAGESIZE is available as a macro.])
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/experiments/jit/
H A Dsys_windows.go28 var PAGESIZE = windows.Getpagesize() var
45 size := uintptr((len(asm.code) + PAGESIZE - 1) &^ (PAGESIZE - 1))
/dports/textproc/mifluz/mifluz-0.26.0/test/
H A DMakefile.am85 …$(MAKE) BASE="$(BASE)" CACHESIZE="$(CACHESIZE)" PAGESIZE="$(PAGESIZE)" LOOP="$(LOOP)" NWORDS="$(NW…
86 …$(MAKE) BASE="$(BASE)" CACHESIZE="$(CACHESIZE)" PAGESIZE="$(PAGESIZE)" LOOP="$(LOOP)" NWORDS="$(NW…
90 PAGESIZE = -S 8192 macro
102 …)/test/mifluz.conf $(TIMEV) $(top_builddir)/test/dbbench $(CACHESIZE) $(PAGESIZE) $(CMPR) $(WORDS)…
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/test/
H A D_bsd.py23 PAGESIZE = os.sysconf("SC_PAGE_SIZE") variable
151 syst = sysctl("sysctl vm.stats.vm.v_page_count") * PAGESIZE
156 syst = sysctl("vm.stats.vm.v_active_count") * PAGESIZE
162 syst = sysctl("vm.stats.vm.v_inactive_count") * PAGESIZE
168 syst = sysctl("vm.stats.vm.v_wire_count") * PAGESIZE
174 syst = sysctl("vm.stats.vm.v_cache_count") * PAGESIZE
180 syst = sysctl("vm.stats.vm.v_free_count") * PAGESIZE
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_mmap.py14 PAGESIZE = mmap.PAGESIZE variable
35 f.write(b'\0'* PAGESIZE)
37 f.write(b'\0'* (PAGESIZE-3) )
48 self.assertEqual(len(m), 2*PAGESIZE)
59 m[PAGESIZE +3: PAGESIZE +3+3] = b'bar'
64 self.assertEqual(m[PAGESIZE-1 : PAGESIZE + 7], b'\0foobar\0')
76 self.assertEqual(start, PAGESIZE)
410 m = mmap.mmap(-1, PAGESIZE)
411 for x in range(PAGESIZE):
415 for x in range(PAGESIZE):
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/librols/
H A Dgetpagesize.c52 # ifdef PAGESIZE /* Traditional UNIX page size from param.h */ in getpagesize()
53 return PAGESIZE; in getpagesize()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/sys/sys/
H A Dparam.h38 #define PAGESIZE PAGE_SIZE macro
40 #define PAGESIZE getpagesize() macro
/dports/sysutils/genisoimage/cdrkit-1.1.11/librols/
H A Dgetpagesize.c52 # ifdef PAGESIZE /* Traditional UNIX page size from param.h */
53 return PAGESIZE;
/dports/misc/clpbar/bar-1.11.1/
H A Dconfigure.in276 # define PAGESIZE _SC_PAGE_SIZE
279 # define PAGESIZE _SC_PAGESIZE
282 # ifndef PAGESIZE
293 page_size = sysconf(PAGESIZE);
366 # define PAGESIZE _SC_PAGE_SIZE
372 # ifndef PAGESIZE
390 page_size = sysconf(PAGESIZE);
436 # ifndef PAGESIZE
456 page_size = sysconf(PAGESIZE);
506 # ifndef PAGESIZE
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/
H A Dbpsheap.c42 #ifndef PAGESIZE
43 #define PAGESIZE 4096 macro
278 p = (char *)(((int) bpslowerbound -1) & ~(PAGESIZE-1)); in setupbps()
279 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/openblas/xianyi-OpenBLAS-e6e87a2/
H A Dcommon_mips64.h253 #define PAGESIZE (16UL << 10) macro
258 #define PAGESIZE (32UL << 10) macro
262 #ifndef PAGESIZE
263 #define PAGESIZE (64UL << 10) macro
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dgetpagesize.h38 # ifdef PAGESIZE
39 # define getpagesize() PAGESIZE
/dports/editors/emacs/emacs-27.2/src/
H A Dgetpagesize.h38 # ifdef PAGESIZE
39 # define getpagesize() PAGESIZE
/dports/devel/smake/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/schilybase/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()

12345678910>>...52