Searched defs:cindex (Results 1 - 11 of 11) sorted by relevance

/external/linux-tools-perf/src/tools/perf/util/
H A Dvalues.c122 int tindex, cindex; local
125 cindex = perf_read_values__findnew_counter(values, rawid, name);
127 values->value[tindex][cindex] = value;
/external/jpeg/
H A Djdphuff.c135 int cindex = cinfo->cur_comp_info[ci]->component_index; local
136 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
138 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0);
142 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdphuff.c137 int cindex = cinfo->cur_comp_info[ci]->component_index; local
138 coef_bit_ptr = & cinfo->coef_bits[cindex][0];
140 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, 0);
144 WARNMS2(cinfo, JWRN_BOGUS_PROGRESSION, cindex, coefi);
/external/libopus/celt/
H A Drate.c83 opus_int16 *cindex; local
87 cindex = (opus_int16 *)opus_alloc(sizeof(cache->index[0])*m->nbEBands*(LM+2));
88 cache->index = cindex;
97 cindex[i*m->nbEBands+j] = -1;
106 cindex[i*m->nbEBands+j] = cindex[k*m->nbEBands+n];
119 cindex[i*m->nbEBands+j] = curr;
183 pcache = bits + cindex[(LM0+1)*m->nbEBands+j];
/external/bison/lib/
H A Dbbitset.h90 bitset_windex cindex; /* Cache word index. */ member in struct:bbitset_struct
107 #define BITSET_CINDEX_(SRC) (SRC)->b.cindex
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java1300 public MemberrefInfo(int cindex, int ntindex) { argument
1301 classIndex = cindex;
1318 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); argument
1339 public FieldrefInfo(int cindex, int ntindex) { argument
1340 super(cindex, ntindex);
1351 protected int copy2(ConstPool dest, int cindex, int ntindex) { argument
1352 return dest.addFieldrefInfo(cindex, ntindex);
1359 public MethodrefInfo(int cindex, int ntindex) { argument
1360 super(cindex, ntindex);
1371 protected int copy2(ConstPool dest, int cindex, in argument
1379 InterfaceMethodrefInfo(int cindex, int ntindex) argument
1391 copy2(ConstPool dest, int cindex, int ntindex) argument
[all...]
/external/iptables/libiptc/
H A Dlibiptc.c547 unsigned int cindex = 0; local
564 cindex=chains / list_length;
569 if (cindex >= h->chain_index_sz)
573 debug("\nIndex[%d] Chains:", cindex);
574 h->chain_index[cindex] = c;
635 debug("Update cindex[%d] with next ptr name:[%s]\n",
/external/libedit/src/
H A Dreadline.c508 get_history_event(const char *cmd, int *cindex, int qchar) argument
516 idx = *cindex;
524 *cindex = cmd[idx]? (idx + 1):idx;
547 *cindex = idx;
617 *cindex = idx;
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 405 milliseconds