HomeSort by: relevance | last modified time | path
    Searched defs:UINT32_MAX (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/Xext/
xcmisc.c 45 #elif !defined(UINT32_MAX)
46 #define UINT32_MAX 0xffffffffU
105 if (stuff->count > UINT32_MAX / sizeof(XID))
  /xsrc/external/mit/pixman/dist/pixman/
pixman-compiler.h 53 #ifndef UINT32_MAX
54 # define UINT32_MAX (4294967295U)
  /xsrc/external/mit/xorg-server.old/dist/dbe/
dbe.c 43 #elif !defined(UINT32_MAX)
44 #define UINT32_MAX 0xffffffffU
507 if (nStuff > UINT32_MAX / sizeof(DbeSwapInfoRec))
675 if (stuff->n > UINT32_MAX / sizeof(CARD32))
679 if (stuff->n > UINT32_MAX / sizeof(DrawablePtr))
1063 if (stuff->n > UINT32_MAX / sizeof(DbeSwapInfoRec))
  /xsrc/external/mit/ctwm/dist/gen/
lex.c 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefslex.c 82 #ifndef UINT32_MAX
83 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
scanner.c 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefslex.c 83 #ifndef UINT32_MAX
84 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/xgc/dist/
lex.c 82 #ifndef UINT32_MAX
83 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-lex.c 322 #ifndef UINT32_MAX
323 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_lexer.cpp 322 #ifndef UINT32_MAX
323 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/MesaLib/src/mesa/program/
lex.yy.c 322 #ifndef UINT32_MAX
323 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-lex.c 322 #ifndef UINT32_MAX
323 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_lexer.cpp 322 #ifndef UINT32_MAX
323 #define UINT32_MAX (4294967295U)
  /xsrc/external/mit/xorg-server.old/dist/render/
render.c 57 #elif !defined(UINT32_MAX)
58 #define UINT32_MAX 0xffffffffU
1061 if (nglyphs > UINT32_MAX / sizeof(GlyphNewRec))
1103 if (gi[i].height && padded_width > (UINT32_MAX - sizeof(GlyphRec))/gi[i].height)
1543 if (height && width > UINT32_MAX/(height*sizeof(CARD32)))
1962 if (stuff->nStops > UINT32_MAX/(sizeof(xFixed) + sizeof(xRenderColor)))
2601 if (stuff->nStops > UINT32_MAX/(sizeof(xFixed) + sizeof(xRenderColor)))
2630 if (stuff->nStops > UINT32_MAX/(sizeof(xFixed) + sizeof(xRenderColor)))
2656 if (stuff->nStops > UINT32_MAX/(sizeof(xFixed) + sizeof(xRenderColor)))

Completed in 40 milliseconds