Searched refs:oi (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/
H A Dtst.PartialDereferencing.d45 int oi;
52 oi = ((struct input_struct) ivar).ii;
65 out.oi = xlate < struct output_struct > (in).oi;
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out.oc)/
H A Dtst.PartialOutputTransDefn.d46 int oi;
53 oi = ((struct input_struct *) ivar)->ii;
H A Dtst.StructureAssignment.d46 int oi;
53 oi = ((struct input_struct) ivar).ii;
67 printf("out.oi: %d\t out.oc: %d\n", out.oi, out.oc);
71 /(100 != out.oi) || (0 != out.oc)/
77 /(100 == out.oi) && (0 == out.oc)/
H A Derr.D_XLATE_REDECL.RepeatTransDecl.d45 int oi;
52 oi = ((struct input_struct *) ivar1)->ii1;
58 oi = ((struct input_struct *) ivar1)->ii1;
H A Dtst.InputAliasTrans.d45 int oi;
52 oi = ((input_t *) ivar)->ii;
H A Dtst.OutputAliasTrans.d46 int oi;
55 oi = ((struct input_struct *) ivar)->ii;
H A Dtst.UnionOutputTrans.d46 int oi;
52 oi = ((struct input_struct *) ivar)->ii;
H A Dtst.SimultaneousTranslators.d52 int oi;
59 oi = ((struct input_struct1 *) ivar1)->ii1;
H A Dtst.RepeatDeclaration.d50 int oi;
57 oi = ((struct input_struct1 *) ivar1)->ii1;
63 oi = ((struct input_struct2 *) ivar2)->ii2;
/freebsd-11-stable/tools/tools/mid/
H A Dmid-index52 if (/^Message-id:\s+\<([^$idsep]+)/oi) {
54 } elsif (/^Resent-Message-id:\s+\<([^$idsep]+)/oi) {
56 } elsif (/^References:\s+\<([^$idsep]+)/oi) {
58 } elsif (/^In-Reply-to:\s+[^<]*\<([^$idsep]+)/oi) {
/freebsd-11-stable/contrib/mdocml/
H A Dpreconv.c29 preconv_encode(const struct buf *ib, size_t *ii, struct buf *ob, size_t *oi, argument
92 *oi += snprintf(ob->buf + *oi, 11, "\\[u%.4X]", accum);
101 *oi += snprintf(ob->buf + *oi, 11,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp222 for (unsigned oi = 1, oe = I.getNumOperands(); oi != oe; oi += 2) {
223 MachineBasicBlock *MBB = I.getOperand(oi + 1).getMBB();
224 Register Reg = I.getOperand(oi).getReg();
247 for (unsigned oi = I.getNumOperands(); oi > 2; oi -= 2) {
248 // PHI operands are (Reg, MBB) at (oi-2, oi
[all...]
/freebsd-11-stable/bin/ed/
H A Dio.c263 int oi = 0; local
270 oi = 0;
288 if (i != oi) {
289 oi = i;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcp-valprint.c758 int fn, oi; local
772 for (oi = 0; oi < TYPE_FN_FIELDLIST_LENGTH (type, fn); oi++)
773 if (TYPE_FN_FIELD_VIRTUAL_P (TYPE_FN_FIELDLIST1 (type, fn), oi))
779 int vx = (TYPE_FN_FIELD_VOFFSET (TYPE_FN_FIELDLIST1 (type, fn), oi)
794 = TYPE_FN_FIELD_PHYSNAME (TYPE_FN_FIELDLIST1 (type, fn), oi);
H A Dgdbtypes.c2184 int fn, oi; /* function and overloaded instance indices */ local
2195 for (oi = 0; oi < TYPE_FN_FIELDLIST_LENGTH (dclass, fn); oi++)
2196 if (TYPE_FN_FIELD_VIRTUAL_P (TYPE_FN_FIELDLIST1 (dclass, fn), oi))
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dwin32_crashrpt.c192 OSVERSIONINFOEXW oi; local
211 if (svn_sysinfo___fill_windows_version(&oi))
214 oi.dwMajorVersion, oi.dwMinorVersion, oi.dwBuildNumber,
215 oi.szCSDVersion);
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DLayoutPass.cpp427 auto oi = _ordinalOverrideMap.find(atom.get()); local
429 uint64_t override = (oi == _ordinalOverrideMap.end()) ? 0 : oi->second;
/freebsd-11-stable/crypto/openssl/crypto/perlasm/
H A Dx86masm.pl17 for (@arg) { s/(?<![\w\$\.])0x([0-9a-f]+)/0$1h/oi; }
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1371 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) {
1372 ArrayRef<Record*> Elems = RC.getOrder(oi);
1374 OS << " static const MCPhysReg AltOrder" << oi << "[] = {"; local
1384 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi)
1385 if (RC.getOrder(oi).empty())
1388 OS << "),\n makeArrayRef(AltOrder" << oi; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp593 for (unsigned oi = 0, oe = ii.getNumOperands(); oi != oe; ++oi) {
594 Value *operand = ii.getOperand(oi);
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c1214 ssa_op_iter oi; local
1273 FOR_EACH_SSA_TREE_OPERAND (vname, stmt, oi,
1280 FOR_EACH_SSA_TREE_OPERAND (vname, stmt, oi,
H A Dtree-inline.c432 tree_stmt_iterator oi, ni; local
437 oi = tsi_start (*tp);
440 for (; !tsi_end_p (oi); tsi_next (&oi))
441 tsi_link_after (&ni, tsi_stmt (oi), TSI_NEW_STMT);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c767 char** oi = local
769 if(!d || !oi) { free(d); free(oi); return -1; }
771 memmove(oi, cfg->out_ifs, cfg->num_out_ifs*sizeof(char*));
774 oi[cfg->num_out_ifs++] = d;
775 cfg->out_ifs = oi;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dap_config.h204 u8 oi[MAX_ROAMING_CONSORTIUM_LEN]; member in struct:hostapd_roaming_consortium
/freebsd-11-stable/sys/netinet/
H A Din_pcb.h679 const struct inpcb *oi);

Completed in 462 milliseconds

12