HomeSort by relevance Sort by last modified time
    Searched refs:incount (Results 1 - 22 of 22) sorted by null

  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 264 int incount = 1, count = 1; local
267 while ((incount < str.length()) && (count < out.length)) {
268 mapped = getMappingCode(str, incount++);
  /external/pdfium/third_party/libtiff/
tif_lzw.c 834 if (incount > 0x007fffff) { /* NB: shift will overflow */\
836 rat = (rat == 0 ? 0x7fffffff : incount/rat); \
838 rat = (incount<<8) / outcount; \
877 long incount, outcount, checkpoint; local
893 incount = sp->enc_incount;
912 ent = *bp++; cc--; incount++;
915 c = *bp++; cc--; incount++;
973 incount = 0;
988 } else if (incount >= checkpoint) {
996 checkpoint = incount+CHECK_GAP
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfo.cpp 512 double incount = 0; local
517 incount += readEdgeOrRemember(e, getEdgeWeight(e) ,edgetocalc,uncalculated);
522 incount += readEdgeOrRemember(e, getEdgeWeight(e) ,edgetocalc,uncalculated);
553 if (incount < outcount) {
554 EdgeInformation[BB->getParent()][edgetocalc] = outcount-incount;
556 EdgeInformation[BB->getParent()][edgetocalc] = incount-outcount;
563 if (uncalculated == 2 && assumeEmptySelf && edgetocalc.first == edgetocalc.second && incount == outcount) {
564 setEdgeWeight(edgetocalc, incount * 10);
779 double iw = 0; unsigned inmissing = 0; unsigned incount = 0; unsigned invalid = 0; local
795 incount++
    [all...]
  /external/libpng/contrib/gregbook/
rpng2-win.c 189 static int incount; variable
490 incount = fread(inbuf, 1, INBUFSIZE, infile);
491 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
579 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
583 if (error || incount != INBUFSIZE || rpng2_info.state == kDone) {
603 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
rpng2-x.c 207 static int incount; variable
519 incount = fread(inbuf, 1, INBUFSIZE, infile);
520 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
600 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
604 if (error || incount != INBUFSIZE || rpng2_info.state == kDone) {
624 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 1075 struct internal_reloc incount; local
    [all...]
  /external/valgrind/mpi/
libmpiwrap.c     [all...]
  /prebuilts/misc/common/robolectric/lib/
commons-codec-1.3.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.3/
commons-codec-1.3.jar 
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /external/robolectric/v1/lib/main/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.6/
commons-codec-1.6.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.9/
commons-codec-1.9.jar 
  /prebuilts/tools/common/offline-m2/commons-codec/commons-codec/1.10/
commons-codec-1.10.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 301 milliseconds