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

  /xsrc/external/mit/pixman/dist/pixman/
pixman-compiler.h 33 #ifndef INT16_MIN
34 # define INT16_MIN (-32767-1)
  /xsrc/external/mit/bdftopcf/dist/
bdfread.c 72 # ifndef INT16_MIN
73 # define INT16_MIN (0 - 0x8000)
420 if ((wx < INT16_MIN) || (wx > INT16_MAX)) {
438 if ((bl > INT16_MAX) || (bl < INT16_MIN) ||
439 (bb > INT16_MAX) || (bb < INT16_MIN) ||
  /xsrc/external/mit/libXfont/dist/src/bitmap/
bdfread.c 72 # ifndef INT16_MIN
73 # define INT16_MIN (0 - 0x8000)
429 if ((wx < INT16_MIN) || (wx > INT16_MAX)) {
445 if ((bl > INT16_MAX) || (bl < INT16_MIN) ||
446 (bb > INT16_MAX) || (bb < INT16_MIN) ||
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
bdfread.c 74 # ifndef INT16_MIN
75 # define INT16_MIN (0 - 0x8000)
431 if ((wx < INT16_MIN) || (wx > INT16_MAX)) {
447 if ((bl > INT16_MAX) || (bl < INT16_MIN) ||
448 (bb > INT16_MAX) || (bb < INT16_MIN) ||
  /xsrc/external/mit/ctwm/dist/gen/
lex.c 62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winprefslex.c 61 #ifndef INT16_MIN
62 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
scanner.c 62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winprefslex.c 62 #ifndef INT16_MIN
63 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/xgc/dist/
lex.c 61 #ifndef INT16_MIN
62 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/
glcpp-lex.c 301 #ifndef INT16_MIN
302 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/MesaLib/src/compiler/glsl/
glsl_lexer.cpp 301 #ifndef INT16_MIN
302 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/MesaLib/src/mesa/program/
lex.yy.c 301 #ifndef INT16_MIN
302 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/
glcpp-lex.c 301 #ifndef INT16_MIN
302 #define INT16_MIN (-32767-1)
  /xsrc/external/mit/MesaLib.old/src/compiler/glsl/
glsl_lexer.cpp 301 #ifndef INT16_MIN
302 #define INT16_MIN (-32767-1)

Completed in 25 milliseconds