Searched refs:posn (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dsparse_array.c179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) argument
182 ossl_uintmax_t n = posn;
199 if (sa->top < posn)
200 sa->top = posn;
204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK;
209 p += posn & SA_BLOCK_MASK;
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-m32c.c1542 int posn;
1684 posn = 2;
1688 if (srel->r_offset == irel->r_offset + posn
1695 gap = insn + posn + enctbl[e->new_encoding].bytes;
1701 posn += e->bytes;
1709 posn = 2;
1725 /* srel, posn, and enc must be set here. */
1731 if (srel->r_offset == irel->r_offset + posn
1738 gap = insn + posn + enctbl[e->new_encoding].bytes;
1815 posn
1536 int posn; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-m32c.c1542 int posn;
1684 posn = 2;
1688 if (srel->r_offset == irel->r_offset + posn
1695 gap = insn + posn + enctbl[e->new_encoding].bytes;
1701 posn += e->bytes;
1709 posn = 2;
1725 /* srel, posn, and enc must be set here. */
1731 if (srel->r_offset == irel->r_offset + posn
1738 gap = insn + posn + enctbl[e->new_encoding].bytes;
1815 posn
1536 int posn; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-m32c.c1542 int posn;
1684 posn = 2;
1688 if (srel->r_offset == irel->r_offset + posn
1695 gap = insn + posn + enctbl[e->new_encoding].bytes;
1701 posn += e->bytes;
1709 posn = 2;
1725 /* srel, posn, and enc must be set here. */
1731 if (srel->r_offset == irel->r_offset + posn
1738 gap = insn + posn + enctbl[e->new_encoding].bytes;
1815 posn
1536 int posn; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Ds12z-dis.c49 posn (struct mem_read_abstraction_base *b) function
340 mra.base.posn = posn;
H A Ds12z-opc.h35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
H A Ds12z-opc.c1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Ds12z-dis.c49 posn (struct mem_read_abstraction_base *b) function
352 mra.base.posn = posn;
H A Ds12z-opc.h35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
H A Ds12z-opc.c1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Ds12z-dis.c49 posn (struct mem_read_abstraction_base *b) function
340 mra.base.posn = posn;
H A Ds12z-opc.h35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
H A Ds12z-opc.c1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Ds12z-dis.c49 posn (struct mem_read_abstraction_base *b) function
340 mra.base.posn = posn;
H A Ds12z-opc.h35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
H A Ds12z-opc.c1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-m32c.c1543 int posn;
1685 posn = 2;
1689 if (srel->r_offset == irel->r_offset + posn
1696 gap = insn + posn + enctbl[e->new_encoding].bytes;
1702 posn += e->bytes;
1710 posn = 2;
1726 /* srel, posn, and enc must be set here. */
1732 if (srel->r_offset == irel->r_offset + posn
1739 gap = insn + posn + enctbl[e->new_encoding].bytes;
1816 posn
1537 int posn; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ds12z-tdep.c186 posn (struct mem_read_abstraction_base *b) function
344 mra.base.posn = posn;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ds12z-tdep.c163 posn (struct mem_read_abstraction_base *b) function
320 mra.base.posn = posn;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mcore/
H A Dmcore.c1465 int posn = INTVAL (operands[2]);
1478 mask = ~(1 << posn);
1485 mask = 1 << posn;
1499 if (width == 8 && posn % 8 == 0)
1503 if (width == 16 && posn % 16 == 0)
1516 mreg = force_reg (SImode, GEN_INT (INTVAL (operands[3]) << posn));
1523 mreg = force_reg (SImode, GEN_INT (~(((1 << width) - 1) << posn)));
1543 if (width + posn != (int) GET_MODE_SIZE (SImode))
1550 if (posn != 0)
1552 GEN_INT (posn))));
1462 int posn = INTVAL (operands[2]); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mcore/
H A Dmcore.cc1465 int posn = INTVAL (operands[2]);
1478 mask = ~(1 << posn);
1485 mask = 1 << posn;
1499 if (width == 8 && posn % 8 == 0)
1503 if (width == 16 && posn % 16 == 0)
1516 mreg = force_reg (SImode, GEN_INT (INTVAL (operands[3]) << posn));
1523 mreg = force_reg (SImode, GEN_INT (~(((1 << width) - 1) << posn)));
1543 if (width + posn != (int) GET_MODE_SIZE (SImode))
1550 if (posn != 0)
1552 GEN_INT (posn))));
1462 int posn = INTVAL (operands[2]); local
[all...]

Completed in 469 milliseconds