Home
last modified time | relevance | path

Searched refs:posn (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/
Dsparse_array.c179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set() argument
182 ossl_uintmax_t n = posn; in ossl_sa_set()
199 if (sa->top < posn) in ossl_sa_set()
200 sa->top = posn; in ossl_sa_set()
204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK; in ossl_sa_set()
209 p += posn & SA_BLOCK_MASK; in ossl_sa_set()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-m32c.c1537 int posn; in m32c_elf_relax_section() local
1679 posn = 2; in m32c_elf_relax_section()
1683 if (srel->r_offset == irel->r_offset + posn in m32c_elf_relax_section()
1690 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1696 posn += e->bytes; in m32c_elf_relax_section()
1704 posn = 2; in m32c_elf_relax_section()
1726 if (srel->r_offset == irel->r_offset + posn in m32c_elf_relax_section()
1733 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1810 posn = 2; in m32c_elf_relax_section()
1815 posn ++; in m32c_elf_relax_section()
[all …]
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-m32c.c1537 int posn; in m32c_elf_relax_section() local
1679 posn = 2; in m32c_elf_relax_section()
1683 if (srel->r_offset == irel->r_offset + posn in m32c_elf_relax_section()
1690 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1696 posn += e->bytes; in m32c_elf_relax_section()
1704 posn = 2; in m32c_elf_relax_section()
1726 if (srel->r_offset == irel->r_offset + posn in m32c_elf_relax_section()
1733 gap = insn + posn + enctbl[e->new_encoding].bytes; in m32c_elf_relax_section()
1810 posn = 2; in m32c_elf_relax_section()
1815 posn ++; in m32c_elf_relax_section()
[all …]
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Ds12z-dis.c49 posn (struct mem_read_abstraction_base *b) in posn() function
340 mra.base.posn = posn; in print_insn_s12z()
Ds12z-opc.h35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member
Ds12z-opc.c1071 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true); in rel_15_7()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Ds12z-dis.c49 posn (struct mem_read_abstraction_base *b) in posn() function
340 mra.base.posn = posn; in print_insn_s12z()
Ds12z-opc.h35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member
Ds12z-opc.c1071 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true); in rel_15_7()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-valprint.c389 std::optional<LONGEST> posn = discrete_position (type, val); in ada_print_scalar() local
390 if (posn.has_value ()) in ada_print_scalar()
391 fputs_styled (ada_enum_name (type->field (*posn).name ()), in ada_print_scalar()
831 std::optional<LONGEST> posn = discrete_position (type, val); in ada_val_print_enum() local
832 if (posn.has_value ()) in ada_val_print_enum()
834 const char *name = ada_enum_name (type->field (*posn).name ()); in ada_val_print_enum()
Ds12z-tdep.c162 posn (struct mem_read_abstraction_base *b) in posn() function
319 mra.base.posn = posn; in s12z_frame_cache()
DChangeLog-201910593 (advance, posn, abstract_read_memory): New functions.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/
Dmcore.cc1462 int posn = INTVAL (operands[2]); in mcore_expand_insv() local
1475 mask = ~(1 << posn); in mcore_expand_insv()
1482 mask = 1 << posn; in mcore_expand_insv()
1496 if (width == 8 && posn % 8 == 0) in mcore_expand_insv()
1500 if (width == 16 && posn % 16 == 0) in mcore_expand_insv()
1513 mreg = force_reg (SImode, GEN_INT (INTVAL (operands[3]) << posn)); in mcore_expand_insv()
1520 mreg = force_reg (SImode, GEN_INT (~(((1 << width) - 1) << posn))); in mcore_expand_insv()
1540 if (width + posn != (int) GET_MODE_SIZE (SImode)) in mcore_expand_insv()
1547 if (posn != 0) in mcore_expand_insv()
1549 GEN_INT (posn)))); in mcore_expand_insv()
Dmcore.md1910 ; because the instructions are not adjacent (peepholes are related by posn -
1997 ; because the instructions are not adjacent (peepholes are related by posn -
/netbsd/src/external/bsd/file/dist/magic/magdir/
Dmacintosh165 # 75 beshort # vertical posn in window
167 # 77 beshort # horiz posn in window
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
Drope1126 // cache is valid for previous posn.
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20009730 use posn - 1 to index into tokens array.
13792 context->posn.