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

  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
intl-exports.c 20 /* IMP(x) is a symbol that contains the address of x. */
21 #define IMP(x) _imp__##x
24 pseudo-variable IMP(x) is available. */
32 /* Allocate a pseudo-variable IMP(x). */ \
34 void * IMP(x) = &x;
  /src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
export.h 93 /* IMP(x) is a symbol that contains the address of x. */
94 #define IMP(x) _imp__##x
97 pseudo-variable IMP(x) is available. */
105 /* Allocate a pseudo-variable IMP(x). */ \
107 void * IMP(x) = &x;
  /src/external/gpl3/gcc/dist/libobjc/objc/
objc.h 96 /* 'IMP' is a C function that implements a method. When retrieving
98 of the pointer returned. The idea of the definition of IMP is to
101 IMP to a pointer to a function taking the appropriate, specific
106 typedef id (*IMP)(id, SEL, ...);
  /src/external/gpl3/gcc.old/dist/libobjc/objc/
objc.h 96 /* 'IMP' is a C function that implements a method. When retrieving
98 of the pointer returned. The idea of the definition of IMP is to
101 IMP to a pointer to a function taking the appropriate, specific
106 typedef id (*IMP)(id, SEL, ...);
  /src/external/gpl3/gdb/dist/gnulib/import/
mbtowc-lock.c 143 # define IMP(x) __imp_##x
145 # define IMP(x) _imp__##x
147 void * IMP(gl_get_mbtowc_lock) = &gl_get_mbtowc_lock;
setlocale-lock.c 143 # define IMP(x) __imp_##x
145 # define IMP(x) _imp__##x
147 void * IMP(gl_get_setlocale_null_lock) = &gl_get_setlocale_null_lock;
  /src/external/gpl3/gdb.old/dist/gnulib/import/
mbtowc-lock.c 143 # define IMP(x) __imp_##x
145 # define IMP(x) _imp__##x
147 void * IMP(gl_get_mbtowc_lock) = &gl_get_mbtowc_lock;
setlocale-lock.c 143 # define IMP(x) __imp_##x
145 # define IMP(x) _imp__##x
147 void * IMP(gl_get_setlocale_null_lock) = &gl_get_setlocale_null_lock;
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 73 //static void imp(const char *);
78 #define IMP(x) if (dflag > 1) imp(x)
82 #define IMP(x)

Completed in 29 milliseconds