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

1 2 3 4 5 6

  /external/flac/libFLAC/
stream_encoder_framing.c 165 const FLAC__StreamMetadata_CueSheet_Index *indx = track->indices + j; local
167 if(!FLAC__bitwriter_write_raw_uint64(bw, indx->offset, FLAC__STREAM_METADATA_CUESHEET_INDEX_OFFSET_LEN))
169 if(!FLAC__bitwriter_write_raw_uint32(bw, indx->number, FLAC__STREAM_METADATA_CUESHEET_INDEX_NUMBER_LEN))
lpc.c 1336 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 579 size_t indx = out - buffer; local
580 if (indx + 100 > buffer_size) {
583 out = &buffer[indx];
600 indx = out - buffer;
601 if (indx + 100 > buffer_size) {
603 out = &buffer[indx];
629 indx = out - buffer;
630 if (indx + 100 > buffer_size) {
632 out = &buffer[indx];
805 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 96 UWord indx; local
107 indx = (hist_bits << N_IADD_BITS) | iadd_bits;
108 tl_assert(indx < N_COUNTERS);
109 if (0) VG_(printf)("index = %d\n", (Int)indx);
112 predicted_taken = counters[ indx ] >= 2;
122 if (counters[indx] < 3)
123 counters[indx]++;
125 if (counters[indx] > 0)
126 counters[indx]--;
129 tl_assert(counters[indx] <= 3)
147 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;
  /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.25/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
elf-m10200.c 652 unsigned long indx;
656 indx = ELF32_R_SYM (irel->r_info) - symtab_hdr->sh_info;
657 h = elf_sym_hashes (abfd)[indx];
651 unsigned long indx; local
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathValidatorExceptionTest.java 222 int[] indx = { 0, 1, 100, Integer.MAX_VALUE, Integer.MIN_VALUE }; local
223 for (int j = 0; j < indx.length; j++) {
226 new CertPathValidatorException(msgs[i], tCause, null, indx[j]);
230 + ", certPath is null and index is " + indx[j]);
284 int[] indx = { -2, -100, 0, 1, 100, Integer.MAX_VALUE, local
286 for (int j = 0; j < indx.length; j++) {
289 new CertPathValidatorException(msgs[i], tCause, cp, indx[j]);
293 + ", certPath is null and index is " + indx[j]);
  /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/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...]

Completed in 1739 milliseconds

1 2 3 4 5 6