Home
last modified time | relevance | path

Searched refs:CIDA_sizeof (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/win32/
H A DCIDA.java24 public static final int sizeof = OS.CIDA_sizeof ();
H A DOS.java2011 public static final native int CIDA_sizeof (); in CIDA_sizeof() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dos_structs.h192 #define CIDA_sizeof() sizeof(CIDA) macro
197 #define CIDA_sizeof() 0 macro
H A Dos.c447 rc = (jint)CIDA_sizeof(); in OS_NATIVE()