Searched defs:indx (Results 1 - 25 of 50) sorted by relevance

12

/external/valgrind/cachegrind/
H A Dcg_branchpred.c94 UWord indx; local
105 indx = (hist_bits << N_IADD_BITS) | iadd_bits;
106 tl_assert(indx < N_COUNTERS);
107 if (0) VG_(printf)("index = %d\n", (Int)indx);
110 predicted_taken = counters[ indx ] >= 2;
120 if (counters[indx] < 3)
121 counters[indx]++;
123 if (counters[indx] > 0)
124 counters[indx]--;
127 tl_assert(counters[indx] <
145 UWord indx = (instr_addr >> N_IADDR_LO_ZERO_BITS) local
[all...]
/external/libdrm/tests/modetest/
H A Dcursor.c79 static uint32_t indx, count; variable
148 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)];
161 indx++;
/external/libxaac/decoder/
H A Dixheaacd_lpc_dec.c103 static WORD32 ixheaacd_avq_first_approx_abs(FLOAT32 *lsf, WORD32 *indx) { argument
112 ptr_w = &ixheaacd_weight_table_avq[(indx[0] * ORDER)];
117 lsf[i] = ixheaacd_dico_lsf_abs_8b_flt[indx[0] * ORDER + i];
120 position += ixheaacd_decoding_avq_tool(&indx[position], avq);
140 WORD32 ixheaacd_avq_first_approx_rel(FLOAT32 *lsf, WORD32 *indx, WORD32 mode) { argument
149 position = ixheaacd_decoding_avq_tool(indx, avq);
H A Dixheaacd_mps_pre_mix.c373 WORD32 indx = self->hyb_band_to_processing_band_table[qs]; local
381 self->r_out_re_in_m1[ts][indx][row][col] -
383 self->r_out_im_in_m1[ts][indx][row][col] * sign;
385 self->r_out_im_in_m1[ts][indx][row][col] * sign +
387 self->r_out_re_in_m1[ts][indx][row][col];
397 WORD32 indx = self->hyb_band_to_processing_band_table[qs]; local
405 self->r_out_re_in_m1[ts][indx][row][col] -
407 self->r_out_im_in_m1[ts][indx][row][col] * sign;
409 self->r_out_im_in_m1[ts][indx][row][col] * sign +
411 self->r_out_re_in_m1[ts][indx][ro
495 WORD32 indx = self->hyb_band_to_processing_band_table[qs]; local
523 WORD32 indx = self->hyb_band_to_processing_band_table[qs]; local
547 WORD32 indx = self->hyb_band_to_processing_band_table[qs]; local
[all...]
H A Dixheaacd_mps_dec.c232 WORD32 ts, qs, row, indx; local
236 indx = self->hyb_band_to_processing_band_table[qs];
245 if (indx < self->res_bands) {
261 if (indx < self->res_bands) {
H A Dixheaacd_rev_vlc.c103 short indx = 0; local
108 indx = 0;
115 indx = -1;
118 indx = 1;
126 indx = -2;
133 indx = -3;
136 indx = 2;
145 indx = -4;
148 indx = 3;
157 indx
201 short indx = 0; local
439 int indx; local
500 int indx; local
[all...]
/external/libxml2/
H A DtestC14N.c225 int indx = out - buffer; local
228 out = &buffer[indx];
H A Dentities.c584 size_t indx = out - buffer; local
585 if (indx + 100 > buffer_size) {
588 out = &buffer[indx];
605 indx = out - buffer;
606 if (indx + 100 > buffer_size) {
608 out = &buffer[indx];
634 indx = out - buffer;
635 if (indx + 100 > buffer_size) {
637 out = &buffer[indx];
810 size_t indx local
[all...]
H A DparserInternals.c302 size_t indx; local
316 indx = in->cur - in->base;
317 if (xmlBufUse(in->buf->buffer) > (unsigned int) indx + INPUT_CHUNK) {
340 indx = in->cur - in->base;
342 in->cur = &content[indx];
361 size_t indx; local
400 indx = in->cur - in->base;
402 in->cur = &content[indx];
H A Duri.c1885 int ret, len, indx, cur, out; local
2095 indx = 0;
2101 while (ref->path[indx] != 0) {
2102 res->path[out++] = ref->path[indx++];
H A Dc14n.c2176 int indx = out - buffer; local
2179 out = &buffer[indx];
H A DdebugXML.c540 int indx; local
543 for (indx = 0; indx < 5; indx++) {
544 if (indx != 0)
1942 int indx; local
1945 for (indx = 0; indx < list->nodesetval->nodeNr;
1946 indx++) {
1948 list->nodesetval->nodeTab[indx]);
2992 int indx; local
3103 int indx; local
3185 int indx; local
3346 int indx; local
[all...]
H A Dnanoftp.c1731 int indx = 0, base; local
1800 if ((len = recv(ctxt->dataFd, &buf[indx], sizeof(buf) - (indx + 1), 0)) < 0) {
1807 write(1, &buf[indx], len);
1809 indx += len;
1810 buf[indx] = 0;
1817 memmove(&buf[0], &buf[base], indx - base);
1818 indx -= base;
H A Dxpointer.c246 * @indx: the indx within the node
253 xmlXPtrNewPoint(xmlNodePtr node, int indx) { argument
258 if (indx < 0)
269 ret->index = indx;
891 xmlXPtrGetChildNo(xmlXPathParserContextPtr ctxt, int indx) { argument
899 if ((indx <= 0) || (oldset == NULL) || (oldset->nodeNr != 1)) {
904 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx);
1983 int indx = xmlXPtrGetIndex(node); local
1986 return(xmlXPtrNewRange(node, indx
2294 xmlXPtrAdvanceChar(xmlNodePtr *node, int *indx, int bytes) argument
2552 xmlXPtrGetLastChar(xmlNodePtr *node, int *indx) argument
2598 xmlXPtrGetStartPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
2634 xmlXPtrGetEndPoint(xmlXPathObjectPtr obj, xmlNodePtr *node, int *indx) argument
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdec_drc.cpp205 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ local
228 col += indx;
/external/flac/libFLAC/
H A Dlpc.c1335 unsigned order, indx, best_index; /* 'index' the index into lpc_error; index==order-1 since lpc_error[0] is for order==1, lpc_error[1] is for order==2, etc */ local
1346 for(indx = 0, order = 1; indx < max_order; indx++, order++) {
1347 bits = FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(lpc_error[indx], error_scale) * (double)(total_samples - order) + (double)(order * overhead_bits_per_order);
1349 best_index = indx;
1354 return best_index+1; /* +1 since indx of lpc_error[] is order-1 */
H A Dstream_encoder_framing.c170 const FLAC__StreamMetadata_CueSheet_Index *indx = track->indices + j; local
172 if(!FLAC__bitwriter_write_raw_uint64(bw, indx->offset, FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN))
174 if(!FLAC__bitwriter_write_raw_uint32(bw, indx->number, FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN))
H A Dmetadata_object.c1279 unsigned indx = (unsigned)i; local
1280 if (!FLAC__metadata_object_vorbiscomment_set_comment(object, indx, entry, copy))
1282 entry = object->data.vorbis_comment.comments[indx];
1283 indx++; /* skip over replaced comment */
1284 if (all && indx < object->data.vorbis_comment.num_comments) {
1285 i = vorbiscomment_find_entry_from_(object, indx, (const char *)entry.entry, field_name_length);
1287 indx = (unsigned)i;
1288 if (!FLAC__metadata_object_vorbiscomment_delete_comment(object, indx))
1290 if (indx < object->data.vorbis_comment.num_comments)
1291 i = vorbiscomment_find_entry_from_(object, indx, (cons
1519 FLAC__metadata_object_cuesheet_track_insert_index(FLAC__StreamMetadata *object, unsigned track_num, unsigned index_num, FLAC__StreamMetadata_CueSheet_Index indx) argument
1543 FLAC__StreamMetadata_CueSheet_Index indx; local
[all...]
H A Dstream_decoder.c1852 FLAC__StreamMetadata_CueSheet_Index *indx = &track->indices[j]; local
1853 if(!FLAC__bitreader_read_raw_uint64(decoder->private_->input, &indx->offset, FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN))
1858 indx->number = (FLAC__byte)x;
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp501 int dist, min_dist = 2147483647, indx = -1; local
536 indx = k;
541 if( indx < 0 )
543 indx = model->params.N2cc - 1;
544 PV_CC(indx) = alpha;
545 PVB_CC(indx) = alpha;
549 V_CC(indx,l) = prev_data[l];
550 V_CC(indx,l+3) = curr_data[l];
555 PV_CC(indx) += alpha;
558 PVB_CC(indx)
609 int dist, min_dist = 2147483647, indx = -1; local
[all...]
/external/lzma/C/
H A DPpmd7.c19 #define I2U(indx) (p->Indx2Units[indx])
120 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) argument
122 *((CPpmd_Void_Ref *)node) = p->FreeList[indx];
123 p->FreeList[indx] = REF(node);
126 static void *RemoveNode(CPpmd7 *p, unsigned indx) argument
128 CPpmd_Void_Ref *node = (CPpmd_Void_Ref *)Ppmd7_GetPtr(p, p->FreeList[indx]);
129 p->FreeList[indx] = *node;
217 static void *AllocUnitsRare(CPpmd7 *p, unsigned indx) argument
224 if (p->FreeList[indx] !
243 AllocUnits(CPpmd7 *p, unsigned indx) argument
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c1382 _es_VertexAttrib1f(GLuint indx, GLfloat x) argument
1384 VertexAttrib4f_nopos(indx, x, 0.0f, 0.0f, 1.0f);
1389 _es_VertexAttrib1fv(GLuint indx, const GLfloat* values) argument
1391 VertexAttrib4f_nopos(indx, values[0], 0.0f, 0.0f, 1.0f);
1396 _es_VertexAttrib2f(GLuint indx, GLfloat x, GLfloat y) argument
1398 VertexAttrib4f_nopos(indx, x, y, 0.0f, 1.0f);
1403 _es_VertexAttrib2fv(GLuint indx, const GLfloat* values) argument
1405 VertexAttrib4f_nopos(indx, values[0], values[1], 0.0f, 1.0f);
1410 _es_VertexAttrib3f(GLuint indx, GLfloat x, GLfloat y, GLfloat z) argument
1412 VertexAttrib4f_nopos(indx,
1417 _es_VertexAttrib3fv(GLuint indx, const GLfloat* values) argument
1424 _es_VertexAttrib4fv(GLuint indx, const GLfloat* values) argument
[all...]
/external/bzip2/
H A Dbzlib.c687 __inline__ Int32 BZ2_indexIntoF ( Int32 indx, Int32 *cftab ) argument
694 if (indx >= cftab[mid]) nb = mid; else na = mid;
/external/ppp/pppd/
H A Dipxcp.c264 int indx; local
271 for (indx = 0; indx < 5; ++indx) {
272 dst[indx] <<= 4;
273 dst[indx] |= (dst[indx + 1] >> 4) & 0x0F;
442 int indx; local
443 for (indx = 0; indx < sizeo
625 int indx; local
634 int indx; local
[all...]
/external/valgrind/coregrind/m_demangle/
H A Dcplus-dem.c4497 int len, int indx)
4504 work -> btypevec[indx] = tem;
4496 remember_Btype(struct work_stuff *work, const char *start, int len, int indx) argument

Completed in 553 milliseconds

12