HomeSort by relevance Sort by last modified time
    Searched refs:__mb_cur_max (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Locale/
__mb_cur_max.c 1 /* $NetBSD: __mb_cur_max.c,v 1.2 2001/01/25 01:25:06 itojun Exp $ */
31 __RCSID("$NetBSD: __mb_cur_max.c,v 1.2 2001/01/25 01:25:06 itojun Exp $");
37 size_t __mb_cur_max = 1; variable
Locale.inf 28 __mb_cur_max.c #
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 189 #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)
stdlib.h 100 #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)
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 71 extern int __mb_cur_max;

Completed in 108 milliseconds