HomeSort by: relevance | last modified time | path
    Searched refs:NEQ (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
Shell.c 1618 #define NEQ(x) ( w->core.x != event->xconfigure.x )
1619 if (NEQ(width) || NEQ(height) || NEQ(border_width)) {
1621 #undef NEQ
2217 #define NEQ(x, msk) ((mask & msk) && (values.x != event.xconfigure.x))
2218 if (NEQ(x, CWX) ||
2219 NEQ(y, CWY) ||
2220 NEQ(width, CWWidth) ||
2221 NEQ(height, CWHeight) || NEQ(border_width, CWBorderWidth))
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
glut_gamemode.c 211 case NEQ:
421 comparator = NEQ;
glutint.h 208 #define NEQ 2
glut_dstr.c 686 case NEQ:
798 comparator = NEQ;
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutint.h 193 #define NEQ 2

Completed in 31 milliseconds