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

  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
common.h 43 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
44 #if !defined(__GNUC__) && !defined(__FUNCTION__)
46 # define __FUNCTION__ __func__
48 # define __FUNCTION__ ""
52 #define PFX __FILE__,__LINE__,__FUNCTION__
53 #define FUNCTION_NAME __FUNCTION__
uxa-priv.h 63 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
64 #if !defined(__GNUC__) && !defined(__FUNCTION__)
66 # define __FUNCTION__ __func__
68 # define __FUNCTION__ ""
85 ErrorF("UXA fallback at %s: ", __FUNCTION__); \
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
common.h 43 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
44 #if !defined(__GNUC__) && !defined(__FUNCTION__)
46 # define __FUNCTION__ __func__
48 # define __FUNCTION__ ""
52 #define PFX __FILE__,__LINE__,__FUNCTION__
53 #define FUNCTION_NAME __FUNCTION__
uxa-priv.h 63 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
64 #if !defined(__GNUC__) && !defined(__FUNCTION__)
66 # define __FUNCTION__ __func__
68 # define __FUNCTION__ ""
85 ErrorF("UXA fallback at %s: ", __FUNCTION__); \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
p_compiler.h 98 #ifndef __FUNCTION__
99 # define __FUNCTION__ __func__
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_compiler.h 98 #ifndef __FUNCTION__
99 # define __FUNCTION__ __func__
  /xsrc/external/mit/xf86-video-intel-old/dist/uxa/
uxa-priv.h 70 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
71 #if !defined(__GNUC__) && !defined(__FUNCTION__)
73 # define __FUNCTION__ __func__
75 # define __FUNCTION__ ""
93 ErrorF("UXA fallback at %s: ", __FUNCTION__); \
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-priv.h 63 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
64 #if !defined(__GNUC__) && !defined(__FUNCTION__)
66 # define __FUNCTION__ __func__
68 # define __FUNCTION__ ""
85 ErrorF("UXA fallback at %s: ", __FUNCTION__); \
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
compiler.h 93 /* Support gcc's __FUNCTION__ for people using other compilers */
94 #if !defined(__GNUC__) && !defined(__FUNCTION__)
95 #define __FUNCTION__ __func__ /* C99 */
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
compiler.h 98 /* Support gcc's __FUNCTION__ for people using other compilers */
99 #if !defined(__GNUC__) && !defined(__FUNCTION__)
100 # define __FUNCTION__ __func__ /* C99 */
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_drv.h 148 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
149 #if !defined(__GNUC__) && !defined(__FUNCTION__)
150 #define __FUNCTION__ __func__ /* C99 */
  /xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
i810_common.h 38 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
39 #if !defined(__GNUC__) && !defined(__FUNCTION__)
41 # define __FUNCTION__ __func__
43 # define __FUNCTION__ ""
47 #define PFX __FILE__,__LINE__,__FUNCTION__
48 #define FUNCTION_NAME __FUNCTION__
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
i810_common.h 38 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
39 #if !defined(__GNUC__) && !defined(__FUNCTION__)
41 # define __FUNCTION__ __func__
43 # define __FUNCTION__ ""
47 #define PFX __FILE__,__LINE__,__FUNCTION__
48 #define FUNCTION_NAME __FUNCTION__
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
common.h 41 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
42 #if !defined(__GNUC__) && !defined(__FUNCTION__)
44 # define __FUNCTION__ __func__
46 # define __FUNCTION__ ""
51 #define PFX __FILE__,__LINE__,__FUNCTION__
52 #define FUNCTION_NAME __FUNCTION__
56 __FILE__, __LINE__,__FUNCTION__)
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon.h 156 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
157 #if !defined(__GNUC__) && !defined(__FUNCTION__)
158 # define __FUNCTION__ __func__ /* C99 */
922 "BEGIN_RING(%d) in %s\n", (unsigned int)n, __FUNCTION__);\
957 "FLUSH_RING in %s\n", __FUNCTION__); \
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga.h 110 # define __FUNCTION__ MGA_STRINGIFY(__FILE__) ", line " MGA_STRINGIFY(__LINE__)
112 #define INREG8(addr) MGAdbg_inreg8(pScrn, addr, 1, __FUNCTION__)
113 #define INREG16(addr) MGAdbg_inreg16(pScrn, addr, 1, __FUNCTION__)
114 #define INREG(addr) MGAdbg_inreg32(pScrn, addr, 1, __FUNCTION__)
115 #define OUTREG8(addr,val) MGAdbg_outreg8(pScrn, addr, val, __FUNCTION__)
116 #define OUTREG16(addr,val) MGAdbg_outreg16(pScrn, addr, val, __FUNCTION__)
117 #define OUTREG(addr,val) MGAdbg_outreg32(pScrn, addr, val, __FUNCTION__)
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon.h 147 /* Provide substitutes for gcc's __FUNCTION__ on other compilers */
148 #if !defined(__GNUC__) && !defined(__FUNCTION__)
149 # define __FUNCTION__ __func__ /* C99 */
1358 "%s: CP start %d\n", __FUNCTION__, _ret); \
1382 "%s: CP stop %d\n", __FUNCTION__, _ret); \
1396 "%s: CP reset %d\n", __FUNCTION__, _ret); \
1431 "BEGIN_RING(%d) in %s\n", (unsigned int)n, __FUNCTION__);\
1507 "FLUSH_RING in %s\n", __FUNCTION__); \
1541 "WAIT_UNTIL_IDLE() in %s\n", __FUNCTION__); \

Completed in 27 milliseconds