Searched defs:SPAN (Results 1 - 7 of 7) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DTag.java47 public static final Tag SPAN = new TagImpl ("SPAN"); field in class:Tag
/external/zlib/src/examples/
H A Dzran.c14 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 */ macro
374 len = build_index(in, SPAN, &index);
/external/webp/src/dsp/
H A Dlossless_enc_sse2.c76 #define SPAN 8 macro
93 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
94 uint16_t values[SPAN];
96 const __m128i in1 = _mm_loadu_si128((__m128i*)&src[x + SPAN / 2]);
115 for (i = 0; i < SPAN; ++i) ++histo[values[i]];
119 const int left_over = tile_width & (SPAN - 1);
141 for (x = 0; x + SPAN <= tile_width; x += SPAN) {
142 uint16_t values[SPAN];
169 #undef SPAN macro
[all...]
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 320 milliseconds