modernc.org/libc@v1.24.1/locale/locale_windows_arm64.go (about) 1 // Code generated by 'ccgo locale\gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o locale\locale_windows_arm64.go -pkgname locale', DO NOT EDIT. 2 3 package locale 4 5 import ( 6 "math" 7 "reflect" 8 "sync/atomic" 9 "unsafe" 10 ) 11 12 var _ = math.Pi 13 var _ reflect.Kind 14 var _ atomic.Value 15 var _ unsafe.Pointer 16 17 const ( 18 DUMMYSTRUCTNAME = 0 19 DUMMYSTRUCTNAME1 = 0 20 DUMMYSTRUCTNAME2 = 0 21 DUMMYSTRUCTNAME3 = 0 22 DUMMYSTRUCTNAME4 = 0 23 DUMMYSTRUCTNAME5 = 0 24 DUMMYUNIONNAME = 0 25 DUMMYUNIONNAME1 = 0 26 DUMMYUNIONNAME2 = 0 27 DUMMYUNIONNAME3 = 0 28 DUMMYUNIONNAME4 = 0 29 DUMMYUNIONNAME5 = 0 30 DUMMYUNIONNAME6 = 0 31 DUMMYUNIONNAME7 = 0 32 DUMMYUNIONNAME8 = 0 33 DUMMYUNIONNAME9 = 0 34 LC_ALL = 0 35 LC_COLLATE = 1 36 LC_CTYPE = 2 37 LC_MAX = 5 38 LC_MIN = 0 39 LC_MONETARY = 3 40 LC_NUMERIC = 4 41 LC_TIME = 5 42 MINGW_DDK_H = 0 43 MINGW_HAS_DDK_H = 1 44 MINGW_HAS_SECURE_API = 1 45 MINGW_SDK_INIT = 0 46 UNALIGNED = 0 47 USE___UUIDOF = 0 48 WIN32 = 1 49 WIN64 = 1 50 WINNT = 1 51 X_AGLOBAL = 0 52 X_ANONYMOUS_STRUCT = 0 53 X_ANONYMOUS_UNION = 0 54 X_ARGMAX = 100 55 X_ARM64_ = 1 56 X_CONFIG_LOCALE_SWT = 0 57 X_CONST_RETURN = 0 58 X_CRTNOALIAS = 0 59 X_CRTRESTRICT = 0 60 X_CRT_ALTERNATIVE_IMPORTED = 0 61 X_CRT_MANAGED_HEAP_DEPRECATE = 0 62 X_CRT_PACKING = 8 63 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES = 0 64 X_CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES_MEMORY = 0 65 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES = 0 66 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT = 0 67 X_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_MEMORY = 0 68 X_CRT_USE_WINAPI_FAMILY_DESKTOP_APP = 0 69 X_DISABLE_PER_THREAD_LOCALE = 0x2 70 X_DISABLE_PER_THREAD_LOCALE_GLOBAL = 0x20 71 X_DISABLE_PER_THREAD_LOCALE_NEW = 0x200 72 X_DLL = 0 73 X_ENABLE_PER_THREAD_LOCALE = 0x1 74 X_ENABLE_PER_THREAD_LOCALE_GLOBAL = 0x10 75 X_ENABLE_PER_THREAD_LOCALE_NEW = 0x100 76 X_ERRCODE_DEFINED = 0 77 X_FILE_OFFSET_BITS = 64 78 X_INC_CORECRT = 0 79 X_INC_CRTDEFS = 0 80 X_INC_CRTDEFS_MACRO = 0 81 X_INC_LOCALE = 0 82 X_INC_MINGW_SECAPI = 0 83 X_INC_VADEFS = 0 84 X_INC__MINGW_H = 0 85 X_INT128_DEFINED = 0 86 X_INTPTR_T_DEFINED = 0 87 X_LCONV_DEFINED = 0 88 X_MT = 0 89 X_M_ARM64 = 1 90 X_PGLOBAL = 0 91 X_PTRDIFF_T_ = 0 92 X_PTRDIFF_T_DEFINED = 0 93 X_RSIZE_T_DEFINED = 0 94 X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD 95 X_SIZE_T_DEFINED = 0 96 X_SSIZE_T_DEFINED = 0 97 X_TAGLC_ID_DEFINED = 0 98 X_THREADLOCALEINFO = 0 99 X_TIME32_T_DEFINED = 0 100 X_TIME64_T_DEFINED = 0 101 X_TIME_T_DEFINED = 0 102 X_UCRT = 0 103 X_UINTPTR_T_DEFINED = 0 104 X_VA_LIST_DEFINED = 0 105 X_W64 = 0 106 X_WCHAR_T_DEFINED = 0 107 X_WCTYPE_T_DEFINED = 0 108 X_WIN32 = 1 109 X_WIN32_WINNT = 0x601 110 X_WIN64 = 1 111 X_WINT_T = 0 112 X_WLOCALE_DEFINED = 0 113 ) 114 115 type Ptrdiff_t = int64 /* <builtin>:3:26 */ 116 117 type Size_t = uint64 /* <builtin>:9:23 */ 118 119 type Wchar_t = uint16 /* <builtin>:15:24 */ 120 121 type X__int128_t = struct { 122 Flo int64 123 Fhi int64 124 } /* <builtin>:21:43 */ // must match modernc.org/mathutil.Int128 125 type X__uint128_t = struct { 126 Flo uint64 127 Fhi uint64 128 } /* <builtin>:22:44 */ // must match modernc.org/mathutil.Int128 129 130 type X__builtin_va_list = uintptr /* <builtin>:46:14 */ 131 type X__float128 = float64 /* <builtin>:47:21 */ 132 133 type Va_list = X__builtin_va_list /* <builtin>:50:27 */ 134 135 // * 136 // This file has no copyright assigned and is placed in the Public Domain. 137 // This file is part of the mingw-w64 runtime package. 138 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 139 140 // * 141 // This file has no copyright assigned and is placed in the Public Domain. 142 // This file is part of the mingw-w64 runtime package. 143 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 144 145 // * 146 // This file has no copyright assigned and is placed in the Public Domain. 147 // This file is part of the mingw-w64 runtime package. 148 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 149 150 // * 151 // This file has no copyright assigned and is placed in the Public Domain. 152 // This file is part of the mingw-w64 runtime package. 153 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 154 155 // * 156 // This file has no copyright assigned and is placed in the Public Domain. 157 // This file is part of the mingw-w64 runtime package. 158 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 159 160 // This macro holds an monotonic increasing value, which indicates 161 // a specific fix/patch is present on trunk. This value isn't related to 162 // minor/major version-macros. It is increased on demand, if a big 163 // fix was applied to trunk. This macro gets just increased on trunk. For 164 // other branches its value won't be modified. 165 166 // mingw.org's version macros: these make gcc to define 167 // MINGW32_SUPPORTS_MT_EH and to use the _CRT_MT global 168 // and the __mingwthr_key_dtor() function from the MinGW 169 // CRT in its private gthr-win32.h header. 170 171 // Set VC specific compiler target macros. 172 173 // MS does not prefix symbols by underscores for 64-bit. 174 // As we have to support older gcc version, which are using underscores 175 // as symbol prefix for x64, we have to check here for the user label 176 // prefix defined by gcc. 177 178 // Special case nameless struct/union. 179 180 // MinGW-w64 has some additional C99 printf/scanf feature support. 181 // So we add some helper macros to ease recognition of them. 182 183 // If _FORTIFY_SOURCE is enabled, some inline functions may use 184 // __builtin_va_arg_pack(). GCC may report an error if the address 185 // of such a function is used. Set _FORTIFY_VA_ARG=0 in this case. 186 187 // Enable workaround for ABI incompatibility on affected platforms 188 189 // * 190 // This file has no copyright assigned and is placed in the Public Domain. 191 // This file is part of the mingw-w64 runtime package. 192 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 193 194 // http://msdn.microsoft.com/en-us/library/ms175759%28v=VS.100%29.aspx 195 // Templates won't work in C, will break if secure API is not enabled, disabled 196 197 // https://blogs.msdn.com/b/sdl/archive/2010/02/16/vc-2010-and-memcpy.aspx?Redirected=true 198 // fallback on default implementation if we can't know the size of the destination 199 200 // Include _cygwin.h if we're building a Cygwin application. 201 202 // Target specific macro replacement for type "long". In the Windows API, 203 // the type long is always 32 bit, even if the target is 64 bit (LLP64). 204 // On 64 bit Cygwin, the type long is 64 bit (LP64). So, to get the right 205 // sized definitions and declarations, all usage of type long in the Windows 206 // headers have to be replaced by the below defined macro __LONG32. 207 208 // C/C++ specific language defines. 209 210 // Note the extern. This is needed to work around GCC's 211 // limitations in handling dllimport attribute. 212 213 // Attribute `nonnull' was valid as of gcc 3.3. We don't use GCC's 214 // variadiac macro facility, because variadic macros cause syntax 215 // errors with --traditional-cpp. 216 217 // High byte is the major version, low byte is the minor. 218 219 // Allow both 0x1400 and 0xE00 to identify UCRT 220 221 // ===-------- vadefs.h ---------------------------------------------------=== 222 // 223 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 224 // See https://llvm.org/LICENSE.txt for license information. 225 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 226 // 227 //===-----------------------------------------------------------------------=== 228 229 // Only include this if we are aiming for MSVC compatibility. 230 // * 231 // This file has no copyright assigned and is placed in the Public Domain. 232 // This file is part of the mingw-w64 runtime package. 233 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 234 235 // * 236 // This file has no copyright assigned and is placed in the Public Domain. 237 // This file is part of the mingw-w64 runtime package. 238 // No warranty is given; refer to the file DISCLAIMER.PD within this package. 239 240 // for backward compatibility 241 242 type X__gnuc_va_list = X__builtin_va_list /* vadefs.h:24:29 */ 243 244 type Ssize_t = int64 /* corecrt.h:45:35 */ 245 246 type Rsize_t = Size_t /* corecrt.h:52:16 */ 247 248 type Intptr_t = int64 /* corecrt.h:62:35 */ 249 250 type Uintptr_t = uint64 /* corecrt.h:75:44 */ 251 252 type Wint_t = uint16 /* corecrt.h:106:24 */ 253 type Wctype_t = uint16 /* corecrt.h:107:24 */ 254 255 type Errno_t = int32 /* corecrt.h:113:13 */ 256 257 type X__time32_t = int32 /* corecrt.h:118:14 */ 258 259 type X__time64_t = int64 /* corecrt.h:123:35 */ 260 261 type Time_t = X__time64_t /* corecrt.h:138:20 */ 262 263 type Threadlocaleinfostruct = struct { 264 F_locale_pctype uintptr 265 F_locale_mb_cur_max int32 266 F_locale_lc_codepage uint32 267 } /* corecrt.h:430:1 */ 268 269 type Pthreadlocinfo = uintptr /* corecrt.h:432:39 */ 270 type Pthreadmbcinfo = uintptr /* corecrt.h:433:36 */ 271 272 type Localeinfo_struct = struct { 273 Flocinfo Pthreadlocinfo 274 Fmbcinfo Pthreadmbcinfo 275 } /* corecrt.h:436:9 */ 276 277 type X_locale_tstruct = Localeinfo_struct /* corecrt.h:439:3 */ 278 type X_locale_t = uintptr /* corecrt.h:439:19 */ 279 280 type TagLC_ID = struct { 281 FwLanguage uint16 282 FwCountry uint16 283 FwCodePage uint16 284 } /* corecrt.h:443:9 */ 285 286 type LC_ID = TagLC_ID /* corecrt.h:447:3 */ 287 type LPLC_ID = uintptr /* corecrt.h:447:9 */ 288 289 type Threadlocinfo = Threadlocaleinfostruct /* corecrt.h:482:3 */ 290 291 type Lconv = struct { 292 Fdecimal_point uintptr 293 Fthousands_sep uintptr 294 Fgrouping uintptr 295 Fint_curr_symbol uintptr 296 Fcurrency_symbol uintptr 297 Fmon_decimal_point uintptr 298 Fmon_thousands_sep uintptr 299 Fmon_grouping uintptr 300 Fpositive_sign uintptr 301 Fnegative_sign uintptr 302 Fint_frac_digits int8 303 Ffrac_digits int8 304 Fp_cs_precedes int8 305 Fp_sep_by_space int8 306 Fn_cs_precedes int8 307 Fn_sep_by_space int8 308 Fp_sign_posn int8 309 Fn_sign_posn int8 310 F_W_decimal_point uintptr 311 F_W_thousands_sep uintptr 312 F_W_int_curr_symbol uintptr 313 F_W_currency_symbol uintptr 314 F_W_mon_decimal_point uintptr 315 F_W_mon_thousands_sep uintptr 316 F_W_positive_sign uintptr 317 F_W_negative_sign uintptr 318 } /* locale.h:45:3 */ 319 320 var _ int8 /* gen.c:2:13: */