Home
last modified time | relevance | path

Searched refs:off_high (Results 1 – 25 of 49) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu5/qemu-5.2.0/softmmu/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dioport.c225 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
244 piolist->name, off_high - off_low); in portio_list_add_1()
259 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
265 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
274 if (off_last > off_high) { in portio_list_add()
276 off_high); in portio_list_add()
280 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
282 } else if (off_last + pio->len > off_high) { in portio_list_add()
283 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
288 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/softmmu/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu/qemu-6.2.0/softmmu/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/emulators/qemu60/qemu-6.0.0/softmmu/
H A Dioport.c224 unsigned off_low, unsigned off_high) in portio_list_add_1() argument
243 piolist->name, off_high - off_low); in portio_list_add_1()
258 unsigned int off_low, off_high, off_last, count; in portio_list_add() local
264 off_high = off_low + pio_start->len + pio_start->size - 1; in portio_list_add()
273 if (off_last > off_high) { in portio_list_add()
275 off_high); in portio_list_add()
279 off_high = off_low + pio->len + pio_start->size - 1; in portio_list_add()
281 } else if (off_last + pio->len > off_high) { in portio_list_add()
282 off_high = off_last + pio->len + pio_start->size - 1; in portio_list_add()
287 portio_list_add_1(piolist, pio_start, count, start, off_low, off_high); in portio_list_add()
/dports/devel/boost-python-libs/boost_1_72_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/devel/boost-docs/boost_1_72_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/databases/percona57-server/boost_1_59_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/databases/xtrabackup/boost_1_59_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/databases/percona57-client/boost_1_59_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/devel/boost-libs/boost_1_72_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/devel/hyperscan/boost_1_75_0/libs/iostreams/test/
H A Dlarge_file_test.cpp240 LONG off_high = static_cast<LONG>(file_size >> 32); in create_large_file() local
241 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
272 LONG off_high = static_cast<LONG>((z * gigabyte) >> 32); in create_large_file() local
273 if ( SetFilePointer(hnd, off_low, &off_high, FILE_BEGIN) == in create_large_file()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/kernel/
H A Dsys_sparc32.c223 COMPAT_SYSCALL_DEFINE6(sync_file_range, unsigned int, fd, u32, off_high, u32, off_low, in COMPAT_SYSCALL_DEFINE6() argument
227 ((u64)off_high << 32) | off_low, in COMPAT_SYSCALL_DEFINE6()
H A Dsystbls.h91 unsigned off_high, unsigned off_low,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/kernel/
H A Dsys_sparc32.c223 COMPAT_SYSCALL_DEFINE6(sync_file_range, unsigned int, fd, u32, off_high, u32, off_low, in COMPAT_SYSCALL_DEFINE6() argument
227 ((u64)off_high << 32) | off_low, in COMPAT_SYSCALL_DEFINE6()
H A Dsystbls.h91 unsigned off_high, unsigned off_low,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/kernel/
H A Dsys_sparc32.c223 COMPAT_SYSCALL_DEFINE6(sync_file_range, unsigned int, fd, u32, off_high, u32, off_low, in COMPAT_SYSCALL_DEFINE6() argument
227 ((u64)off_high << 32) | off_low, in COMPAT_SYSCALL_DEFINE6()
H A Dsystbls.h91 unsigned off_high, unsigned off_low,
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_syswrap/
H A Dsyswrap-x86-dragonfly.c1000 int, pad, unsigned int, off_low, unsigned int, off_high); in PRE()
1020 unsigned int, off_low, unsigned int, off_high); in PRE()
1041 int, pad, unsigned int, off_low, unsigned int, off_high); in PRE()
1061 unsigned int, off_low, unsigned int, off_high); in PRE()

12