HomeSort by relevance Sort by last modified time
    Searched refs:incount (Results 1 - 6 of 6) 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 848 if (incount > 0x007fffff) { /* NB: shift will overflow */\
850 rat = (rat == 0 ? 0x7fffffff : incount/rat); \
852 rat = (incount<<8) / outcount; \
891 long incount, outcount, checkpoint; local
907 incount = sp->enc_incount;
926 ent = *bp++; cc--; incount++;
929 c = *bp++; cc--; incount++;
988 incount = 0;
1003 } else if (incount >= checkpoint) {
1011 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 188 static int incount; variable
489 incount = fread(inbuf, 1, INBUFSIZE, infile);
490 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
578 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
582 if (error || incount != INBUFSIZE || rpng2_info.state == kDone) {
602 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
rpng2-x.c 209 static int incount; variable
521 incount = fread(inbuf, 1, INBUFSIZE, infile);
522 if (incount < 8 || !readpng2_check_sig(inbuf, 8)) {
602 if (readpng2_decode_data(&rpng2_info, inbuf, incount))
606 if (error || incount != INBUFSIZE || rpng2_info.state == kDone) {
626 incount = fread(inbuf, 1, INBUFSIZE, infile);
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 145 milliseconds