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

12

/freebsd-9.3-release/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-9.3-release/crypto/openssh/
H A Dbufbn.c65 int oi; local
69 oi = BN_bn2bin(value, buf);
70 if (oi != bin_size) {
71 error("buffer_put_bignum_ret: BN_bn2bin() failed: oi %d != bin_size %d",
72 oi, bin_size);
81 buffer_append(buffer, buf, oi);
153 int oi; local
172 oi = BN_bn2bin(value, buf+1);
173 if (oi < 0 || (u_int)oi !
[all...]
/freebsd-9.3-release/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-9.3-release/sys/dev/acpi_support/
H A Datk0110.c223 ACPI_OBJECT *oi; local
234 oi = o[0].Package.Elements;
236 oi[0].Type != ACPI_TYPE_INTEGER ||
237 oi[1].Type != ACPI_TYPE_STRING ||
238 oi[2].Type != ACPI_TYPE_INTEGER ||
239 oi[3].Type != ACPI_TYPE_INTEGER ||
240 oi[4].Type != ACPI_TYPE_INTEGER) {
246 as[i].i = oi[0].Integer.Value;
247 desc = oi[1].String.Pointer;
248 as[i].l = oi[
[all...]
/freebsd-9.3-release/bin/ed/
H A Dio.c260 int oi = 0; local
267 oi = 0;
285 if (i != oi) {
286 oi = i;
/freebsd-9.3-release/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-9.3-release/contrib/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp331 for (unsigned oi = 0, oe = Operands.size(); oi != oe; ++oi) {
332 if (!Operands[oi]->isAnonymous())
333 OS << " " << Operands[oi]->getName() << " = " << oi << ",\n";
H A DRegisterInfoEmitter.cpp1149 for (unsigned oi = 1 , oe = RC.getNumOrders(); oi != oe; ++oi) {
1150 ArrayRef<Record*> Elems = RC.getOrder(oi);
1152 OS << " static const MCPhysReg AltOrder" << oi << "[] = {"; local
1162 for (unsigned oi = 1, oe = RC.getNumOrders(); oi != oe; ++oi)
1163 if (RC.getOrder(oi).empty())
1166 OS << "),\n makeArrayRef(AltOrder" << oi; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCModuleYAML.cpp321 for (unsigned oi = 0; oi != OpCount; ++oi)
322 A.Insts[i].Operands[oi].MCOp = MCDI.Inst.getOperand(oi);
/freebsd-9.3-release/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-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c2080 int backward, i, oi; local
2227 * oi : the index of the original packet found
2236 oi = (backward << 1) + ofin.fin_out;
2237 if (is->is_icmppkts[i] > is->is_pkts[oi])
2283 * oi : the index of the original packet found in the
2291 oi = (backward << 1) + ofin.fin_out;
2294 (is->is_icmppkts[i] > is->is_pkts[oi]))
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclObjC.cpp176 ObjCMethodDecl::param_const_iterator oi = Overridden->param_begin(), local
180 ni != ne && oi != oe; ++ni, ++oi) {
181 const ParmVarDecl *oldDecl = (*oi);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delflink.c8837 asection *oi;
8840 oi = htab->text_index_section;
8843 oi = htab->data_index_section;
8845 if (oi != NULL)
8847 irela->r_addend += osec->vma - oi->vma;
8848 r_symndx = oi->target_index;
8827 asection *oi; local
H A Delf64-x86-64.c2472 asection *oi = htab->elf.text_index_section;
2473 sindx = elf_section_data (oi)->dynindx;
2470 asection *oi = htab->elf.text_index_section; local
/freebsd-9.3-release/sys/dev/cxgbe/common/
H A Dt4_msg.h2317 union opcode_info oi; member in struct:cpl_fw2_msg

Completed in 307 milliseconds

12