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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djinclude.h81 * we always use this SIZEOF() macro in place of using sizeof() directly.
84 #define SIZEOF(object) ((size_t) sizeof(object)) macro
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DStruct.java38 protected Struct(final JObjCRuntime runtime, final int SIZEOF){ argument
39 this(runtime, new NativeBuffer(SIZEOF), SIZEOF);
47 protected Struct(final JObjCRuntime runtime, final NativeBuffer buffer, final int SIZEOF){ argument
51 this.raw.limit(SIZEOF);
H A DCIF.java31 private static final int SIZEOF = getSizeofCIF(); field in class:CIF
35 NativeBuffer cifBuf = new NativeBuffer(SIZEOF + (argCoders.length * JObjCRuntime.PTR_LEN));
36 final long argsPtr = cifBuf.bufferPtr + SIZEOF;

Completed in 39 milliseconds