Searched defs:ind (Results 1 - 25 of 59) 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/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/bluetooth/bluez/audio/
H A Dctl_bluetooth.c261 struct bt_control_ind *ind = (void *) buf; local
269 ret = recv(data->sock, ind, BT_SUGGESTED_BUFFER_SIZE, MSG_DONTWAIT);
276 type = bt_audio_strtype(ind->h.type);
280 ind->h.type);
284 name = bt_audio_strname(ind->h.name);
288 ind->h.name);
292 if (ind->h.name != BT_CONTROL) {
298 snd_ctl_elem_id_set_name(id, ind->mode == BLUETOOTH_PLAYBACK ?
H A Dtelephony-dummy.c76 void telephony_event_reporting_req(void *telephony_device, int ind) argument
78 events_enabled = ind == 1 ? TRUE : FALSE;
H A Dtelephony.h153 void telephony_event_reporting_req(void *telephony_device, int ind);
206 struct indicator *ind = NULL; local
210 ind = &indicators[i];
215 if (!ind)
218 DBG("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val);
220 if (ind->ignore_redundant && ind->val == new_val) {
225 ind->val = new_val;
H A Dgstavdtpsink.c1481 struct bt_new_stream_ind *ind = (void *) buf; local
1508 ind->h.length = sizeof(*ind);
1509 err = gst_avdtp_sink_audioservice_expect(self, &ind->h,
/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
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/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/glib/gobject/
H A Dglib-genmarshal.c326 guint ind, a; local
362 ind = g_fprintf (fout, gen_internal ? "G_GNUC_INTERNAL " : "extern ");
363 ind += g_fprintf (fout, "void ");
364 ind += g_fprintf (fout, "%s_%s (", marshaller_prefix, signame);
366 g_fprintf (fout, "%sGValue *return_value,\n", indent (ind));
367 g_fprintf (fout, "%sguint n_param_values,\n", indent (ind));
368 g_fprintf (fout, "%sconst GValue *param_values,\n", indent (ind));
369 g_fprintf (fout, "%sgpointer invocation_hint,\n", indent (ind));
371 indent (ind));
377 ind
[all...]
/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/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 609 milliseconds

123