Lines Matching refs:define

3 #define _AST_COMMON_H	1
4 #define _sys_types 1 /* #include <sys/types.h> ok */
5 #define _hdr_pthread 1 /* #include <pthread.h> ok */
6 #define _hdr_stdarg 1 /* #include <stdarg.h> ok */
7 #define _hdr_stddef 1 /* #include <stddef.h> ok */
8 #define _hdr_stdint 1 /* #include <stdint.h> ok */
9 #define _hdr_inttypes 1 /* #include <inttypes.h> ok */
10 #define _hdr_unistd 1 /* #include <unistd.h> ok */
11 #define _hdr_time 1 /* #include <time.h> ok */
12 #define _sys_time 1 /* #include <sys/time.h> ok */
13 #define _sys_times 1 /* #include <sys/times.h> ok */
14 #define _hdr_stdlib 1 /* #include <stdlib.h> ok */
15 #define _typ_long_double 1 /* long double is a type */
16 #define _typ_size_t 1 /* size_t is a type */
17 #define _typ_ssize_t 1 /* ssize_t is a type */
18 #define _hdr_stdio 1 /* #include <stdio.h> ok */
19 #define _typ___va_list 1 /* __va_list is a type */
20 #define _sys_stat 1 /* #include <sys/stat.h> ok */
21 #define _sys_socket 1 /* #include <sys/socket.h> ok */
22 #define _std_proto 1 /* standard C prototypes ok */
23 #define _ptr_void 1 /* standard C void* ok */
27 # define __OPTIMIZE_SIZE__ 1
32 # define __STD_C 1
35 # define __STD_C 1
38 # define __STD_C 1
41 # define __STD_C 0
47 # define _BEGIN_EXTERNS_ extern "C" {
48 # define _END_EXTERNS_ }
50 # define _BEGIN_EXTERNS_
51 # define _END_EXTERNS_
58 # define _ARG_(x) x
60 # define _ARG_(x) ()
66 # define _NIL_(x) ((x)0)
71 # define __INLINE__ inline
74 # define __INLINE__ __inline
80 # define Void_t void
82 # define Void_t char
88 # define _WINIX 1
95 # define _DLL 1
103 # define _DLL 1
107 # define __EXPORT__ __declspec(dllexport)
110 # define __IMPORT__ __declspec(dllimport)
113 # define __DYNAMIC__(v) (_ast_getdll()->_ast_ ## v)
118 # define _astimport __IMPORT__
120 # define _astimport extern
125 # define __EXTERN__(T,obj) extern T obj; T* _imp__ ## obj = &obj
126 # define __DEFINE__(T,obj,val) T obj = val; T* _imp__ ## obj = &obj
128 # define __EXTERN__(T,obj) extern T obj; T* _imp__/**/obj = &obj
129 # define __DEFINE__(T,obj,val) T obj = val; T* _imp__/**/obj = &obj
132 # define __EXTERN__(T,obj) extern T obj
133 # define __DEFINE__(T,obj,val) T obj = val
136 #define _ast_LL 1 /* LL numeric suffix supported */
137 #define _ast_int1_t char
138 #define _ast_int2_t short
139 #define _ast_int4_t int
140 #define _ast_int8_t long
141 #define _ast_intmax_t _ast_int8_t
142 #define _ast_intmax_long 1
143 #define _ast_intswap 7
145 #define _ast_sizeof_short 2 /* sizeof(short) */
146 #define _ast_sizeof_int 4 /* sizeof(int) */
147 #define _ast_sizeof_long 8 /* sizeof(long) */
148 #define _ast_sizeof_size_t 8 /* sizeof(size_t) */
149 #define _ast_sizeof_pointer 8 /* sizeof(pointer) */
150 #define _ast_sizeof_float 4 /* sizeof(float) */
151 #define _ast_sizeof_double 8 /* sizeof(double) */
152 #define _ast_sizeof_long_double 16 /* sizeof(long_double) */
154 #define _ast_flt4_t float
155 #define _ast_flt8_t double
156 #define _ast_flt16_t long double
157 #define _ast_fltmax_t _ast_flt16_t
158 #define _typ_int8_t 1 /* int8_t is a type */
159 #define _typ_uint8_t 1 /* uint8_t is a type */
160 #define _typ_int16_t 1 /* int16_t is a type */
161 #define _typ_uint16_t 1 /* uint16_t is a type */
162 #define _typ_int32_t 1 /* int32_t is a type */
163 #define _typ_uint32_t 1 /* uint32_t is a type */
164 #define _typ_int64_t 1 /* int64_t is a type */
165 #define _typ_uint64_t 1 /* uint64_t is a type */
166 #define _typ_intmax_t 1 /* intmax_t is a type */
167 #define _typ_uintmax_t 1 /* uintmax_t is a type */
168 #define _typ_uintptr_t 1 /* uintptr_t is a type */
178 #define va_listref(p) (&(p)) /* pass va_list to varargs function */
179 #define va_listval(p) (*(p)) /* retrieve va_list from va_arg(ap,va_listarg) */
180 #define va_listarg va_list* /* va_arg() va_list type */
198 # define _typ_size_t 1
202 # define _typ_ssize_t 1
206 # define _def_map_ast 1