HomeSort by: relevance | last modified time | path
    Searched refs:__SUNPRO_C (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/libXfont/dist/src/stubs/
getdefptsize.c 6 #ifdef __SUNPRO_C
gettime.c 6 #ifdef __SUNPRO_C
cauthgen.c 6 #ifdef __SUNPRO_C
delfntcid.c 6 #ifdef __SUNPRO_C
errorf.c 6 #ifdef __SUNPRO_C
getcres.c 6 #ifdef __SUNPRO_C
getnewfntcid.c 6 #ifdef __SUNPRO_C
servclient.c 6 #ifdef __SUNPRO_C
csignal.c 6 #ifdef __SUNPRO_C
findoldfnt.c 6 #ifdef __SUNPRO_C
initfshdl.c 6 #ifdef __SUNPRO_C
rmfshdl.c 6 #ifdef __SUNPRO_C
setfntauth.c 6 #ifdef __SUNPRO_C
stfntcfnt.c 6 #ifdef __SUNPRO_C
regfpefunc.c 6 #ifdef __SUNPRO_C
  /xsrc/external/mit/fontconfig/dist/src/
fcftint.h 32 #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
  /xsrc/external/mit/freetype/dist/include/freetype/config/
public-macros.h 80 #elif defined( __SUNPRO_C ) && __SUNPRO_C >= 0x550
  /xsrc/external/mit/luit/dist/
luit.h 35 || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
  /xsrc/external/mit/xorgproto/dist/include/X11/
Xfuncproto.h 106 #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
138 || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x5130))
155 || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
182 (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550))
Xalloca.h 62 # if defined(HAVE_ALLOCA_H) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
  /xsrc/external/mit/fontconfig/include/
fcftint.h 38 #elif defined(__SUNPRO_C) && (__SUNPRO_C >= 0x550)
  /xsrc/external/mit/freetype/dist/include/freetype/internal/
compiler-macros.h 96 ( defined( __SUNPRO_C ) && __SUNPRO_C >= 0x5110 && !__STDC__ ) )
119 #elif defined( __SUNPRO_C ) && __SUNPRO_C >= 0x550
  /xsrc/external/mit/libXfont/dist/src/util/
miscutil.c 41 #ifdef __SUNPRO_C
  /xsrc/external/mit/brotli/dist/c/include/brotli/
port.h 92 #if defined(__SUNPRO_C) && (__SUNPRO_C > 0x1000)
95 (((__SUNPRO_C >> 16) & 0xf) * 10) + ((__SUNPRO_C >> 12) & 0xf), \
96 (((__SUNPRO_C >> 8) & 0xf) * 10) + ((__SUNPRO_C >> 4) & 0xf), \
97 (__SUNPRO_C & 0xf) * 10)
98 #elif defined(__SUNPRO_C)
100 BROTLI_MAKE_VERSION((__SUNPRO_C >> 8) & 0xf, \
101 (__SUNPRO_C >> 4) & 0xf,
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/glx/
indirect_size.h 39 # if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
51 # if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))) && defined(__ELF__)

Completed in 17 milliseconds

1 2 3 4