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

123

/external/bison/lib/uniwidth/
H A Dwidth.c320 int ind = nonspacing_table_ind[uc >> 9]; local
321 if (ind >= 0)
322 if ((nonspacing_table_data[64*ind + ((uc >> 3) & 63)] >> (uc & 7)) & 1)
/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.c265 int ind = (int) (p_info - t1t_cmd_rsp_infos); local
266 if (ind < T1T_MAX_NUM_OPCODES)
267 return (const char *) t1t_cmd_str[ind];
283 int ind = (int) (p_info - t2t_cmd_rsp_infos); local
284 if (ind < T2T_MAX_NUM_OPCODES)
285 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/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c68 WebRtc_Word32 ind; local
74 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]);
75 ind = WEBRTC_SPL_RSHIFT_W32(ind, 16);
78 qtmp1 = qtmp1 - kHistEdges[ind];
80 WEBRTC_SPL_UMUL_32_16(qtmp1,kCdfSlope[ind]), 15);
81 return (kCdfLogistic[ind] + qtmp2);
H A Dpitch_filter.c79 int k, ind, cnt; local
119 ind = 0;
156 indW32, sign, inystateQQ, ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
170 ubufQQ, fracoeffQQ, indatQQ, outdatQQ, &ind);
179 int k, n, m, ind, pos, pos3QQ; local
198 ind = 0;
199 pos = ind + PITCH_BUFFSIZE;
240 ubufQQ[pos] = indatQ0[ind];
242 tmp2W32 = WEBRTC_SPL_MUL_16_32_RSFT14(indatQ0[ind], tmpW32);
258 ind
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Darith_routines_logist.c54 WebRtc_Word32 ind, qtmp1, qtmp2, qtmp3; local
68 ind = (qtmp1 * 5) >> 16; /* 2^16 / 5 = 0.4 in Q15 */
70 qtmp1 = qtmp2 - kHistEdgesQ15[ind]; /* Q15 - Q15 = Q15 */
71 qtmp2 = kCdfSlopeQ0[ind] * qtmp1; /* Q0 * Q15 = Q15 */
74 tmpUW32 = kCdfQ16[ind] + qtmp3; /* Q0 + Q0 = Q0 */
/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] ++;
/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
/external/valgrind/main/coregrind/
H A Dm_debuglog.c585 Int ind = 0; local
600 buf[ind++] = '0';
604 0 == (ind-nc) % 3 && 0 != ind)
606 buf[ind++] = ',';
609 buf[ind++] = digits[p % base];
615 buf[ind++] = '-';
618 for(; ind < width; ind++) {
619 /* 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/eigen/Eigen/src/IterativeLinearSolvers/
H A DIncompleteLUT.h130 int QuickSplit(VectorV &row, VectorI &ind, int ncut);
181 * \param ind The array of index for the elements in @p row
186 int IncompleteLUT<Scalar>::QuickSplit(VectorV &row, VectorI &ind, int ncut) argument
205 swap(ind(mid), ind(j));
210 swap(ind(mid), ind(first));
/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))

Completed in 993 milliseconds

123