Searched refs:DIM (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DFrame.java95 * This format is the following: DIM KIND VALUE (4, 4 and 24 bits). DIM is a
111 * forbidden - dimensions must be represented through the DIM field).
126 static final int DIM = 0xF0000000; field in class:Frame
785 } else if ((t & (DIM | BASE_KIND)) == UNINITIALIZED) {
793 int dim = u & DIM;
1294 dim = s & DIM;
1341 dim = s & DIM;
1381 if ((t & ~DIM) == NULL) {
1393 if ((u & BASE_KIND) == OBJECT || (u & DIM) !
[all...]
H A DMethodWriter.java1739 int d = t & Frame.DIM;
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DVertexCacher.cpp504 #define ADJUST_PGRAM(V, DV, DIM) \
507 (DIM) += (DV); \
509 (DIM) -= (DV); \

Completed in 42 milliseconds