Home
last modified time | relevance | path

Searched refs:bpssize (Results 1 – 25 of 47) sorted by relevance

12

/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg5/
H A Dbpsheap.c105 int i, bpssize, mallocsize; local
169 bpssize = BPSSIZE;
171 heapsize_in_bytes = total - bpssize;
181 total = heapsize_in_bytes + bpssize;
187 heappercent = ((float) (total - bpssize) / total) * 100.0;
188 bpspercent = ((float) bpssize / total) * 100.0;
207 bpssize, bpssize,
272 int bpssize; in setupbps() local
279 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
280 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/armv6/
H A Dbpsheap.c151 int i, total, bpssize, heapsize, mallocsize; local
218 bpssize = BPSSIZE;
220 heapsize_in_bytes = total - bpssize;
229 total = heapsize_in_bytes + bpssize;
241 heappercent = ((float) (total - bpssize) / total) * 100.0;
242 bpspercent = ((float) bpssize / total) * 100.0;
264 bpssize, bpssize,
282 bpssize, bpssize,
372 int bpssize; in setupbps() local
381 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/aarch64/
H A Dbpsheap.c153 long long i, total, bpssize, heapsize, mallocsize; local
223 bpssize = BPSSIZE;
225 heapsize_in_bytes = total - bpssize;
234 total = heapsize_in_bytes + bpssize;
246 heappercent = ((float) (total - bpssize) / total) * 100.0;
247 bpspercent = ((float) bpssize / total) * 100.0;
271 bpssize, bpssize,
289 bpssize, bpssize,
383 int bpssize; in setupbps() local
392 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/linux/
H A Dbpsheap.c126 int i, total, bpssize, heapsize, mallocsize; local
193 bpssize = BPSSIZE;
195 heapsize_in_bytes = total - bpssize;
204 total = heapsize_in_bytes + bpssize;
216 heappercent = ((float) (total - bpssize) / total) * 100.0;
217 bpspercent = ((float) bpssize / total) * 100.0;
235 bpssize, bpssize,
303 int bpssize; in setupbps() local
312 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
313 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC )) { in setupbps()
H A Dbpsheap.c.dynamic51 % modification of bpssize. (Now set in the Makefile). Added setupbps()
124 int i, total, bpssize, heapsize, mallocsize;
191 bpssize = BPSSIZE;
193 heapsize_in_bytes = total - bpssize;
202 total = heapsize_in_bytes + bpssize;
213 heappercent = ((float) (total - bpssize) / total) * 100.0;
214 bpspercent = ((float) bpssize / total) * 100.0;
231 printf("bpssize = %d (%X), heapsize = %d (%X)\nTotal image size = %d (%X)\n",
232 bpssize, bpssize,
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel/
H A Dbpsheap.c124 int i, total, bpssize, heapsize, mallocsize; local
191 bpssize = BPSSIZE;
193 heapsize_in_bytes = total - bpssize;
202 total = heapsize_in_bytes + bpssize;
214 heappercent = ((float) (total - bpssize) / total) * 100.0;
215 bpspercent = ((float) bpssize / total) * 100.0;
233 bpssize, bpssize,
300 int bpssize; in setupbps() local
309 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
310 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC )) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD/
H A Dbpsheap.c126 int i, total, bpssize, heapsize, mallocsize; local
193 bpssize = BPSSIZE;
195 heapsize_in_bytes = total - bpssize;
204 total = heapsize_in_bytes + bpssize;
216 heappercent = ((float) (total - bpssize) / total) * 100.0;
217 bpspercent = ((float) bpssize / total) * 100.0;
235 bpssize, bpssize,
303 int bpssize; in setupbps() local
312 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
313 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC )) { in setupbps()
H A Dbpsheap.c.dynamic51 % modification of bpssize. (Now set in the Makefile). Added setupbps()
124 int i, total, bpssize, heapsize, mallocsize;
191 bpssize = BPSSIZE;
193 heapsize_in_bytes = total - bpssize;
202 total = heapsize_in_bytes + bpssize;
213 heappercent = ((float) (total - bpssize) / total) * 100.0;
214 bpspercent = ((float) bpssize / total) * 100.0;
231 printf("bpssize = %d (%X), heapsize = %d (%X)\nTotal image size = %d (%X)\n",
232 bpssize, bpssize,
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/brock/
H A Dbpsheap.c138 long long i, total, bpssize, heapsize, mallocsize; local
193 bpssize = BPSSIZE;
195 heapsize_in_bytes = total - bpssize;
204 total = heapsize_in_bytes + bpssize;
216 heappercent = ((float) (total - bpssize) / total) * 100.0;
217 bpspercent = ((float) bpssize / total) * 100.0;
233 bpssize, bpssize,
304 int bpssize; in setupbps() local
311 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
312 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macintel64/
H A Dbpsheap.c147 long long i, total, bpssize, heapsize, mallocsize; local
202 bpssize = BPSSIZE;
204 heapsize_in_bytes = total - bpssize;
213 total = heapsize_in_bytes + bpssize;
225 heappercent = ((float) (total - bpssize) / total) * 100.0;
226 bpspercent = ((float) bpssize / total) * 100.0;
241 bpssize, bpssize,
319 int bpssize; in setupbps() local
326 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
327 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/freeBSD64/
H A Dbpsheap.c150 long long i, total, bpssize, heapsize, mallocsize; local
205 bpssize = BPSSIZE;
207 heapsize_in_bytes = total - bpssize;
217 total = heapsize_in_bytes + bpssize;
229 heappercent = ((float) (total - bpssize) / total) * 100.0;
230 bpspercent = ((float) bpssize / total) * 100.0;
248 bpssize, bpssize,
339 int bpssize; in setupbps() local
346 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
347 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64_ext/
H A Dbpsheap.c149 long long i, total, bpssize, heapsize, mallocsize; local
204 bpssize = BPSSIZE;
206 heapsize_in_bytes = total - bpssize;
215 total = heapsize_in_bytes + bpssize;
227 heappercent = ((float) (total - bpssize) / total) * 100.0;
228 bpspercent = ((float) bpssize / total) * 100.0;
246 bpssize, bpssize,
337 int bpssize; in setupbps() local
344 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
345 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64/
H A Dbpsheap.c149 long long i, total, bpssize, heapsize, mallocsize; local
204 bpssize = BPSSIZE;
206 heapsize_in_bytes = total - bpssize;
215 total = heapsize_in_bytes + bpssize;
227 heappercent = ((float) (total - bpssize) / total) * 100.0;
228 bpspercent = ((float) bpssize / total) * 100.0;
246 bpssize, bpssize,
337 int bpssize; in setupbps() local
344 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
345 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) { in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/mingw-w64/
H A Dbpsheap.c164 long long i, total, bpssize, heapsize, mallocsize; local
222 bpssize = BPSSIZE;
223 heapsize_in_bytes = total - bpssize;
234 total = heapsize_in_bytes + bpssize;
246 heappercent = ((float) (total - bpssize) / total) * 100.0;
247 bpspercent = ((float) bpssize / total) * 100.0;
287 bpssize, bpssize,
368 extern int mprotect_exec (char *p, long long bpssize);
374 long long bpssize; in setupbps() local
381 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
[all …]
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/ibmrs/
H A Dbpsheap.c96 int i, total, bpssize, heapsize, mallocsize; local
165 bpssize = BPSSIZE;
167 heapsize_in_bytes = total - bpssize;
176 total = heapsize_in_bytes + bpssize;
182 heappercent = ((float) (total - bpssize) / total) * 100.0;
183 bpspercent = ((float) bpssize / total) * 100.0;
201 bpssize, bpssize,
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/macg4/
H A Dbpsheap.c96 int i, total, bpssize, heapsize, mallocsize; local
165 bpssize = BPSSIZE;
167 heapsize_in_bytes = total - bpssize;
176 total = heapsize_in_bytes + bpssize;
182 heappercent = ((float) (total - bpssize) / total) * 100.0;
183 bpspercent = ((float) bpssize / total) * 100.0;
201 bpssize, bpssize,
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A Dbpsheap.c178 int64_t i, total, bpssize, heapsize, mallocsize; in setupbpsandheap() local
230 bpssize = BPSSIZE; in setupbpsandheap()
232 heapsize_in_bytes = total - bpssize; in setupbpsandheap()
241 total = heapsize_in_bytes + bpssize; in setupbpsandheap()
253 heappercent = ((float) (total - bpssize) / total) * 100.0; in setupbpsandheap()
254 bpspercent = ((float) bpssize / total) * 100.0; in setupbpsandheap()
272 bpssize, bpssize, in setupbpsandheap()
379 int bpssize; in setupbps() local
384 bpssize = ((BPSSIZE + PAGESIZE-1) & ~(PAGESIZE-1)); in setupbps()
385 if (mprotect(p, bpssize, PROT_READ | PROT_WRITE | PROT_EXEC)) in setupbps()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/
H A Dbpsheap.c83 int bpssize; variable
253 bpssize = BPSSIZE;
256 for (i=0;i<bpssize;i++) bps[i]=15; /* illegal opcode */
258 heapsize_in_bytes = total - bpssize;
275 heappercent = ((float) (total - bpssize) / total) * 100.0;
276 bpspercent = ((float) bpssize / total) * 100.0;
291 bpssize, bpssize,
479 return(bpssize); in unexec()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/distrib/
H A Dmake-kernel.bat3 set bpssize=67108864 variable
8 gcc -m64 -g -o bpsl-g.exe -DBPSSIZE=%bpssize% bps.c bpsheap.c echo.c file-status.c float.c os-hook…
12 gcc -m64 -o bpsl.exe -DBPSSIZE=%bpssize% bps.c bpsheap.c echo.c file-status.c float.c os-hooks.c …
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/aarch64/
H A Ddumplisp.sl79 bpslowerbound bpssize bpscontrol)
82 (setq bpssize (getmem (wplus2 bpscontrol addressingunitsperitem)))
105 (binarywrite unexecresult bpssize)
111 (wshift bpssize -3))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/macintel64/
H A Ddumplisp.sl79 bpslowerbound bpssize bpscontrol)
82 (setq bpssize (getmem (wplus2 bpscontrol addressingunitsperitem)))
104 (binarywrite unexecresult bpssize)
110 (wshift bpssize -3))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/AMD64_ext/
H A Ddumplisp.sl85 bpslowerbound bpssize bpscontrol)
88 (setq bpssize (getmem (wplus2 bpscontrol addressingunitsperitem)))
110 (binarywrite unexecresult bpssize)
117 (wshift bpssize -3))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/mingw-w64/
H A Ddumplisp.sl81 bpslowerbound bpssize bpscontrol)
84 (setq bpssize (getmem (wplus2 bpscontrol addressingunitsperitem)))
104 (binarywrite unexecresult bpssize)
111 (wshift bpssize -3))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/linux/
H A Ddumplisp.sl79 bpslowerbound bpssize bpscontrol)
82 (setq bpssize (getmem (wplus2 bpscontrol addressingunitsperitem)))
104 (binarywrite unexecresult bpssize)
110 (wshift bpssize -2))
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/AMD64/
H A Ddumplisp.sl79 bpslowerbound bpssize bpscontrol)
82 (setq bpssize (getmem (wplus2 bpscontrol addressingunitsperitem)))
104 (binarywrite unexecresult bpssize)
110 (wshift bpssize -3))

12