HomeSort by relevance Sort by last modified time
    Searched defs:indx (Results 1 - 25 of 48) sorted by null

1 2

  /external/valgrind/main/cachegrind/
cg_branchpred.c 93 UWord indx; local
104 indx = (hist_bits << N_IADD_BITS) | iadd_bits;
105 tl_assert(indx < N_COUNTERS);
106 if (0) VG_(printf)("index = %d\n", (Int)indx);
109 predicted_taken = counters[ indx ] >= 2;
119 if (counters[indx] < 3)
120 counters[indx]++;
122 if (counters[indx] > 0)
123 counters[indx]--;
126 tl_assert(counters[indx] <= 3)
144 UWord indx = (instr_addr >> N_IADDR_LO_ZERO_BITS) local
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 203 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ local
225 col += indx;
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 213 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local
214 for (int j = 0; j < indx.length; j++) {
217 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
221 + ", certPath is null and index is " + indx[j]);
275 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local
277 for (int j = 0; j < indx.length; j++) {
280 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
284 + ", certPath is null and index is " + indx[j]);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 223 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local
224 for (int j = 0; j < indx.length; j++) {
227 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
231 + ", certPath is null and index is " + indx[j]);
285 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local
287 for (int j = 0; j < indx.length; j++) {
290 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
294 + ", certPath is null and index is " + indx[j]);
  /external/libxml2/
entities.c 578 int indx = out - buffer; local
581 out = &buffer[indx];
728 int indx = out - buffer; local
731 out = &buffer[indx];
parserInternals.c 282 int indx; local
307 indx = in->cur - in->base;
309 in->cur = &in->buf->buffer->content[indx];
332 int indx; local
345 indx = in->cur - in->base;
346 if (in->buf->buffer->use > (unsigned int) indx + INPUT_CHUNK) {
367 indx = in->cur - in->base;
369 in->cur = &in->buf->buffer->content[indx];
388 int indx; local
425 indx = in->cur - in->base
    [all...]
uri.c 1961 int ret, len, indx, cur, out; local
    [all...]
c14n.c 2168 int indx = out - buffer; local
    [all...]
debugXML.c 539 int indx; local
542 for (indx = 0; indx < 5; indx++) {
543 if (indx != 0)
1937 int indx; local
3019 int indx; local
3180 int indx; local
    [all...]
  /external/qemu/memcheck/
memcheck.c 404 uint32_t indx; local
440 for (indx = 0; indx < thread->call_stack_count; indx++) {
441 desc.call_stack[indx] =
442 thread->call_stack[thread->call_stack_count - 1 - indx].call_address;
memcheck_proc_management.c 287 uint32_t indx; local
294 for (indx = 0; indx < thread->call_stack_count; indx++) {
295 if (thread->call_stack[indx].module_path != NULL) {
296 qemu_free(thread->call_stack[indx].module_path);
433 int indx = (int)thread->call_stack_count - 1; local
434 for (; indx >= 0; indx--) {
435 if (thread->call_stack[indx].ret_address == ret)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
c2_11pf.cpp 630 Word16 indx; local
644 indx = 0;
803 indx =
805 indx,
838 return indx;
c2_9pf.cpp 854 indx = codebook index (Word16)
891 Word16 i, j, k, track, first, index, _sign[NB_PULSE], indx, rsign;
906 indx = 0;
1003 Word16 indx; local
    [all...]
c3_14pf.cpp 617 indx
684 Word16 indx; local
698 indx = 0;
770 /* indx = add(indx, index, pOverflow); */
771 indx += index;
809 return indx;
c4_17pf.cpp 688 indx
754 Word16 indx; local
770 indx = 0;
837 /* indx = add(indx, index, pOverflow); */
838 indx += index;
885 return indx;
c8_31pf.cpp 131 indx
442 Word16 indx; local
473 indx = ib << 3;
485 indx += ib;
487 return indx;
505 indx Array of type Word16 -- position and sign of 8 pulses
568 Word16 indx[], /* o : position and sign of 8 pulses (compressed) */
576 Word16 *p_indx = &indx[0];
587 indx[NB_TRACK] = (ia/2+(ib/2)*5 +(ic/2)*25)*8 + ia%2 + (ib%2)*2 + (ic%2)*4; */
589 indx[NB_TRACK_MR102]
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
bitmap.h 68 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ local
80 unsigned int indx; /* Index of last element looked at. */ local
238 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
244 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
245 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
281 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
295 if (bi->elt2->indx >= bi->elt1->indx)
301 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 66 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ member in struct:bitmap_element_def
78 unsigned int indx; /* Index of last element looked at. */ member in struct:bitmap_head_def
239 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
245 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
282 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
296 if (bi->elt2->indx >= bi->elt1->indx)
302 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
bitmap.h 66 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ member in struct:bitmap_element_def
78 unsigned int indx; /* Index of last element looked at. */ member in struct:bitmap_head_def
239 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
245 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
282 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
296 if (bi->elt2->indx >= bi->elt1->indx)
302 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
bitmap.h 66 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ member in struct:bitmap_element_def
78 unsigned int indx; /* Index of last element looked at. */ member in struct:bitmap_head_def
239 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
245 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
246 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
282 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
296 if (bi->elt2->indx >= bi->elt1->indx)
302 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /external/opencv/cvaux/src/
cvbgfg_acmmm2003.cpp 501 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) += alpha
609 int dist, min_dist = 2147483647, indx = -1; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
vlc_decode.cpp 374 int indx; local
376 indx = ((mbnum_col << 1) + (block & 1)) + ((mbnum_row << 1) + (block >> 1)) * nMVPerRow - 1; /* left block */
380 p1x = motxdata[indx];
381 p1y = motydata[indx];
388 p1x = motxdata[indx];
389 p1y = motydata[indx];
394 indx = indx + 1 - nMVPerRow; /* upper_block */
397 indx -= (block & 1);
398 p2x = motxdata[indx];
    [all...]
  /external/libxslt/libxslt/
variables.c 1618 int indx = 0; local
1648 int indx = 0; local
    [all...]
  /external/oprofile/libpp/
format_output.cpp 841 size_t indx = is_module ? 0 : 1; local
867 indx = xml_get_symbol_index(qname);
869 out << init_attr(ID_REF, indx);
873 symbol_details_t & sd = symbol_details[indx];
880 sd.id = indx;
955 size_t indx; local
980 indx = xml_get_symbol_index(qname);
982 indx = xml_get_symbol_index(symqname);
985 out << init_attr(ID_REF, indx);
1006 size_t indx; local
    [all...]
  /external/dropbear/
scp.c 599 int fd = -1, haderr, indx; local
603 for (indx = 0; indx < argc; ++indx) {
604 name = argv[indx];

Completed in 799 milliseconds

1 2