Searched refs:iw (Results 1 - 25 of 27) sorted by relevance

12

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_reduce_is_2k.c23 int ix, iy, iw; local
33 iw = 1;
37 if ((a->dp[iw] & iz) == 0) {
42 ++iw;
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Dgc.c50 INFO_WINDOW *iw; local
58 for (i = 0; (iw = info_windows[i]); i++)
60 for (j = 0; j < iw->nodes_index; j++)
62 NODE *node = iw->nodes[j];
H A Dman.c114 int iw; local
118 for (iw = 0; (info_win = info_windows[iw]); iw++)
H A Dsession.c1510 INFO_WINDOW *iw;
1514 for (i = 0; (iw = info_windows[i]); i++)
1516 for (j = 0; j < iw->nodes_index; j++)
1517 if (!internal_info_node_p (iw->nodes[j]))
1519 if (iw->nodes[j]->parent)
1520 filename = iw->nodes[j]->parent;
1522 filename = iw->nodes[j]->filename;
1524 node = info_get_node (filename, iw->nodes[j]->nodename);
2926 int iw;
2936 for (iw
1508 INFO_WINDOW *iw; local
2919 int iw; local
2959 int iw, i; local
4178 register INFO_WINDOW *iw; local
[all...]
/netbsd-current/sys/external/bsd/drm2/linux/
H A Dlinux_irq_work.c63 struct irq_work *iw, *next; local
72 SIMPLEQ_FOREACH_SAFE(iw, &todo, iw_entry, next) {
73 atomic_store_relaxed(&iw->iw_flags, 0);
74 (*iw->func)(iw);
117 init_irq_work(struct irq_work *iw, void (*func)(struct irq_work *)) argument
120 iw->iw_flags = 0;
121 iw->func = func;
125 irq_work_queue(struct irq_work *iw) argument
129 if (atomic_swap_uint(&iw
[all...]
/netbsd-current/common/lib/libc/hash/sha3/
H A Dsha3.c109 unsigned iw; local
112 for (iw = 0; iw < 25; iw++)
113 C->A[iw] = 0;
120 unsigned ib, iw; /* index of byte/word */ local
148 for (iw = 0; iw < MIN(len, C->nb)/8; iw++)
149 C->A[rw - C->nb/8 + iw]
198 unsigned nw, iw; local
233 unsigned nw, iw; local
[all...]
/netbsd-current/lib/libm/src/
H A De_asinf.c77 int32_t iw; local
79 GET_FLOAT_WORD(iw,w);
80 SET_FLOAT_WORD(w,iw&0xfffff000);
/netbsd-current/external/gpl3/gdb/dist/sim/riscv/
H A Dsim-main.c149 execute_i (SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op)
152 int rd = (iw >> OP_SH_RD) & OP_MASK_RD;
153 int rs1 = (iw >> OP_SH_RS1) & OP_MASK_RS1;
154 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2;
158 unsigned int csr = (iw >> OP_SH_CSR) & OP_MASK_CSR;
159 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw);
160 unsigned_word u_imm = EXTRACT_UTYPE_IMM ((uint64_t) iw);
161 unsigned_word s_imm = EXTRACT_STYPE_IMM (iw);
162 unsigned_word sb_imm = EXTRACT_BTYPE_IMM (iw);
163 unsigned_word shamt_imm = ((iw >> OP_SH_SHAM
147 execute_i(SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op) argument
646 execute_m(SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op) argument
793 execute_a(SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op) argument
923 execute_one(SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op) argument
953 unsigned_word iw; local
[all...]
/netbsd-current/sys/netinet/
H A Dtcp_var.h592 #define TCP_INITIAL_WINDOW(iw, segsz) \
593 uimin((iw) * (segsz), uimax(2 * (segsz), tcp_init_win_max[(iw)]))
H A Dtcp_usrreq.c1816 u_int iw; local
1819 iw = *(u_int *)rnode->sysctl_data;
1821 node.sysctl_data = &iw;
1822 node.sysctl_size = sizeof(iw);
1827 if (iw >= __arraycount(tcp_init_win_max))
1829 *(u_int *)rnode->sysctl_data = iw;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbfin-tdep.c579 unsigned short iw; local
581 iw = read_memory_unsigned_integer (*pcptr, 2, byte_order);
583 if ((iw & 0xf000) >= 0xc000)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbfin-tdep.c580 unsigned short iw; local
582 iw = read_memory_unsigned_integer (*pcptr, 2, byte_order);
584 if ((iw & 0xf000) >= 0xc000)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dconfig.charset183 for l in he he_IL iw iw_IL; do
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dconfig.charset183 for l in he he_IL iw iw_IL; do
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dconfig.charset183 for l in he he_IL iw iw_IL; do
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dconfig.charset184 for l in he he_IL iw iw_IL; do
/netbsd-current/games/hack/
H A Dhack.c497 int iw = inv_weight(); local
501 if (iw + weight(obj) > 0)
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c3526 int ix, iy, iw; local
3536 iw = 1;
3540 if ((a->dp[iw] & iz) == 0) {
3545 ++iw;
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c3488 int ix, iy, iw; local
3500 iw = 1;
3504 if ((a->dp[iw] & iz) == 0) {
3509 ++iw;
/netbsd-current/sbin/nvmectl/
H A Dbignum.c3484 int ix, iy, iw; local
3496 iw = 1;
3500 if ((a->dp[iw] & iz) == 0) {
3505 ++iw;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c4633 ifetch (bfd_vma pc, disassemble_info *outf, TIword *iw) argument
4645 *iw = bfd_getl16 (buf);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c4633 ifetch (bfd_vma pc, disassemble_info *outf, TIword *iw) argument
4645 *iw = bfd_getl16 (buf);
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dbfin-dis.c4633 ifetch (bfd_vma pc, disassemble_info *outf, TIword *iw) argument
4645 *iw = bfd_getl16 (buf);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dbfin-dis.c4633 ifetch (bfd_vma pc, disassemble_info *outf, TIword *iw) argument
4645 *iw = bfd_getl16 (buf);

Completed in 462 milliseconds

12