Searched defs:LEN (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/net/www/protocol/http/6550798/
H A Dtest.java37 final static int LEN = 16 * 1024; field in class:test
46 byte[] buf = new byte [LEN];
48 e.sendResponseHeaders(200, LEN);
/openjdk7/jdk/test/java/nio/charset/coders/
H A DSurrogates.java40 static final int LEN = 128; field in class:Surrogates
44 for (int i = 0; i < LEN; i++) {
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h63 LEN, /* i: waiting for length/lit code */ enumerator in enum:__anon662
89 TYPE -> STORED or TABLE or LEN or CHECK
91 TABLE -> LENLENS -> CODELENS -> LEN
93 LEN -> LENEXT or LIT or TYPE
94 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
95 LIT -> LEN

Completed in 441 milliseconds