Home
last modified time | relevance | path

Searched refs:bp_size (Results 1 – 25 of 82) sorted by relevance

1234

/dports/science/ergo/ergo-3.8/source/matrix/gemm_sse/
H A Dgemm_sse.h60 size_t const bp_size, in gemm_sse() argument
75 if (bp_size < MM_outer::Pack_type_B::size_packed) in gemm_sse()
99 size_t const bp_size, in gemm_sse() argument
115 size_t const bp_size, in gemm_sse() argument
119 A_packed, B_packed, C_packed, ap_size, bp_size, cp_size); in gemm_sse()
133 size_t const bp_size, in gemm_sse() argument
137 A_packed, B_packed, C_packed, ap_size, bp_size, cp_size); in gemm_sse()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/innodb/include/
H A Devict_everything_from_buffer_pool.inc13 -- let $bp_size = `SELECT @@innodb_buffer_pool_size`
14 -- echo # Buffer pool size: $bp_size bytes
15 -- let $table_size = `SELECT ROUND($bp_size * 2.0)`
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/constraints/
H A Dhc_depot.inc23 size_t *bp_size;
106 hc->depot->bp_size = (size_t *)vrna_alloc(sizeof(size_t) * fc->strands);
111 hc->depot->bp_size = NULL;
188 if (depot->bp_size[strand] < i) {
189 old_size = depot->bp_size[strand];
190 depot->bp_size[strand] = i;
193 (depot->bp_size[strand] + 1));
276 for (i = 1; i <= depot->bp_size[s]; i++) {
/dports/devel/gdb/gdb-11.1/gdb/
H A Darch-utils.h31 template <size_t bp_size, const gdb_byte *break_insn>
37 return bp_size; in kind_from_pc()
48 template <size_t bp_size,
56 return bp_size; in kind_from_pc()
H A Dinfcall.c968 int bp_size; in call_function_by_hand_dummy() local
990 &bp_size); in call_function_by_hand_dummy()
992 write_memory (bp_addr_as_address, bp_bytes, bp_size); in call_function_by_hand_dummy()
/dports/databases/db5/db-5.3.28/src/log/
H A Dlog_get.c86 logc->bp_size = LG_CURSOR_BUF_SIZE;
960 if (logc->bp_size <= hdr->len) {
965 logc->bp_size = (u_int32_t)len;
1011 if (logc->bp_size <= b_region + b_disk) {
1015 logc->bp_size = (u_int32_t)len;
1019 p = (logc->bp + logc->bp_size) - b_region;
1148 if (logc->bp_size <= hdr->len) {
1152 logc->bp_size = (u_int32_t)len;
1168 else if (lsn->offset + hdr->len < logc->bp_size)
1171 offset = (lsn->offset + hdr->len) - logc->bp_size;
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/wcs/src/
H A Dsip.c48 unsigned int bp_size = 0; in sip_init() local
118 bp_size = (bp_order + 1) * (bp_order + 1) * sizeof(double); in sip_init()
119 sip->bp = malloc(bp_size); in sip_init()
126 memcpy(sip->bp, bp, bp_size); in sip_init()
/dports/databases/db18/db-18.1.40/src/log/
H A Dlog_get.c86 logc->bp_size = LG_CURSOR_BUF_SIZE;
960 if (logc->bp_size <= hdr->len) {
965 logc->bp_size = (u_int32_t)len;
1011 if (logc->bp_size <= b_region + b_disk) {
1015 logc->bp_size = (u_int32_t)len;
1019 p = (logc->bp + logc->bp_size) - b_region;
1148 if (logc->bp_size <= hdr->len) {
1152 logc->bp_size = (u_int32_t)len;
1168 else if (lsn->offset + hdr->len < logc->bp_size)
1171 offset = (lsn->offset + hdr->len) - logc->bp_size;
[all …]
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dmem-break.cc222 bp_size (struct raw_breakpoint *bp) in bp_size() function
371 err = read_inferior_memory (bp->pc, buf, bp_size (bp)); in insert_memory_breakpoint()
381 memcpy (bp->old_data, buf, bp_size (bp)); in insert_memory_breakpoint()
384 bp_size (bp)); in insert_memory_breakpoint()
411 memcpy (buf, bp->old_data, bp_size (bp)); in remove_memory_breakpoint()
412 err = target_write_memory (bp->pc, buf, bp_size (bp)); in remove_memory_breakpoint()
1858 buf = (unsigned char *) alloca (bp_size (bp)); in validate_inserted_breakpoint()
1859 err = the_target->read_memory (bp->pc, buf, bp_size (bp)); in validate_inserted_breakpoint()
1860 if (err || memcmp (buf, bp_opcode (bp), bp_size (bp)) != 0) in validate_inserted_breakpoint()
1956 CORE_ADDR bp_end = bp->pc + bp_size (bp); in check_mem_read()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/hw/xtensa/
H A Dxtfpga.c328 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
349 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
352 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
355 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
359 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu/qemu-6.2.0/hw/xtensa/
H A Dxtfpga.c325 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
346 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
349 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
352 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
356 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu60/qemu-6.0.0/hw/xtensa/
H A Dxtfpga.c326 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
347 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
350 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
353 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
357 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/xtensa/
H A Dxtfpga.c328 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
349 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
352 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
355 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
359 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/xtensa/
H A Dxtfpga.c292 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
313 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
316 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
319 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
323 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu5/qemu-5.2.0/hw/xtensa/
H A Dxtfpga.c327 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
348 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
351 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
354 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
358 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/xtensa/
H A Dxtfpga.c328 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
349 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
352 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
355 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
359 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/xtensa/
H A Dxtfpga.c325 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
346 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
349 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
352 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
356 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/xtensa/
H A Dxtfpga.c328 size_t bp_size = 3 * get_tag_size(0); /* first/last and memory tags */ in xtfpga_init() local
349 bp_size += get_tag_size(strlen(kernel_cmdline) + 1); in xtfpga_init()
352 bp_size += get_tag_size(sizeof(uint32_t)); in xtfpga_init()
355 bp_size += get_tag_size(sizeof(BpMemInfo)); in xtfpga_init()
359 tagptr = (tagptr - bp_size) & ~0xff; in xtfpga_init()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-st.c607 int bp_size = 0; in st2000_insert_breakpoint() local
609 BREAKPOINT_FROM_PC (&bp_addr, &bp_size); in st2000_insert_breakpoint()
616 st2000_read_inferior_memory (bp_addr, shadow, bp_size); in st2000_insert_breakpoint()
H A Dbreakpoint.c635 int bp_size = 0; in read_memory_nobpt() local
658 bp_size = 0; in read_memory_nobpt()
661 if (bp_size == 0) in read_memory_nobpt()
664 if (bp_addr + bp_size <= memaddr) in read_memory_nobpt()
681 bp_size -= memaddr - bp_addr; in read_memory_nobpt()
686 if (bp_addr + bp_size > memaddr + len) in read_memory_nobpt()
689 bp_size -= (bp_addr + bp_size) - (memaddr + len); in read_memory_nobpt()
693 b->shadow_contents + bptoffset, bp_size); in read_memory_nobpt()
703 if (bp_addr + bp_size < memaddr + len) in read_memory_nobpt()
707 myaddr + bp_addr + bp_size - memaddr, in read_memory_nobpt()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote-st.c607 int bp_size = 0;
609 BREAKPOINT_FROM_PC (&bp_addr, &bp_size);
616 st2000_read_inferior_memory (bp_addr, shadow, bp_size);
H A Dbreakpoint.c635 int bp_size = 0; in read_memory_nobpt() local
658 bp_size = 0; in read_memory_nobpt()
661 if (bp_size == 0) in read_memory_nobpt()
664 if (bp_addr + bp_size <= memaddr) in read_memory_nobpt()
681 bp_size -= memaddr - bp_addr; in read_memory_nobpt()
686 if (bp_addr + bp_size > memaddr + len) in read_memory_nobpt()
689 bp_size -= (bp_addr + bp_size) - (memaddr + len); in read_memory_nobpt()
693 b->shadow_contents + bptoffset, bp_size); in read_memory_nobpt()
703 if (bp_addr + bp_size < memaddr + len) in read_memory_nobpt()
707 myaddr + bp_addr + bp_size - memaddr, in read_memory_nobpt()
[all …]
H A Dmcore-tdep.c209 mcore_breakpoint_from_pc (CORE_ADDR * bp_addr, int *bp_size) in mcore_breakpoint_from_pc() argument
213 *bp_size = 2; in mcore_breakpoint_from_pc()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vcos/generic/
H A Dvcos_msgqueue.c298 int bp_size = payload_size + sizeof(VCOS_MSG_T); in vcos_msgq_pool_create() local
300 count, bp_size, in vcos_msgq_pool_create()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dinfcall.c626 int bp_size; in call_function_by_hand() local
648 &bp_size); in call_function_by_hand()
650 write_memory (bp_addr_as_address, bp_bytes, bp_size); in call_function_by_hand()

1234