Searched refs:ind (Results 51 - 75 of 107) sorted by relevance

12345

/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/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DDefineGrammarItemsWalker.g675 | ^( TEMPLATE (id=ID|ind=ACTION)
685 if ( $ind!=null )
687 $ind.outerAltNum = this.outerAltNum;
688 trackInlineAction($ind);
H A DANTLRTreePrinter.g359 | ind=ACTION {out(" ({"+$ind.text+"})");}
/external/markdown/markdown/extensions/
H A Dfootnotes.py290 ind = element.getchildren().find(child)
291 element.getchildren().insert(ind + 1, footnotesDiv)
/external/opencv/cvaux/src/
H A Dcvclique.cpp403 for( int ind = 0; ind < k-1; ind++ )
405 added += finder->edge_weights[ Compsub[ind] * finder->N + sel ];
H A Dcvfacedetection.cpp145 int ind = buffImg[i] / GIST_STEP; local
146 gistImg[ind] ++;
/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/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.c245 int ind; local
247 ind = (int)floor(y);
248 frac = (y-ind);
258 return interp[0]*func->table[ind] + interp[1]*func->table[ind+1] + interp[2]*func->table[ind+2] + interp[3]*func->table[ind+3];
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_lcl.h315 int ind = (a)->dmax - (a)->top; \
317 for (; ind != 0; ind--) \
/external/chromium_org/third_party/opus/src/silk/float/
H A Dnoise_shape_analysis_FLP.c64 opus_int i, iter, ind = 0; local
87 ind = i;
108 chirp = 0.99f - ( 0.8f + 0.1f * iter ) * ( maxabs - limit ) / ( maxabs * ( ind + 1 ) );
/external/openssl/crypto/bn/
H A Dbn_lcl.h315 int ind = (a)->dmax - (a)->top; \
317 for (; ind != 0; ind--) \
/external/svox/pico/lib/
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...]
H A Dpicoos.c2259 picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh,
2266 if (((*ind) >= stringlen)) {
2272 while ((((*ind) < stringlen) && (string[(*ind)] != sepCh)) && (string[((*ind))] != (picoos_char)NULLC)) {
2274 part[(j)] = string[(*ind)];
2279 (*ind)++;
2282 if ((*ind) < stringlen) {
2283 if ((string[(*ind)] == sepCh)) {
2284 (*ind)
2258 picoos_get_sep_part_str(picoos_char string[], picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh, picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done) argument
[all...]
H A Dpicoos.h102 void picoos_get_sep_part_str (picoos_char string[], picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh, picoos_char part[], picoos_int32 maxsize, picoos_uint8 * done);
520 picoos_int32 stringlen, picoos_int32 * ind, picoos_char sepCh,
/external/valgrind/main/VEX/switchback/
H A Dtest_ppc_jm1.c410 Int ind = 0; local
426 buf[ind++] = '0';
430 0 == (ind-nc) % 3 && 0 != ind)
432 buf[ind++] = ',';
435 buf[ind++] = digits[p % base];
441 buf[ind++] = '-';
444 for(; ind < width; ind++) {
445 //vassert(ind < 3
[all...]
/external/iproute2/tc/
H A Df_u32.c1113 char ind[IFNAMSIZ + 1]; local
1114 memset(ind, 0, sizeof (ind));
1121 strncpy(ind, *argv, sizeof (ind) - 1);
1122 addattr_l(n, MAX_MSG, TCA_U32_INDEV, ind, strlen(ind) + 1);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1175 Int ind; local
1180 for (ind = 0; ind < lc_n_chunks; ind++) {
1181 LC_Extra* ind_ex = &(lc_extras)[ind];
1183 MC_Chunk* ind_ch = lc_chunks[ind];
1202 print_clique(ind, level+1);
/external/chromium_org/third_party/opus/src/silk/fixed/
H A Dnoise_shape_analysis_FIX.c65 opus_int i, iter, ind = 0; local
93 ind = i;
116 silk_MUL( maxabs_Q24, ind + 1 ), 22 );
/external/chromium_org/third_party/jemalloc/chromium/
H A Djemalloc.c1323 static arena_t *arenas_extend(unsigned ind);
2917 unsigned long ind; local
2927 ind = (unsigned long) _pthread_self() % narenas;
2930 * Optimistially assume that arenas[ind] has been initialized.
2935 * guarantee that modification of arenas[ind] by another thread
2942 ret = arenas[ind];
2946 * initialized arenas[ind].
2949 if (arenas[ind] == NULL)
2950 ret = arenas_extend((unsigned)ind);
2952 ret = arenas[ind];
2982 unsigned ind; local
3979 uint32_t ind; local
4876 arenas_extend(unsigned ind) argument
[all...]
/external/chromium_org/third_party/jemalloc/vendor/
H A Djemalloc.c1316 static arena_t *arenas_extend(unsigned ind);
2906 unsigned long ind; local
2916 ind = (unsigned long) _pthread_self() % narenas;
2919 * Optimistially assume that arenas[ind] has been initialized.
2924 * guarantee that modification of arenas[ind] by another thread
2931 ret = arenas[ind];
2935 * initialized arenas[ind].
2938 if (arenas[ind] == NULL)
2939 ret = arenas_extend((unsigned)ind);
2941 ret = arenas[ind];
2971 unsigned ind; local
3968 uint32_t ind; local
4865 arenas_extend(unsigned ind) argument
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_ag_api.h212 tBTA_AG_IND ind; member in struct:__anon626
/external/valgrind/main/perf/
H A Dtinycc.c2348 ind : output code index
2352 static long rsym, anon_sym, ind, loc;
5645 ind1 = ind + 1;
5648 cur_text_section->data[ind] = c;
5649 ind = ind1;
5682 gsym_addr(t, ind);
5695 ind1 = ind + 4;
5698 *(int *)(cur_text_section->data + ind) = s;
5699 s = ind;
5700 ind
2350 static long rsym, anon_sym, ind, loc; variable
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hf.c218 ag_res.ind.id = indicator;
219 ag_res.ind.value = value;
/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)

Completed in 2215 milliseconds

12345