Searched defs:ind (Results 1 - 25 of 52) sorted by relevance

123

/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/iproute2/tc/
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));
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 Df_u32.c1112 char ind[IFNAMSIZ + 1]; local
1113 memset(ind, 0, sizeof (ind));
1120 strncpy(ind, *argv, sizeof (ind) - 1);
1121 addattr_l(n, MAX_MSG, TCA_U32_INDEV, ind, strlen(ind) + 1);
/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/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/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/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/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...]
/external/libnfc-nxp/src/
H A DphHal4Nfc.c463 uint8_t ind = 0; local
599 for( ind = 0; ind < 3; ind++ )
602 | (pInParam->buffer[ind] ));
626 for( ind = 0; ind < 3; ind++ )
629 | (pInParam->buffer[ind] ));
/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/opencv/cvaux/src/
H A Dcvfacedetection.cpp145 int ind = buffImg[i] / GIST_STEP; local
146 gistImg[ind] ++;
H A Dcveigenobjects.cpp47 int i, j, k, ind; local
79 do /* while (ind) */
84 ind = 0;
97 ind = 1;
153 while( ind );
/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...]
/external/svox/pico/lib/
H A Dpicoklex.c406 /* set ind, PICOKLEX_IND_SIZE */
535 const picoos_uint8 *ind,
549 pentry = 0x000000ff & (ind[0]);
550 pentry |= ((picoos_uint32)(ind[1]) << 8);
551 pentry |= ((picoos_uint32)(ind[2]) << 16);
553 /* check ind if it is within lexblocks byte stream, if not, return FALSE */
534 picoklex_lexIndLookup(const picoklex_Lex this, const picoos_uint8 *ind, const picoos_uint8 indlen, picoos_uint8 *pos, picoos_uint8 **phon, picoos_uint8 *phonlen) argument
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...]
/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/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c188 int ind, acl_ind; local
215 ind = mode - BTM_PM_MD_HOLD; /* make it base 0 */
217 if( !(p_features[ btm_pm_mode_off[ind] ] & btm_pm_mode_msk[ind] ) )
395 void btm_pm_sm_alloc(UINT8 ind) argument
397 tBTM_PM_MCB *p_db = &btm_cb.pm_mode_db[ind]; /* per ACL link */
401 BTM_TRACE_DEBUG2( "btm_pm_sm_alloc ind:%d st:%d", ind, p_db->state);
425 BTM_TRACE_DEBUG2( "btm_pm_find_acl_ind ind:%d, st:%d", xx, btm_cb.pm_mode_db[xx].state);
/external/dnsmasq/src/
H A Ddhcp.c24 int ind; member in struct:iface_param
240 parm.ind = iface_index;
397 if (if_index == param->ind && context->current == context)
/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/libselinux/src/
H A Dlabel_file.c67 const char *ind; local
72 for (ind = buf; ind < tmp; ind++) {
73 if (strchr(".^$?*+|[({", (int)*ind))
/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/wpa_supplicant_8/hostapd/
H A Dhlr_auc_gw.c694 u64 val, seq, ind; local
707 ind = (val + 1) & ((1 << ind_len) - 1);
708 val = (seq << ind_len) | ind;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c2658 ANTLR3_UINT32 ind; local
2673 ind = vIndex[topo->sorted[i]];
2674 v->swap(v, i, ind);
2682 vIndex[i] = ind;

Completed in 875 milliseconds

123