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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.cpp142 coding* coding::findBySpec(int spec) { function in class:coding
161 coding* coding::findBySpec(int B, int H, int S, int D) { function in class:coding
166 return findBySpec(CODING_SPEC(B, H, S, D));
569 foundc = coding::findBySpec(B, H, S, D);
570 to_free = foundc; // findBySpec may dynamically allocate
676 coding* tcode = coding::findBySpec(1, 256); // BYTE1
681 tcode = coding::findBySpec(B, TH);

Completed in 32 milliseconds