| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/ |
| bn_mp_reduce_is_2k.c | 23 int ix, iy, iw; local 33 iw = 1; 37 if ((a->dp[iw] & iz) == 0) { 42 ++iw;
|
| /src/external/gpl2/texinfo/dist/info/ |
| gc.c | 50 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];
|
| man.c | 114 int iw; local 118 for (iw = 0; (info_win = info_windows[iw]); iw++)
|
| session.c | 1510 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 = 0; (info_win = info_windows[iw]); iw++ 1508 INFO_WINDOW *iw; local 2919 int iw; local 2959 int iw, i; local 4178 register INFO_WINDOW *iw; local [all...] |
| /src/sys/external/bsd/drm2/linux/ |
| linux_irq_work.c | 63 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 *)) 120 iw->iw_flags = 0; 121 iw->func = func; 125 irq_work_queue(struct irq_work *iw) 129 if (atomic_swap_uint(&iw->iw_flags, IRQ_WORK_PENDING [all...] |
| /src/common/lib/libc/hash/sha3/ |
| sha3.c | 109 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] ^= le64dec(data + 8*iw) 198 unsigned nw, iw; local 233 unsigned nw, iw; local [all...] |
| /src/lib/libm/src/ |
| e_asinf.c | 77 int32_t iw; local 79 GET_FLOAT_WORD(iw,w); 80 SET_FLOAT_WORD(w,iw&0xfffff000);
|
| /src/external/gpl3/gdb.old/dist/sim/riscv/ |
| sim-main.c | 156 execute_i (SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op) 160 int rd = (iw >> OP_SH_RD) & OP_MASK_RD; 161 int rs1 = (iw >> OP_SH_RS1) & OP_MASK_RS1; 162 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; 166 unsigned int csr = (iw >> OP_SH_CSR) & OP_MASK_CSR; 167 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); 168 unsigned_word u_imm = EXTRACT_UTYPE_IMM ((uint64_t) iw); 169 unsigned_word s_imm = EXTRACT_STYPE_IMM (iw); 170 unsigned_word sb_imm = EXTRACT_BTYPE_IMM (iw); 171 unsigned_word shamt_imm = ((iw >> OP_SH_SHAMT) & OP_MASK_SHAMT) 1333 unsigned_word iw; local [all...] |
| /src/external/gpl3/gdb/dist/sim/riscv/ |
| sim-main.c | 156 execute_i (SIM_CPU *cpu, unsigned_word iw, const struct riscv_opcode *op) 160 int rd = (iw >> OP_SH_RD) & OP_MASK_RD; 161 int rs1 = (iw >> OP_SH_RS1) & OP_MASK_RS1; 162 int rs2 = (iw >> OP_SH_RS2) & OP_MASK_RS2; 166 unsigned int csr = (iw >> OP_SH_CSR) & OP_MASK_CSR; 167 unsigned_word i_imm = EXTRACT_ITYPE_IMM (iw); 168 unsigned_word u_imm = EXTRACT_UTYPE_IMM ((uint64_t) iw); 169 unsigned_word s_imm = EXTRACT_STYPE_IMM (iw); 170 unsigned_word sb_imm = EXTRACT_BTYPE_IMM (iw); 171 unsigned_word shamt_imm = ((iw >> OP_SH_SHAMT) & OP_MASK_SHAMT) 1333 unsigned_word iw; local [all...] |
| /src/sys/netinet/ |
| tcp_var.h | 592 #define TCP_INITIAL_WINDOW(iw, segsz) \ 593 uimin((iw) * (segsz), uimax(2 * (segsz), tcp_init_win_max[(iw)]))
|
| tcp_usrreq.c | 1816 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;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| bfin-tdep.c | 580 unsigned short iw; local 582 iw = read_memory_unsigned_integer (*pcptr, 2, byte_order); 584 if ((iw & 0xf000) >= 0xc000)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| bfin-tdep.c | 580 unsigned short iw; local 582 iw = read_memory_unsigned_integer (*pcptr, 2, byte_order); 584 if ((iw & 0xf000) >= 0xc000)
|
| /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| config.charset | 183 for l in he he_IL iw iw_IL; do
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| config.charset | 184 for l in he he_IL iw iw_IL; do
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| config.charset | 183 for l in he he_IL iw iw_IL; do
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| config.charset | 183 for l in he he_IL iw iw_IL; do
|
| /src/external/gpl2/texinfo/dist/intl/ |
| config.charset | 184 for l in he he_IL iw iw_IL; do
|
| /src/games/hack/ |
| hack.c | 497 int iw = inv_weight(); local 501 if (iw + weight(obj) > 0)
|
| /src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| bignum.c | 3526 int ix, iy, iw; local 3536 iw = 1; 3540 if ((a->dp[iw] & iz) == 0) { 3545 ++iw;
|
| /src/sbin/nvmectl/ |
| bignum.c | 3484 int ix, iy, iw; local 3496 iw = 1; 3500 if ((a->dp[iw] & iz) == 0) { 3505 ++iw;
|
| /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| bignum.c | 3488 int ix, iy, iw; local 3500 iw = 1; 3504 if ((a->dp[iw] & iz) == 0) { 3509 ++iw;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| commctrl.d | 6007 DWORD ListView_ApproximateViewRect(HWND w, int iw, int ih, int i) { 6009 MAKELPARAM(cast(ushort)iw, cast(ushort)ih));
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| bfin-dis.c | 4633 ifetch (bfd_vma pc, disassemble_info *outf, TIword *iw) 4645 *iw = bfd_getl16 (buf);
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| bfin-dis.c | 4633 ifetch (bfd_vma pc, disassemble_info *outf, TIword *iw) 4645 *iw = bfd_getl16 (buf);
|