Home
last modified time | relevance | path

Searched refs:mem_end (Results 1 – 25 of 520) sorted by path

12345678910>>...21

/dports/audio/spectmorph/spectmorph-0.5.2/lib/
H A Dsmmmapin.hh24 static GenericIn* open_mem (unsigned char *mem_start, unsigned char *mem_end);
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/t/
H A D48_leak.t26 my $mem_end; my $mem_mid;
35 $mem_end = $newmem if $i==$loops-1;
50 } elsif ($mem_end <= $mem_mid) {
53 warn "%Warning: Leaked ",int(($mem_end-$mem_mid)/($loops/2))," bytes per parse\n";
/dports/cad/stm32flash/stm32flash-0.6/
H A Dmain.c145 return addr >= stm->dev->mem_start && addr < stm->dev->mem_end; in is_addr_in_sysmem()
337 fprintf(diag, "- System RAM : %dKiB\n", (stm->dev->mem_end - stm->dev->mem_start) / 1024); in main()
372 end = stm->dev->mem_end; in main()
H A Dstm32.h69 uint32_t mem_start, mem_end; member
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/
H A Dtrie_sort.cc85 FILE *DiskFlush(const void *mem_begin, const void *mem_end, const std::string &temp_prefix) { in DiskFlush() argument
87 util::WriteOrThrow(file.get(), mem_begin, (uint8_t*)mem_end - (uint8_t*)mem_begin); in DiskFlush()
/dports/databases/sequeler/sequeler-0.8.2/vapi/
H A Dlinux.vapi1328 public ulong mem_end;
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dmem-break.c974 if (jp->pc >= mem_end) in check_mem_read()
982 if (end > mem_end) in check_mem_read()
983 end = mem_end; in check_mem_read()
1003 if (bp->pc >= mem_end) in check_mem_read()
1011 if (end > mem_end) in check_mem_read()
1012 end = mem_end; in check_mem_read()
1050 if (jp->pc >= mem_end) in check_mem_write()
1058 if (end > mem_end) in check_mem_write()
1059 end = mem_end; in check_mem_write()
1088 if (end > mem_end) in check_mem_write()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/sim/sh/
H A Dinterp.c852 saved_state.asregs.insn_end = mem_end; \
1680 get_loop_bounds_ext (rs, re, memory, mem_end, maskw, endianw) in get_loop_bounds_ext() argument
1682 unsigned char *memory, *mem_end;
1691 if (loop.end >= mem_end)
1697 get_loop_bounds (rs, re, memory, mem_end, maskw, endianw) in get_loop_bounds() argument
1699 unsigned char *memory, *mem_end;
1726 if (loop.end >= mem_end)
1963 unsigned char *mem_end; local
2006 mem_end = memory + saved_state.asregs.msize;
2009 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw);
[all …]
/dports/devel/dev86/dev86-0.16.20/as/
H A Dreadsrc.c53 PRIVATE char *mem_start = 0, *mem_end; variable
122 mem_end = mem_start = "\n\n";
130 mem_end = mem_start = "\n\n";
154 *(mem_end=mem_start+filelength) = '\n';
155 mem_end[1] = '\0';
391 cc = (mem_end - linebuf); in readline()
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/net/
H A Dif.h66 unsigned long int mem_end; member
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dmem-break.cc1933 if (jp->pc >= mem_end) in check_mem_read()
1941 if (end > mem_end) in check_mem_read()
1942 end = mem_end; in check_mem_read()
1968 if (bp->pc >= mem_end) in check_mem_read()
1976 if (end > mem_end) in check_mem_read()
1977 end = mem_end; in check_mem_read()
2021 if (jp->pc >= mem_end) in check_mem_write()
2029 if (end > mem_end) in check_mem_write()
2030 end = mem_end; in check_mem_write()
2065 if (end > mem_end) in check_mem_write()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dmem-break.c1262 if (jp->pc >= mem_end) in check_mem_read()
1270 if (end > mem_end) in check_mem_read()
1271 end = mem_end; in check_mem_read()
1294 if (bp->pc >= mem_end) in check_mem_read()
1302 if (end > mem_end) in check_mem_read()
1303 end = mem_end; in check_mem_read()
1347 if (jp->pc >= mem_end) in check_mem_write()
1355 if (end > mem_end) in check_mem_write()
1356 end = mem_end; in check_mem_write()
1388 if (end > mem_end) in check_mem_write()
[all …]
/dports/devel/gdb761/gdb-7.6.1/sim/sh/
H A Dinterp.c852 saved_state.asregs.insn_end = mem_end; \
1680 get_loop_bounds_ext (rs, re, memory, mem_end, maskw, endianw) in get_loop_bounds_ext() argument
1682 unsigned char *memory, *mem_end;
1691 if (loop.end >= mem_end)
1697 get_loop_bounds (rs, re, memory, mem_end, maskw, endianw) in get_loop_bounds() argument
1699 unsigned char *memory, *mem_end;
1726 if (loop.end >= mem_end)
1963 unsigned char *mem_end; local
2006 mem_end = memory + saved_state.asregs.msize;
2009 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw);
[all …]
/dports/devel/py-memory-profiler/memory_profiler-0.58.0/
H A Dmprof.py369 f_name, mem_start, start, mem_end, end = values[:5]
371 to_append = [float(start), float(end), float(mem_start), float(mem_end)]
/dports/devel/spice-protocol/spice-protocol-0.14.3/spice/
H A Dqxl_dev.h218 uint64_t mem_end; member
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch892 begin if p>mem_end then print_esc("CLOBBERED.")
897 begin if p>mem_end then print_esc("CLOBBERED.")
2260 for k:=hi_mem_min to mem_end do dump_wd(mem[k]);
2262 dump_things(mem[hi_mem_min], mem_end+1-hi_mem_min);
2278 for k:=hi_mem_min to mem_end do undump_wd(mem[k]);
2280 undump_things (mem[hi_mem_min], mem_end+1-hi_mem_min);
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/
H A Dmf.web3309 begin incr(mem_end); p:=mem_end;
3536 avail:=null; mem_end:=mem_top;
3585 {previous |mem_end|, |lo_mem_max|, and |hi_mem_min|}
3612 for p:=hi_mem_min to mem_end do was_free[p]:=free[p];
3673 for p:=hi_mem_min to mem_end do
3699 for q:=hi_mem_min to mem_end do
4832 if (p<mem_min)or(p>mem_end) then
22684 for k:=hi_mem_min to mem_end do dump_wd(mem[k]);
22685 x:=x+mem_end+1-hi_mem_min;
22706 undump(null)(mem_top)(avail); mem_end:=mem_top;
[all …]
H A Dtex.ch1065 begin if p>mem_end then print_esc("CLOBBERED.")
1069 begin if p>mem_end then print_esc("CLOBBERED.")
3585 for k:=hi_mem_min to mem_end do dump_wd(mem[k]);
3587 dump_things(mem[hi_mem_min], mem_end+1-hi_mem_min);
3603 for k:=hi_mem_min to mem_end do undump_wd(mem[k]);
3605 undump_things (mem[hi_mem_min], mem_end+1-hi_mem_min);
H A Dtex.web2554 hi_mem_min<mem_top<=mem_end<=mem_max|.}$$
2612 begin incr(mem_end); p:=mem_end;
3367 avail:=null; mem_end:=mem_top;
3472 for p:=hi_mem_min to mem_end do
3498 for q:=hi_mem_min to mem_end do
3540 begin if p<=mem_end then
3580 begin if p>mem_end then print_esc("CLOBBERED.")
3686 if p>mem_end then {pointer out of range}
6267 if (p<hi_mem_min) or (p>mem_end) then
23915 x:=x+mem_end+1-hi_mem_min;
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dpdftex.web3051 hi_mem_min<mem_top<=mem_end<=mem_max|.}$$
3109 begin incr(mem_end); p:=mem_end;
3919 avail:=null; mem_end:=mem_top;
4024 for p:=hi_mem_min to mem_end do
4050 for q:=hi_mem_min to mem_end do
4120 begin if p<=mem_end then
4161 begin if p>mem_end then print_esc("CLOBBERED.")
4267 if p>mem_end then {pointer out of range}
7371 if (p<hi_mem_min) or (p>mem_end) then
15104 begin if p<=mem_end then
[all …]
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dptex-base.ch1412 if (p<hi_mem_min) or (p>mem_end) then
1424 if (p<hi_mem_min) or (p>mem_end) then
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/xetexdir/
H A Dxetex.web2772 hi_mem_min<mem_top<=mem_end<=mem_max|.}$$
2830 begin incr(mem_end); p:=mem_end;
3711 avail:=null; mem_end:=mem_top;
3816 for p:=hi_mem_min to mem_end do
3842 for q:=hi_mem_min to mem_end do
3937 begin if p<=mem_end then
3990 begin if p>mem_end then print_esc("CLOBBERED.")
4097 if p>mem_end then {pointer out of range}
7013 if (p<hi_mem_min) or (p>mem_end) then
27916 x:=x+mem_end+1-hi_mem_min;
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/alephdir/
H A Dcom16bit.ch892 begin if p>mem_end then print_esc("CLOBBERED.")
897 begin if p>mem_end then print_esc("CLOBBERED.")
2260 for k:=hi_mem_min to mem_end do dump_wd(mem[k]);
2262 dump_things(mem[hi_mem_min], mem_end+1-hi_mem_min);
2278 for k:=hi_mem_min to mem_end do undump_wd(mem[k]);
2280 undump_things (mem[hi_mem_min], mem_end+1-hi_mem_min);
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/
H A Dmf.web3309 begin incr(mem_end); p:=mem_end;
3536 avail:=null; mem_end:=mem_top;
3585 {previous |mem_end|, |lo_mem_max|, and |hi_mem_min|}
3612 for p:=hi_mem_min to mem_end do was_free[p]:=free[p];
3673 for p:=hi_mem_min to mem_end do
3699 for q:=hi_mem_min to mem_end do
4832 if (p<mem_min)or(p>mem_end) then
22684 for k:=hi_mem_min to mem_end do dump_wd(mem[k]);
22685 x:=x+mem_end+1-hi_mem_min;
22706 undump(null)(mem_top)(avail); mem_end:=mem_top;
[all …]
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/pdftexdir/
H A Dpdftex.web3051 hi_mem_min<mem_top<=mem_end<=mem_max|.}$$
3109 begin incr(mem_end); p:=mem_end;
3919 avail:=null; mem_end:=mem_top;
4024 for p:=hi_mem_min to mem_end do
4050 for q:=hi_mem_min to mem_end do
4120 begin if p<=mem_end then
4161 begin if p>mem_end then print_esc("CLOBBERED.")
4267 if p>mem_end then {pointer out of range}
7371 if (p<hi_mem_min) or (p>mem_end) then
15104 begin if p<=mem_end then
[all …]

12345678910>>...21