| /src/crypto/external/apache2/openssl/dist/crypto/ |
| sparse_array.c | 179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) 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;
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| sparse_array.c | 179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) 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;
|
| /src/crypto/external/apache2/openssl/dist/ssl/ |
| priority_queue.c | 43 size_t posn; /* Current index in heap[] or link in free list */ member in struct:pq_elem_st 68 assert(pq->elements[pq->heap[idx].index].posn == idx) 115 e[h[i].index].posn = i; 116 e[h[j].index].posn = j; 127 e[h[to].index].posn = to; 204 pq->freelist = pq->elements[m].posn; 209 pq->elements[m].posn = n; 245 pq->elements[elem].posn = pq->freelist; 261 n = pq->elements[elem].posn; 266 pq->elements[elem].posn = pq->freelist [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| elf32-m32c.c | 1549 int posn; 1691 posn = 2; 1695 if (srel->r_offset == irel->r_offset + posn 1702 gap = insn + posn + enctbl[e->new_encoding].bytes; 1708 posn += e->bytes; 1716 posn = 2; 1732 /* srel, posn, and enc must be set here. */ 1738 if (srel->r_offset == irel->r_offset + posn 1745 gap = insn + posn + enctbl[e->new_encoding].bytes; 1822 posn = 2 1543 int posn; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf32-m32c.c | 1544 int posn; 1686 posn = 2; 1690 if (srel->r_offset == irel->r_offset + posn 1697 gap = insn + posn + enctbl[e->new_encoding].bytes; 1703 posn += e->bytes; 1711 posn = 2; 1727 /* srel, posn, and enc must be set here. */ 1733 if (srel->r_offset == irel->r_offset + posn 1740 gap = insn + posn + enctbl[e->new_encoding].bytes; 1817 posn = 2 1538 int posn; local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf32-m32c.c | 1543 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 = 2 1537 int posn; local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| elf32-m32c.c | 1545 int posn; 1687 posn = 2; 1691 if (srel->r_offset == irel->r_offset + posn 1698 gap = insn + posn + enctbl[e->new_encoding].bytes; 1704 posn += e->bytes; 1712 posn = 2; 1728 /* srel, posn, and enc must be set here. */ 1734 if (srel->r_offset == irel->r_offset + posn 1741 gap = insn + posn + enctbl[e->new_encoding].bytes; 1818 posn = 2 1539 int posn; local [all...] |
| /src/external/gpl3/binutils/dist/opcodes/ |
| s12z-dis.c | 49 posn (struct mem_read_abstraction_base *b) function 340 mra.base.posn = posn;
|
| s12z-opc.h | 35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
|
| s12z-opc.c | 1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| s12z-dis.c | 49 posn (struct mem_read_abstraction_base *b) function 340 mra.base.posn = posn;
|
| s12z-opc.h | 35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
|
| s12z-opc.c | 1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| s12z-dis.c | 49 posn (struct mem_read_abstraction_base *b) function 340 mra.base.posn = posn;
|
| s12z-opc.h | 35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
|
| s12z-opc.c | 1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| s12z-dis.c | 49 posn (struct mem_read_abstraction_base *b) function 340 mra.base.posn = posn;
|
| s12z-opc.h | 35 bfd_vma (*posn) (struct mem_read_abstraction_base *); member in struct:mem_read_abstraction_base
|
| s12z-opc.c | 1073 op = create_simple_memory_operand (addr, mra->posn (mra) - 1, true);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| s12z-tdep.c | 162 posn (struct mem_read_abstraction_base *b) function 319 mra.base.posn = posn;
|
| ada-valprint.c | 390 std::optional<LONGEST> posn = discrete_position (type, val); 391 if (posn.has_value ()) 392 fputs_styled (ada_enum_name (type->field (*posn).name ()), 832 std::optional<LONGEST> posn = discrete_position (type, val); 833 if (posn.has_value ()) 835 const char *name = ada_enum_name (type->field (*posn).name ()); 389 std::optional<LONGEST> posn = discrete_position (type, val); local 831 std::optional<LONGEST> posn = discrete_position (type, val); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| s12z-tdep.c | 162 posn (struct mem_read_abstraction_base *b) function 319 mra.base.posn = posn;
|
| ada-valprint.c | 390 std::optional<LONGEST> posn = discrete_position (type, val); 391 if (posn.has_value ()) 392 fputs_styled (ada_enum_name (type->field (*posn).name ()), 832 std::optional<LONGEST> posn = discrete_position (type, val); 833 if (posn.has_value ()) 835 const char *name = ada_enum_name (type->field (*posn).name ()); 389 std::optional<LONGEST> posn = discrete_position (type, val); local 831 std::optional<LONGEST> posn = discrete_position (type, val); local
|
| /src/external/gpl3/gcc/dist/gcc/config/mcore/ |
| mcore.cc | 1465 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...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/mcore/ |
| mcore.cc | 1465 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...] |