Home
last modified time | relevance | path

Searched refs:mem_high (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/sysutils/syslinux/syslinux-6.03/com32/hdt/
H A Dhdt-cli-memory.c72 int mem_low, mem_high = 0; in show_memory_e801() local
75 if (detect_memory_e801(&mem_low, &mem_high)) { in show_memory_e801()
79 (mem_low >> 10) + (mem_high >> 4), in show_memory_e801()
80 mem_low + (mem_high << 6)); in show_memory_e801()
82 mem_low >> 10, mem_high << 6, mem_high >> 4); in show_memory_e801()
H A Dhdt-dump-memory.c53 int mem_low, mem_high = 0; in dump_e801() local
55 if (detect_memory_e801(&mem_low,&mem_high)) { in dump_e801()
62 add_i("memory.total.size (KiB)", mem_low + (mem_high << 6)); in dump_e801()
63 add_i("memory.total.size (MiB)", (mem_low >> 10) + (mem_high >> 4)); in dump_e801()
66 add_i("memory.high.size (KiB)", mem_high << 6); in dump_e801()
67 add_i("memory.high.size (MiB)", mem_high >> 4); in dump_e801()
H A Dhdt-menu-memory.c80 int mem_low, mem_high = 0; in compute_e801() local
81 if (detect_memory_e801(&mem_low, &mem_high)) { in compute_e801()
88 (mem_high >> 4) + (mem_low >> 10), mem_low + (mem_high << 6)); in compute_e801()
91 (mem_high >> 4) + (mem_low >> 10), mem_low + (mem_high << 6)); in compute_e801()
102 mem_high << 6, mem_high >> 4); in compute_e801()
104 mem_high << 6, mem_high >> 4); in compute_e801()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ashenden/compliant/packages/
H A Daddress_decoder.vhd31 constant mem_high : work.cpu_types.address := X"EFFFFF"; constant
42 and addr <= mem_high else
/dports/sysutils/syslinux/syslinux-6.03/com32/gpllib/
H A Dmemory.c396 int mem_low, mem_high = 0; in detect_memsize() local
397 if (!detect_memory_e801(&mem_low, &mem_high)) in detect_memsize()
398 return mem_low + (mem_high << 6); in detect_memsize()
/dports/emulators/qemu5/qemu-5.2.0/hw/riscv/
H A Dmicrochip_pfsoc.c438 MemoryRegion *mem_high = g_new(MemoryRegion, 1); in type_init() local
473 memory_region_init_ram(mem_high, NULL, "microchip.icicle.kit.ram_high", in type_init()
477 mem_high, 0, mem_high_size); in type_init()
480 mem_high); in type_init()
/dports/emulators/qemu60/qemu-6.0.0/hw/riscv/
H A Dmicrochip_pfsoc.c462 MemoryRegion *mem_high = g_new(MemoryRegion, 1); in type_init() local
497 memory_region_init_ram(mem_high, NULL, "microchip.icicle.kit.ram_high", in type_init()
501 mem_high, 0, mem_high_size); in type_init()
504 mem_high); in type_init()
/dports/emulators/qemu/qemu-6.2.0/hw/riscv/
H A Dmicrochip_pfsoc.c452 MemoryRegion *mem_high = g_new(MemoryRegion, 1); in type_init() local
482 memory_region_init_alias(mem_high, NULL, in type_init()
492 mem_high); in type_init()
503 mem_high, 0, mem_high_size); in type_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/riscv/
H A Dmicrochip_pfsoc.c464 MemoryRegion *mem_high = g_new(MemoryRegion, 1); in type_init() local
505 memory_region_init_ram(mem_high, NULL, "microchip.icicle.kit.ram_high", in type_init()
509 mem_high, 0, mem_high_size); in type_init()
512 mem_high); in type_init()
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-93/ashenden/compliant/
H A Dch_08_fg_08_02.vhd38 constant mem_high : work.cpu_types.address := X"EFFFFF"; constant
49 and addr <= mem_high else
/dports/lang/v8/v8-9.6.180.12/third_party/zlib/patches/
H A D0005-infcover-gtest.patch112 -local void mem_high(z_stream *strm, char *prefix)
113 +local void mem_high(z_stream *strm, const char *prefix)
132 mem_high(strm, prefix);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/zlib/patches/
H A D0005-infcover-gtest.patch112 -local void mem_high(z_stream *strm, char *prefix)
113 +local void mem_high(z_stream *strm, const char *prefix)
132 mem_high(strm, prefix);
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/calibrate_lens/
H A DLensCalFrame.cpp187 unsigned long mem_high = config->Read(wxT("/ImageCache/UpperBoundHigh"), (long) 0); in BEGIN_EVENT_TABLE() local
188 if (mem_high > 0) { in BEGIN_EVENT_TABLE()
189 mem = ((unsigned long long) mem_high << 32) + mem_low; in BEGIN_EVENT_TABLE()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/zlib-1.2.11/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/zlib-1.2.8/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/extern/zlib-1.2.11/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libz-sys-1.0.25/src/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/zlib-1.2.8/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/extern/zlib-1.2.11/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libz-sys-1.1.3/src/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/misc/broot/broot-1.7.0/cargo-crates/libz-sys-1.1.3/src/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()
/dports/math/gap/gap-4.11.0/extern/zlib/test/
H A Dinfcover.c192 local void mem_high(z_stream *strm, char *prefix) in mem_high() function
207 mem_high(strm, prefix); in mem_done()

1234567