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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp79 void jar::init(unpacker* u_) { argument
81 u = u_;
486 void gunzip::init(unpacker* u_) { argument
488 u = u_;
H A Dbands.h63 void init(unpacker* u_, int bn_, coding* defc_) { argument
64 u = u_;
65 cm.u = u_;
69 void init(unpacker* u_, int bn_, int defcSpec) { argument
70 init(u_, bn_, coding::findBySpec(defcSpec));
H A Dunpack.cpp881 void cpool::init(unpacker* u_, int counts[NUM_COUNTS]) { argument
882 this->u = u_;

Completed in 45 milliseconds