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

/openjdk7/jdk/src/share/classes/sun/security/util/
H A DObjectIdentifier.java491 * @param ow NUB for output
494 private static byte[] pack(byte[] in, int ioffset, int ilength, int iw, int ow) { argument
496 assert (ow > 0 && ow <= 8): "output NUB must be between 1 and 8";
498 if (iw == ow) {
503 byte[] out = new byte[(bits+ow-1)/ow];
509 int opos = (bits+ow-1)/ow*ow
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp613 float ow = 0.0f, oh = 0.0f; local
614 ADJUST_PGRAM(ox, ox21, ow);
616 ADJUST_PGRAM(ox, ox12, ow);
620 float ox22 = ceil(ox + ow);

Completed in 32 milliseconds