Searched defs:__mb_cur_max (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dctype.h189 #ifndef __mb_cur_max
191 extern int __mb_cur_max;
192 #define __mb_cur_max __mb_cur_max macro
194 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
195 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
198 #define ___mb_cur_max_func() (__mb_cur_max)
H A Dstdlib.h100 #ifndef __mb_cur_max
102 extern int __mb_cur_max;
103 #define __mb_cur_max __mb_cur_max macro
105 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
106 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
109 #define ___mb_cur_max_func() (__mb_cur_max)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dctype.h189 #ifndef __mb_cur_max
191 extern int __mb_cur_max;
192 #define __mb_cur_max __mb_cur_max macro
194 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
195 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
198 #define ___mb_cur_max_func() (__mb_cur_max)
H A Dstdlib.h100 #ifndef __mb_cur_max
102 extern int __mb_cur_max;
103 #define __mb_cur_max __mb_cur_max macro
105 extern int * __MINGW_IMP_SYMBOL(__mb_cur_max);
106 #define __mb_cur_max (* __MINGW_IMP_SYMBOL(__mb_cur_max)) macro
109 #define ___mb_cur_max_func() (__mb_cur_max)

Completed in 36 milliseconds