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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLevel.java423 public boolean equals(Object ox) { argument
425 Level lx = (Level)ox;
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatFormatConverter.java259 private final int[] ox = new int[1]; field in class:AudioFloatFormatConverter.AudioFloatInputStreamResampler
413 ox[0] = destPos;
416 cbuffer[c], ox, len / nrofchannels);
419 destPos = ox[0];
H A DSoftAbstractResampler.java66 int[] ox = new int[1]; field in class:SoftAbstractResampler.ModelAbstractResamplerStream
217 int ox = pad2;
218 for (int j = 0; j < ret; j++, ix += ix_step, ox++)
219 buff[ox] = sbuffer[ix];
273 int[] ox = this.ox;
274 ox[0] = offset;
280 while (ox[0] != ox_end) {
310 int bak_ox = ox[0];
315 ox[
[all...]
H A DSoftMixingDataLine.java86 private final int[] ox = new int[1]; field in class:SoftMixingDataLine.AudioFloatInputStreamResampler
239 ox[0] = destPos;
242 cbuffer[c], ox, len / nrofchannels);
245 destPos = ox[0];
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp612 float ox = ox11, oy = oy11; local
614 ADJUST_PGRAM(ox, ox21, ow);
616 ADJUST_PGRAM(ox, ox12, ow);
618 float ox11 = floor(ox);
620 float ox22 = ceil(ox + ow);
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp2117 Thread * ox = (Thread *) _owner ; local
2118 if (ox == NULL) {
2119 ox = (Thread *) Atomic::cmpxchg_ptr (Self, &_owner, NULL) ;
2120 if (ox == NULL) {
2148 prv = ox ;
2157 if (ox != prv && prv != NULL ) {
2163 prv = ox ;
2169 if (Knob_OState && NotRunnable (Self, ox)) {
2244 int ObjectMonitor::NotRunnable (Thread * Self, Thread * ox) { argument
2245 // Check either OwnerIsThread or ox
[all...]

Completed in 44 milliseconds