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

12

/external/webkit/WebKitTools/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.c36 __u16 ind; local
40 ind = set_tc_index = 0;
45 ind = strtoul(*argv,&end,0);
70 if (!ind) {
76 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.c1080 char ind[IFNAMSIZ + 1]; local
1081 memset(ind, 0, sizeof (ind));
1088 strncpy(ind, *argv, sizeof (ind) - 1);
1089 addattr_l(n, MAX_MSG, TCA_U32_INDEV, ind, strlen(ind) + 1);
/external/e2fsprogs/lib/ext2fs/
H A Dbmap.c35 blk_t ind, char *block_buf,
42 if (!ind) {
48 retval = io_channel_read_blk(fs->io, ind, 1, block_buf);
60 return io_channel_write_blk(fs->io, ind, 1, block_buf);
86 retval = io_channel_write_blk(fs->io, ind, 1, block_buf);
34 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.c89 void telephony_event_reporting_req(void *telephony_device, int ind) argument
91 events_enabled = ind == 1 ? TRUE : FALSE;
H A Dtelephony.h146 void telephony_event_reporting_req(void *telephony_device, int ind);
198 struct indicator *ind = NULL; local
202 ind = &indicators[i];
207 if (!ind)
210 DBG("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val);
212 if (ind->ignore_redundant && ind->val == new_val) {
217 ind->val = new_val;
H A Da2dp.c1059 struct avdtp_sep_ind *ind; local
1063 ind = (codec == A2DP_CODEC_MPEG12) ? &mpeg_ind : &sbc_ind;
1066 delay_reporting, ind, &cfm, sep);
H A Dgstavdtpsink.c917 struct bt_new_stream_ind *ind = (void *) buf; local
941 ind->h.length = sizeof(*ind);
942 io_error = gst_avdtp_sink_audioservice_expect(self, &ind->h,
H A Dtelephony-ofono.c150 void telephony_event_reporting_req(void *telephony_device, int ind) argument
152 events_enabled = ind == 1 ? TRUE : FALSE;
H A Dunix.c352 struct bt_new_stream_ind *ind = (void *) buf; local
373 ind->h.type = BT_INDICATION;
374 ind->h.name = BT_NEW_STREAM;
375 ind->h.length = sizeof(*ind);
377 unix_ipc_sendmsg(client, &ind->h);
396 struct bt_new_stream_ind *ind = (void *) buf; local
411 ind->h.type = BT_INDICATION;
412 ind->h.name = BT_NEW_STREAM;
413 ind
764 struct bt_new_stream_ind *ind = (void *) buf; local
1824 struct bt_delay_report_ind ind; local
[all...]
H A Dpcm_bluetooth.c338 struct bt_new_stream_ind *ind = (void *) buf; local
381 ind->h.length = sizeof(*ind);
382 err = audioservice_expect(data->server.fd, &ind->h,
H A Dtelephony-maemo6.c470 void telephony_event_reporting_req(void *telephony_device, int ind) argument
472 events_enabled = ind == 1 ? TRUE : FALSE;
/external/libnfc-nxp/src/
H A DphHal4Nfc.c457 uint8_t ind = 0; local
587 for( ind = 0; ind < 3; ind++ )
590 | (pInParam->buffer[ind] ));
614 for( ind = 0; ind < 3; ind++ )
617 | (pInParam->buffer[ind] ));
/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...]
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...]
H A Dpicocep.c1135 picoos_uint8 s, ind; local
1213 ind = 0;
1214 while ((s < pdf->numdeltas) && (ind < cepnum || (ind
1217 ind = (picoos_uint8) (pdf->content[k]); /* is already picoos_uint8 but just to make explicit */
1218 if (ind == cepnum) {
1236 ind = 2 * ceporder;
1237 while ((s-- > 0) && (ind > ceporder + cepnum)) { /* rawmean deltas are sparse so investigate indices in column */
1239 ind = (picoos_uint8) (pdf->content[k]); /* is already picoos_uint8 but just to make explicit */
1240 if (ind
[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/speex/libspeex/
H A Dpreprocess.c298 int ind; local
305 ind = SHR32(xx,10);
306 if (ind<0)
308 if (ind>19)
310 frac = SHL32(xx-SHL32(ind,10),5);
311 return SHL32(DIV32_16(PSHR32(MULT16_16(Q15_ONE-frac,table[ind]) + MULT16_16(frac,table[ind+1]),7),(spx_sqrt(SHL32(xx,15)+6711))),7);
357 int ind; local
366 ind = (int)integer;
367 if (ind<
[all...]
H A Dresample.c241 int ind; local
243 ind = (int)floor(y);
244 frac = (y-ind);
254 return interp[0]*func->table[ind] + interp[1]*func->table[ind+1] + interp[2]*func->table[ind+2] + interp[3]*func->table[ind+3];

Completed in 393 milliseconds

12