Home
last modified time | relevance | path

Searched refs:PSIZE (Results 1 – 25 of 751) sorted by relevance

12345678910>>...31

/dports/science/afni/afni-AFNI_21.3.16/src/coxplot/
H A Dplot_ps2.c13 #ifdef PSIZE
14 #undef PSIZE
16 #define PSIZE 4096 macro
34 ps_space( 0,0,PSIZE,PSIZE ) ; in memplot_to_postscript()
62 y1 = 0.499 + PSIZE * MEMPLOT_X1(mp,ii) ; in memplot_to_postscript()
63 y2 = 0.499 + PSIZE * MEMPLOT_X2(mp,ii) ; in memplot_to_postscript()
71 y1 = 0.499 + PSIZE * MEMPLOT_X1(mp,ii) ; in memplot_to_postscript()
72 x2 = 0.499 + PSIZE * MEMPLOT_X2(mp,ii) ; in memplot_to_postscript()
79 float th = PSIZE * new_thick ; in memplot_to_postscript()
90 y1 = 0.499 + PSIZE * MEMPLOT_X1(mp,ii) ; in memplot_to_postscript()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/salvage/
H A Dsalvage.c38 #define PSIZE (2 * 1024) macro
39 #define OSIZE (PSIZE / 20)
493 PSIZE, PSIZE, OSIZE, PSIZE, OSIZE)); in build()
501 PSIZE, PSIZE, OSIZE, PSIZE, OSIZE)); in build()
509 PSIZE, PSIZE, OSIZE, PSIZE, OSIZE)); in build()
571 char buf[PSIZE]; in copy()
584 CHECK(fread(buf, 1, PSIZE, ifp) == PSIZE); in copy()
585 CHECK(fwrite(buf, 1, PSIZE, ofp) == PSIZE); in copy()
593 CHECK(fread(buf, 1, PSIZE, ifp) == PSIZE); in copy()
600 blk->checksum = __wt_checksum(dsk, PSIZE); in copy()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/jfs/
H A Djfs_filsys.h81 #ifdef PSIZE
82 #undef PSIZE
84 #define PSIZE 4096 /* page size (in byte) */ macro
89 #define BPSIZE PSIZE
165 #define SIZE_OF_SUPER PSIZE
170 #define SIZE_OF_AG_TABLE PSIZE
176 #define SIZE_OF_MAP_PAGE PSIZE
/dports/multimedia/libv4l/linux-5.13-rc2/fs/jfs/
H A Djfs_filsys.h81 #ifdef PSIZE
82 #undef PSIZE
84 #define PSIZE 4096 /* page size (in byte) */ macro
89 #define BPSIZE PSIZE
165 #define SIZE_OF_SUPER PSIZE
170 #define SIZE_OF_AG_TABLE PSIZE
176 #define SIZE_OF_MAP_PAGE PSIZE
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/jfs/
H A Djfs_filsys.h81 #ifdef PSIZE
82 #undef PSIZE
84 #define PSIZE 4096 /* page size (in byte) */ macro
89 #define BPSIZE PSIZE
165 #define SIZE_OF_SUPER PSIZE
170 #define SIZE_OF_AG_TABLE PSIZE
176 #define SIZE_OF_MAP_PAGE PSIZE
/dports/editors/yudit/yudit-3.0.7/stoolkit/
H A DSBHashtable.cpp30 #define PSIZE (sizeof(char*)) macro
125 buffer = new SHShared(HASH_INITIAL_SIZE * PSIZE); in SBHashtable()
127 memset (buffer->array, 0, HASH_INITIAL_SIZE * PSIZE); in SBHashtable()
185 return buffer->arraySize/PSIZE; in size()
217 (unsigned int)(buffer->arraySize/PSIZE), bigger); in rehash()
219 buffer = new SHShared (bigger * PSIZE); in rehash()
221 memset (buffer->array, 0, bigger * PSIZE); in rehash()
225 for (unsigned int i=0; i<sb->arraySize/PSIZE; i++) in rehash()
344 buffer = new SHShared(HASH_INITIAL_SIZE * PSIZE); in clear()
346 memset (buffer->array, 0, HASH_INITIAL_SIZE * PSIZE); in clear()
[all …]
/dports/devel/p5-IPC-MMA/IPC-MMA-0.81/t/
H A D08_tiedHash.t54 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
58 && $PSIZE && $PSIZE <= 16
63 my $MM_HASH_ROOT_SIZE = mm_round_up (2*$PSIZE + $IVSIZE);
74 my $expect = 2*$ALLOCBASE + $MM_HASH_ROOT_SIZE + mm_round_up($PSIZE * $DEFENTS);
96 $keyBlockSize = mm_round_up ($PSIZE + length($key));
118 $keyBlockSize = mm_round_up ($PSIZE + length($key));
165 my $delta4 = $ALLOCBASE + mm_round_up ($PSIZE + length($delKey))
H A D00_passthrus.t28 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
32 && $PSIZE && $PSIZE <= 16
43 . " allocation base is $ALLOCBASE bytes, pointer size is $PSIZE bytes,\n"
H A D05_hash.t49 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
53 && $PSIZE && $PSIZE <= 16
58 my $MM_HASH_ROOT_SIZE = mm_round_up (2*$PSIZE + $IVSIZE);
68 my $expect = 2*$ALLOCBASE + $MM_HASH_ROOT_SIZE + mm_round_up($PSIZE * $DEFENTS);
87 $keyBlockSize = mm_round_up ($PSIZE + length($key));
112 $keyBlockSize = mm_round_up ($PSIZE + length($key));
226 my $delta4 = 2*$ALLOCBASE+mm_round_up($PSIZE+length($delKey))
H A D06_tiedScalars.t20 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
23 && $PSIZE && $PSIZE <= 16
34 my $expect = $ALLOCBASE + mm_round_up(2*$PSIZE);
H A D01_scalars.t20 my ($ALLOC_SIZE, $ALLOCBASE, $PSIZE, $IVSIZE, $NVSIZE, $DEFENTS) = mm_alloc_size();
24 && $PSIZE && $PSIZE <= 16
35 my $expect = $ALLOCBASE + mm_round_up(2*$PSIZE);
/dports/lang/python-legacy/Python-2.7.18/Tools/msi/
H A Dmsisupport.c24 #define PSIZE 1024 in CheckDir() macro
25 WCHAR wpath[PSIZE]; in CheckDir()
26 char path[PSIZE]; in CheckDir()
28 DWORD size = PSIZE; in CheckDir()
/dports/lang/python27/Python-2.7.18/Tools/msi/
H A Dmsisupport.c24 #define PSIZE 1024 in CheckDir() macro
25 WCHAR wpath[PSIZE]; in CheckDir()
26 char path[PSIZE]; in CheckDir()
28 DWORD size = PSIZE; in CheckDir()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
H A Dmsisupport.c24 #define PSIZE 1024 in CheckDir() macro
25 WCHAR wpath[PSIZE]; in CheckDir()
26 char path[PSIZE]; in CheckDir()
28 DWORD size = PSIZE; in CheckDir()
/dports/devel/tex-kpathsea/texlive-20150521-source/texk/kpathsea/
H A Dputenv.c28 #define PSIZE sizeof(char *) macro
97 new_environ = (char **) malloc( (size+2)*PSIZE );
102 memcpy ((char *) new_environ, (char *) environ, size*PSIZE );
/dports/print/tex-xdvik/xdvik-22.87/texk/kpathsea/
H A Dputenv.c28 #define PSIZE sizeof(char *) macro
97 new_environ = (char **) malloc( (size+2)*PSIZE );
102 memcpy ((char *) new_environ, (char *) environ, size*PSIZE );
/dports/www/srt/srt-1.4.4/srtcore/
H A Dwindow.h136 template <size_t ASIZE = 16, size_t PSIZE = 16>
156 …imeWindowTools::initializeWindowArrays(m_aPktWindow, m_aProbeWindow, m_aBytesWindow, ASIZE, PSIZE); in CPktTimeWindow()
195 int probeReplica[PSIZE]; in getBandwidth()
196 return getBandwidth_in(m_aProbeWindow, probeReplica, PSIZE); in getBandwidth()
323 if (m_iProbeWindowPtr == PSIZE) in probe2Arrival()
333 …int m_aProbeWindow[PSIZE]; // Record inter-packet time for probing p…
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A Dcompute.c106 llint NEXT,pi,multpi,*auxp,PMAX,PSIZE=1000000,NUM_PRIMES; in go() local
129 if ((int) Sqrt((double) (2*PSIZE))>SQBND) in go()
130 {PSIZE=(llint) SQBND; PSIZE=PSIZE*PSIZE/2;} in go()
131 get_primes_ll(pi,PSIZE,auxp); PMAX=pi+PSIZE; pnum=0; ptotal=0; in go()
135 {get_primes_ll(pi+2,PSIZE,auxp); pnum=0; PMAX+=PSIZE; in go()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/grubfs/
H A Djfs.h52 #ifdef PSIZE
53 #undef PSIZE
55 #define PSIZE 4096 /* page size (in byte) */ macro
78 #define AITBL_OFF (SUPER1_OFF + PSIZE + (PSIZE << 1))
96 #define JFS_PATH_MAX PSIZE

12345678910>>...31