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

1 2 3 4 5 6 7

  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
SimpleDrawFrameTests.java 58 int indx = i * 5; local
59 frames[indx] = DrawFramesActivity.FRAME_JANK_RECORD_DRAW;
60 frames[indx + 1] = DrawFramesActivity.FRAME_JANK_ANIMATION;
61 frames[indx + 2] = DrawFramesActivity.FRAME_JANK_LAYOUT;
62 frames[indx + 3] = DrawFramesActivity.FRAME_JANK_MISS_VSYNC;
77 int indx = i * 4; local
78 frames[indx] = DrawFramesActivity.FRAME_JANK_DAVEY;
79 frames[indx + 2] = DrawFramesActivity.FRAME_JANK_DAVEY_JR;
  /external/flac/libFLAC/
stream_encoder_framing.c 170 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))
lpc.c 1335 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
    [all...]
  /external/libxml2/
testC14N.c 225 int indx = out - buffer; local
228 out = &buffer[indx];
entities.c 584 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 = out - buffer local
    [all...]
parserInternals.c 302 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];
    [all...]
  /external/valgrind/cachegrind/
cg_branchpred.c 94 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] <= 3)
145 UWord indx = (instr_addr >> N_IADDR_LO_ZERO_BITS) local
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 205 int indx = numQmfSubSamples - (numQmfSubSamples >> 1) - 10; /* l_border */ local
228 col += indx;
  /external/libdrm/tests/modetest/
cursor.c 79 static uint32_t indx, count; variable
148 const struct cursor_step *step = &steps[indx % ARRAY_SIZE(steps)];
161 indx++;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm.c 372 uint32_t indx=0; local
373 while(indx< (uint32_t)cxt->list.num_items)
375 viddec_emit_contr_tag(&(cxt->emitter), &(cxt->list.sc_ibuf[indx]), false, true);
376 viddec_emit_assoc_tag(&(cxt->emitter), cxt->list.sc_ibuf[indx].id, true);
377 indx++;
509 uint32_t indx=0; local
510 while((indx< (uint32_t)cxt->list.num_items) && (cxt->list.sc_ibuf[indx].len == 0))
512 viddec_emit_contr_tag(&(cxt->emitter), &(cxt->list.sc_ibuf[indx]), false, false);
513 viddec_emit_assoc_tag(&(cxt->emitter), cxt->list.sc_ibuf[indx].id, false)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf-hppa.h 1098 int indx; local
    [all...]
nlm32-ppc.c 733 int indx)
752 if (indx != -1)
755 l_symndx = indx + 3;
853 static int indx;
873 relocs[i].rel, indx))
879 ++indx;
852 static int indx; local
  /toolchain/binutils/binutils-2.27/opcodes/
visium-dis.c 181 int indx = (ins >> 10) & 0x1f; local
294 indx, source_a);
298 indx, source_a, source_b);
302 indx, source_a, source_b);
306 indx, source_a, source_b);
310 indx, source_a, source_b);
314 indx, source_a);
318 indx, source_a);
322 indx, source_a);
326 indx, source_a)
    [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...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalCoolingDevice.java 120 int indx = ThermalUtils.getCoolingDeviceIndexContains(mDeviceName); local
121 if (indx != -1) {
122 mThrottlePath = ThermalManager.sCoolingDeviceBasePath + indx +
ThermalSensor.java 61 int indx = ThermalUtils.getThermalZoneIndex(mSensorName); local
65 if (indx == -1 && mSensorName.contains("battery")) {
66 indx = ThermalUtils.getThermalZoneIndexContains("battery");
69 if (indx != -1) {
70 mSensorPath = ThermalManager.sSysfsSensorBasePath + indx + "/";
73 mSensorSysfsIndx = indx;
VirtualThermalZone.java 55 int indx = ThermalUtils.getThermalZoneIndex(getZoneName()); local
56 if (indx == -1) {
60 String uEventDevPath = ThermalManager.sUEventDevPath + indx;
61 setEmulTempPath(ThermalManager.sSysfsSensorBasePath + indx + "/emul_temp");
  /libcore/luni/src/test/java/tests/security/cert/
CertPathValidatorExceptionTest.java 218 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local
219 for (int j = 0; j < indx.length; j++) {
222 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
226 + ", certPath is null and index is " + indx[j]);
280 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local
282 for (int j = 0; j < indx.length; j++) {
285 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
289 + ", certPath is null and index is " + indx[j]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
bitmap.h 173 unsigned int indx; /* regno/BITMAP_ELEMENT_ALL_BITS. */ member in struct:bitmap_element_def
181 unsigned int indx; /* Index of last element looked at. */ member in struct:bitmap_head_def
351 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
357 if (bi->elt1->indx != start_bit / BITMAP_ELEMENT_ALL_BITS)
358 start_bit = bi->elt1->indx * BITMAP_ELEMENT_ALL_BITS;
394 if (bi->elt1->indx >= start_bit / BITMAP_ELEMENT_ALL_BITS)
408 if (bi->elt2->indx >= bi->elt1->indx)
414 if (bi->elt1->indx == bi->elt2->indx)
    [all...]
  /external/libxaac/decoder/
ixheaacd_mps_pre_mix.c 373 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][row][col]
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...]
  /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...]

Completed in 507 milliseconds

1 2 3 4 5 6 7