HomeSort by relevance Sort by last modified time
    Searched defs:SPAN (Results 1 - 3 of 3) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
Tag.java 47 public static final Tag SPAN = new TagImpl ("SPAN");
  /external/zlib/src/examples/
zran.c 14 its entirety, and an index built with access points about every SPAN bytes
16 be read randomly, having to decompress on the average SPAN/2 uncompressed
62 #define SPAN 1048576L /* desired distance between access points */
137 access points about every span bytes of uncompressed output -- span is
144 local int build_index(FILE *in, off_t span, struct access **built)
215 (totout == 0 || totout - last > span)) {
374 len = build_index(in, SPAN, &index);
  /external/emma/lib/
emma.jar 

Completed in 137 milliseconds