Searched refs:ind (Results 1 - 25 of 74) sorted by relevance

123

/external/opencv/cv/src/
H A Dcvdominants.cpp145 int ind; local
157 ind = (i + i_plus) % n;
158 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
159 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
166 int ind; local
180 ind = (i + i_plus) % n;
182 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
183 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
192 int ind; local
204 ind
216 int ind; local
259 int ind = (i + k) % n; local
303 int ind = i + j; local
[all...]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
H A DRealmChoiceCallbackTest.java123 int [] ind = rCCB.getSelectedIndexes();
124 assertNull("Incorrect selected indexes", ind);
125 ind = new int[3];
127 rCCB.setSelectedIndexes(ind);
138 ind = rCCB.getSelectedIndexes();
139 assertEquals("Incorrect index length", ind.length, 1);
140 assertEquals("Incorrect index", ind[0], indexes[j]);
163 int[] ind = rCCB.getSelectedIndexes();
164 assertNull("Incorrect selected indexes", ind);
166 ind
[all...]
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java104 int ind = 0; // index into the data array (to check the got data)
107 for (int j = 0; j < got - ind; j++) {
108 if (result[j] != data[ind + j]) {
118 ind = got;
143 int ind = skip; // index into the data array (to check the got data)
148 for (int j = 0; j < got - ind; j++) {
150 + "returned incorrect data.", result[j], data[ind + j]);
159 ind = got;
180 int ind = skipped;
183 for (int j = 0; j < got - ind;
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dccl.c39 int ind, len, newpos, i; local
44 ind = cclmap[cclp];
49 if ( ccltbl[ind + i] == ch )
52 newpos = ind + len;
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DFluidSimHeightMap.java164 int ind;
180 ind = x + y * size;
185 neighborsValue += newBuffer[ind - 1];
189 neighborsValue += newBuffer[ind + 1];
193 neighborsValue += newBuffer[ind - size];
197 neighborsValue += newBuffer[ind + size];
203 oldBuffer[ind] = coefA * newBuffer[ind] + coefB
204 * oldBuffer[ind] + coefC * (neighborsValue);
/external/openssl/crypto/x509v3/
H A Dv3_ocsp.c90 BIO *bp, int ind);
159 int ind)
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
186 BIO *bp, int ind)
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
195 int ind)
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
268 BIO *bp, int ind)
158 i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
185 i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) argument
194 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) argument
267 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
[all...]
H A Dv3_ncons.c69 void *a, BIO *bp, int ind);
72 BIO *bp, int ind, char *name);
166 BIO *bp, int ind)
170 bp, ind, "Permitted");
172 bp, ind, "Excluded");
178 BIO *bp, int ind, char *name)
183 BIO_printf(bp, "%*s%s:\n", ind, "", name);
187 BIO_printf(bp, "%*s", ind + 2, "");
/external/iproute2/tc/
H A Dm_pedit.c164 int ind = 0, stride = 0; local
168 ind = tkey->off + 1;
169 if (0 > ind)
170 ind = -1*ind;
172 ind = tkey->off;
180 ind = tkey->off & 3;
182 if (0 > ind || 2 < ind) {
183 fprintf(stderr, "pack_key16 bad index value %d\n",ind);
207 int ind = 0, stride = 0; local
[all...]
H A Dq_dsmark.c33 __u16 ind; local
37 ind = set_tc_index = 0;
42 ind = strtoul(*argv,&end,0);
67 if (!ind) {
73 addattr_l(n,1024,TCA_DSMARK_INDICES,&ind,sizeof(ind));
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp61 // The loop index (ind) is a phi node.
62 PHINode *ind = loop.CreatePHI(indType, 0); local
63 // Incoming value for ind is 0
64 ind->addIncoming(ConstantInt::get(indType, 0), origBB);
66 // load from srcAddr+ind
67 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
68 // store at dstAddr+ind
69 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
71 // The value for ind coming from backedge is (ind
97 PHINode *ind = loop.CreatePHI(len->getType(), 0); local
[all...]
/external/libnfc-nci/src/nfc/tags/
H A Dtags_int.c264 int ind = (int) (p_info - t1t_cmd_rsp_infos); local
265 if (ind < T1T_MAX_NUM_OPCODES)
266 return (const char *) t1t_cmd_str[ind];
282 int ind = (int) (p_info - t2t_cmd_rsp_infos); local
283 if (ind < T2T_MAX_NUM_OPCODES)
284 return (const char *) t2t_cmd_str[ind];
/external/svox/pico/lib/
H A Dpicoklex.h74 /* max len (in bytes) of ind, (PICOKLEX_MAX_NRRES * PICOKLEX_POSIND_SIZE) */
93 picoos_uint8 posind[PICOKLEX_POSIND_MAXLEN]; /* sequence of multi-ind,
106 PICOKLEX_IND_SIZE bytes are used for the index, these ind bytes are
114 /** lookup lex entry by index ind; ind is a sequence of bytes with
118 const picoos_uint8 *ind,
H A Dpicoacph.c330 const picoos_uint16 ind) {
336 for (i = 0; i < acph->headx[ind].head.len; i++) {
337 ch = acph->cbuf[acph->headx[ind].cind + i];
351 /* find next POS to the left of 'ind' and return its POS and index */
354 const picoos_uint16 ind,
360 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) {
406 /* set initial nr pre/fol words/sylls, upbound is ind of last WORDPHON */
616 /* find next POS to the left of 'ind' and return its POS and index */
619 const picoos_uint16 ind,
625 for (i = ind
328 acphGetNrSylls(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind) argument
352 acphPhrItemSeqGetPosLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *leftind) argument
617 acphAccItemSeqGetPosLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *leftind) argument
637 acphAccNrSyllParts(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint8 *s1, picoos_uint8 *s2) argument
684 acphAccGetNrsRight(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *nrwordsfol, picoos_uint16 *nrsyllsfol, picoos_uint16 *footwordsfol, picoos_uint16 *footsyllsfol) argument
732 acphAccGetNrsLeft(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind, picoos_uint16 *nrwordspre, picoos_uint16 *nrsyllspre) argument
767 acphIsWordWithoutStress(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint16 ind) argument
[all...]
H A Dpicosa.c84 WORDINDEX(POSes,NA)POS1ind1...POSNindN -> WORDINDEX(POS,NA)POS|ind \n
91 WORDINDEX(POS,NA)POS|ind -> WORDPHON(POS,NA)phon \n
488 /* find next POS to the right of 'ind' and return its POS and index */
491 const picoos_uint16 ind,
498 for (i = ind + 1; ((val == PICOKDT_EPSILON) && (i < top)); i++) {
661 /* find pos/ind entry in cbuf matching unique,
700 picoos_uint16 ind) {
705 cind1 = sa->headx[ind].cind;
706 sa->headx[ind].cind = sa->cbuf2Len;
709 if (sa->headx[ind]
489 saPosDItemSeqGetPosRight(register picodata_ProcessingUnit this, register sa_subobj_t *sa, const picoos_uint16 ind, const picoos_uint16 top, picoos_uint16 *rightind) argument
698 saCopyItemContent1to2(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 ind) argument
733 saLexIndLookup(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoklex_Lex lex, picoos_uint16 ind) argument
1005 saGraphemeToPhoneme(register picodata_ProcessingUnit this, register sa_subobj_t *sa, picoos_uint16 ind) argument
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c274 Int ind = 0; local
289 buf[ind++] = '0';
293 0 == (ind-nc) % 3 && 0 != ind)
295 buf[ind++] = ',';
298 buf[ind++] = digits[p % base];
304 buf[ind++] = '-';
307 for(; ind < width; ind++) {
308 /* assert(ind < 3
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/
H A DCertPathValidatorExceptionTest.java67 int ind = ref.getIndex();
68 assertEquals("Incorrect index", test.getIndex(), ind);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DMessageProcessor.java238 int ind = sentBy.indexOf(":");
239 if (ind == -1) {
244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind)));
245 String portStr = sentBy.substring(ind + 1);
250 throw new ParseException("Bad format encountered at ", ind);
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/
H A DPQTorus.java210 int ind = sib.get(i);
211 if (ind < 0) {
212 ind += vertCount;
213 sib.put(i, (short) ind);
214 } else if (ind >= vertCount) {
215 ind -= vertCount;
216 sib.put(i, (short) ind);
/external/valgrind/main/coregrind/
H A Dm_debuglog.c556 Int ind = 0; local
571 buf[ind++] = '0';
575 0 == (ind-nc) % 3 && 0 != ind)
577 buf[ind++] = ',';
580 buf[ind++] = digits[p % base];
586 buf[ind++] = '-';
589 for(; ind < width; ind++) {
590 /* vg_assert(ind < 3
[all...]
/external/zlib/src/examples/
H A Dgun.c80 struct ind { struct
93 struct ind *me = (struct ind *)in_desc;
199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp,
387 struct ind ind, *indp; local
391 ind.infile = infile;
392 ind.inbuf = inbuf;
393 indp = &ind;
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c97 * @param ind index into pool
99 inline static char * get_from_pool(uint ind) argument
101 return ((char *)(hashmap + OP_HASH_MAP_NR) + ind);
/external/speex/libspeex/
H A Dcb_search.c278 VARDECL(int *ind);
321 ALLOC(ind, nb_subvect, int);
467 ind[i]=nind[0][i];
468 speex_bits_pack(bits,ind[i],params->shape_bits+have_sign);
476 rind = ind[i];
524 VARDECL(int *ind);
538 ALLOC(ind, nb_subvect, int);
548 ind[i] = speex_bits_unpack_unsigned(bits, params->shape_bits);
560 exc[subvect_size*i+j]=SHL32(EXTEND32(shape_cb[ind[i]*subvect_size+j]),SIG_SHIFT-5);
563 exc[subvect_size*i+j]=NEG32(SHL32(EXTEND32(shape_cb[ind[
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c36 blk_t ind, char *block_buf,
43 if (!ind) {
49 retval = io_channel_read_blk(fs->io, ind, 1, block_buf);
59 return io_channel_write_blk(fs->io, ind, 1, block_buf);
81 retval = io_channel_write_blk(fs->io, ind, 1, block_buf);
35 block_ind_bmap(ext2_filsys fs, int flags, blk_t ind, char *block_buf, int *blocks_alloc, blk_t nr, blk_t *ret_blk) argument
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
H A DMjpegFileWriter.java400 public List<AVIIndex> ind = new ArrayList<AVIIndex>(); field in class:MjpegFileWriter.AVIIndexList
407 ind.add(ai);
411 ind.add(new AVIIndex(dwOffset, dwSize));
415 cb = 16 * ind.size();
420 for (int i = 0; i < ind.size(); i++) {
421 AVIIndex in = (AVIIndex) ind.get(i);
/external/opencv/cxcore/src/
H A Dcxjacobieigens.cpp71 int i, j, k, ind, iters = 0; local
103 do /* while (ind) */
108 ind = 0;
121 ind = 1;
177 while( ind );
222 int i, j, k, p, q, ind, iters = 0; local
254 do /* while (ind) */
256 ind = 0;
272 ind = 1;
330 while( ind );
[all...]

Completed in 494 milliseconds

123