Lines Matching refs:unsafe

45     private static final Unsafe unsafe = XlibWrapper.unsafe;
107 byte reason = (byte)(unsafe.getByte(data) &
109 byte origin = (byte)(unsafe.getByte(data) &
111 byte byteOrder = unsafe.getByte(data + 1);
133 int t = unsafe.getInt(data + 4);
147 short flags = unsafe.getShort(data + 2);
163 short tx = unsafe.getShort(data + 8);
164 short ty = unsafe.getShort(data + 10);
210 byte byteOrderByte = unsafe.getByte(data);
211 byte dragProtocolStyle = unsafe.getByte(data + 2);
217 int proxy = unsafe.getInt(data + 4);
222 int protocolVersion = unsafe.getByte(data + 1);
259 unsafe.putByte(data,
262 unsafe.putByte(data + 1,
264 unsafe.putShort(data + 2, (short)flags);
265 unsafe.putInt(data + 4, (int)time);
266 unsafe.putInt(data + 8, (int)XDragSourceProtocol.getDragSourceWindow());
267 unsafe.putInt(data + 12, (int)MotifDnDConstants.XA_MOTIF_ATOM_0.getAtom());
297 unsafe.putByte(data,
300 unsafe.putByte(data + 1,
302 unsafe.putShort(data + 2, (short)flags);
303 unsafe.putInt(data + 4, (int)time);
304 unsafe.putShort(data + 8, (short)xRoot);
305 unsafe.putShort(data + 10, (short)yRoot);
329 unsafe.putByte(data,
332 unsafe.putByte(data + 1,
334 unsafe.putShort(data + 2, (short)0);
335 unsafe.putInt(data + 4, (int)time);
336 unsafe.putInt(data + 8, (int)XDragSourceProtocol.getDragSourceWindow());
372 unsafe.putByte(data,
375 unsafe.putByte(data + 1,
377 unsafe.putShort(data + 2, (short)flags);
378 unsafe.putInt(data + 4, (int)time);
379 unsafe.putShort(data + 8, (short)xRoot);
380 unsafe.putShort(data + 10, (short)yRoot);
381 unsafe.putInt(data + 12, (int)MotifDnDConstants.XA_MOTIF_ATOM_0.getAtom());
382 unsafe.putInt(data + 16, (int)XDragSourceProtocol.getDragSourceWindow());