Searched defs:incount (Results 1 - 13 of 13) sorted by relevance

/external/libpng/contrib/gregbook/
H A Drpng2-win.c188 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);
H A Drpng2-x.c209 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);
/external/pdfium/third_party/libtiff/
H A Dtif_lzw.c848 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
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfo.cpp512 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/valgrind/mpi/
H A Dlibmpiwrap.c1799 must be readable: (inbuf,incount,datatype)
1807 int WRAPPER_FOR(PMPI_Pack)( void* inbuf, int incount, MPI_Datatype datatype, argument
1819 check_mem_is_defined(inbuf, incount, datatype);
1823 err = PMPI_Pack_size( incount, datatype, comm, &szB );
1831 CALL_FN_W_7W(err, fn, inbuf,incount,datatype, outbuf,outsize,position, comm);
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/v1/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 662 milliseconds