/external/opencv/cv/src/ |
D | cvdominants.cpp | 145 int ind; in icvFindDominantPointsIPAN() local 157 ind = (i + i_plus) % n; in icvFindDominantPointsIPAN() 158 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x); in icvFindDominantPointsIPAN() 159 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y); in icvFindDominantPointsIPAN() 166 int ind; in icvFindDominantPointsIPAN() local 180 ind = (i + i_plus) % n; in icvFindDominantPointsIPAN() 182 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x); in icvFindDominantPointsIPAN() 183 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y); in icvFindDominantPointsIPAN() 192 int ind; in icvFindDominantPointsIPAN() local 204 ind = i + i_minus; in icvFindDominantPointsIPAN() [all …]
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
D | RealmChoiceCallbackTest.java | 123 int [] ind = rCCB.getSelectedIndexes(); in test02() local 124 assertNull("Incorrect selected indexes", ind); in test02() 125 ind = new int[3]; in test02() 127 rCCB.setSelectedIndexes(ind); in test02() 138 ind = rCCB.getSelectedIndexes(); in test02() 139 assertEquals("Incorrect index length", ind.length, 1); in test02() 140 assertEquals("Incorrect index", ind[0], indexes[j]); in test02() 163 int[] ind = rCCB.getSelectedIndexes(); in test03() local 164 assertNull("Incorrect selected indexes", ind); in test03() 166 ind = rCCB.getSelectedIndexes(); in test03() [all …]
|
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/ |
D | CipherInputStreamTest.java | 104 int ind = 0; // index into the data array (to check the got data) in testRead2() local 107 for (int j = 0; j < got - ind; j++) { in testRead2() 108 if (result[j] != data[ind + j]) { in testRead2() 118 ind = got; in testRead2() 143 int ind = skip; // index into the data array (to check the got data) in testRead3() local 148 for (int j = 0; j < got - ind; j++) { in testRead3() 150 + "returned incorrect data.", result[j], data[ind + j]); in testRead3() 159 ind = got; in testRead3() 180 int ind = skipped; in testSkip() local 183 for (int j = 0; j < got - ind; j++) { in testSkip() [all …]
|
/external/openssl/crypto/x509v3/ |
D | v3_ocsp.c | 90 BIO *bp, int ind); 159 int ind) in i2r_ocsp_crlid() argument 164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err; in i2r_ocsp_crlid() 170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err; in i2r_ocsp_crlid() 176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err; in i2r_ocsp_crlid() 186 BIO *bp, int ind) in i2r_ocsp_acutoff() argument 188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0; in i2r_ocsp_acutoff() 195 int ind) in i2r_object() argument 197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0; in i2r_object() 268 BIO *bp, int ind) in i2r_ocsp_serviceloc() argument [all …]
|
D | v3_ncons.c | 69 void *a, BIO *bp, int ind); 72 BIO *bp, int ind, char *name); 166 BIO *bp, int ind) in i2r_NAME_CONSTRAINTS() argument 170 bp, ind, "Permitted"); in i2r_NAME_CONSTRAINTS() 172 bp, ind, "Excluded"); in i2r_NAME_CONSTRAINTS() 178 BIO *bp, int ind, char *name) in do_i2r_name_constraints() argument 183 BIO_printf(bp, "%*s%s:\n", ind, "", name); in do_i2r_name_constraints() 187 BIO_printf(bp, "%*s", ind + 2, ""); in do_i2r_name_constraints()
|
/external/iproute2/tc/ |
D | m_pedit.c | 164 int ind = 0, stride = 0; in pack_key16() local 168 ind = tkey->off + 1; in pack_key16() 169 if (0 > ind) in pack_key16() 170 ind = -1*ind; in pack_key16() 172 ind = tkey->off; in pack_key16() 180 ind = tkey->off & 3; in pack_key16() 182 if (0 > ind || 2 < ind) { in pack_key16() 183 fprintf(stderr, "pack_key16 bad index value %d\n",ind); in pack_key16() 187 stride = 8 * ind; in pack_key16() 194 tkey->mask = retain|m[ind]; in pack_key16() [all …]
|
D | q_dsmark.c | 33 __u16 ind; in dsmark_parse_opt() local 37 ind = set_tc_index = 0; in dsmark_parse_opt() 42 ind = strtoul(*argv,&end,0); in dsmark_parse_opt() 67 if (!ind) { in dsmark_parse_opt() 73 addattr_l(n,1024,TCA_DSMARK_INDICES,&ind,sizeof(ind)); in dsmark_parse_opt()
|
/external/bluetooth/bluez/audio/ |
D | telephony.h | 153 void telephony_event_reporting_req(void *telephony_device, int ind); 206 struct indicator *ind = NULL; in telephony_update_indicator() local 210 ind = &indicators[i]; in telephony_update_indicator() 215 if (!ind) in telephony_update_indicator() 218 DBG("Telephony indicator \"%s\" %d->%d", desc, ind->val, new_val); in telephony_update_indicator() 220 if (ind->ignore_redundant && ind->val == new_val) { in telephony_update_indicator() 225 ind->val = new_val; in telephony_update_indicator()
|
D | ctl_bluetooth.c | 261 struct bt_control_ind *ind = (void *) buf; in bluetooth_read_event() local 269 ret = recv(data->sock, ind, BT_SUGGESTED_BUFFER_SIZE, MSG_DONTWAIT); in bluetooth_read_event() 276 type = bt_audio_strtype(ind->h.type); in bluetooth_read_event() 280 ind->h.type); in bluetooth_read_event() 284 name = bt_audio_strname(ind->h.name); in bluetooth_read_event() 288 ind->h.name); in bluetooth_read_event() 292 if (ind->h.name != BT_CONTROL) { in bluetooth_read_event() 298 snd_ctl_elem_id_set_name(id, ind->mode == BLUETOOTH_PLAYBACK ? in bluetooth_read_event()
|
D | unix.c | 373 struct bt_new_stream_ind *ind = (void *) buf; in headset_resume_complete() local 394 ind->h.type = BT_INDICATION; in headset_resume_complete() 395 ind->h.name = BT_NEW_STREAM; in headset_resume_complete() 396 ind->h.length = sizeof(*ind); in headset_resume_complete() 398 unix_ipc_sendmsg(client, &ind->h); in headset_resume_complete() 417 struct bt_new_stream_ind *ind = (void *) buf; in gateway_resume_complete() local 432 ind->h.type = BT_INDICATION; in gateway_resume_complete() 433 ind->h.name = BT_NEW_STREAM; in gateway_resume_complete() 434 ind->h.length = sizeof(*ind); in gateway_resume_complete() 436 unix_ipc_sendmsg(client, &ind->h); in gateway_resume_complete() [all …]
|
/external/bluetooth/glib/gobject/ |
D | glib-genmarshal.c | 326 guint ind, a; in generate_marshal() local 362 ind = g_fprintf (fout, gen_internal ? "G_GNUC_INTERNAL " : "extern "); in generate_marshal() 363 ind += g_fprintf (fout, "void "); in generate_marshal() 364 ind += g_fprintf (fout, "%s_%s (", marshaller_prefix, signame); in generate_marshal() 366 g_fprintf (fout, "%sGValue *return_value,\n", indent (ind)); in generate_marshal() 367 g_fprintf (fout, "%sguint n_param_values,\n", indent (ind)); in generate_marshal() 368 g_fprintf (fout, "%sconst GValue *param_values,\n", indent (ind)); in generate_marshal() 369 g_fprintf (fout, "%sgpointer invocation_hint,\n", indent (ind)); in generate_marshal() 371 indent (ind)); in generate_marshal() 377 ind = g_fprintf (fout, "%s_%s (", marshaller_prefix, signame); in generate_marshal() [all …]
|
/external/valgrind/main/coregrind/ |
D | m_debuglog.c | 673 Int ind = 0; in myvprintf_int64() local 688 buf[ind++] = '0'; in myvprintf_int64() 692 0 == (ind-nc) % 3 && 0 != ind) in myvprintf_int64() 694 buf[ind++] = ','; in myvprintf_int64() 697 buf[ind++] = digits[p % base]; in myvprintf_int64() 703 buf[ind++] = '-'; in myvprintf_int64() 706 for(; ind < width; ind++) { in myvprintf_int64() 708 if (ind > 39) { in myvprintf_int64() 712 buf[ind] = (flags & VG_MSG_ZJUSTIFY) ? '0': ' '; in myvprintf_int64() 717 ret += ind; in myvprintf_int64() [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | ccl.c | 39 int ind, len, newpos, i; local 44 ind = cclmap[cclp]; 49 if ( ccltbl[ind + i] == ch ) 52 newpos = ind + len;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageProcessor.java | 238 int ind = sentBy.indexOf(":"); in setSentBy() local 239 if (ind == -1) { in setSentBy() 244 this.sentByHostPort.setHost(new Host(sentBy.substring(0, ind))); in setSentBy() 245 String portStr = sentBy.substring(ind + 1); in setSentBy() 250 throw new ParseException("Bad format encountered at ", ind); in setSentBy()
|
/external/svox/pico/lib/ |
D | picoacph.c | 330 const picoos_uint16 ind) { in acphGetNrSylls() argument 336 for (i = 0; i < acph->headx[ind].head.len; i++) { in acphGetNrSylls() 337 ch = acph->cbuf[acph->headx[ind].cind + i]; in acphGetNrSylls() 354 const picoos_uint16 ind, in acphPhrItemSeqGetPosLeft() argument 360 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) { in acphPhrItemSeqGetPosLeft() 619 const picoos_uint16 ind, in acphAccItemSeqGetPosLeft() argument 625 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) { in acphAccItemSeqGetPosLeft() 639 const picoos_uint16 ind, in acphAccNrSyllParts() argument 647 if (ind >= acph->headxLen) { in acphAccNrSyllParts() 654 pend = acph->headx[ind].cind + acph->headx[ind].head.len; in acphAccNrSyllParts() [all …]
|
D | picosa.c | 491 const picoos_uint16 ind, in saPosDItemSeqGetPosRight() argument 498 for (i = ind + 1; ((val == PICOKDT_EPSILON) && (i < top)); i++) { in saPosDItemSeqGetPosRight() 700 picoos_uint16 ind) { in saCopyItemContent1to2() argument 705 cind1 = sa->headx[ind].cind; in saCopyItemContent1to2() 706 sa->headx[ind].cind = sa->cbuf2Len; in saCopyItemContent1to2() 709 if (sa->headx[ind].head.len > (sa->cbuf2BufSize - sa->cbuf2Len)) { in saCopyItemContent1to2() 710 sa->headx[ind].head.len = sa->cbuf2BufSize - sa->cbuf2Len; in saCopyItemContent1to2() 714 if (sa->headx[ind].head.len == 0) { in saCopyItemContent1to2() 715 sa->headx[ind].cind = 0; in saCopyItemContent1to2() 719 for (i = 0; i < sa->headx[ind].head.len; i++) { in saCopyItemContent1to2() [all …]
|
D | picoklex.c | 535 const picoos_uint8 *ind, in picoklex_lexIndLookup() argument 549 pentry = 0x000000ff & (ind[0]); in picoklex_lexIndLookup() 550 pentry |= ((picoos_uint32)(ind[1]) << 8); in picoklex_lexIndLookup() 551 pentry |= ((picoos_uint32)(ind[2]) << 16); in picoklex_lexIndLookup()
|
/external/zlib/examples/ |
D | gun.c | 80 struct ind { struct 93 struct ind *me = (struct ind *)in_desc; in in() argument 199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, in lunpipe() 387 struct ind ind, *indp; in gunpipe() local 391 ind.infile = infile; in gunpipe() 392 ind.inbuf = inbuf; in gunpipe() 393 indp = &ind; in gunpipe()
|
/external/speex/libspeex/ |
D | cb_search.c | 278 VARDECL(int *ind); in split_cb_search_shape_sign() 321 ALLOC(ind, nb_subvect, int); in split_cb_search_shape_sign() 467 ind[i]=nind[0][i]; in split_cb_search_shape_sign() 468 speex_bits_pack(bits,ind[i],params->shape_bits+have_sign); in split_cb_search_shape_sign() 476 rind = ind[i]; in split_cb_search_shape_sign() 524 VARDECL(int *ind); in split_cb_shape_sign_unquant() 538 ALLOC(ind, nb_subvect, int); in split_cb_shape_sign_unquant() 548 ind[i] = speex_bits_unpack_unsigned(bits, params->shape_bits); in split_cb_shape_sign_unquant() 560 exc[subvect_size*i+j]=SHL32(EXTEND32(shape_cb[ind[i]*subvect_size+j]),SIG_SHIFT-5); in split_cb_shape_sign_unquant() 563 … exc[subvect_size*i+j]=NEG32(SHL32(EXTEND32(shape_cb[ind[i]*subvect_size+j]),SIG_SHIFT-5)); in split_cb_shape_sign_unquant() [all …]
|
/external/opencv/cxcore/src/ |
D | cxjacobieigens.cpp | 71 int i, j, k, ind, iters = 0; in icvJacobiEigens_32f() local 108 ind = 0; in icvJacobiEigens_32f() 121 ind = 1; in icvJacobiEigens_32f() 177 while( ind ); in icvJacobiEigens_32f() 222 int i, j, k, p, q, ind, iters = 0; in icvJacobiEigens_64d() local 256 ind = 0; in icvJacobiEigens_64d() 272 ind = 1; in icvJacobiEigens_64d() 330 while( ind ); in icvJacobiEigens_64d()
|
/external/e2fsprogs/lib/ext2fs/ |
D | bmap.c | 36 blk_t ind, char *block_buf, in block_ind_bmap() argument 43 if (!ind) { in block_ind_bmap() 49 retval = io_channel_read_blk(fs->io, ind, 1, block_buf); in block_ind_bmap() 59 return io_channel_write_blk(fs->io, ind, 1, block_buf); in block_ind_bmap() 81 retval = io_channel_write_blk(fs->io, ind, 1, block_buf); in block_ind_bmap()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/serialization/ |
D | CertPathValidatorExceptionTest.java | 67 int ind = ref.getIndex(); in assertDeserialized() local 68 assertEquals("Incorrect index", test.getIndex(), ind); in assertDeserialized()
|
/external/llvm/test/Analysis/LoopDependenceAnalysis/ |
D | siv-strong.ll | 22 ; CHECK: 1,2: ind 49 ; CHECK: 1,2: ind 75 ; CHECK: 1,2: ind 103 ; CHECK: 1,2: ind
|
/external/dropbear/libtommath/ |
D | Makefile.in | 135 echo "hello" > tommath.ind 150 …rm -f tommath.log tommath.aux tommath.dvi tommath.idx tommath.toc tommath.lof tommath.ind tommath.… 155 echo "hello" > bn.ind 171 …*.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex …
|
/external/libnfc-nxp/src/ |
D | phHal4Nfc.c | 463 uint8_t ind = 0; in phHal4Nfc_Ioctl() local 599 for( ind = 0; ind < 3; ind++ ) in phHal4Nfc_Ioctl() 602 | (pInParam->buffer[ind] )); in phHal4Nfc_Ioctl() 626 for( ind = 0; ind < 3; ind++ ) in phHal4Nfc_Ioctl() 629 | (pInParam->buffer[ind] )); in phHal4Nfc_Ioctl()
|