Searched refs:ni (Results 1 - 25 of 84) sorted by relevance

1234

/external/tcpdump/
H A Dprint-ripng.c50 rip6_entry_print(register const struct netinfo6 *ni, int metric) argument
53 l = printf("%s/%d", ip6addr_string(&ni->rip6_dest), ni->rip6_plen);
54 if (ni->rip6_tag)
55 l += printf(" [%d]", EXTRACT_16BITS(&ni->rip6_tag));
57 l += printf(" (%d)", ni->rip6_metric);
65 register const struct netinfo6 *ni; local
82 j = length / sizeof(*ni);
89 if (j * sizeof(*ni) != length - 4)
93 trunc = ((i / sizeof(*ni)) * sizeo
[all...]
H A Dprint-rip.c97 rip_entry_print_v1(register const struct rip_netinfo *ni) argument
102 family = EXTRACT_16BITS(&ni->rip_family);
105 print_unknown_data((u_int8_t *)&ni->rip_family,"\n\t ",RIP_ROUTELEN);
108 if (EXTRACT_16BITS(&ni->rip_tag) ||
109 EXTRACT_32BITS(&ni->rip_dest_mask) ||
110 EXTRACT_32BITS(&ni->rip_router)) {
112 print_unknown_data((u_int8_t *)&ni->rip_family,"\n\t ",RIP_ROUTELEN);
116 ipaddr_string(&ni->rip_dest),
117 EXTRACT_32BITS(&ni->rip_metric));
121 rip_entry_print_v2(register const struct rip_netinfo *ni) argument
163 register const struct rip_netinfo *ni; local
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DEnclosingMethodAttribute.java49 int ni = cp.addNameAndTypeInfo(methodName, methodDesc);
53 bvalue[2] = (byte)(ni >>> 8);
54 bvalue[3] = (byte)ni;
68 int ni = 0;
72 bvalue[2] = (byte)(ni >>> 8);
73 bvalue[3] = (byte)ni;
104 int ni = cp.getNameAndTypeName(mi);
105 return cp.getUtf8Info(ni);
/external/valgrind/main/none/tests/s390x/
H A Dand.c12 memimmsweep(ni, 0);
13 memimmsweep(ni, 255);
14 memimmsweep(ni, 128);
15 memimmsweep(ni, 0xaa);
16 memimmsweep(ni, 0x55);
H A Dand.stdout.exp1021 ni + 0000000000000000 & 0000000000000000 = 0000000000000000 (cc=0)
1022 ni + 0000000000000001 & 0000000000000000 = 0000000000000001 (cc=0)
1023 ni + 000000000000FFFF & 0000000000000000 = 000000000000FFFF (cc=0)
1024 ni + 0000000000007FFF & 0000000000000000 = 0000000000007FFF (cc=0)
1025 ni + 0000000000008000 & 0000000000000000 = 0000000000008000 (cc=0)
1026 ni + 00000000FFFFFFFF & 0000000000000000 = 00000000FFFFFFFF (cc=0)
1027 ni + 0000000080000000 & 0000000000000000 = 0000000080000000 (cc=0)
1028 ni + 000000007FFFFFFF & 0000000000000000 = 000000007FFFFFFF (cc=0)
1029 ni + AAAAAAAAAAAAAAAA & 0000000000000000 = 00AAAAAAAAAAAAAA (cc=0)
1030 ni
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java123 DTMIterator ni = arg.iter();
125 int pos = ni.nextNode();
129 DTM ndtm = ni.getDTM(pos);
132 pos = ni.nextNode();
136 // ni.detach();
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeParser.java195 int ni = nodes.length-1;
197 while ( ni>=0 && t!=null ) {
198 if ( nodes[ni].equals("...") ) {
199 // walk upwards until we see nodes[ni-1] then continue walking
200 if ( ni==0 ) return true; // ... at start is no-op
201 String goal = nodes[ni-1];
205 ni--;
208 if ( !name.equals(nodes[ni]) ) {
209 //System.err.println("not matched: "+nodes[ni]+" at "+t);
213 ni
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DFuncKey.java91 DTMIterator ni = arg.iter();
96 while (DTM.NULL != (pos = ni.nextNode()))
/external/clang/test/SemaCXX/
H A Dexplicit.cpp135 NotInt ni; local
138 new int[ni]; // expected-error {{array size expression of type 'NotInt' requires explicit conversion to type 'int'}}
/external/bison/build-aux/
H A Ddo-release-commit-and-tag162 perl -MPOSIX -ni -e 'my $today = strftime "%F", localtime time;' \
/external/chromium_org/third_party/icu/source/common/
H A Drbbisetb.cpp154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
H A Dnormalizer2.cpp102 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} argument
225 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
254 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
255 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
324 FCDNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
/external/icu4c/common/
H A Drbbisetb.cpp154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
H A Dnormalizer2.cpp124 Normalizer2WithImpl(const Normalizer2Impl &ni) : impl(ni) {} argument
283 DecomposeNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
316 ComposeNormalizer2(const Normalizer2Impl &ni, UBool fcc) : argument
317 Normalizer2WithImpl(ni), onlyContiguous(fcc) {}
390 FCDNormalizer2(const Normalizer2Impl &ni) : Normalizer2WithImpl(ni) {} argument
/external/valgrind/main/VEX/priv/
H A Dguest_generic_x87.c892 UInt ni, hi; local
900 for (ni = 0; ni < 16; ni++) {
901 if ((validR & (1 << ni)) == 0) break;
902 UInt i = ni + hi;
904 if (argL[i] != argR[ni]) { m = 0; break; }
1142 UInt ni, hi; local
1150 for (ni = 0; ni <
[all...]
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java223 ProceedForNew(CtClass nt, int ni, int mi) { argument
225 newIndex = ni;
/external/openfst/src/include/fst/
H A Dreplace-util.h333 size_t ni = in->second; local
334 stats_[i].nstates += stats_[j].nstates * ni;
335 stats_[i].narcs += (stats_[j].narcs + 1) * ni; // narcs - 1 + 2 (eps)
336 stats_[i].nnonterms += (stats_[j].nnonterms - 1) * ni;
343 stats_[i].outref[k] += ni * nk;
358 size_t ni = in->second; local
359 stats_[k].inref[i] += ni * nk;
360 stats_[k].nref += ni * nk;
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java122 * @param ni Iterator which yields Nodes to be made members of the new set.
124 public NodeSetDTM(DTMIterator ni) argument
129 m_manager = ni.getDTMManager();
130 m_root = ni.getRoot();
131 addNodes(ni);
/external/opencv/ml/src/
H A Dmlcnn.cpp840 int xx, yy, ni, no, kx, ky;
855 for( ni = 0; ni < nXplanes; ni++, Xplane += Xsize, connect_mask_data++ )
909 int xx, yy, ni, kx, ky;
925 for( ni = 0; ni < nplanes; ni++, Xplane += Xsize )
936 for( ni = 0; ni < nplane
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DNodeSorter.java518 DTMIterator ni = ((XNodeSet)r).iterRaw();
519 int current = ni.getCurrentNode();
521 current = ni.nextNode();
523 // if (ni instanceof ContextNodeList) // %REVIEW%
/external/openfst/src/test/
H A Dfst_test.h132 size_t ni = fst->NumInputEpsilons(s); local
142 CHECK_EQ(fst->NumInputEpsilons(s), ni + 1);
145 CHECK_EQ(fst->NumInputEpsilons(s), ni);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DHTMLEntities.properties225 ni=8715
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathExpressionImpl.java361 NodeIterator ni = resultObject.nodeset();
363 return ni.nextNode();
/external/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp805 for (unsigned ni = 1, ne = i->getNumOperands(); ni != ne; ni += 2)
806 if (i->getOperand(ni+1).getMBB() == this)
807 i->getOperand(ni+1).setMBB(NMBB);
853 for (unsigned ni = 1, ne = I->getNumOperands(); ni != ne; ni += 2) {
854 if (I->getOperand(ni+1).getMBB() == NMBB) {
855 MachineOperand &MO = I->getOperand(ni);
[all...]
/external/opencv/cv/src/
H A Dcvcalibration.cpp1349 int i, j, pos, nimages, total, ni = 0;
1378 for( i = 0, pos = 0; i < nimages; i++, pos += ni )
1382 ni = npoints->data.i[i];
1386 cvGetCols( objectPoints, &_M, pos, pos + ni );
1387 cvGetCols( imagePoints, &_m, pos, pos + ni );
1461 int i, nimages, maxPoints = 0, ni = 0, pos, total = 0, nparams, npstep, cn;
1518 ni = npoints->data.i[i*npstep];
1519 if( ni < 4 )
1525 maxPoints = MAX( maxPoints, ni );
1526 total += ni;
[all...]

Completed in 1173 milliseconds

1234