| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/ |
| D | sparse_array.c | 179 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/ |
| D | elf32-m32c.c | 1537 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/ |
| D | elf32-m32c.c | 1537 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/ |
| D | s12z-dis.c | 49 posn (struct mem_read_abstraction_base *b) in posn() function 340 mra.base.posn = posn; in print_insn_s12z()
|
| D | s12z-opc.h | 35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member
|
| D | s12z-opc.c | 1071 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true); in rel_15_7()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | s12z-dis.c | 49 posn (struct mem_read_abstraction_base *b) in posn() function 340 mra.base.posn = posn; in print_insn_s12z()
|
| D | s12z-opc.h | 35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member
|
| D | s12z-opc.c | 1071 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true); in rel_15_7()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ada-valprint.c | 389 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()
|
| D | s12z-tdep.c | 162 posn (struct mem_read_abstraction_base *b) in posn() function 319 mra.base.posn = posn; in s12z_frame_cache()
|
| D | ChangeLog-2019 | 10593 (advance, posn, abstract_read_memory): New functions.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| D | mcore.cc | 1462 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()
|
| D | mcore.md | 1910 ; 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/ |
| D | macintosh | 165 # 75 beshort # vertical posn in window 167 # 77 beshort # horiz posn in window
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| D | rope | 1126 // cache is valid for previous posn.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2000 | 9730 use posn - 1 to index into tokens array. 13792 context->posn.
|