Last active
June 12, 2019 20:28
-
-
Save segabor/af5890d59640b6ce5a6218d255796194 to your computer and use it in GitHub Desktop.
Pre-compiled swift-corelibs-foundation/CoreFoundation/Base.subproj/CFSystemDirectories.c
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFSystemDirectories.c" | |
# 1 "<built-in>" 1 | |
# 1 "<built-in>" 3 | |
#define __llvm__ 1 | |
#define __clang__ 1 | |
#define __clang_major__ 7 | |
#define __clang_minor__ 0 | |
#define __clang_patchlevel__ 0 | |
#define __clang_version__ "7.0.0 ([email protected]:apple/swift-clang.git 076cdf40b84865779fabfe0c492a92cd9a5b3b93) ([email protected]:apple/swift-llvm.git 606965a6c87fbff74ee6700657ae5901c76c109c)" | |
#define __GNUC_MINOR__ 2 | |
#define __GNUC_PATCHLEVEL__ 1 | |
#define __GNUC__ 4 | |
#define __GXX_ABI_VERSION 1002 | |
#define __ATOMIC_RELAXED 0 | |
#define __ATOMIC_CONSUME 1 | |
#define __ATOMIC_ACQUIRE 2 | |
#define __ATOMIC_RELEASE 3 | |
#define __ATOMIC_ACQ_REL 4 | |
#define __ATOMIC_SEQ_CST 5 | |
#define __OPENCL_MEMORY_SCOPE_WORK_ITEM 0 | |
#define __OPENCL_MEMORY_SCOPE_WORK_GROUP 1 | |
#define __OPENCL_MEMORY_SCOPE_DEVICE 2 | |
#define __OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES 3 | |
#define __OPENCL_MEMORY_SCOPE_SUB_GROUP 4 | |
#define __PRAGMA_REDEFINE_EXTNAME 1 | |
#define __VERSION__ "4.2.1 Compatible Clang 7.0.0 ([email protected]:apple/swift-clang.git 076cdf40b84865779fabfe0c492a92cd9a5b3b93) ([email protected]:apple/swift-llvm.git 606965a6c87fbff74ee6700657ae5901c76c109c)" | |
#define __OBJC_BOOL_IS_BOOL 0 | |
#define __CONSTANT_CFSTRINGS__ 1 | |
#define __block __attribute__((__blocks__(byref))) | |
#define __BLOCKS__ 1 | |
#define __EXCEPTIONS 1 | |
#define __OPTIMIZE__ 1 | |
#define __ORDER_LITTLE_ENDIAN__ 1234 | |
#define __ORDER_BIG_ENDIAN__ 4321 | |
#define __ORDER_PDP_ENDIAN__ 3412 | |
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ | |
#define __LITTLE_ENDIAN__ 1 | |
#define _LP64 1 | |
#define __LP64__ 1 | |
#define __CHAR_BIT__ 8 | |
#define __SCHAR_MAX__ 127 | |
#define __SHRT_MAX__ 32767 | |
#define __INT_MAX__ 2147483647 | |
#define __LONG_MAX__ 9223372036854775807L | |
#define __LONG_LONG_MAX__ 9223372036854775807LL | |
#define __WCHAR_MAX__ 2147483647 | |
#define __WINT_MAX__ 4294967295U | |
#define __INTMAX_MAX__ 9223372036854775807L | |
#define __SIZE_MAX__ 18446744073709551615UL | |
#define __UINTMAX_MAX__ 18446744073709551615UL | |
#define __PTRDIFF_MAX__ 9223372036854775807L | |
#define __INTPTR_MAX__ 9223372036854775807L | |
#define __UINTPTR_MAX__ 18446744073709551615UL | |
#define __SIZEOF_DOUBLE__ 8 | |
#define __SIZEOF_FLOAT__ 4 | |
#define __SIZEOF_INT__ 4 | |
#define __SIZEOF_LONG__ 8 | |
#define __SIZEOF_LONG_DOUBLE__ 16 | |
#define __SIZEOF_LONG_LONG__ 8 | |
#define __SIZEOF_POINTER__ 8 | |
#define __SIZEOF_SHORT__ 2 | |
#define __SIZEOF_PTRDIFF_T__ 8 | |
#define __SIZEOF_SIZE_T__ 8 | |
#define __SIZEOF_WCHAR_T__ 4 | |
#define __SIZEOF_WINT_T__ 4 | |
#define __SIZEOF_INT128__ 16 | |
#define __INTMAX_TYPE__ long int | |
#define __INTMAX_FMTd__ "ld" | |
#define __INTMAX_FMTi__ "li" | |
#define __INTMAX_C_SUFFIX__ L | |
#define __UINTMAX_TYPE__ long unsigned int | |
#define __UINTMAX_FMTo__ "lo" | |
#define __UINTMAX_FMTu__ "lu" | |
#define __UINTMAX_FMTx__ "lx" | |
#define __UINTMAX_FMTX__ "lX" | |
#define __UINTMAX_C_SUFFIX__ UL | |
#define __INTMAX_WIDTH__ 64 | |
#define __PTRDIFF_TYPE__ long int | |
#define __PTRDIFF_FMTd__ "ld" | |
#define __PTRDIFF_FMTi__ "li" | |
#define __PTRDIFF_WIDTH__ 64 | |
#define __INTPTR_TYPE__ long int | |
#define __INTPTR_FMTd__ "ld" | |
#define __INTPTR_FMTi__ "li" | |
#define __INTPTR_WIDTH__ 64 | |
#define __SIZE_TYPE__ long unsigned int | |
#define __SIZE_FMTo__ "lo" | |
#define __SIZE_FMTu__ "lu" | |
#define __SIZE_FMTx__ "lx" | |
#define __SIZE_FMTX__ "lX" | |
#define __SIZE_WIDTH__ 64 | |
#define __WCHAR_TYPE__ int | |
#define __WCHAR_WIDTH__ 32 | |
#define __WINT_TYPE__ unsigned int | |
#define __WINT_WIDTH__ 32 | |
#define __SIG_ATOMIC_WIDTH__ 32 | |
#define __SIG_ATOMIC_MAX__ 2147483647 | |
#define __CHAR16_TYPE__ unsigned short | |
#define __CHAR32_TYPE__ unsigned int | |
#define __UINTMAX_WIDTH__ 64 | |
#define __UINTPTR_TYPE__ long unsigned int | |
#define __UINTPTR_FMTo__ "lo" | |
#define __UINTPTR_FMTu__ "lu" | |
#define __UINTPTR_FMTx__ "lx" | |
#define __UINTPTR_FMTX__ "lX" | |
#define __UINTPTR_WIDTH__ 64 | |
#define __FLT16_DENORM_MIN__ 5.9604644775390625e-8F16 | |
#define __FLT16_HAS_DENORM__ 1 | |
#define __FLT16_DIG__ 3 | |
#define __FLT16_DECIMAL_DIG__ 5 | |
#define __FLT16_EPSILON__ 9.765625e-4F16 | |
#define __FLT16_HAS_INFINITY__ 1 | |
#define __FLT16_HAS_QUIET_NAN__ 1 | |
#define __FLT16_MANT_DIG__ 11 | |
#define __FLT16_MAX_10_EXP__ 4 | |
#define __FLT16_MAX_EXP__ 15 | |
#define __FLT16_MAX__ 6.5504e+4F16 | |
#define __FLT16_MIN_10_EXP__ (-13) | |
#define __FLT16_MIN_EXP__ (-14) | |
#define __FLT16_MIN__ 6.103515625e-5F16 | |
#define __FLT_DENORM_MIN__ 1.40129846e-45F | |
#define __FLT_HAS_DENORM__ 1 | |
#define __FLT_DIG__ 6 | |
#define __FLT_DECIMAL_DIG__ 9 | |
#define __FLT_EPSILON__ 1.19209290e-7F | |
#define __FLT_HAS_INFINITY__ 1 | |
#define __FLT_HAS_QUIET_NAN__ 1 | |
#define __FLT_MANT_DIG__ 24 | |
#define __FLT_MAX_10_EXP__ 38 | |
#define __FLT_MAX_EXP__ 128 | |
#define __FLT_MAX__ 3.40282347e+38F | |
#define __FLT_MIN_10_EXP__ (-37) | |
#define __FLT_MIN_EXP__ (-125) | |
#define __FLT_MIN__ 1.17549435e-38F | |
#define __DBL_DENORM_MIN__ 4.9406564584124654e-324 | |
#define __DBL_HAS_DENORM__ 1 | |
#define __DBL_DIG__ 15 | |
#define __DBL_DECIMAL_DIG__ 17 | |
#define __DBL_EPSILON__ 2.2204460492503131e-16 | |
#define __DBL_HAS_INFINITY__ 1 | |
#define __DBL_HAS_QUIET_NAN__ 1 | |
#define __DBL_MANT_DIG__ 53 | |
#define __DBL_MAX_10_EXP__ 308 | |
#define __DBL_MAX_EXP__ 1024 | |
#define __DBL_MAX__ 1.7976931348623157e+308 | |
#define __DBL_MIN_10_EXP__ (-307) | |
#define __DBL_MIN_EXP__ (-1021) | |
#define __DBL_MIN__ 2.2250738585072014e-308 | |
#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L | |
#define __LDBL_HAS_DENORM__ 1 | |
#define __LDBL_DIG__ 18 | |
#define __LDBL_DECIMAL_DIG__ 21 | |
#define __LDBL_EPSILON__ 1.08420217248550443401e-19L | |
#define __LDBL_HAS_INFINITY__ 1 | |
#define __LDBL_HAS_QUIET_NAN__ 1 | |
#define __LDBL_MANT_DIG__ 64 | |
#define __LDBL_MAX_10_EXP__ 4932 | |
#define __LDBL_MAX_EXP__ 16384 | |
#define __LDBL_MAX__ 1.18973149535723176502e+4932L | |
#define __LDBL_MIN_10_EXP__ (-4931) | |
#define __LDBL_MIN_EXP__ (-16381) | |
#define __LDBL_MIN__ 3.36210314311209350626e-4932L | |
#define __POINTER_WIDTH__ 64 | |
#define __BIGGEST_ALIGNMENT__ 16 | |
#define __WINT_UNSIGNED__ 1 | |
#define __INT8_TYPE__ signed char | |
#define __INT8_FMTd__ "hhd" | |
#define __INT8_FMTi__ "hhi" | |
#define __INT8_C_SUFFIX__ | |
#define __INT16_TYPE__ short | |
#define __INT16_FMTd__ "hd" | |
#define __INT16_FMTi__ "hi" | |
#define __INT16_C_SUFFIX__ | |
#define __INT32_TYPE__ int | |
#define __INT32_FMTd__ "d" | |
#define __INT32_FMTi__ "i" | |
#define __INT32_C_SUFFIX__ | |
#define __INT64_TYPE__ long int | |
#define __INT64_FMTd__ "ld" | |
#define __INT64_FMTi__ "li" | |
#define __INT64_C_SUFFIX__ L | |
#define __UINT8_TYPE__ unsigned char | |
#define __UINT8_FMTo__ "hho" | |
#define __UINT8_FMTu__ "hhu" | |
#define __UINT8_FMTx__ "hhx" | |
#define __UINT8_FMTX__ "hhX" | |
#define __UINT8_C_SUFFIX__ | |
#define __UINT8_MAX__ 255 | |
#define __INT8_MAX__ 127 | |
#define __UINT16_TYPE__ unsigned short | |
#define __UINT16_FMTo__ "ho" | |
#define __UINT16_FMTu__ "hu" | |
#define __UINT16_FMTx__ "hx" | |
#define __UINT16_FMTX__ "hX" | |
#define __UINT16_C_SUFFIX__ | |
#define __UINT16_MAX__ 65535 | |
#define __INT16_MAX__ 32767 | |
#define __UINT32_TYPE__ unsigned int | |
#define __UINT32_FMTo__ "o" | |
#define __UINT32_FMTu__ "u" | |
#define __UINT32_FMTx__ "x" | |
#define __UINT32_FMTX__ "X" | |
#define __UINT32_C_SUFFIX__ U | |
#define __UINT32_MAX__ 4294967295U | |
#define __INT32_MAX__ 2147483647 | |
#define __UINT64_TYPE__ long unsigned int | |
#define __UINT64_FMTo__ "lo" | |
#define __UINT64_FMTu__ "lu" | |
#define __UINT64_FMTx__ "lx" | |
#define __UINT64_FMTX__ "lX" | |
#define __UINT64_C_SUFFIX__ UL | |
#define __UINT64_MAX__ 18446744073709551615UL | |
#define __INT64_MAX__ 9223372036854775807L | |
#define __INT_LEAST8_TYPE__ signed char | |
#define __INT_LEAST8_MAX__ 127 | |
#define __INT_LEAST8_FMTd__ "hhd" | |
#define __INT_LEAST8_FMTi__ "hhi" | |
#define __UINT_LEAST8_TYPE__ unsigned char | |
#define __UINT_LEAST8_MAX__ 255 | |
#define __UINT_LEAST8_FMTo__ "hho" | |
#define __UINT_LEAST8_FMTu__ "hhu" | |
#define __UINT_LEAST8_FMTx__ "hhx" | |
#define __UINT_LEAST8_FMTX__ "hhX" | |
#define __INT_LEAST16_TYPE__ short | |
#define __INT_LEAST16_MAX__ 32767 | |
#define __INT_LEAST16_FMTd__ "hd" | |
#define __INT_LEAST16_FMTi__ "hi" | |
#define __UINT_LEAST16_TYPE__ unsigned short | |
#define __UINT_LEAST16_MAX__ 65535 | |
#define __UINT_LEAST16_FMTo__ "ho" | |
#define __UINT_LEAST16_FMTu__ "hu" | |
#define __UINT_LEAST16_FMTx__ "hx" | |
#define __UINT_LEAST16_FMTX__ "hX" | |
#define __INT_LEAST32_TYPE__ int | |
#define __INT_LEAST32_MAX__ 2147483647 | |
#define __INT_LEAST32_FMTd__ "d" | |
#define __INT_LEAST32_FMTi__ "i" | |
#define __UINT_LEAST32_TYPE__ unsigned int | |
#define __UINT_LEAST32_MAX__ 4294967295U | |
#define __UINT_LEAST32_FMTo__ "o" | |
#define __UINT_LEAST32_FMTu__ "u" | |
#define __UINT_LEAST32_FMTx__ "x" | |
#define __UINT_LEAST32_FMTX__ "X" | |
#define __INT_LEAST64_TYPE__ long int | |
#define __INT_LEAST64_MAX__ 9223372036854775807L | |
#define __INT_LEAST64_FMTd__ "ld" | |
#define __INT_LEAST64_FMTi__ "li" | |
#define __UINT_LEAST64_TYPE__ long unsigned int | |
#define __UINT_LEAST64_MAX__ 18446744073709551615UL | |
#define __UINT_LEAST64_FMTo__ "lo" | |
#define __UINT_LEAST64_FMTu__ "lu" | |
#define __UINT_LEAST64_FMTx__ "lx" | |
#define __UINT_LEAST64_FMTX__ "lX" | |
#define __INT_FAST8_TYPE__ signed char | |
#define __INT_FAST8_MAX__ 127 | |
#define __INT_FAST8_FMTd__ "hhd" | |
#define __INT_FAST8_FMTi__ "hhi" | |
#define __UINT_FAST8_TYPE__ unsigned char | |
#define __UINT_FAST8_MAX__ 255 | |
#define __UINT_FAST8_FMTo__ "hho" | |
#define __UINT_FAST8_FMTu__ "hhu" | |
#define __UINT_FAST8_FMTx__ "hhx" | |
#define __UINT_FAST8_FMTX__ "hhX" | |
#define __INT_FAST16_TYPE__ short | |
#define __INT_FAST16_MAX__ 32767 | |
#define __INT_FAST16_FMTd__ "hd" | |
#define __INT_FAST16_FMTi__ "hi" | |
#define __UINT_FAST16_TYPE__ unsigned short | |
#define __UINT_FAST16_MAX__ 65535 | |
#define __UINT_FAST16_FMTo__ "ho" | |
#define __UINT_FAST16_FMTu__ "hu" | |
#define __UINT_FAST16_FMTx__ "hx" | |
#define __UINT_FAST16_FMTX__ "hX" | |
#define __INT_FAST32_TYPE__ int | |
#define __INT_FAST32_MAX__ 2147483647 | |
#define __INT_FAST32_FMTd__ "d" | |
#define __INT_FAST32_FMTi__ "i" | |
#define __UINT_FAST32_TYPE__ unsigned int | |
#define __UINT_FAST32_MAX__ 4294967295U | |
#define __UINT_FAST32_FMTo__ "o" | |
#define __UINT_FAST32_FMTu__ "u" | |
#define __UINT_FAST32_FMTx__ "x" | |
#define __UINT_FAST32_FMTX__ "X" | |
#define __INT_FAST64_TYPE__ long int | |
#define __INT_FAST64_MAX__ 9223372036854775807L | |
#define __INT_FAST64_FMTd__ "ld" | |
#define __INT_FAST64_FMTi__ "li" | |
#define __UINT_FAST64_TYPE__ long unsigned int | |
#define __UINT_FAST64_MAX__ 18446744073709551615UL | |
#define __UINT_FAST64_FMTo__ "lo" | |
#define __UINT_FAST64_FMTu__ "lu" | |
#define __UINT_FAST64_FMTx__ "lx" | |
#define __UINT_FAST64_FMTX__ "lX" | |
#define __USER_LABEL_PREFIX__ | |
#define __FINITE_MATH_ONLY__ 0 | |
#define __GNUC_STDC_INLINE__ 1 | |
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 | |
#define __CLANG_ATOMIC_BOOL_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_CHAR_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_CHAR16_T_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_CHAR32_T_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_WCHAR_T_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_SHORT_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_INT_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_LONG_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_LLONG_LOCK_FREE 2 | |
#define __CLANG_ATOMIC_POINTER_LOCK_FREE 2 | |
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 | |
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 | |
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 | |
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 | |
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 | |
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 | |
#define __GCC_ATOMIC_INT_LOCK_FREE 2 | |
#define __GCC_ATOMIC_LONG_LOCK_FREE 2 | |
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 | |
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 | |
#define __PIC__ 2 | |
#define __pic__ 2 | |
#define __FLT_EVAL_METHOD__ 0 | |
#define __FLT_RADIX__ 2 | |
#define __DECIMAL_DIG__ __LDBL_DECIMAL_DIG__ | |
#define __code_model_small_ 1 | |
#define __amd64__ 1 | |
#define __amd64 1 | |
#define __x86_64 1 | |
#define __x86_64__ 1 | |
#define __k8 1 | |
#define __k8__ 1 | |
#define __tune_k8__ 1 | |
#define __REGISTER_PREFIX__ | |
#define __NO_MATH_INLINES 1 | |
#define __FXSR__ 1 | |
#define __SSE2__ 1 | |
#define __SSE2_MATH__ 1 | |
#define __SSE__ 1 | |
#define __SSE_MATH__ 1 | |
#define __MMX__ 1 | |
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 | |
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 | |
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 | |
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 | |
#define __SIZEOF_FLOAT128__ 16 | |
#define unix 1 | |
#define __unix 1 | |
#define __unix__ 1 | |
#define linux 1 | |
#define __linux 1 | |
#define __linux__ 1 | |
#define __gnu_linux__ 1 | |
#define __ELF__ 1 | |
#define _REENTRANT 1 | |
#define __FLOAT128__ 1 | |
#define __STDC__ 1 | |
#define __STDC_HOSTED__ 1 | |
#define __STDC_VERSION__ 199901L | |
#define __STDC_UTF_16__ 1 | |
#define __STDC_UTF_32__ 1 | |
# 1 "<command line>" 1 | |
#define CF_BUILDING_CF 1 | |
#define DEPLOYMENT_RUNTIME_SWIFT 1 | |
#define HAVE_SCHED_GETAFFINITY 1 | |
#define U_SHOW_DRAFT_API 1 | |
#define _GNU_SOURCE 1 | |
#define NDEBUG 1 | |
# 1 "<built-in>" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
#define __COREFOUNDATION_PREFIX_H__ 1 | |
#define _DARWIN_UNLIMITED_SELECT 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define __COREFOUNDATION_CFAVAILABILITY__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/TargetConditionals.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/TargetConditionals.h" | |
#define __TARGETCONDITIONALS__ | |
# 90 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/TargetConditionals.h" | |
#define TARGET_OS_DARWIN 0 | |
#define TARGET_OS_LINUX 1 | |
#define TARGET_OS_WINDOWS 0 | |
#define TARGET_OS_BSD 0 | |
#define TARGET_OS_ANDROID 0 | |
#define TARGET_OS_CYGWIN 0 | |
# 119 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/TargetConditionals.h" | |
#define TARGET_OS_WIN32 TARGET_OS_WINDOWS | |
#define TARGET_OS_MAC TARGET_OS_DARWIN | |
#define TARGET_OS_OSX TARGET_OS_DARWIN | |
#define TARGET_CPU_PPC 0 | |
#define TARGET_CPU_PPC64 0 | |
#define TARGET_CPU_X86 0 | |
#define TARGET_CPU_X86_64 1 | |
#define TARGET_CPU_ARM 0 | |
#define TARGET_CPU_ARM64 0 | |
#define TARGET_CPU_MIPS 0 | |
#define TARGET_CPU_MIPS64 0 | |
#define TARGET_CPU_S390X 0 | |
# 218 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/TargetConditionals.h" | |
#define TARGET_RT_LITTLE_ENDIAN 1 | |
#define TARGET_RT_BIG_ENDIAN 0 | |
# 228 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/TargetConditionals.h" | |
#define TARGET_RT_64_BIT 1 | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" 2 | |
# 27 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define API_AVAILABLE(...) | |
#define API_DEPRECATED(...) | |
#define API_UNAVAILABLE(...) | |
# 85 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define CF_AVAILABLE(_mac,_ios) | |
#define CF_AVAILABLE_MAC(_mac) | |
#define CF_AVAILABLE_IOS(_ios) | |
#define CF_DEPRECATED(_macIntro,_macDep,_iosIntro,_iosDep,...) | |
#define CF_DEPRECATED_MAC(_macIntro,_macDep,...) | |
#define CF_DEPRECATED_IOS(_iosIntro,_iosDep,...) | |
#define CF_AVAILABLE_IPHONE(_ios) CF_AVAILABLE_IOS(_ios) | |
#define CF_DEPRECATED_IPHONE(_iosIntro,_iosDep) CF_DEPRECATED_IOS(_iosIntro, _iosDep) | |
#define CF_ENUM_AVAILABLE(_mac,_ios) CF_AVAILABLE(_mac, _ios) | |
#define CF_ENUM_AVAILABLE_MAC(_mac) CF_AVAILABLE_MAC(_mac) | |
#define CF_ENUM_AVAILABLE_IOS(_ios) CF_AVAILABLE_IOS(_ios) | |
#define CF_ENUM_DEPRECATED(_macIntro,_macDep,_iosIntro,_iosDep,...) CF_DEPRECATED(_macIntro, _macDep, _iosIntro, _iosDep, __VA_ARGS__) | |
#define CF_ENUM_DEPRECATED_MAC(_macIntro,_macDep,...) CF_DEPRECATED_MAC(_macIntro, _macDep, __VA_ARGS__) | |
#define CF_ENUM_DEPRECATED_IOS(_iosIntro,_iosDep,...) CF_DEPRECATED_IOS(_iosIntro, _iosDep, __VA_ARGS__) | |
# 116 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define __CF_ENUM_ATTRIBUTES __attribute__((enum_extensibility(open))) | |
#define __CF_CLOSED_ENUM_ATTRIBUTES __attribute__((enum_extensibility(closed))) | |
#define __CF_OPTIONS_ATTRIBUTES __attribute__((flag_enum,enum_extensibility(open))) | |
#define __CF_ENUM_GET_MACRO(_1,_2,NAME,...) NAME | |
# 136 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define __CF_NAMED_ENUM(_type,_name) _type _name; enum | |
#define __CF_ANON_ENUM(_type) enum | |
#define CF_CLOSED_ENUM(_type,_name) _type _name; enum | |
#define CF_OPTIONS(_type,_name) _type _name; enum | |
# 154 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define CF_ENUM(...) __CF_ENUM_GET_MACRO(__VA_ARGS__, __CF_NAMED_ENUM, __CF_ANON_ENUM, )(__VA_ARGS__) | |
#define _CF_TYPED_ENUM __attribute__((swift_wrapper(enum))) | |
#define _CF_TYPED_EXTENSIBLE_ENUM __attribute__((swift_wrapper(struct))) | |
#define CF_STRING_ENUM | |
#define CF_EXTENSIBLE_STRING_ENUM | |
#define CF_TYPED_ENUM | |
#define CF_TYPED_EXTENSIBLE_ENUM | |
# 182 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define __CF_ERROR_ENUM_GET_MACRO(_1,_2,NAME,...) NAME | |
#define __CF_NAMED_ERROR_ENUM(_domain,_name) __CF_NAMED_ENUM(CFIndex, _name) | |
#define __CF_ANON_ERROR_ENUM(_domain) __CF_ANON_ENUM(CFIndex) | |
# 203 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFAvailability.h" | |
#define CF_ERROR_ENUM(...) __CF_ERROR_ENUM_GET_MACRO(__VA_ARGS__, __CF_NAMED_ERROR_ENUM, __CF_ANON_ERROR_ENUM)(__VA_ARGS__) | |
#define CF_SWIFT_BRIDGED_TYPEDEF __attribute__((swift_bridged_typedef)) | |
#define CF_EXTENSION_UNAVAILABLE(_msg) __OS_EXTENSION_UNAVAILABLE(_msg) | |
#define CF_EXTENSION_UNAVAILABLE_MAC(_msg) __OSX_EXTENSION_UNAVAILABLE(_msg) | |
#define CF_EXTENSION_UNAVAILABLE_IOS(_msg) __IOS_EXTENSION_UNAVAILABLE(_msg) | |
#define CF_SWIFT_UNAVAILABLE(_msg) __attribute__((availability(swift, unavailable, message=_msg))) | |
# 16 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
#define __HAS_DISPATCH__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define __COREFOUNDATION_CFBASE__ 1 | |
# 67 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdint.h" 1 3 | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdint.h" 3 | |
#define __CLANG_STDINT_H | |
# 63 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdint.h" 3 | |
# 1 "/usr/include/stdint.h" 1 3 4 | |
# 23 "/usr/include/stdint.h" 3 4 | |
#define _STDINT_H 1 | |
#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/bits/libc-header-start.h" 1 3 4 | |
# 31 "/usr/include/bits/libc-header-start.h" 3 4 | |
#undef __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/features.h" 1 3 4 | |
# 19 "/usr/include/features.h" 3 4 | |
#define _FEATURES_H 1 | |
# 119 "/usr/include/features.h" 3 4 | |
#undef __USE_ISOC11 | |
#undef __USE_ISOC99 | |
#undef __USE_ISOC95 | |
#undef __USE_ISOCXX11 | |
#undef __USE_POSIX | |
#undef __USE_POSIX2 | |
#undef __USE_POSIX199309 | |
#undef __USE_POSIX199506 | |
#undef __USE_XOPEN | |
#undef __USE_XOPEN_EXTENDED | |
#undef __USE_UNIX98 | |
#undef __USE_XOPEN2K | |
#undef __USE_XOPEN2KXSI | |
#undef __USE_XOPEN2K8 | |
#undef __USE_XOPEN2K8XSI | |
#undef __USE_LARGEFILE | |
#undef __USE_LARGEFILE64 | |
#undef __USE_FILE_OFFSET64 | |
#undef __USE_MISC | |
#undef __USE_ATFILE | |
#undef __USE_GNU | |
#undef __USE_FORTIFY_LEVEL | |
#undef __KERNEL_STRICT_NAMES | |
#undef __GLIBC_USE_DEPRECATED_GETS | |
#undef __GLIBC_USE_DEPRECATED_SCANF | |
#define __KERNEL_STRICT_NAMES | |
# 159 "/usr/include/features.h" 3 4 | |
#define __GNUC_PREREQ(maj,min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min)) | |
# 170 "/usr/include/features.h" 3 4 | |
#define __glibc_clang_prereq(maj,min) ((__clang_major__ << 16) + __clang_minor__ >= ((maj) << 16) + (min)) | |
#define __GLIBC_USE(F) __GLIBC_USE_ ## F | |
# 192 "/usr/include/features.h" 3 4 | |
#undef _ISOC95_SOURCE | |
#define _ISOC95_SOURCE 1 | |
#undef _ISOC99_SOURCE | |
#define _ISOC99_SOURCE 1 | |
#undef _ISOC11_SOURCE | |
#define _ISOC11_SOURCE 1 | |
#undef _POSIX_SOURCE | |
#define _POSIX_SOURCE 1 | |
#undef _POSIX_C_SOURCE | |
#define _POSIX_C_SOURCE 200809L | |
#undef _XOPEN_SOURCE | |
#define _XOPEN_SOURCE 700 | |
#undef _XOPEN_SOURCE_EXTENDED | |
#define _XOPEN_SOURCE_EXTENDED 1 | |
#undef _LARGEFILE64_SOURCE | |
#define _LARGEFILE64_SOURCE 1 | |
#undef _DEFAULT_SOURCE | |
#define _DEFAULT_SOURCE 1 | |
#undef _ATFILE_SOURCE | |
#define _ATFILE_SOURCE 1 | |
# 221 "/usr/include/features.h" 3 4 | |
#undef _DEFAULT_SOURCE | |
#define _DEFAULT_SOURCE 1 | |
#define __USE_ISOC11 1 | |
#define __USE_ISOC99 1 | |
#define __USE_ISOC95 1 | |
# 263 "/usr/include/features.h" 3 4 | |
#undef _POSIX_SOURCE | |
#define _POSIX_SOURCE 1 | |
#undef _POSIX_C_SOURCE | |
#define _POSIX_C_SOURCE 200809L | |
# 301 "/usr/include/features.h" 3 4 | |
#define __USE_POSIX 1 | |
#define __USE_POSIX2 1 | |
#define __USE_POSIX199309 1 | |
#define __USE_POSIX199506 1 | |
#define __USE_XOPEN2K 1 | |
#undef __USE_ISOC95 | |
#define __USE_ISOC95 1 | |
#undef __USE_ISOC99 | |
#define __USE_ISOC99 1 | |
#define __USE_XOPEN2K8 1 | |
#undef _ATFILE_SOURCE | |
#define _ATFILE_SOURCE 1 | |
#define __USE_XOPEN 1 | |
#define __USE_XOPEN_EXTENDED 1 | |
#define __USE_UNIX98 1 | |
#undef _LARGEFILE_SOURCE | |
#define _LARGEFILE_SOURCE 1 | |
#define __USE_XOPEN2K8 1 | |
#define __USE_XOPEN2K8XSI 1 | |
#define __USE_XOPEN2K 1 | |
#define __USE_XOPEN2KXSI 1 | |
#undef __USE_ISOC95 | |
#define __USE_ISOC95 1 | |
#undef __USE_ISOC99 | |
#define __USE_ISOC99 1 | |
# 357 "/usr/include/features.h" 3 4 | |
#define __USE_LARGEFILE 1 | |
#define __USE_LARGEFILE64 1 | |
#define __USE_MISC 1 | |
#define __USE_ATFILE 1 | |
#define __USE_GNU 1 | |
# 392 "/usr/include/features.h" 3 4 | |
#define __USE_FORTIFY_LEVEL 0 | |
#define __GLIBC_USE_DEPRECATED_GETS 0 | |
# 423 "/usr/include/features.h" 3 4 | |
#define __GLIBC_USE_DEPRECATED_SCANF 0 | |
# 1 "/usr/include/stdc-predef.h" 1 3 4 | |
# 19 "/usr/include/stdc-predef.h" 3 4 | |
#define _STDC_PREDEF_H 1 | |
# 41 "/usr/include/stdc-predef.h" 3 4 | |
#define __STDC_IEC_559__ 1 | |
#define __STDC_IEC_559_COMPLEX__ 1 | |
# 58 "/usr/include/stdc-predef.h" 3 4 | |
#define __STDC_ISO_10646__ 201706L | |
# 429 "/usr/include/features.h" 2 3 4 | |
#undef __GNU_LIBRARY__ | |
#define __GNU_LIBRARY__ 6 | |
#define __GLIBC__ 2 | |
#define __GLIBC_MINOR__ 29 | |
#define __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min)) | |
# 1 "/usr/include/sys/cdefs.h" 1 3 4 | |
# 19 "/usr/include/sys/cdefs.h" 3 4 | |
#define _SYS_CDEFS_H 1 | |
# 34 "/usr/include/sys/cdefs.h" 3 4 | |
#undef __P | |
#undef __PMT | |
# 45 "/usr/include/sys/cdefs.h" 3 4 | |
#define __LEAF | |
#define __LEAF_ATTR | |
# 55 "/usr/include/sys/cdefs.h" 3 4 | |
#define __THROW __attribute__ ((__nothrow__ __LEAF)) | |
#define __THROWNL __attribute__ ((__nothrow__)) | |
#define __NTH(fct) __attribute__ ((__nothrow__ __LEAF)) fct | |
#define __NTHNL(fct) __attribute__ ((__nothrow__)) fct | |
# 92 "/usr/include/sys/cdefs.h" 3 4 | |
#define __glibc_clang_has_extension(ext) __has_extension (ext) | |
#define __P(args) args | |
#define __PMT(args) args | |
#define __CONCAT(x,y) x ## y | |
#define __STRING(x) #x | |
#define __ptr_t void * | |
#define __BEGIN_DECLS | |
#define __END_DECLS | |
#define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1) | |
#define __bos0(ptr) __builtin_object_size (ptr, 0) | |
# 133 "/usr/include/sys/cdefs.h" 3 4 | |
#define __warndecl(name,msg) extern void name (void) | |
#define __warnattr(msg) | |
#define __errordecl(name,msg) extern void name (void) | |
#define __flexarr [] | |
#define __glibc_c99_flexarr_available 1 | |
# 174 "/usr/include/sys/cdefs.h" 3 4 | |
#define __REDIRECT(name,proto,alias) name proto __asm__ (__ASMNAME (#alias)) | |
#define __REDIRECT_NTH(name,proto,alias) name proto __asm__ (__ASMNAME (#alias)) __THROW | |
#define __REDIRECT_NTHNL(name,proto,alias) name proto __asm__ (__ASMNAME (#alias)) __THROWNL | |
#define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname) | |
#define __ASMNAME2(prefix,cname) __STRING (prefix) cname | |
# 208 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_malloc__ __attribute__ ((__malloc__)) | |
# 219 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_alloc_size__(params) | |
#define __attribute_pure__ __attribute__ ((__pure__)) | |
#define __attribute_const__ __attribute__ ((__const__)) | |
# 242 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_used__ __attribute__ ((__used__)) | |
#define __attribute_noinline__ __attribute__ ((__noinline__)) | |
#define __attribute_deprecated__ __attribute__ ((__deprecated__)) | |
# 261 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_deprecated_msg__(msg) __attribute__ ((__deprecated__ (msg))) | |
# 274 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x))) | |
# 284 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_format_strfmon__(a,b) __attribute__ ((__format__ (__strfmon__, a, b))) | |
# 293 "/usr/include/sys/cdefs.h" 3 4 | |
#define __nonnull(params) __attribute__ ((__nonnull__ params)) | |
#define __attribute_warn_unused_result__ __attribute__ ((__warn_unused_result__)) | |
# 310 "/usr/include/sys/cdefs.h" 3 4 | |
#define __wur | |
#undef __always_inline | |
#define __always_inline __inline __attribute__ ((__always_inline__)) | |
# 330 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_artificial__ | |
# 346 "/usr/include/sys/cdefs.h" 3 4 | |
#define __extern_inline extern __inline __attribute__ ((__gnu_inline__)) | |
#define __extern_always_inline extern __always_inline __attribute__ ((__gnu_inline__)) | |
# 356 "/usr/include/sys/cdefs.h" 3 4 | |
#define __fortify_function __extern_always_inline __attribute_artificial__ | |
# 387 "/usr/include/sys/cdefs.h" 3 4 | |
#define __restrict_arr __restrict | |
# 402 "/usr/include/sys/cdefs.h" 3 4 | |
#define __glibc_unlikely(cond) __builtin_expect ((cond), 0) | |
#define __glibc_likely(cond) __builtin_expect ((cond), 1) | |
#define __glibc_has_attribute(attr) __has_attribute (attr) | |
# 419 "/usr/include/sys/cdefs.h" 3 4 | |
#define _Noreturn __attribute__ ((__noreturn__)) | |
# 431 "/usr/include/sys/cdefs.h" 3 4 | |
#define __attribute_nonstring__ | |
#undef __attribute_copy__ | |
#define __attribute_copy__(arg) | |
#define _Static_assert(expr,diagnostic) extern int (*__Static_assert_function (void)) [!!sizeof (struct { int __error_if_negative: (expr) ? 2 : -1; })] | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 453 "/usr/include/sys/cdefs.h" 2 3 4 | |
# 1 "/usr/include/bits/long-double.h" 1 3 4 | |
# 454 "/usr/include/sys/cdefs.h" 2 3 4 | |
# 475 "/usr/include/sys/cdefs.h" 3 4 | |
#define __LDBL_REDIR1(name,proto,alias) name proto | |
#define __LDBL_REDIR(name,proto) name proto | |
#define __LDBL_REDIR1_NTH(name,proto,alias) name proto __THROW | |
#define __LDBL_REDIR_NTH(name,proto) name proto __THROW | |
#define __LDBL_REDIR_DECL(name) | |
#define __REDIRECT_LDBL(name,proto,alias) __REDIRECT (name, proto, alias) | |
#define __REDIRECT_NTH_LDBL(name,proto,alias) __REDIRECT_NTH (name, proto, alias) | |
# 493 "/usr/include/sys/cdefs.h" 3 4 | |
#define __glibc_macro_warning1(message) _Pragma (#message) | |
#define __glibc_macro_warning(message) __glibc_macro_warning1 (GCC warning message) | |
# 512 "/usr/include/sys/cdefs.h" 3 4 | |
#define __HAVE_GENERIC_SELECTION 1 | |
# 451 "/usr/include/features.h" 2 3 4 | |
# 466 "/usr/include/features.h" 3 4 | |
#define __USE_EXTERN_INLINES 1 | |
# 1 "/usr/include/gnu/stubs.h" 1 3 4 | |
# 10 "/usr/include/gnu/stubs.h" 3 4 | |
# 1 "/usr/include/gnu/stubs-64.h" 1 3 4 | |
# 10 "/usr/include/gnu/stubs-64.h" 3 4 | |
#define __stub___compat_bdflush | |
#define __stub_chflags | |
#define __stub_fattach | |
#define __stub_fchflags | |
#define __stub_fdetach | |
#define __stub_getmsg | |
#define __stub_gtty | |
#define __stub_lchmod | |
#define __stub_putmsg | |
#define __stub_revoke | |
#define __stub_setlogin | |
#define __stub_sigreturn | |
#define __stub_sstk | |
#define __stub_stty | |
# 11 "/usr/include/gnu/stubs.h" 2 3 4 | |
# 475 "/usr/include/features.h" 2 3 4 | |
# 34 "/usr/include/bits/libc-header-start.h" 2 3 4 | |
#undef __GLIBC_USE_LIB_EXT2 | |
#define __GLIBC_USE_LIB_EXT2 1 | |
#undef __GLIBC_USE_IEC_60559_BFP_EXT | |
#define __GLIBC_USE_IEC_60559_BFP_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_FUNCS_EXT | |
#define __GLIBC_USE_IEC_60559_FUNCS_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_TYPES_EXT | |
#define __GLIBC_USE_IEC_60559_TYPES_EXT 1 | |
# 27 "/usr/include/stdint.h" 2 3 4 | |
# 1 "/usr/include/bits/types.h" 1 3 4 | |
# 24 "/usr/include/bits/types.h" 3 4 | |
#define _BITS_TYPES_H 1 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 28 "/usr/include/bits/types.h" 2 3 4 | |
# 1 "/usr/include/bits/timesize.h" 1 3 4 | |
# 24 "/usr/include/bits/timesize.h" 3 4 | |
#define __TIMESIZE __WORDSIZE | |
# 29 "/usr/include/bits/types.h" 2 3 4 | |
typedef unsigned char __u_char; | |
typedef unsigned short int __u_short; | |
typedef unsigned int __u_int; | |
typedef unsigned long int __u_long; | |
typedef signed char __int8_t; | |
typedef unsigned char __uint8_t; | |
typedef signed short int __int16_t; | |
typedef unsigned short int __uint16_t; | |
typedef signed int __int32_t; | |
typedef unsigned int __uint32_t; | |
typedef signed long int __int64_t; | |
typedef unsigned long int __uint64_t; | |
typedef __int8_t __int_least8_t; | |
typedef __uint8_t __uint_least8_t; | |
typedef __int16_t __int_least16_t; | |
typedef __uint16_t __uint_least16_t; | |
typedef __int32_t __int_least32_t; | |
typedef __uint32_t __uint_least32_t; | |
typedef __int64_t __int_least64_t; | |
typedef __uint64_t __uint_least64_t; | |
typedef long int __quad_t; | |
typedef unsigned long int __u_quad_t; | |
typedef long int __intmax_t; | |
typedef unsigned long int __uintmax_t; | |
# 109 "/usr/include/bits/types.h" 3 4 | |
#define __S16_TYPE short int | |
#define __U16_TYPE unsigned short int | |
#define __S32_TYPE int | |
#define __U32_TYPE unsigned int | |
#define __SLONGWORD_TYPE long int | |
#define __ULONGWORD_TYPE unsigned long int | |
# 128 "/usr/include/bits/types.h" 3 4 | |
#define __SQUAD_TYPE long int | |
#define __UQUAD_TYPE unsigned long int | |
#define __SWORD_TYPE long int | |
#define __UWORD_TYPE unsigned long int | |
#define __SLONG32_TYPE int | |
#define __ULONG32_TYPE unsigned int | |
#define __S64_TYPE long int | |
#define __U64_TYPE unsigned long int | |
#define __STD_TYPE typedef | |
# 1 "/usr/include/bits/typesizes.h" 1 3 4 | |
# 24 "/usr/include/bits/typesizes.h" 3 4 | |
#define _BITS_TYPESIZES_H 1 | |
# 34 "/usr/include/bits/typesizes.h" 3 4 | |
#define __SYSCALL_SLONG_TYPE __SLONGWORD_TYPE | |
#define __SYSCALL_ULONG_TYPE __ULONGWORD_TYPE | |
#define __DEV_T_TYPE __UQUAD_TYPE | |
#define __UID_T_TYPE __U32_TYPE | |
#define __GID_T_TYPE __U32_TYPE | |
#define __INO_T_TYPE __SYSCALL_ULONG_TYPE | |
#define __INO64_T_TYPE __UQUAD_TYPE | |
#define __MODE_T_TYPE __U32_TYPE | |
#define __NLINK_T_TYPE __SYSCALL_ULONG_TYPE | |
#define __FSWORD_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __OFF_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __OFF64_T_TYPE __SQUAD_TYPE | |
#define __PID_T_TYPE __S32_TYPE | |
#define __RLIM_T_TYPE __SYSCALL_ULONG_TYPE | |
#define __RLIM64_T_TYPE __UQUAD_TYPE | |
#define __BLKCNT_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __BLKCNT64_T_TYPE __SQUAD_TYPE | |
#define __FSBLKCNT_T_TYPE __SYSCALL_ULONG_TYPE | |
#define __FSBLKCNT64_T_TYPE __UQUAD_TYPE | |
#define __FSFILCNT_T_TYPE __SYSCALL_ULONG_TYPE | |
#define __FSFILCNT64_T_TYPE __UQUAD_TYPE | |
#define __ID_T_TYPE __U32_TYPE | |
#define __CLOCK_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __TIME_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __USECONDS_T_TYPE __U32_TYPE | |
#define __SUSECONDS_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __DADDR_T_TYPE __S32_TYPE | |
#define __KEY_T_TYPE __S32_TYPE | |
#define __CLOCKID_T_TYPE __S32_TYPE | |
#define __TIMER_T_TYPE void * | |
#define __BLKSIZE_T_TYPE __SYSCALL_SLONG_TYPE | |
#define __FSID_T_TYPE struct { int __val[2]; } | |
#define __SSIZE_T_TYPE __SWORD_TYPE | |
#define __CPU_MASK_TYPE __SYSCALL_ULONG_TYPE | |
#define __OFF_T_MATCHES_OFF64_T 1 | |
#define __INO_T_MATCHES_INO64_T 1 | |
#define __RLIM_T_MATCHES_RLIM64_T 1 | |
#define __FD_SETSIZE 1024 | |
# 142 "/usr/include/bits/types.h" 2 3 4 | |
# 1 "/usr/include/bits/time64.h" 1 3 4 | |
# 24 "/usr/include/bits/time64.h" 3 4 | |
#define _BITS_TIME64_H 1 | |
#define __TIME64_T_TYPE __TIME_T_TYPE | |
# 143 "/usr/include/bits/types.h" 2 3 4 | |
typedef unsigned long int __dev_t; | |
typedef unsigned int __uid_t; | |
typedef unsigned int __gid_t; | |
typedef unsigned long int __ino_t; | |
typedef unsigned long int __ino64_t; | |
typedef unsigned int __mode_t; | |
typedef unsigned long int __nlink_t; | |
typedef long int __off_t; | |
typedef long int __off64_t; | |
typedef int __pid_t; | |
typedef struct { int __val[2]; } __fsid_t; | |
typedef long int __clock_t; | |
typedef unsigned long int __rlim_t; | |
typedef unsigned long int __rlim64_t; | |
typedef unsigned int __id_t; | |
typedef long int __time_t; | |
typedef unsigned int __useconds_t; | |
typedef long int __suseconds_t; | |
typedef int __daddr_t; | |
typedef int __key_t; | |
typedef int __clockid_t; | |
typedef void * __timer_t; | |
typedef long int __blksize_t; | |
typedef long int __blkcnt_t; | |
typedef long int __blkcnt64_t; | |
typedef unsigned long int __fsblkcnt_t; | |
typedef unsigned long int __fsblkcnt64_t; | |
typedef unsigned long int __fsfilcnt_t; | |
typedef unsigned long int __fsfilcnt64_t; | |
typedef long int __fsword_t; | |
typedef long int __ssize_t; | |
typedef long int __syscall_slong_t; | |
typedef unsigned long int __syscall_ulong_t; | |
typedef __off64_t __loff_t; | |
typedef char *__caddr_t; | |
typedef long int __intptr_t; | |
typedef unsigned int __socklen_t; | |
typedef int __sig_atomic_t; | |
#define __time64_t __time_t | |
#undef __STD_TYPE | |
# 28 "/usr/include/stdint.h" 2 3 4 | |
# 1 "/usr/include/bits/wchar.h" 1 3 4 | |
# 20 "/usr/include/bits/wchar.h" 3 4 | |
#define _BITS_WCHAR_H 1 | |
# 34 "/usr/include/bits/wchar.h" 3 4 | |
#define __WCHAR_MAX __WCHAR_MAX__ | |
# 46 "/usr/include/bits/wchar.h" 3 4 | |
#define __WCHAR_MIN (-__WCHAR_MAX - 1) | |
# 29 "/usr/include/stdint.h" 2 3 4 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 30 "/usr/include/stdint.h" 2 3 4 | |
# 1 "/usr/include/bits/stdint-intn.h" 1 3 4 | |
# 20 "/usr/include/bits/stdint-intn.h" 3 4 | |
#define _BITS_STDINT_INTN_H 1 | |
typedef __int8_t int8_t; | |
typedef __int16_t int16_t; | |
typedef __int32_t int32_t; | |
typedef __int64_t int64_t; | |
# 35 "/usr/include/stdint.h" 2 3 4 | |
# 1 "/usr/include/bits/stdint-uintn.h" 1 3 4 | |
# 20 "/usr/include/bits/stdint-uintn.h" 3 4 | |
#define _BITS_STDINT_UINTN_H 1 | |
typedef __uint8_t uint8_t; | |
typedef __uint16_t uint16_t; | |
typedef __uint32_t uint32_t; | |
typedef __uint64_t uint64_t; | |
# 38 "/usr/include/stdint.h" 2 3 4 | |
typedef __int_least8_t int_least8_t; | |
typedef __int_least16_t int_least16_t; | |
typedef __int_least32_t int_least32_t; | |
typedef __int_least64_t int_least64_t; | |
typedef __uint_least8_t uint_least8_t; | |
typedef __uint_least16_t uint_least16_t; | |
typedef __uint_least32_t uint_least32_t; | |
typedef __uint_least64_t uint_least64_t; | |
typedef signed char int_fast8_t; | |
typedef long int int_fast16_t; | |
typedef long int int_fast32_t; | |
typedef long int int_fast64_t; | |
# 71 "/usr/include/stdint.h" 3 4 | |
typedef unsigned char uint_fast8_t; | |
typedef unsigned long int uint_fast16_t; | |
typedef unsigned long int uint_fast32_t; | |
typedef unsigned long int uint_fast64_t; | |
# 87 "/usr/include/stdint.h" 3 4 | |
typedef long int intptr_t; | |
#define __intptr_t_defined | |
typedef unsigned long int uintptr_t; | |
# 101 "/usr/include/stdint.h" 3 4 | |
typedef __intmax_t intmax_t; | |
typedef __uintmax_t uintmax_t; | |
#define __INT64_C(c) c ## L | |
#define __UINT64_C(c) c ## UL | |
# 116 "/usr/include/stdint.h" 3 4 | |
#define INT8_MIN (-128) | |
#define INT16_MIN (-32767-1) | |
#define INT32_MIN (-2147483647-1) | |
#define INT64_MIN (-__INT64_C(9223372036854775807)-1) | |
#define INT8_MAX (127) | |
#define INT16_MAX (32767) | |
#define INT32_MAX (2147483647) | |
#define INT64_MAX (__INT64_C(9223372036854775807)) | |
#define UINT8_MAX (255) | |
#define UINT16_MAX (65535) | |
#define UINT32_MAX (4294967295U) | |
#define UINT64_MAX (__UINT64_C(18446744073709551615)) | |
#define INT_LEAST8_MIN (-128) | |
#define INT_LEAST16_MIN (-32767-1) | |
#define INT_LEAST32_MIN (-2147483647-1) | |
#define INT_LEAST64_MIN (-__INT64_C(9223372036854775807)-1) | |
#define INT_LEAST8_MAX (127) | |
#define INT_LEAST16_MAX (32767) | |
#define INT_LEAST32_MAX (2147483647) | |
#define INT_LEAST64_MAX (__INT64_C(9223372036854775807)) | |
#define UINT_LEAST8_MAX (255) | |
#define UINT_LEAST16_MAX (65535) | |
#define UINT_LEAST32_MAX (4294967295U) | |
#define UINT_LEAST64_MAX (__UINT64_C(18446744073709551615)) | |
#define INT_FAST8_MIN (-128) | |
#define INT_FAST16_MIN (-9223372036854775807L-1) | |
#define INT_FAST32_MIN (-9223372036854775807L-1) | |
#define INT_FAST64_MIN (-__INT64_C(9223372036854775807)-1) | |
#define INT_FAST8_MAX (127) | |
#define INT_FAST16_MAX (9223372036854775807L) | |
#define INT_FAST32_MAX (9223372036854775807L) | |
#define INT_FAST64_MAX (__INT64_C(9223372036854775807)) | |
#define UINT_FAST8_MAX (255) | |
#define UINT_FAST16_MAX (18446744073709551615UL) | |
#define UINT_FAST32_MAX (18446744073709551615UL) | |
#define UINT_FAST64_MAX (__UINT64_C(18446744073709551615)) | |
#define INTPTR_MIN (-9223372036854775807L-1) | |
#define INTPTR_MAX (9223372036854775807L) | |
#define UINTPTR_MAX (18446744073709551615UL) | |
# 197 "/usr/include/stdint.h" 3 4 | |
#define INTMAX_MIN (-__INT64_C(9223372036854775807)-1) | |
#define INTMAX_MAX (__INT64_C(9223372036854775807)) | |
#define UINTMAX_MAX (__UINT64_C(18446744073709551615)) | |
#define PTRDIFF_MIN (-9223372036854775807L-1) | |
#define PTRDIFF_MAX (9223372036854775807L) | |
# 222 "/usr/include/stdint.h" 3 4 | |
#define SIG_ATOMIC_MIN (-2147483647-1) | |
#define SIG_ATOMIC_MAX (2147483647) | |
#define SIZE_MAX (18446744073709551615UL) | |
# 239 "/usr/include/stdint.h" 3 4 | |
#define WCHAR_MIN __WCHAR_MIN | |
#define WCHAR_MAX __WCHAR_MAX | |
#define WINT_MIN (0u) | |
#define WINT_MAX (4294967295u) | |
#define INT8_C(c) c | |
#define INT16_C(c) c | |
#define INT32_C(c) c | |
#define INT64_C(c) c ## L | |
#define UINT8_C(c) c | |
#define UINT16_C(c) c | |
#define UINT32_C(c) c ## U | |
#define UINT64_C(c) c ## UL | |
#define INTMAX_C(c) c ## L | |
#define UINTMAX_C(c) c ## UL | |
#define INT8_WIDTH 8 | |
#define UINT8_WIDTH 8 | |
#define INT16_WIDTH 16 | |
#define UINT16_WIDTH 16 | |
#define INT32_WIDTH 32 | |
#define UINT32_WIDTH 32 | |
#define INT64_WIDTH 64 | |
#define UINT64_WIDTH 64 | |
#define INT_LEAST8_WIDTH 8 | |
#define UINT_LEAST8_WIDTH 8 | |
#define INT_LEAST16_WIDTH 16 | |
#define UINT_LEAST16_WIDTH 16 | |
#define INT_LEAST32_WIDTH 32 | |
#define UINT_LEAST32_WIDTH 32 | |
#define INT_LEAST64_WIDTH 64 | |
#define UINT_LEAST64_WIDTH 64 | |
#define INT_FAST8_WIDTH 8 | |
#define UINT_FAST8_WIDTH 8 | |
#define INT_FAST16_WIDTH __WORDSIZE | |
#define UINT_FAST16_WIDTH __WORDSIZE | |
#define INT_FAST32_WIDTH __WORDSIZE | |
#define UINT_FAST32_WIDTH __WORDSIZE | |
#define INT_FAST64_WIDTH 64 | |
#define UINT_FAST64_WIDTH 64 | |
#define INTPTR_WIDTH __WORDSIZE | |
#define UINTPTR_WIDTH __WORDSIZE | |
#define INTMAX_WIDTH 64 | |
#define UINTMAX_WIDTH 64 | |
#define PTRDIFF_WIDTH __WORDSIZE | |
#define SIG_ATOMIC_WIDTH 32 | |
#define SIZE_WIDTH __WORDSIZE | |
#define WCHAR_WIDTH 32 | |
#define WINT_WIDTH 32 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdint.h" 2 3 | |
# 68 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdbool.h" 1 3 | |
# 27 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdbool.h" 3 | |
#define __STDBOOL_H | |
#define bool _Bool | |
#define true 1 | |
#define false 0 | |
# 45 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdbool.h" 3 | |
#define __bool_true_false_are_defined 1 | |
# 69 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" 2 | |
# 82 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
typedef _Bool Boolean; | |
typedef unsigned char UInt8; | |
typedef signed char SInt8; | |
typedef unsigned short UInt16; | |
typedef signed short SInt16; | |
typedef unsigned int UInt32; | |
typedef signed int SInt32; | |
typedef uint64_t UInt64; | |
typedef int64_t SInt64; | |
typedef SInt32 OSStatus; | |
typedef float Float32; | |
typedef double Float64; | |
typedef unsigned short UniChar; | |
typedef unsigned long UniCharCount; | |
typedef unsigned char * StringPtr; | |
typedef const unsigned char * ConstStringPtr; | |
typedef unsigned char Str255[256]; | |
typedef const unsigned char * ConstStr255Param; | |
typedef SInt16 OSErr; | |
typedef SInt16 RegionCode; | |
typedef SInt16 LangCode; | |
typedef SInt16 ScriptCode; | |
typedef UInt32 FourCharCode; | |
typedef FourCharCode OSType; | |
typedef UInt8 Byte; | |
typedef SInt8 SignedByte; | |
typedef UInt32 UTF32Char; | |
typedef UInt16 UTF16Char; | |
typedef UInt8 UTF8Char; | |
#define CF_EXTERN_C_BEGIN | |
#define CF_EXTERN_C_END | |
# 146 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_EXPORT extern | |
# 157 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define NULL ((void *)0) | |
#define TRUE 1 | |
#define FALSE 0 | |
#define CF_INLINE static __inline__ __attribute__((always_inline)) | |
# 187 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_RETURNS_RETAINED __attribute__((cf_returns_retained)) | |
# 197 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_RETURNS_NOT_RETAINED __attribute__((cf_returns_not_retained)) | |
# 206 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_RELEASES_ARGUMENT __attribute__((cf_consumed)) | |
# 215 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_CONSUMED __attribute__((cf_consumed)) | |
# 225 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_AUTOMATED_REFCOUNT_UNAVAILABLE | |
#define CF_IMPLICIT_BRIDGING_ENABLED _Pragma("clang arc_cf_code_audited begin") | |
#define CF_IMPLICIT_BRIDGING_DISABLED _Pragma("clang arc_cf_code_audited end") | |
# 263 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_BRIDGED_TYPE(T) __attribute__((objc_bridge(T))) | |
#define CF_BRIDGED_MUTABLE_TYPE(T) __attribute__((objc_bridge_mutable(T))) | |
#define CF_RELATED_TYPE(T,C,I) __attribute__((objc_bridge_related(T,C,I))) | |
# 274 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_ASSUME_NONNULL_BEGIN _Pragma("clang assume_nonnull begin") | |
#define CF_ASSUME_NONNULL_END _Pragma("clang assume_nonnull end") | |
# 296 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
#define CF_REFINED_FOR_SWIFT __attribute__((swift_private)) | |
#define CF_SWIFT_NAME(_name) __attribute__((swift_name(#_name))) | |
#define CF_NOESCAPE __attribute__((noescape)) | |
#define CF_NO_TAIL_CALL __attribute__((not_tail_called)) | |
#define __covariant | |
#define __contravariant | |
extern double kCFCoreFoundationVersionNumber; | |
# 459 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
typedef unsigned long CFTypeID; | |
typedef unsigned long CFOptionFlags; | |
typedef unsigned long CFHashCode; | |
typedef signed long CFIndex; | |
typedef const __attribute__((objc_bridge(id))) void * CFTypeRef; | |
typedef const struct __attribute__((objc_bridge(NSString))) __CFString * CFStringRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSMutableString))) __CFString * CFMutableStringRef; | |
typedef __attribute__((objc_bridge(id))) CFTypeRef CFPropertyListRef; | |
typedef CFIndex CFComparisonResult; enum { | |
kCFCompareLessThan = -1L, | |
kCFCompareEqualTo = 0, | |
kCFCompareGreaterThan = 1 | |
}; | |
typedef CFComparisonResult (*CFComparatorFunction)(const void *val1, const void *val2, void *context); | |
static const CFIndex kCFNotFound = -1; | |
typedef struct { | |
CFIndex location; | |
CFIndex length; | |
} CFRange; | |
static __inline__ __attribute__((always_inline)) CFRange CFRangeMake(CFIndex loc, CFIndex len) { | |
CFRange range; | |
range.location = loc; | |
range.length = len; | |
return range; | |
} | |
extern | |
CFRange __CFRangeMake(CFIndex loc, CFIndex len); | |
typedef const struct __attribute__((objc_bridge(NSNull))) __CFNull * CFNullRef; | |
extern | |
CFTypeID CFNullGetTypeID(void); | |
extern | |
const CFNullRef kCFNull; | |
# 532 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
typedef const struct __attribute__((objc_bridge(id))) __CFAllocator * CFAllocatorRef; | |
extern | |
const CFAllocatorRef kCFAllocatorDefault; | |
extern | |
const CFAllocatorRef kCFAllocatorSystemDefault; | |
extern | |
const CFAllocatorRef kCFAllocatorMalloc; | |
extern | |
const CFAllocatorRef kCFAllocatorMallocZone; | |
extern | |
const CFAllocatorRef kCFAllocatorNull; | |
extern | |
const CFAllocatorRef kCFAllocatorUseContext; | |
typedef const void * (*CFAllocatorRetainCallBack)(const void *info); | |
typedef void (*CFAllocatorReleaseCallBack)(const void *info); | |
typedef CFStringRef (*CFAllocatorCopyDescriptionCallBack)(const void *info); | |
typedef void * (*CFAllocatorAllocateCallBack)(CFIndex allocSize, CFOptionFlags hint, void *info); | |
typedef void * (*CFAllocatorReallocateCallBack)(void *ptr, CFIndex newsize, CFOptionFlags hint, void *info); | |
typedef void (*CFAllocatorDeallocateCallBack)(void *ptr, void *info); | |
typedef CFIndex (*CFAllocatorPreferredSizeCallBack)(CFIndex size, CFOptionFlags hint, void *info); | |
typedef struct { | |
CFIndex version; | |
void * info; | |
CFAllocatorRetainCallBack retain; | |
CFAllocatorReleaseCallBack release; | |
CFAllocatorCopyDescriptionCallBack copyDescription; | |
CFAllocatorAllocateCallBack allocate; | |
CFAllocatorReallocateCallBack reallocate; | |
CFAllocatorDeallocateCallBack deallocate; | |
CFAllocatorPreferredSizeCallBack preferredSize; | |
} CFAllocatorContext; | |
extern | |
CFTypeID CFAllocatorGetTypeID(void); | |
# 617 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
extern | |
void CFAllocatorSetDefault(CFAllocatorRef allocator); | |
extern | |
CFAllocatorRef CFAllocatorGetDefault(void); | |
extern | |
CFAllocatorRef CFAllocatorCreate(CFAllocatorRef allocator, CFAllocatorContext *context); | |
extern | |
void *CFAllocatorAllocate(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint); | |
extern | |
void *CFAllocatorReallocate(CFAllocatorRef allocator, void *ptr, CFIndex newsize, CFOptionFlags hint); | |
extern | |
void CFAllocatorDeallocate(CFAllocatorRef allocator, void *ptr); | |
extern | |
CFIndex CFAllocatorGetPreferredSizeForSize(CFAllocatorRef allocator, CFIndex size, CFOptionFlags hint); | |
extern | |
void CFAllocatorGetContext(CFAllocatorRef allocator, CFAllocatorContext *context); | |
extern | |
CFTypeID CFGetTypeID(CFTypeRef cf); | |
extern | |
CFStringRef CFCopyTypeIDDescription(CFTypeID type_id); | |
extern | |
CFTypeRef CFRetain(CFTypeRef cf); | |
extern | |
void CFRelease(CFTypeRef cf); | |
# 667 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBase.h" | |
extern | |
Boolean CFEqual(CFTypeRef cf1, CFTypeRef cf2); | |
extern | |
CFHashCode CFHash(CFTypeRef cf); | |
extern | |
CFStringRef CFCopyDescription(CFTypeRef cf); | |
extern | |
CFAllocatorRef CFGetAllocator(CFTypeRef cf); | |
extern | |
CFTypeRef CFMakeCollectable(CFTypeRef cf) ; | |
#define _CF_SWIFT_RC_PINNED_FLAG (0x1) | |
#define _CF_CONSTANT_OBJECT_STRONG_RC ((uintptr_t)_CF_SWIFT_RC_PINNED_FLAG) | |
# 20 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
# 1 "/usr/include/stdlib.h" 1 3 4 | |
# 24 "/usr/include/stdlib.h" 3 4 | |
#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/bits/libc-header-start.h" 1 3 4 | |
# 31 "/usr/include/bits/libc-header-start.h" 3 4 | |
#undef __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
#undef __GLIBC_USE_LIB_EXT2 | |
#define __GLIBC_USE_LIB_EXT2 1 | |
#undef __GLIBC_USE_IEC_60559_BFP_EXT | |
#define __GLIBC_USE_IEC_60559_BFP_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_FUNCS_EXT | |
#define __GLIBC_USE_IEC_60559_FUNCS_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_TYPES_EXT | |
#define __GLIBC_USE_IEC_60559_TYPES_EXT 1 | |
# 26 "/usr/include/stdlib.h" 2 3 4 | |
#define __need_size_t | |
#define __need_wchar_t | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 60 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#define _SIZE_T | |
typedef long unsigned int size_t; | |
#undef __need_size_t | |
# 85 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#define _WCHAR_T | |
typedef int wchar_t; | |
#undef __need_wchar_t | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 32 "/usr/include/stdlib.h" 2 3 4 | |
#define _STDLIB_H 1 | |
# 1 "/usr/include/bits/waitflags.h" 1 3 4 | |
# 25 "/usr/include/bits/waitflags.h" 3 4 | |
#define WNOHANG 1 | |
#define WUNTRACED 2 | |
#define WSTOPPED 2 | |
#define WEXITED 4 | |
#define WCONTINUED 8 | |
#define WNOWAIT 0x01000000 | |
#define __WNOTHREAD 0x20000000 | |
#define __WALL 0x40000000 | |
#define __WCLONE 0x80000000 | |
# 40 "/usr/include/stdlib.h" 2 3 4 | |
# 1 "/usr/include/bits/waitstatus.h" 1 3 4 | |
# 28 "/usr/include/bits/waitstatus.h" 3 4 | |
#define __WEXITSTATUS(status) (((status) & 0xff00) >> 8) | |
#define __WTERMSIG(status) ((status) & 0x7f) | |
#define __WSTOPSIG(status) __WEXITSTATUS(status) | |
#define __WIFEXITED(status) (__WTERMSIG(status) == 0) | |
#define __WIFSIGNALED(status) (((signed char) (((status) & 0x7f) + 1) >> 1) > 0) | |
#define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f) | |
#define __WIFCONTINUED(status) ((status) == __W_CONTINUED) | |
#define __WCOREDUMP(status) ((status) & __WCOREFLAG) | |
#define __W_EXITCODE(ret,sig) ((ret) << 8 | (sig)) | |
#define __W_STOPCODE(sig) ((sig) << 8 | 0x7f) | |
#define __W_CONTINUED 0xffff | |
#define __WCOREFLAG 0x80 | |
# 41 "/usr/include/stdlib.h" 2 3 4 | |
#define WEXITSTATUS(status) __WEXITSTATUS (status) | |
#define WTERMSIG(status) __WTERMSIG (status) | |
#define WSTOPSIG(status) __WSTOPSIG (status) | |
#define WIFEXITED(status) __WIFEXITED (status) | |
#define WIFSIGNALED(status) __WIFSIGNALED (status) | |
#define WIFSTOPPED(status) __WIFSTOPPED (status) | |
#define WIFCONTINUED(status) __WIFCONTINUED (status) | |
# 1 "/usr/include/bits/floatn.h" 1 3 4 | |
# 20 "/usr/include/bits/floatn.h" 3 4 | |
#define _BITS_FLOATN_H | |
# 34 "/usr/include/bits/floatn.h" 3 4 | |
#define __HAVE_FLOAT128 0 | |
#define __HAVE_DISTINCT_FLOAT128 0 | |
#define __HAVE_FLOAT64X 1 | |
#define __HAVE_FLOAT64X_LONG_DOUBLE 1 | |
# 119 "/usr/include/bits/floatn.h" 3 4 | |
# 1 "/usr/include/bits/floatn-common.h" 1 3 4 | |
# 21 "/usr/include/bits/floatn-common.h" 3 4 | |
#define _BITS_FLOATN_COMMON_H | |
# 1 "/usr/include/bits/long-double.h" 1 3 4 | |
# 25 "/usr/include/bits/floatn-common.h" 2 3 4 | |
# 34 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __HAVE_FLOAT16 0 | |
#define __HAVE_FLOAT32 1 | |
#define __HAVE_FLOAT64 1 | |
#define __HAVE_FLOAT32X 1 | |
#define __HAVE_FLOAT128X 0 | |
# 52 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __HAVE_DISTINCT_FLOAT16 __HAVE_FLOAT16 | |
#define __HAVE_DISTINCT_FLOAT32 0 | |
#define __HAVE_DISTINCT_FLOAT64 0 | |
#define __HAVE_DISTINCT_FLOAT32X 0 | |
#define __HAVE_DISTINCT_FLOAT64X 0 | |
#define __HAVE_DISTINCT_FLOAT128X __HAVE_FLOAT128X | |
#define __HAVE_FLOAT128_UNLIKE_LDBL (__HAVE_DISTINCT_FLOAT128 && __LDBL_MANT_DIG__ != 113) | |
# 72 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __HAVE_FLOATN_NOT_TYPEDEF 0 | |
# 91 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __f32(x) x##f | |
# 102 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __f64(x) x | |
# 111 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __f32x(x) x | |
# 120 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __f64x(x) x##l | |
# 149 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __CFLOAT32 _Complex float | |
# 160 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __CFLOAT64 _Complex double | |
# 169 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __CFLOAT32X _Complex double | |
# 178 "/usr/include/bits/floatn-common.h" 3 4 | |
#define __CFLOAT64X _Complex long double | |
# 214 "/usr/include/bits/floatn-common.h" 3 4 | |
typedef float _Float32; | |
#define __builtin_huge_valf32() (__builtin_huge_valf ()) | |
#define __builtin_inff32() (__builtin_inff ()) | |
#define __builtin_nanf32(x) (__builtin_nanf (x)) | |
#define __builtin_nansf32(x) (__builtin_nansf (x)) | |
# 251 "/usr/include/bits/floatn-common.h" 3 4 | |
typedef double _Float64; | |
#define __builtin_huge_valf64() (__builtin_huge_val ()) | |
#define __builtin_inff64() (__builtin_inf ()) | |
#define __builtin_nanf64(x) (__builtin_nan (x)) | |
#define __builtin_nansf64(x) (__builtin_nans (x)) | |
# 268 "/usr/include/bits/floatn-common.h" 3 4 | |
typedef double _Float32x; | |
#define __builtin_huge_valf32x() (__builtin_huge_val ()) | |
#define __builtin_inff32x() (__builtin_inf ()) | |
#define __builtin_nanf32x(x) (__builtin_nan (x)) | |
#define __builtin_nansf32x(x) (__builtin_nans (x)) | |
# 285 "/usr/include/bits/floatn-common.h" 3 4 | |
typedef long double _Float64x; | |
#define __builtin_huge_valf64x() (__builtin_huge_vall ()) | |
#define __builtin_inff64x() (__builtin_infl ()) | |
#define __builtin_nanf64x(x) (__builtin_nanl (x)) | |
#define __builtin_nansf64x(x) (__builtin_nansl (x)) | |
# 120 "/usr/include/bits/floatn.h" 2 3 4 | |
# 56 "/usr/include/stdlib.h" 2 3 4 | |
typedef struct | |
{ | |
int quot; | |
int rem; | |
} div_t; | |
typedef struct | |
{ | |
long int quot; | |
long int rem; | |
} ldiv_t; | |
#define __ldiv_t_defined 1 | |
__extension__ typedef struct | |
{ | |
long long int quot; | |
long long int rem; | |
} lldiv_t; | |
#define __lldiv_t_defined 1 | |
#define RAND_MAX 2147483647 | |
#define EXIT_FAILURE 1 | |
#define EXIT_SUCCESS 0 | |
#define MB_CUR_MAX (__ctype_get_mb_cur_max ()) | |
extern size_t __ctype_get_mb_cur_max (void) __attribute__ ((__nothrow__ )) ; | |
extern double atof (const char *__nptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) ; | |
extern int atoi (const char *__nptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) ; | |
extern long int atol (const char *__nptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) ; | |
__extension__ extern long long int atoll (const char *__nptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) ; | |
extern double strtod (const char *__restrict __nptr, | |
char **__restrict __endptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern float strtof (const char *__restrict __nptr, | |
char **__restrict __endptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern long double strtold (const char *__restrict __nptr, | |
char **__restrict __endptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 140 "/usr/include/stdlib.h" 3 4 | |
extern _Float32 strtof32 (const char *__restrict __nptr, | |
char **__restrict __endptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern _Float64 strtof64 (const char *__restrict __nptr, | |
char **__restrict __endptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 158 "/usr/include/stdlib.h" 3 4 | |
extern _Float32x strtof32x (const char *__restrict __nptr, | |
char **__restrict __endptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern _Float64x strtof64x (const char *__restrict __nptr, | |
char **__restrict __endptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 176 "/usr/include/stdlib.h" 3 4 | |
extern long int strtol (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern unsigned long int strtoul (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
__extension__ | |
extern long long int strtoq (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
__extension__ | |
extern unsigned long long int strtouq (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
__extension__ | |
extern long long int strtoll (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
__extension__ | |
extern unsigned long long int strtoull (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int strfromd (char *__dest, size_t __size, const char *__format, | |
double __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
extern int strfromf (char *__dest, size_t __size, const char *__format, | |
float __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
extern int strfroml (char *__dest, size_t __size, const char *__format, | |
long double __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
# 232 "/usr/include/stdlib.h" 3 4 | |
extern int strfromf32 (char *__dest, size_t __size, const char * __format, | |
_Float32 __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
extern int strfromf64 (char *__dest, size_t __size, const char * __format, | |
_Float64 __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
# 250 "/usr/include/stdlib.h" 3 4 | |
extern int strfromf32x (char *__dest, size_t __size, const char * __format, | |
_Float32x __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
extern int strfromf64x (char *__dest, size_t __size, const char * __format, | |
_Float64x __f) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
# 272 "/usr/include/stdlib.h" 3 4 | |
# 1 "/usr/include/bits/types/locale_t.h" 1 3 4 | |
# 20 "/usr/include/bits/types/locale_t.h" 3 4 | |
#define _BITS_TYPES_LOCALE_T_H 1 | |
# 1 "/usr/include/bits/types/__locale_t.h" 1 3 4 | |
# 21 "/usr/include/bits/types/__locale_t.h" 3 4 | |
#define _BITS_TYPES___LOCALE_T_H 1 | |
struct __locale_struct | |
{ | |
struct __locale_data *__locales[13]; | |
const unsigned short int *__ctype_b; | |
const int *__ctype_tolower; | |
const int *__ctype_toupper; | |
const char *__names[13]; | |
}; | |
typedef struct __locale_struct *__locale_t; | |
# 23 "/usr/include/bits/types/locale_t.h" 2 3 4 | |
typedef __locale_t locale_t; | |
# 273 "/usr/include/stdlib.h" 2 3 4 | |
extern long int strtol_l (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base, | |
locale_t __loc) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 4))); | |
extern unsigned long int strtoul_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
int __base, locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 4))); | |
__extension__ | |
extern long long int strtoll_l (const char *__restrict __nptr, | |
char **__restrict __endptr, int __base, | |
locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 4))); | |
__extension__ | |
extern unsigned long long int strtoull_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
int __base, locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 4))); | |
extern double strtod_l (const char *__restrict __nptr, | |
char **__restrict __endptr, locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern float strtof_l (const char *__restrict __nptr, | |
char **__restrict __endptr, locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern long double strtold_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
# 316 "/usr/include/stdlib.h" 3 4 | |
extern _Float32 strtof32_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern _Float64 strtof64_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
# 337 "/usr/include/stdlib.h" 3 4 | |
extern _Float32x strtof32x_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern _Float64x strtof64x_l (const char *__restrict __nptr, | |
char **__restrict __endptr, | |
locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
# 360 "/usr/include/stdlib.h" 3 4 | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
__attribute__ ((__nothrow__ )) atoi (const char *__nptr) | |
{ | |
return (int) strtol (__nptr, (char **) ((void*)0), 10); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) long int | |
__attribute__ ((__nothrow__ )) atol (const char *__nptr) | |
{ | |
return strtol (__nptr, (char **) ((void*)0), 10); | |
} | |
__extension__ extern __inline __attribute__ ((__gnu_inline__)) long long int | |
__attribute__ ((__nothrow__ )) atoll (const char *__nptr) | |
{ | |
return strtoll (__nptr, (char **) ((void*)0), 10); | |
} | |
# 385 "/usr/include/stdlib.h" 3 4 | |
extern char *l64a (long int __n) __attribute__ ((__nothrow__ )) ; | |
extern long int a64l (const char *__s) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) ; | |
# 1 "/usr/include/sys/types.h" 1 3 4 | |
# 23 "/usr/include/sys/types.h" 3 4 | |
#define _SYS_TYPES_H 1 | |
# 33 "/usr/include/sys/types.h" 3 4 | |
typedef __u_char u_char; | |
typedef __u_short u_short; | |
typedef __u_int u_int; | |
typedef __u_long u_long; | |
typedef __quad_t quad_t; | |
typedef __u_quad_t u_quad_t; | |
typedef __fsid_t fsid_t; | |
#define __u_char_defined | |
typedef __loff_t loff_t; | |
typedef __ino_t ino_t; | |
#define __ino_t_defined | |
typedef __ino64_t ino64_t; | |
#define __ino64_t_defined | |
typedef __dev_t dev_t; | |
#define __dev_t_defined | |
typedef __gid_t gid_t; | |
#define __gid_t_defined | |
typedef __mode_t mode_t; | |
#define __mode_t_defined | |
typedef __nlink_t nlink_t; | |
#define __nlink_t_defined | |
typedef __uid_t uid_t; | |
#define __uid_t_defined | |
typedef __off_t off_t; | |
#define __off_t_defined | |
typedef __off64_t off64_t; | |
#define __off64_t_defined | |
typedef __pid_t pid_t; | |
#define __pid_t_defined | |
typedef __id_t id_t; | |
#define __id_t_defined | |
typedef __ssize_t ssize_t; | |
#define __ssize_t_defined | |
typedef __daddr_t daddr_t; | |
typedef __caddr_t caddr_t; | |
#define __daddr_t_defined | |
typedef __key_t key_t; | |
#define __key_t_defined | |
# 1 "/usr/include/bits/types/clock_t.h" 1 3 4 | |
#define __clock_t_defined 1 | |
typedef __clock_t clock_t; | |
# 127 "/usr/include/sys/types.h" 2 3 4 | |
# 1 "/usr/include/bits/types/clockid_t.h" 1 3 4 | |
#define __clockid_t_defined 1 | |
typedef __clockid_t clockid_t; | |
# 129 "/usr/include/sys/types.h" 2 3 4 | |
# 1 "/usr/include/bits/types/time_t.h" 1 3 4 | |
#define __time_t_defined 1 | |
typedef __time_t time_t; | |
# 130 "/usr/include/sys/types.h" 2 3 4 | |
# 1 "/usr/include/bits/types/timer_t.h" 1 3 4 | |
#define __timer_t_defined 1 | |
typedef __timer_t timer_t; | |
# 131 "/usr/include/sys/types.h" 2 3 4 | |
typedef __useconds_t useconds_t; | |
#define __useconds_t_defined | |
typedef __suseconds_t suseconds_t; | |
#define __suseconds_t_defined | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 145 "/usr/include/sys/types.h" 2 3 4 | |
typedef unsigned long int ulong; | |
typedef unsigned short int ushort; | |
typedef unsigned int uint; | |
# 174 "/usr/include/sys/types.h" 3 4 | |
#define __u_intN_t(N,MODE) typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE))) | |
typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__))); | |
typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__))); | |
typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__))); | |
typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__))); | |
typedef int register_t __attribute__ ((__mode__ (__word__))); | |
#define __BIT_TYPES_DEFINED__ 1 | |
# 1 "/usr/include/endian.h" 1 3 4 | |
# 19 "/usr/include/endian.h" 3 4 | |
#define _ENDIAN_H 1 | |
# 31 "/usr/include/endian.h" 3 4 | |
#define __LITTLE_ENDIAN 1234 | |
#define __BIG_ENDIAN 4321 | |
#define __PDP_ENDIAN 3412 | |
# 1 "/usr/include/bits/endian.h" 1 3 4 | |
#define __BYTE_ORDER __LITTLE_ENDIAN | |
# 37 "/usr/include/endian.h" 2 3 4 | |
#define __FLOAT_WORD_ORDER __BYTE_ORDER | |
#define LITTLE_ENDIAN __LITTLE_ENDIAN | |
#define BIG_ENDIAN __BIG_ENDIAN | |
#define PDP_ENDIAN __PDP_ENDIAN | |
#define BYTE_ORDER __BYTE_ORDER | |
#define __LONG_LONG_PAIR(HI,LO) LO, HI | |
# 1 "/usr/include/bits/byteswap.h" 1 3 4 | |
# 24 "/usr/include/bits/byteswap.h" 3 4 | |
#define _BITS_BYTESWAP_H 1 | |
#define __bswap_constant_16(x) ((__uint16_t) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8))) | |
static __inline __uint16_t | |
__bswap_16 (__uint16_t __bsx) | |
{ | |
return ((__uint16_t) ((((__bsx) >> 8) & 0xff) | (((__bsx) & 0xff) << 8))); | |
} | |
#define __bswap_constant_32(x) ((((x) & 0xff000000u) >> 24) | (((x) & 0x00ff0000u) >> 8) | (((x) & 0x0000ff00u) << 8) | (((x) & 0x000000ffu) << 24)) | |
static __inline __uint32_t | |
__bswap_32 (__uint32_t __bsx) | |
{ | |
return ((((__bsx) & 0xff000000u) >> 24) | (((__bsx) & 0x00ff0000u) >> 8) | (((__bsx) & 0x0000ff00u) << 8) | (((__bsx) & 0x000000ffu) << 24)); | |
} | |
#define __bswap_constant_64(x) ((((x) & 0xff00000000000000ull) >> 56) | (((x) & 0x00ff000000000000ull) >> 40) | (((x) & 0x0000ff0000000000ull) >> 24) | (((x) & 0x000000ff00000000ull) >> 8) | (((x) & 0x00000000ff000000ull) << 8) | (((x) & 0x0000000000ff0000ull) << 24) | (((x) & 0x000000000000ff00ull) << 40) | (((x) & 0x00000000000000ffull) << 56)) | |
# 69 "/usr/include/bits/byteswap.h" 3 4 | |
__extension__ static __inline __uint64_t | |
__bswap_64 (__uint64_t __bsx) | |
{ | |
return ((((__bsx) & 0xff00000000000000ull) >> 56) | (((__bsx) & 0x00ff000000000000ull) >> 40) | (((__bsx) & 0x0000ff0000000000ull) >> 24) | (((__bsx) & 0x000000ff00000000ull) >> 8) | (((__bsx) & 0x00000000ff000000ull) << 8) | (((__bsx) & 0x0000000000ff0000ull) << 24) | (((__bsx) & 0x000000000000ff00ull) << 40) | (((__bsx) & 0x00000000000000ffull) << 56)); | |
} | |
# 61 "/usr/include/endian.h" 2 3 4 | |
# 1 "/usr/include/bits/uintn-identity.h" 1 3 4 | |
# 24 "/usr/include/bits/uintn-identity.h" 3 4 | |
#define _BITS_UINTN_IDENTITY_H 1 | |
static __inline __uint16_t | |
__uint16_identity (__uint16_t __x) | |
{ | |
return __x; | |
} | |
static __inline __uint32_t | |
__uint32_identity (__uint32_t __x) | |
{ | |
return __x; | |
} | |
static __inline __uint64_t | |
__uint64_identity (__uint64_t __x) | |
{ | |
return __x; | |
} | |
# 62 "/usr/include/endian.h" 2 3 4 | |
#define htobe16(x) __bswap_16 (x) | |
#define htole16(x) __uint16_identity (x) | |
#define be16toh(x) __bswap_16 (x) | |
#define le16toh(x) __uint16_identity (x) | |
#define htobe32(x) __bswap_32 (x) | |
#define htole32(x) __uint32_identity (x) | |
#define be32toh(x) __bswap_32 (x) | |
#define le32toh(x) __uint32_identity (x) | |
#define htobe64(x) __bswap_64 (x) | |
#define htole64(x) __uint64_identity (x) | |
#define be64toh(x) __bswap_64 (x) | |
#define le64toh(x) __uint64_identity (x) | |
# 194 "/usr/include/sys/types.h" 2 3 4 | |
# 1 "/usr/include/sys/select.h" 1 3 4 | |
# 22 "/usr/include/sys/select.h" 3 4 | |
#define _SYS_SELECT_H 1 | |
# 1 "/usr/include/bits/select.h" 1 3 4 | |
# 22 "/usr/include/bits/select.h" 3 4 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 23 "/usr/include/bits/select.h" 2 3 4 | |
#define __FD_ZERO_STOS "stosq" | |
#define __FD_ZERO(fdsp) do { int __d0, __d1; __asm__ __volatile__ ("cld; rep; " __FD_ZERO_STOS : "=c" (__d0), "=D" (__d1) : "a" (0), "0" (sizeof (fd_set) / sizeof (__fd_mask)), "1" (&__FDS_BITS (fdsp)[0]) : "memory"); } while (0) | |
# 58 "/usr/include/bits/select.h" 3 4 | |
#define __FD_SET(d,set) ((void) (__FDS_BITS (set)[__FD_ELT (d)] |= __FD_MASK (d))) | |
#define __FD_CLR(d,set) ((void) (__FDS_BITS (set)[__FD_ELT (d)] &= ~__FD_MASK (d))) | |
#define __FD_ISSET(d,set) ((__FDS_BITS (set)[__FD_ELT (d)] & __FD_MASK (d)) != 0) | |
# 31 "/usr/include/sys/select.h" 2 3 4 | |
# 1 "/usr/include/bits/types/sigset_t.h" 1 3 4 | |
#define __sigset_t_defined 1 | |
# 1 "/usr/include/bits/types/__sigset_t.h" 1 3 4 | |
#define ____sigset_t_defined | |
#define _SIGSET_NWORDS (1024 / (8 * sizeof (unsigned long int))) | |
typedef struct | |
{ | |
unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; | |
} __sigset_t; | |
# 5 "/usr/include/bits/types/sigset_t.h" 2 3 4 | |
typedef __sigset_t sigset_t; | |
# 34 "/usr/include/sys/select.h" 2 3 4 | |
# 1 "/usr/include/bits/types/struct_timeval.h" 1 3 4 | |
#define __timeval_defined 1 | |
struct timeval | |
{ | |
__time_t tv_sec; | |
__suseconds_t tv_usec; | |
}; | |
# 38 "/usr/include/sys/select.h" 2 3 4 | |
# 1 "/usr/include/bits/types/struct_timespec.h" 1 3 4 | |
#define _STRUCT_TIMESPEC 1 | |
struct timespec | |
{ | |
__time_t tv_sec; | |
__syscall_slong_t tv_nsec; | |
}; | |
# 40 "/usr/include/sys/select.h" 2 3 4 | |
# 49 "/usr/include/sys/select.h" 3 4 | |
typedef long int __fd_mask; | |
#undef __NFDBITS | |
#define __NFDBITS (8 * (int) sizeof (__fd_mask)) | |
#define __FD_ELT(d) ((d) / __NFDBITS) | |
#define __FD_MASK(d) ((__fd_mask) (1UL << ((d) % __NFDBITS))) | |
typedef struct | |
{ | |
__fd_mask fds_bits[1024 / (8 * (int) sizeof (__fd_mask))]; | |
#define __FDS_BITS(set) ((set)->fds_bits) | |
} fd_set; | |
#define FD_SETSIZE __FD_SETSIZE | |
typedef __fd_mask fd_mask; | |
#define NFDBITS __NFDBITS | |
#define FD_SET(fd,fdsetp) __FD_SET (fd, fdsetp) | |
#define FD_CLR(fd,fdsetp) __FD_CLR (fd, fdsetp) | |
#define FD_ISSET(fd,fdsetp) __FD_ISSET (fd, fdsetp) | |
#define FD_ZERO(fdsetp) __FD_ZERO (fdsetp) | |
# 101 "/usr/include/sys/select.h" 3 4 | |
extern int select (int __nfds, fd_set *__restrict __readfds, | |
fd_set *__restrict __writefds, | |
fd_set *__restrict __exceptfds, | |
struct timeval *__restrict __timeout); | |
# 113 "/usr/include/sys/select.h" 3 4 | |
extern int pselect (int __nfds, fd_set *__restrict __readfds, | |
fd_set *__restrict __writefds, | |
fd_set *__restrict __exceptfds, | |
const struct timespec *__restrict __timeout, | |
const __sigset_t *__restrict __sigmask); | |
# 197 "/usr/include/sys/types.h" 2 3 4 | |
typedef __blksize_t blksize_t; | |
#define __blksize_t_defined | |
typedef __blkcnt_t blkcnt_t; | |
#define __blkcnt_t_defined | |
typedef __fsblkcnt_t fsblkcnt_t; | |
#define __fsblkcnt_t_defined | |
typedef __fsfilcnt_t fsfilcnt_t; | |
#define __fsfilcnt_t_defined | |
# 236 "/usr/include/sys/types.h" 3 4 | |
typedef __blkcnt64_t blkcnt64_t; | |
typedef __fsblkcnt64_t fsblkcnt64_t; | |
typedef __fsfilcnt64_t fsfilcnt64_t; | |
# 1 "/usr/include/bits/pthreadtypes.h" 1 3 4 | |
# 20 "/usr/include/bits/pthreadtypes.h" 3 4 | |
#define _BITS_PTHREADTYPES_COMMON_H 1 | |
# 1 "/usr/include/bits/thread-shared-types.h" 1 3 4 | |
# 20 "/usr/include/bits/thread-shared-types.h" 3 4 | |
#define _THREAD_SHARED_TYPES_H 1 | |
# 77 "/usr/include/bits/thread-shared-types.h" 3 4 | |
# 1 "/usr/include/bits/pthreadtypes-arch.h" 1 3 4 | |
# 19 "/usr/include/bits/pthreadtypes-arch.h" 3 4 | |
#define _BITS_PTHREADTYPES_ARCH_H 1 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 22 "/usr/include/bits/pthreadtypes-arch.h" 2 3 4 | |
#define __SIZEOF_PTHREAD_MUTEX_T 40 | |
#define __SIZEOF_PTHREAD_ATTR_T 56 | |
#define __SIZEOF_PTHREAD_MUTEX_T 40 | |
#define __SIZEOF_PTHREAD_RWLOCK_T 56 | |
#define __SIZEOF_PTHREAD_BARRIER_T 32 | |
# 44 "/usr/include/bits/pthreadtypes-arch.h" 3 4 | |
#define __SIZEOF_PTHREAD_MUTEXATTR_T 4 | |
#define __SIZEOF_PTHREAD_COND_T 48 | |
#define __SIZEOF_PTHREAD_CONDATTR_T 4 | |
#define __SIZEOF_PTHREAD_RWLOCKATTR_T 8 | |
#define __SIZEOF_PTHREAD_BARRIERATTR_T 4 | |
#define __PTHREAD_COMPAT_PADDING_MID | |
#define __PTHREAD_COMPAT_PADDING_END | |
#define __PTHREAD_MUTEX_LOCK_ELISION 1 | |
#define __PTHREAD_MUTEX_NUSERS_AFTER_KIND 0 | |
#define __PTHREAD_MUTEX_USE_UNION 0 | |
#define __LOCK_ALIGNMENT | |
#define __ONCE_ALIGNMENT | |
struct __pthread_rwlock_arch_t | |
{ | |
unsigned int __readers; | |
unsigned int __writers; | |
unsigned int __wrphase_futex; | |
unsigned int __writers_futex; | |
unsigned int __pad3; | |
unsigned int __pad4; | |
int __cur_writer; | |
int __shared; | |
signed char __rwelision; | |
unsigned char __pad1[7]; | |
#define __PTHREAD_RWLOCK_ELISION_EXTRA 0, { 0, 0, 0, 0, 0, 0, 0 } | |
unsigned long int __pad2; | |
unsigned int __flags; | |
#define __PTHREAD_RWLOCK_INT_FLAGS_SHARED 1 | |
# 99 "/usr/include/bits/pthreadtypes-arch.h" 3 4 | |
}; | |
# 78 "/usr/include/bits/thread-shared-types.h" 2 3 4 | |
typedef struct __pthread_internal_list | |
{ | |
struct __pthread_internal_list *__prev; | |
struct __pthread_internal_list *__next; | |
} __pthread_list_t; | |
# 97 "/usr/include/bits/thread-shared-types.h" 3 4 | |
#define __PTHREAD_SPINS_DATA short __spins; short __elision | |
#define __PTHREAD_SPINS 0, 0 | |
# 118 "/usr/include/bits/thread-shared-types.h" 3 4 | |
struct __pthread_mutex_s | |
{ | |
int __lock ; | |
unsigned int __count; | |
int __owner; | |
unsigned int __nusers; | |
# 148 "/usr/include/bits/thread-shared-types.h" 3 4 | |
int __kind; | |
short __spins; short __elision; | |
__pthread_list_t __list; | |
#define __PTHREAD_MUTEX_HAVE_PREV 1 | |
# 166 "/usr/include/bits/thread-shared-types.h" 3 4 | |
}; | |
struct __pthread_cond_s | |
{ | |
__extension__ union | |
{ | |
__extension__ unsigned long long int __wseq; | |
struct | |
{ | |
unsigned int __low; | |
unsigned int __high; | |
} __wseq32; | |
}; | |
__extension__ union | |
{ | |
__extension__ unsigned long long int __g1_start; | |
struct | |
{ | |
unsigned int __low; | |
unsigned int __high; | |
} __g1_start32; | |
}; | |
unsigned int __g_refs[2] ; | |
unsigned int __g_size[2]; | |
unsigned int __g1_orig_size; | |
unsigned int __wrefs; | |
unsigned int __g_signals[2]; | |
}; | |
# 24 "/usr/include/bits/pthreadtypes.h" 2 3 4 | |
typedef unsigned long int pthread_t; | |
typedef union | |
{ | |
char __size[4]; | |
int __align; | |
} pthread_mutexattr_t; | |
typedef union | |
{ | |
char __size[4]; | |
int __align; | |
} pthread_condattr_t; | |
typedef unsigned int pthread_key_t; | |
typedef int pthread_once_t; | |
union pthread_attr_t | |
{ | |
char __size[56]; | |
long int __align; | |
}; | |
typedef union pthread_attr_t pthread_attr_t; | |
#define __have_pthread_attr_t 1 | |
typedef union | |
{ | |
struct __pthread_mutex_s __data; | |
char __size[40]; | |
long int __align; | |
} pthread_mutex_t; | |
typedef union | |
{ | |
struct __pthread_cond_s __data; | |
char __size[48]; | |
__extension__ long long int __align; | |
} pthread_cond_t; | |
typedef union | |
{ | |
struct __pthread_rwlock_arch_t __data; | |
char __size[56]; | |
long int __align; | |
} pthread_rwlock_t; | |
typedef union | |
{ | |
char __size[8]; | |
long int __align; | |
} pthread_rwlockattr_t; | |
typedef volatile int pthread_spinlock_t; | |
typedef union | |
{ | |
char __size[32]; | |
long int __align; | |
} pthread_barrier_t; | |
typedef union | |
{ | |
char __size[4]; | |
int __align; | |
} pthread_barrierattr_t; | |
# 245 "/usr/include/sys/types.h" 2 3 4 | |
# 395 "/usr/include/stdlib.h" 2 3 4 | |
extern long int random (void) __attribute__ ((__nothrow__ )); | |
extern void srandom (unsigned int __seed) __attribute__ ((__nothrow__ )); | |
extern char *initstate (unsigned int __seed, char *__statebuf, | |
size_t __statelen) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern char *setstate (char *__statebuf) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
struct random_data | |
{ | |
int32_t *fptr; | |
int32_t *rptr; | |
int32_t *state; | |
int rand_type; | |
int rand_deg; | |
int rand_sep; | |
int32_t *end_ptr; | |
}; | |
extern int random_r (struct random_data *__restrict __buf, | |
int32_t *__restrict __result) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int srandom_r (unsigned int __seed, struct random_data *__buf) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int initstate_r (unsigned int __seed, char *__restrict __statebuf, | |
size_t __statelen, | |
struct random_data *__restrict __buf) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 4))); | |
extern int setstate_r (char *__restrict __statebuf, | |
struct random_data *__restrict __buf) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int rand (void) __attribute__ ((__nothrow__ )); | |
extern void srand (unsigned int __seed) __attribute__ ((__nothrow__ )); | |
extern int rand_r (unsigned int *__seed) __attribute__ ((__nothrow__ )); | |
extern double drand48 (void) __attribute__ ((__nothrow__ )); | |
extern double erand48 (unsigned short int __xsubi[3]) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern long int lrand48 (void) __attribute__ ((__nothrow__ )); | |
extern long int nrand48 (unsigned short int __xsubi[3]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern long int mrand48 (void) __attribute__ ((__nothrow__ )); | |
extern long int jrand48 (unsigned short int __xsubi[3]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern void srand48 (long int __seedval) __attribute__ ((__nothrow__ )); | |
extern unsigned short int *seed48 (unsigned short int __seed16v[3]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern void lcong48 (unsigned short int __param[7]) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
struct drand48_data | |
{ | |
unsigned short int __x[3]; | |
unsigned short int __old_x[3]; | |
unsigned short int __c; | |
unsigned short int __init; | |
__extension__ unsigned long long int __a; | |
}; | |
extern int drand48_r (struct drand48_data *__restrict __buffer, | |
double *__restrict __result) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int erand48_r (unsigned short int __xsubi[3], | |
struct drand48_data *__restrict __buffer, | |
double *__restrict __result) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int lrand48_r (struct drand48_data *__restrict __buffer, | |
long int *__restrict __result) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int nrand48_r (unsigned short int __xsubi[3], | |
struct drand48_data *__restrict __buffer, | |
long int *__restrict __result) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int mrand48_r (struct drand48_data *__restrict __buffer, | |
long int *__restrict __result) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int jrand48_r (unsigned short int __xsubi[3], | |
struct drand48_data *__restrict __buffer, | |
long int *__restrict __result) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int srand48_r (long int __seedval, struct drand48_data *__buffer) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int seed48_r (unsigned short int __seed16v[3], | |
struct drand48_data *__buffer) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int lcong48_r (unsigned short int __param[7], | |
struct drand48_data *__buffer) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void *malloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *calloc (size_t __nmemb, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *realloc (void *__ptr, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__warn_unused_result__)); | |
extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__warn_unused_result__)); | |
extern void free (void *__ptr) __attribute__ ((__nothrow__ )); | |
# 1 "/usr/include/alloca.h" 1 3 4 | |
# 19 "/usr/include/alloca.h" 3 4 | |
#define _ALLOCA_H 1 | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 25 "/usr/include/alloca.h" 2 3 4 | |
#undef alloca | |
extern void *alloca (size_t __size) __attribute__ ((__nothrow__ )); | |
#define alloca(size) __builtin_alloca (size) | |
# 567 "/usr/include/stdlib.h" 2 3 4 | |
extern void *valloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern void *aligned_alloc (size_t __alignment, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void abort (void) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__)); | |
extern int atexit (void (*__func) (void)) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int at_quick_exit (void (*__func) (void)) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern void exit (int __status) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__)); | |
extern void quick_exit (int __status) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__)); | |
extern void _Exit (int __status) __attribute__ ((__nothrow__ )) __attribute__ ((__noreturn__)); | |
extern char *getenv (const char *__name) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern char *secure_getenv (const char *__name) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int putenv (char *__string) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int setenv (const char *__name, const char *__value, int __replace) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int unsetenv (const char *__name) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int clearenv (void) __attribute__ ((__nothrow__ )); | |
# 672 "/usr/include/stdlib.h" 3 4 | |
extern char *mktemp (char *__template) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 685 "/usr/include/stdlib.h" 3 4 | |
extern int mkstemp (char *__template) __attribute__ ((__nonnull__ (1))) ; | |
# 695 "/usr/include/stdlib.h" 3 4 | |
extern int mkstemp64 (char *__template) __attribute__ ((__nonnull__ (1))) ; | |
# 707 "/usr/include/stdlib.h" 3 4 | |
extern int mkstemps (char *__template, int __suffixlen) __attribute__ ((__nonnull__ (1))) ; | |
# 717 "/usr/include/stdlib.h" 3 4 | |
extern int mkstemps64 (char *__template, int __suffixlen) | |
__attribute__ ((__nonnull__ (1))) ; | |
# 728 "/usr/include/stdlib.h" 3 4 | |
extern char *mkdtemp (char *__template) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
# 739 "/usr/include/stdlib.h" 3 4 | |
extern int mkostemp (char *__template, int __flags) __attribute__ ((__nonnull__ (1))) ; | |
# 749 "/usr/include/stdlib.h" 3 4 | |
extern int mkostemp64 (char *__template, int __flags) __attribute__ ((__nonnull__ (1))) ; | |
# 759 "/usr/include/stdlib.h" 3 4 | |
extern int mkostemps (char *__template, int __suffixlen, int __flags) | |
__attribute__ ((__nonnull__ (1))) ; | |
# 771 "/usr/include/stdlib.h" 3 4 | |
extern int mkostemps64 (char *__template, int __suffixlen, int __flags) | |
__attribute__ ((__nonnull__ (1))) ; | |
# 781 "/usr/include/stdlib.h" 3 4 | |
extern int system (const char *__command) ; | |
extern char *canonicalize_file_name (const char *__name) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
# 797 "/usr/include/stdlib.h" 3 4 | |
extern char *realpath (const char *__restrict __name, | |
char *__restrict __resolved) __attribute__ ((__nothrow__ )) ; | |
#define __COMPAR_FN_T | |
typedef int (*__compar_fn_t) (const void *, const void *); | |
typedef __compar_fn_t comparison_fn_t; | |
typedef int (*__compar_d_fn_t) (const void *, const void *, void *); | |
extern void *bsearch (const void *__key, const void *__base, | |
size_t __nmemb, size_t __size, __compar_fn_t __compar) | |
__attribute__ ((__nonnull__ (1, 2, 5))) ; | |
# 1 "/usr/include/bits/stdlib-bsearch.h" 1 3 4 | |
# 19 "/usr/include/bits/stdlib-bsearch.h" 3 4 | |
extern __inline __attribute__ ((__gnu_inline__)) void * | |
bsearch (const void *__key, const void *__base, size_t __nmemb, size_t __size, | |
__compar_fn_t __compar) | |
{ | |
size_t __l, __u, __idx; | |
const void *__p; | |
int __comparison; | |
__l = 0; | |
__u = __nmemb; | |
while (__l < __u) | |
{ | |
__idx = (__l + __u) / 2; | |
__p = (void *) (((const char *) __base) + (__idx * __size)); | |
__comparison = (*__compar) (__key, __p); | |
if (__comparison < 0) | |
__u = __idx; | |
else if (__comparison > 0) | |
__l = __idx + 1; | |
else | |
return (void *) __p; | |
} | |
return ((void*)0); | |
} | |
# 823 "/usr/include/stdlib.h" 2 3 4 | |
extern void qsort (void *__base, size_t __nmemb, size_t __size, | |
__compar_fn_t __compar) __attribute__ ((__nonnull__ (1, 4))); | |
extern void qsort_r (void *__base, size_t __nmemb, size_t __size, | |
__compar_d_fn_t __compar, void *__arg) | |
__attribute__ ((__nonnull__ (1, 4))); | |
extern int abs (int __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ; | |
extern long int labs (long int __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ; | |
__extension__ extern long long int llabs (long long int __x) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ; | |
extern div_t div (int __numer, int __denom) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ; | |
extern ldiv_t ldiv (long int __numer, long int __denom) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ; | |
__extension__ extern lldiv_t lldiv (long long int __numer, | |
long long int __denom) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)) ; | |
# 869 "/usr/include/stdlib.h" 3 4 | |
extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt, | |
int *__restrict __sign) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4))) ; | |
extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt, | |
int *__restrict __sign) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4))) ; | |
extern char *gcvt (double __value, int __ndigit, char *__buf) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))) ; | |
extern char *qecvt (long double __value, int __ndigit, | |
int *__restrict __decpt, int *__restrict __sign) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4))) ; | |
extern char *qfcvt (long double __value, int __ndigit, | |
int *__restrict __decpt, int *__restrict __sign) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4))) ; | |
extern char *qgcvt (long double __value, int __ndigit, char *__buf) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))) ; | |
extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt, | |
int *__restrict __sign, char *__restrict __buf, | |
size_t __len) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4, 5))); | |
extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt, | |
int *__restrict __sign, char *__restrict __buf, | |
size_t __len) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4, 5))); | |
extern int qecvt_r (long double __value, int __ndigit, | |
int *__restrict __decpt, int *__restrict __sign, | |
char *__restrict __buf, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4, 5))); | |
extern int qfcvt_r (long double __value, int __ndigit, | |
int *__restrict __decpt, int *__restrict __sign, | |
char *__restrict __buf, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3, 4, 5))); | |
extern int mblen (const char *__s, size_t __n) __attribute__ ((__nothrow__ )); | |
extern int mbtowc (wchar_t *__restrict __pwc, | |
const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__ )); | |
extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__ )); | |
extern size_t mbstowcs (wchar_t *__restrict __pwcs, | |
const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__ )); | |
extern size_t wcstombs (char *__restrict __s, | |
const wchar_t *__restrict __pwcs, size_t __n) | |
__attribute__ ((__nothrow__ )); | |
extern int rpmatch (const char *__response) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
# 954 "/usr/include/stdlib.h" 3 4 | |
extern int getsubopt (char **__restrict __optionp, | |
char *const *__restrict __tokens, | |
char **__restrict __valuep) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2, 3))) ; | |
extern int posix_openpt (int __oflag) ; | |
extern int grantpt (int __fd) __attribute__ ((__nothrow__ )); | |
extern int unlockpt (int __fd) __attribute__ ((__nothrow__ )); | |
extern char *ptsname (int __fd) __attribute__ ((__nothrow__ )) ; | |
extern int ptsname_r (int __fd, char *__buf, size_t __buflen) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int getpt (void); | |
extern int getloadavg (double __loadavg[], int __nelem) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 1010 "/usr/include/stdlib.h" 3 4 | |
# 1 "/usr/include/bits/stdlib-float.h" 1 3 4 | |
# 24 "/usr/include/bits/stdlib-float.h" 3 4 | |
extern __inline __attribute__ ((__gnu_inline__)) double | |
__attribute__ ((__nothrow__ )) atof (const char *__nptr) | |
{ | |
return strtod (__nptr, (char **) ((void*)0)); | |
} | |
# 1011 "/usr/include/stdlib.h" 2 3 4 | |
# 23 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
# 1 "/usr/include/string.h" 1 3 4 | |
# 23 "/usr/include/string.h" 3 4 | |
#define _STRING_H 1 | |
#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/bits/libc-header-start.h" 1 3 4 | |
# 31 "/usr/include/bits/libc-header-start.h" 3 4 | |
#undef __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
#undef __GLIBC_USE_LIB_EXT2 | |
#define __GLIBC_USE_LIB_EXT2 1 | |
#undef __GLIBC_USE_IEC_60559_BFP_EXT | |
#define __GLIBC_USE_IEC_60559_BFP_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_FUNCS_EXT | |
#define __GLIBC_USE_IEC_60559_FUNCS_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_TYPES_EXT | |
#define __GLIBC_USE_IEC_60559_TYPES_EXT 1 | |
# 27 "/usr/include/string.h" 2 3 4 | |
#define __need_size_t | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 34 "/usr/include/string.h" 2 3 4 | |
extern void *memcpy (void *__restrict __dest, const void *__restrict __src, | |
size_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void *memmove (void *__dest, const void *__src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void *memccpy (void *__restrict __dest, const void *__restrict __src, | |
int __c, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void *memset (void *__s, int __c, size_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int memcmp (const void *__s1, const void *__s2, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 90 "/usr/include/string.h" 3 4 | |
extern void *memchr (const void *__s, int __c, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
# 103 "/usr/include/string.h" 3 4 | |
extern void *rawmemchr (const void *__s, int __c) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
# 114 "/usr/include/string.h" 3 4 | |
extern void *memrchr (const void *__s, int __c, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
extern char *strcpy (char *__restrict __dest, const char *__restrict __src) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *strncpy (char *__restrict __dest, | |
const char *__restrict __src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *strcat (char *__restrict __dest, const char *__restrict __src) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *strncat (char *__restrict __dest, const char *__restrict __src, | |
size_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int strcmp (const char *__s1, const char *__s2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int strncmp (const char *__s1, const char *__s2, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int strcoll (const char *__s1, const char *__s2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern size_t strxfrm (char *__restrict __dest, | |
const char *__restrict __src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int strcoll_l (const char *__s1, const char *__s2, locale_t __l) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2, 3))); | |
extern size_t strxfrm_l (char *__dest, const char *__src, size_t __n, | |
locale_t __l) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 4))); | |
extern char *strdup (const char *__s) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) __attribute__ ((__nonnull__ (1))); | |
extern char *strndup (const char *__string, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) __attribute__ ((__nonnull__ (1))); | |
#define strdupa(s) (__extension__ ({ const char *__old = (s); size_t __len = strlen (__old) + 1; char *__new = (char *) __builtin_alloca (__len); (char *) memcpy (__new, __old, __len); })) | |
# 190 "/usr/include/string.h" 3 4 | |
#define strndupa(s,n) (__extension__ ({ const char *__old = (s); size_t __len = strnlen (__old, (n)); char *__new = (char *) __builtin_alloca (__len + 1); __new[__len] = '\0'; (char *) memcpy (__new, __old, __len); })) | |
# 225 "/usr/include/string.h" 3 4 | |
extern char *strchr (const char *__s, int __c) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
# 252 "/usr/include/string.h" 3 4 | |
extern char *strrchr (const char *__s, int __c) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
# 265 "/usr/include/string.h" 3 4 | |
extern char *strchrnul (const char *__s, int __c) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
extern size_t strcspn (const char *__s, const char *__reject) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern size_t strspn (const char *__s, const char *__accept) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 302 "/usr/include/string.h" 3 4 | |
extern char *strpbrk (const char *__s, const char *__accept) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 329 "/usr/include/string.h" 3 4 | |
extern char *strstr (const char *__haystack, const char *__needle) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *strtok (char *__restrict __s, const char *__restrict __delim) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern char *__strtok_r (char *__restrict __s, | |
const char *__restrict __delim, | |
char **__restrict __save_ptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 3))); | |
extern char *strtok_r (char *__restrict __s, const char *__restrict __delim, | |
char **__restrict __save_ptr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 3))); | |
# 359 "/usr/include/string.h" 3 4 | |
extern char *strcasestr (const char *__haystack, const char *__needle) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern void *memmem (const void *__haystack, size_t __haystacklen, | |
const void *__needle, size_t __needlelen) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 3))); | |
extern void *__mempcpy (void *__restrict __dest, | |
const void *__restrict __src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void *mempcpy (void *__restrict __dest, | |
const void *__restrict __src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern size_t strlen (const char *__s) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
extern size_t strnlen (const char *__string, size_t __maxlen) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
extern char *strerror (int __errnum) __attribute__ ((__nothrow__ )); | |
# 420 "/usr/include/string.h" 3 4 | |
extern char *strerror_r (int __errnum, char *__buf, size_t __buflen) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))) ; | |
extern char *strerror_l (int __errnum, locale_t __l) __attribute__ ((__nothrow__ )); | |
# 1 "/usr/include/strings.h" 1 3 4 | |
# 19 "/usr/include/strings.h" 3 4 | |
#define _STRINGS_H 1 | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 24 "/usr/include/strings.h" 2 3 4 | |
# 34 "/usr/include/strings.h" 3 4 | |
extern int bcmp (const void *__s1, const void *__s2, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern void bcopy (const void *__src, void *__dest, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void bzero (void *__s, size_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 68 "/usr/include/strings.h" 3 4 | |
extern char *index (const char *__s, int __c) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
# 96 "/usr/include/strings.h" 3 4 | |
extern char *rindex (const char *__s, int __c) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))); | |
extern int ffs (int __i) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int ffsl (long int __l) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
__extension__ extern int ffsll (long long int __ll) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int strcasecmp (const char *__s1, const char *__s2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int strncasecmp (const char *__s1, const char *__s2, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int strcasecmp_l (const char *__s1, const char *__s2, locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2, 3))); | |
extern int strncasecmp_l (const char *__s1, const char *__s2, | |
size_t __n, locale_t __loc) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2, 4))); | |
# 432 "/usr/include/string.h" 2 3 4 | |
extern void explicit_bzero (void *__s, size_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern char *strsep (char **__restrict __stringp, | |
const char *__restrict __delim) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *strsignal (int __sig) __attribute__ ((__nothrow__ )); | |
extern char *__stpcpy (char *__restrict __dest, const char *__restrict __src) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *stpcpy (char *__restrict __dest, const char *__restrict __src) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *__stpncpy (char *__restrict __dest, | |
const char *__restrict __src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *stpncpy (char *__restrict __dest, | |
const char *__restrict __src, size_t __n) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int strverscmp (const char *__s1, const char *__s2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern char *strfry (char *__string) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern void *memfrob (void *__s, size_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 486 "/usr/include/string.h" 3 4 | |
extern char *basename (const char *__filename) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 25 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
# 43 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
#define SystemIntegrityCheck(A,B) do {} while (0) | |
typedef signed char BOOL; | |
typedef char * id; | |
typedef char * Class; | |
#define YES (BOOL)1 | |
#define NO (BOOL)0 | |
#define nil NULL | |
#define CRSetCrashLogMessage(A) do {} while (0) | |
#define CRSetCrashLogMessage2(A) do {} while (0) | |
# 81 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
#define DISPATCH_HELPER_FUNCTIONS(PREFIX,QNAME) static dispatch_queue_t __ ## PREFIX ## Queue(void) { static volatile dispatch_queue_t __ ## PREFIX ## dq = NULL; if (!__ ## PREFIX ## dq) { dispatch_queue_t dq = dispatch_queue_create("com.apple." # QNAME, NULL); void * volatile *loc = (void * volatile *)&__ ## PREFIX ## dq; if (!OSAtomicCompareAndSwapPtrBarrier(NULL, dq, loc)) { dispatch_release(dq); } } return __ ## PREFIX ## dq; } | |
# 105 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
#define CF_TRANSFER_OWNERSHIP(obj) obj | |
#define CF_RELEASE_BALANCED_ELSEWHERE(obj,identified_location) do { } while (0) | |
#define CF_RETAIN_BALANCED_ELSEWHERE(obj,identified_location) do { } while (0) | |
# 138 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
#define CF_PRIVATE extern __attribute__((visibility("hidden"))) | |
#define __weak | |
#define strtod_l(a,b,locale) strtod(a,b) | |
#define strtoul_l(a,b,c,locale) strtoul(a,b,c) | |
#define strtol_l(a,b,c,locale) strtol(a,b,c) | |
#define strtoll_l(a,b,c,locale) strtoll(a,b,c) | |
#define strncasecmp_l(a,b,c,d) strncasecmp(a, b, c) | |
#define fprintf_l(a,locale,b,...) fprintf(a, b, __VA_ARGS__) | |
# 1 "/usr/include/pthread.h" 1 3 4 | |
# 19 "/usr/include/pthread.h" 3 4 | |
#define _PTHREAD_H 1 | |
# 1 "/usr/include/sched.h" 1 3 4 | |
# 20 "/usr/include/sched.h" 3 4 | |
#define _SCHED_H 1 | |
#define __need_size_t | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 30 "/usr/include/sched.h" 2 3 4 | |
# 43 "/usr/include/sched.h" 3 4 | |
# 1 "/usr/include/bits/sched.h" 1 3 4 | |
# 21 "/usr/include/bits/sched.h" 3 4 | |
#define _BITS_SCHED_H 1 | |
#define SCHED_OTHER 0 | |
#define SCHED_FIFO 1 | |
#define SCHED_RR 2 | |
#define SCHED_BATCH 3 | |
#define SCHED_ISO 4 | |
#define SCHED_IDLE 5 | |
#define SCHED_DEADLINE 6 | |
#define SCHED_RESET_ON_FORK 0x40000000 | |
#define CSIGNAL 0x000000ff | |
#define CLONE_VM 0x00000100 | |
#define CLONE_FS 0x00000200 | |
#define CLONE_FILES 0x00000400 | |
#define CLONE_SIGHAND 0x00000800 | |
#define CLONE_PTRACE 0x00002000 | |
#define CLONE_VFORK 0x00004000 | |
#define CLONE_PARENT 0x00008000 | |
#define CLONE_THREAD 0x00010000 | |
#define CLONE_NEWNS 0x00020000 | |
#define CLONE_SYSVSEM 0x00040000 | |
#define CLONE_SETTLS 0x00080000 | |
#define CLONE_PARENT_SETTID 0x00100000 | |
#define CLONE_CHILD_CLEARTID 0x00200000 | |
#define CLONE_DETACHED 0x00400000 | |
#define CLONE_UNTRACED 0x00800000 | |
#define CLONE_CHILD_SETTID 0x01000000 | |
#define CLONE_NEWCGROUP 0x02000000 | |
#define CLONE_NEWUTS 0x04000000 | |
#define CLONE_NEWIPC 0x08000000 | |
#define CLONE_NEWUSER 0x10000000 | |
#define CLONE_NEWPID 0x20000000 | |
#define CLONE_NEWNET 0x40000000 | |
#define CLONE_IO 0x80000000 | |
# 1 "/usr/include/bits/types/struct_sched_param.h" 1 3 4 | |
# 20 "/usr/include/bits/types/struct_sched_param.h" 3 4 | |
#define _BITS_TYPES_STRUCT_SCHED_PARAM 1 | |
struct sched_param | |
{ | |
int sched_priority; | |
}; | |
# 75 "/usr/include/bits/sched.h" 2 3 4 | |
extern int clone (int (*__fn) (void *__arg), void *__child_stack, | |
int __flags, void *__arg, ...) __attribute__ ((__nothrow__ )); | |
extern int unshare (int __flags) __attribute__ ((__nothrow__ )); | |
extern int sched_getcpu (void) __attribute__ ((__nothrow__ )); | |
extern int getcpu (unsigned int *, unsigned int *) __attribute__ ((__nothrow__ )); | |
extern int setns (int __fd, int __nstype) __attribute__ ((__nothrow__ )); | |
# 44 "/usr/include/sched.h" 2 3 4 | |
# 1 "/usr/include/bits/cpu-set.h" 1 3 4 | |
# 21 "/usr/include/bits/cpu-set.h" 3 4 | |
#define _BITS_CPU_SET_H 1 | |
#define __CPU_SETSIZE 1024 | |
#define __NCPUBITS (8 * sizeof (__cpu_mask)) | |
typedef unsigned long int __cpu_mask; | |
#define __CPUELT(cpu) ((cpu) / __NCPUBITS) | |
#define __CPUMASK(cpu) ((__cpu_mask) 1 << ((cpu) % __NCPUBITS)) | |
typedef struct | |
{ | |
__cpu_mask __bits[1024 / (8 * sizeof (__cpu_mask))]; | |
} cpu_set_t; | |
#define __CPU_ZERO_S(setsize,cpusetp) do __builtin_memset (cpusetp, '\0', setsize); while (0) | |
# 58 "/usr/include/bits/cpu-set.h" 3 4 | |
#define __CPU_SET_S(cpu,setsize,cpusetp) (__extension__ ({ size_t __cpu = (cpu); __cpu / 8 < (setsize) ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] |= __CPUMASK (__cpu)) : 0; })) | |
#define __CPU_CLR_S(cpu,setsize,cpusetp) (__extension__ ({ size_t __cpu = (cpu); __cpu / 8 < (setsize) ? (((__cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] &= ~__CPUMASK (__cpu)) : 0; })) | |
#define __CPU_ISSET_S(cpu,setsize,cpusetp) (__extension__ ({ size_t __cpu = (cpu); __cpu / 8 < (setsize) ? ((((const __cpu_mask *) ((cpusetp)->__bits))[__CPUELT (__cpu)] & __CPUMASK (__cpu))) != 0 : 0; })) | |
#define __CPU_COUNT_S(setsize,cpusetp) __sched_cpucount (setsize, cpusetp) | |
#define __CPU_EQUAL_S(setsize,cpusetp1,cpusetp2) (__builtin_memcmp (cpusetp1, cpusetp2, setsize) == 0) | |
# 99 "/usr/include/bits/cpu-set.h" 3 4 | |
#define __CPU_OP_S(setsize,destset,srcset1,srcset2,op) (__extension__ ({ cpu_set_t *__dest = (destset); const __cpu_mask *__arr1 = (srcset1)->__bits; const __cpu_mask *__arr2 = (srcset2)->__bits; size_t __imax = (setsize) / sizeof (__cpu_mask); size_t __i; for (__i = 0; __i < __imax; ++__i) ((__cpu_mask *) __dest->__bits)[__i] = __arr1[__i] op __arr2[__i]; __dest; })) | |
# 110 "/usr/include/bits/cpu-set.h" 3 4 | |
#define __CPU_ALLOC_SIZE(count) ((((count) + __NCPUBITS - 1) / __NCPUBITS) * sizeof (__cpu_mask)) | |
#define __CPU_ALLOC(count) __sched_cpualloc (count) | |
#define __CPU_FREE(cpuset) __sched_cpufree (cpuset) | |
extern int __sched_cpucount (size_t __setsize, const cpu_set_t *__setp) | |
__attribute__ ((__nothrow__ )); | |
extern cpu_set_t *__sched_cpualloc (size_t __count) __attribute__ ((__nothrow__ )) ; | |
extern void __sched_cpufree (cpu_set_t *__set) __attribute__ ((__nothrow__ )); | |
# 45 "/usr/include/sched.h" 2 3 4 | |
#define sched_priority sched_priority | |
#define __sched_priority sched_priority | |
extern int sched_setparam (__pid_t __pid, const struct sched_param *__param) | |
__attribute__ ((__nothrow__ )); | |
extern int sched_getparam (__pid_t __pid, struct sched_param *__param) __attribute__ ((__nothrow__ )); | |
extern int sched_setscheduler (__pid_t __pid, int __policy, | |
const struct sched_param *__param) __attribute__ ((__nothrow__ )); | |
extern int sched_getscheduler (__pid_t __pid) __attribute__ ((__nothrow__ )); | |
extern int sched_yield (void) __attribute__ ((__nothrow__ )); | |
extern int sched_get_priority_max (int __algorithm) __attribute__ ((__nothrow__ )); | |
extern int sched_get_priority_min (int __algorithm) __attribute__ ((__nothrow__ )); | |
extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __attribute__ ((__nothrow__ )); | |
#define CPU_SETSIZE __CPU_SETSIZE | |
#define CPU_SET(cpu,cpusetp) __CPU_SET_S (cpu, sizeof (cpu_set_t), cpusetp) | |
#define CPU_CLR(cpu,cpusetp) __CPU_CLR_S (cpu, sizeof (cpu_set_t), cpusetp) | |
#define CPU_ISSET(cpu,cpusetp) __CPU_ISSET_S (cpu, sizeof (cpu_set_t), cpusetp) | |
#define CPU_ZERO(cpusetp) __CPU_ZERO_S (sizeof (cpu_set_t), cpusetp) | |
#define CPU_COUNT(cpusetp) __CPU_COUNT_S (sizeof (cpu_set_t), cpusetp) | |
#define CPU_SET_S(cpu,setsize,cpusetp) __CPU_SET_S (cpu, setsize, cpusetp) | |
#define CPU_CLR_S(cpu,setsize,cpusetp) __CPU_CLR_S (cpu, setsize, cpusetp) | |
#define CPU_ISSET_S(cpu,setsize,cpusetp) __CPU_ISSET_S (cpu, setsize, cpusetp) | |
#define CPU_ZERO_S(setsize,cpusetp) __CPU_ZERO_S (setsize, cpusetp) | |
#define CPU_COUNT_S(setsize,cpusetp) __CPU_COUNT_S (setsize, cpusetp) | |
#define CPU_EQUAL(cpusetp1,cpusetp2) __CPU_EQUAL_S (sizeof (cpu_set_t), cpusetp1, cpusetp2) | |
#define CPU_EQUAL_S(setsize,cpusetp1,cpusetp2) __CPU_EQUAL_S (setsize, cpusetp1, cpusetp2) | |
#define CPU_AND(destset,srcset1,srcset2) __CPU_OP_S (sizeof (cpu_set_t), destset, srcset1, srcset2, &) | |
#define CPU_OR(destset,srcset1,srcset2) __CPU_OP_S (sizeof (cpu_set_t), destset, srcset1, srcset2, |) | |
#define CPU_XOR(destset,srcset1,srcset2) __CPU_OP_S (sizeof (cpu_set_t), destset, srcset1, srcset2, ^) | |
#define CPU_AND_S(setsize,destset,srcset1,srcset2) __CPU_OP_S (setsize, destset, srcset1, srcset2, &) | |
#define CPU_OR_S(setsize,destset,srcset1,srcset2) __CPU_OP_S (setsize, destset, srcset1, srcset2, |) | |
#define CPU_XOR_S(setsize,destset,srcset1,srcset2) __CPU_OP_S (setsize, destset, srcset1, srcset2, ^) | |
#define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count) | |
#define CPU_ALLOC(count) __CPU_ALLOC (count) | |
#define CPU_FREE(cpuset) __CPU_FREE (cpuset) | |
extern int sched_setaffinity (__pid_t __pid, size_t __cpusetsize, | |
const cpu_set_t *__cpuset) __attribute__ ((__nothrow__ )); | |
extern int sched_getaffinity (__pid_t __pid, size_t __cpusetsize, | |
cpu_set_t *__cpuset) __attribute__ ((__nothrow__ )); | |
# 24 "/usr/include/pthread.h" 2 3 4 | |
# 1 "/usr/include/time.h" 1 3 4 | |
# 23 "/usr/include/time.h" 3 4 | |
#define _TIME_H 1 | |
#define __need_size_t | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 30 "/usr/include/time.h" 2 3 4 | |
# 1 "/usr/include/bits/time.h" 1 3 4 | |
# 24 "/usr/include/bits/time.h" 3 4 | |
#define _BITS_TIME_H 1 | |
# 34 "/usr/include/bits/time.h" 3 4 | |
#define CLOCKS_PER_SEC ((__clock_t) 1000000) | |
# 46 "/usr/include/bits/time.h" 3 4 | |
#define CLOCK_REALTIME 0 | |
#define CLOCK_MONOTONIC 1 | |
#define CLOCK_PROCESS_CPUTIME_ID 2 | |
#define CLOCK_THREAD_CPUTIME_ID 3 | |
#define CLOCK_MONOTONIC_RAW 4 | |
#define CLOCK_REALTIME_COARSE 5 | |
#define CLOCK_MONOTONIC_COARSE 6 | |
#define CLOCK_BOOTTIME 7 | |
#define CLOCK_REALTIME_ALARM 8 | |
#define CLOCK_BOOTTIME_ALARM 9 | |
#define CLOCK_TAI 11 | |
#define TIMER_ABSTIME 1 | |
# 1 "/usr/include/bits/timex.h" 1 3 4 | |
# 19 "/usr/include/bits/timex.h" 3 4 | |
#define _BITS_TIMEX_H 1 | |
struct timex | |
{ | |
unsigned int modes; | |
__syscall_slong_t offset; | |
__syscall_slong_t freq; | |
__syscall_slong_t maxerror; | |
__syscall_slong_t esterror; | |
int status; | |
__syscall_slong_t constant; | |
__syscall_slong_t precision; | |
__syscall_slong_t tolerance; | |
struct timeval time; | |
__syscall_slong_t tick; | |
__syscall_slong_t ppsfreq; | |
__syscall_slong_t jitter; | |
int shift; | |
__syscall_slong_t stabil; | |
__syscall_slong_t jitcnt; | |
__syscall_slong_t calcnt; | |
__syscall_slong_t errcnt; | |
__syscall_slong_t stbcnt; | |
int tai; | |
int :32; int :32; int :32; int :32; | |
int :32; int :32; int :32; int :32; | |
int :32; int :32; int :32; | |
}; | |
#define ADJ_OFFSET 0x0001 | |
#define ADJ_FREQUENCY 0x0002 | |
#define ADJ_MAXERROR 0x0004 | |
#define ADJ_ESTERROR 0x0008 | |
#define ADJ_STATUS 0x0010 | |
#define ADJ_TIMECONST 0x0020 | |
#define ADJ_TAI 0x0080 | |
#define ADJ_SETOFFSET 0x0100 | |
#define ADJ_MICRO 0x1000 | |
#define ADJ_NANO 0x2000 | |
#define ADJ_TICK 0x4000 | |
#define ADJ_OFFSET_SINGLESHOT 0x8001 | |
#define ADJ_OFFSET_SS_READ 0xa001 | |
#define MOD_OFFSET ADJ_OFFSET | |
#define MOD_FREQUENCY ADJ_FREQUENCY | |
#define MOD_MAXERROR ADJ_MAXERROR | |
#define MOD_ESTERROR ADJ_ESTERROR | |
#define MOD_STATUS ADJ_STATUS | |
#define MOD_TIMECONST ADJ_TIMECONST | |
#define MOD_CLKB ADJ_TICK | |
#define MOD_CLKA ADJ_OFFSET_SINGLESHOT | |
#define MOD_TAI ADJ_TAI | |
#define MOD_MICRO ADJ_MICRO | |
#define MOD_NANO ADJ_NANO | |
#define STA_PLL 0x0001 | |
#define STA_PPSFREQ 0x0002 | |
#define STA_PPSTIME 0x0004 | |
#define STA_FLL 0x0008 | |
#define STA_INS 0x0010 | |
#define STA_DEL 0x0020 | |
#define STA_UNSYNC 0x0040 | |
#define STA_FREQHOLD 0x0080 | |
#define STA_PPSSIGNAL 0x0100 | |
#define STA_PPSJITTER 0x0200 | |
#define STA_PPSWANDER 0x0400 | |
#define STA_PPSERROR 0x0800 | |
#define STA_CLOCKERR 0x1000 | |
#define STA_NANO 0x2000 | |
#define STA_MODE 0x4000 | |
#define STA_CLK 0x8000 | |
#define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK) | |
# 74 "/usr/include/bits/time.h" 2 3 4 | |
extern int clock_adjtime (__clockid_t __clock_id, struct timex *__utx) __attribute__ ((__nothrow__ )); | |
# 34 "/usr/include/time.h" 2 3 4 | |
# 1 "/usr/include/bits/types/struct_tm.h" 1 3 4 | |
#define __struct_tm_defined 1 | |
struct tm | |
{ | |
int tm_sec; | |
int tm_min; | |
int tm_hour; | |
int tm_mday; | |
int tm_mon; | |
int tm_year; | |
int tm_wday; | |
int tm_yday; | |
int tm_isdst; | |
long int tm_gmtoff; | |
const char *tm_zone; | |
}; | |
# 40 "/usr/include/time.h" 2 3 4 | |
# 1 "/usr/include/bits/types/struct_itimerspec.h" 1 3 4 | |
#define __itimerspec_defined 1 | |
struct itimerspec | |
{ | |
struct timespec it_interval; | |
struct timespec it_value; | |
}; | |
# 49 "/usr/include/time.h" 2 3 4 | |
struct sigevent; | |
# 65 "/usr/include/time.h" 3 4 | |
#define TIME_UTC 1 | |
extern clock_t clock (void) __attribute__ ((__nothrow__ )); | |
extern time_t time (time_t *__timer) __attribute__ ((__nothrow__ )); | |
extern double difftime (time_t __time1, time_t __time0) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern time_t mktime (struct tm *__tp) __attribute__ ((__nothrow__ )); | |
extern size_t strftime (char *__restrict __s, size_t __maxsize, | |
const char *__restrict __format, | |
const struct tm *__restrict __tp) __attribute__ ((__nothrow__ )); | |
extern char *strptime (const char *__restrict __s, | |
const char *__restrict __fmt, struct tm *__tp) | |
__attribute__ ((__nothrow__ )); | |
extern size_t strftime_l (char *__restrict __s, size_t __maxsize, | |
const char *__restrict __format, | |
const struct tm *__restrict __tp, | |
locale_t __loc) __attribute__ ((__nothrow__ )); | |
extern char *strptime_l (const char *__restrict __s, | |
const char *__restrict __fmt, struct tm *__tp, | |
locale_t __loc) __attribute__ ((__nothrow__ )); | |
extern struct tm *gmtime (const time_t *__timer) __attribute__ ((__nothrow__ )); | |
extern struct tm *localtime (const time_t *__timer) __attribute__ ((__nothrow__ )); | |
extern struct tm *gmtime_r (const time_t *__restrict __timer, | |
struct tm *__restrict __tp) __attribute__ ((__nothrow__ )); | |
extern struct tm *localtime_r (const time_t *__restrict __timer, | |
struct tm *__restrict __tp) __attribute__ ((__nothrow__ )); | |
extern char *asctime (const struct tm *__tp) __attribute__ ((__nothrow__ )); | |
extern char *ctime (const time_t *__timer) __attribute__ ((__nothrow__ )); | |
extern char *asctime_r (const struct tm *__restrict __tp, | |
char *__restrict __buf) __attribute__ ((__nothrow__ )); | |
extern char *ctime_r (const time_t *__restrict __timer, | |
char *__restrict __buf) __attribute__ ((__nothrow__ )); | |
extern char *__tzname[2]; | |
extern int __daylight; | |
extern long int __timezone; | |
extern char *tzname[2]; | |
extern void tzset (void) __attribute__ ((__nothrow__ )); | |
extern int daylight; | |
extern long int timezone; | |
extern int stime (const time_t *__when) __attribute__ ((__nothrow__ )); | |
#define __isleap(year) ((year) % 4 == 0 && ((year) % 100 != 0 || (year) % 400 == 0)) | |
extern time_t timegm (struct tm *__tp) __attribute__ ((__nothrow__ )); | |
extern time_t timelocal (struct tm *__tp) __attribute__ ((__nothrow__ )); | |
extern int dysize (int __year) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
# 211 "/usr/include/time.h" 3 4 | |
extern int nanosleep (const struct timespec *__requested_time, | |
struct timespec *__remaining); | |
extern int clock_getres (clockid_t __clock_id, struct timespec *__res) __attribute__ ((__nothrow__ )); | |
extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __attribute__ ((__nothrow__ )); | |
extern int clock_settime (clockid_t __clock_id, const struct timespec *__tp) | |
__attribute__ ((__nothrow__ )); | |
extern int clock_nanosleep (clockid_t __clock_id, int __flags, | |
const struct timespec *__req, | |
struct timespec *__rem); | |
extern int clock_getcpuclockid (pid_t __pid, clockid_t *__clock_id) __attribute__ ((__nothrow__ )); | |
extern int timer_create (clockid_t __clock_id, | |
struct sigevent *__restrict __evp, | |
timer_t *__restrict __timerid) __attribute__ ((__nothrow__ )); | |
extern int timer_delete (timer_t __timerid) __attribute__ ((__nothrow__ )); | |
extern int timer_settime (timer_t __timerid, int __flags, | |
const struct itimerspec *__restrict __value, | |
struct itimerspec *__restrict __ovalue) __attribute__ ((__nothrow__ )); | |
extern int timer_gettime (timer_t __timerid, struct itimerspec *__value) | |
__attribute__ ((__nothrow__ )); | |
extern int timer_getoverrun (timer_t __timerid) __attribute__ ((__nothrow__ )); | |
extern int timespec_get (struct timespec *__ts, int __base) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 280 "/usr/include/time.h" 3 4 | |
extern int getdate_err; | |
# 289 "/usr/include/time.h" 3 4 | |
extern struct tm *getdate (const char *__string); | |
# 303 "/usr/include/time.h" 3 4 | |
extern int getdate_r (const char *__restrict __string, | |
struct tm *__restrict __resbufp); | |
# 25 "/usr/include/pthread.h" 2 3 4 | |
# 1 "/usr/include/bits/setjmp.h" 1 3 4 | |
# 20 "/usr/include/bits/setjmp.h" 3 4 | |
#define _BITS_SETJMP_H 1 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 27 "/usr/include/bits/setjmp.h" 2 3 4 | |
typedef long int __jmp_buf[8]; | |
# 28 "/usr/include/pthread.h" 2 3 4 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 29 "/usr/include/pthread.h" 2 3 4 | |
enum | |
{ | |
PTHREAD_CREATE_JOINABLE, | |
#define PTHREAD_CREATE_JOINABLE PTHREAD_CREATE_JOINABLE | |
PTHREAD_CREATE_DETACHED | |
#define PTHREAD_CREATE_DETACHED PTHREAD_CREATE_DETACHED | |
}; | |
enum | |
{ | |
PTHREAD_MUTEX_TIMED_NP, | |
PTHREAD_MUTEX_RECURSIVE_NP, | |
PTHREAD_MUTEX_ERRORCHECK_NP, | |
PTHREAD_MUTEX_ADAPTIVE_NP | |
, | |
PTHREAD_MUTEX_NORMAL = PTHREAD_MUTEX_TIMED_NP, | |
PTHREAD_MUTEX_RECURSIVE = PTHREAD_MUTEX_RECURSIVE_NP, | |
PTHREAD_MUTEX_ERRORCHECK = PTHREAD_MUTEX_ERRORCHECK_NP, | |
PTHREAD_MUTEX_DEFAULT = PTHREAD_MUTEX_NORMAL | |
, PTHREAD_MUTEX_FAST_NP = PTHREAD_MUTEX_TIMED_NP | |
}; | |
enum | |
{ | |
PTHREAD_MUTEX_STALLED, | |
PTHREAD_MUTEX_STALLED_NP = PTHREAD_MUTEX_STALLED, | |
PTHREAD_MUTEX_ROBUST, | |
PTHREAD_MUTEX_ROBUST_NP = PTHREAD_MUTEX_ROBUST | |
}; | |
enum | |
{ | |
PTHREAD_PRIO_NONE, | |
PTHREAD_PRIO_INHERIT, | |
PTHREAD_PRIO_PROTECT | |
}; | |
#define PTHREAD_MUTEX_INITIALIZER { { 0, 0, 0, 0, 0, __PTHREAD_SPINS, { 0, 0 } } } | |
#define PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP { { 0, 0, 0, 0, PTHREAD_MUTEX_RECURSIVE_NP, __PTHREAD_SPINS, { 0, 0 } } } | |
#define PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP { { 0, 0, 0, 0, PTHREAD_MUTEX_ERRORCHECK_NP, __PTHREAD_SPINS, { 0, 0 } } } | |
#define PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP { { 0, 0, 0, 0, PTHREAD_MUTEX_ADAPTIVE_NP, __PTHREAD_SPINS, { 0, 0 } } } | |
# 115 "/usr/include/pthread.h" 3 4 | |
enum | |
{ | |
PTHREAD_RWLOCK_PREFER_READER_NP, | |
PTHREAD_RWLOCK_PREFER_WRITER_NP, | |
PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, | |
PTHREAD_RWLOCK_DEFAULT_NP = PTHREAD_RWLOCK_PREFER_READER_NP | |
}; | |
# 133 "/usr/include/pthread.h" 3 4 | |
#define PTHREAD_RWLOCK_INITIALIZER { { 0, 0, 0, 0, 0, 0, 0, 0, __PTHREAD_RWLOCK_ELISION_EXTRA, 0, 0 } } | |
#define PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP { { 0, 0, 0, 0, 0, 0, 0, 0, __PTHREAD_RWLOCK_ELISION_EXTRA, 0, PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP } } | |
# 156 "/usr/include/pthread.h" 3 4 | |
enum | |
{ | |
PTHREAD_INHERIT_SCHED, | |
#define PTHREAD_INHERIT_SCHED PTHREAD_INHERIT_SCHED | |
PTHREAD_EXPLICIT_SCHED | |
#define PTHREAD_EXPLICIT_SCHED PTHREAD_EXPLICIT_SCHED | |
}; | |
enum | |
{ | |
PTHREAD_SCOPE_SYSTEM, | |
#define PTHREAD_SCOPE_SYSTEM PTHREAD_SCOPE_SYSTEM | |
PTHREAD_SCOPE_PROCESS | |
#define PTHREAD_SCOPE_PROCESS PTHREAD_SCOPE_PROCESS | |
}; | |
enum | |
{ | |
PTHREAD_PROCESS_PRIVATE, | |
#define PTHREAD_PROCESS_PRIVATE PTHREAD_PROCESS_PRIVATE | |
PTHREAD_PROCESS_SHARED | |
#define PTHREAD_PROCESS_SHARED PTHREAD_PROCESS_SHARED | |
}; | |
#define PTHREAD_COND_INITIALIZER { { {0}, {0}, {0, 0}, {0, 0}, 0, 0, {0, 0} } } | |
struct _pthread_cleanup_buffer | |
{ | |
void (*__routine) (void *); | |
void *__arg; | |
int __canceltype; | |
struct _pthread_cleanup_buffer *__prev; | |
}; | |
enum | |
{ | |
PTHREAD_CANCEL_ENABLE, | |
#define PTHREAD_CANCEL_ENABLE PTHREAD_CANCEL_ENABLE | |
PTHREAD_CANCEL_DISABLE | |
#define PTHREAD_CANCEL_DISABLE PTHREAD_CANCEL_DISABLE | |
}; | |
enum | |
{ | |
PTHREAD_CANCEL_DEFERRED, | |
#define PTHREAD_CANCEL_DEFERRED PTHREAD_CANCEL_DEFERRED | |
PTHREAD_CANCEL_ASYNCHRONOUS | |
#define PTHREAD_CANCEL_ASYNCHRONOUS PTHREAD_CANCEL_ASYNCHRONOUS | |
}; | |
#define PTHREAD_CANCELED ((void *) -1) | |
#define PTHREAD_ONCE_INIT 0 | |
#define PTHREAD_BARRIER_SERIAL_THREAD -1 | |
extern int pthread_create (pthread_t *__restrict __newthread, | |
const pthread_attr_t *__restrict __attr, | |
void *(*__start_routine) (void *), | |
void *__restrict __arg) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 3))); | |
extern void pthread_exit (void *__retval) __attribute__ ((__noreturn__)); | |
extern int pthread_join (pthread_t __th, void **__thread_return); | |
extern int pthread_tryjoin_np (pthread_t __th, void **__thread_return) __attribute__ ((__nothrow__ )); | |
extern int pthread_timedjoin_np (pthread_t __th, void **__thread_return, | |
const struct timespec *__abstime); | |
extern int pthread_detach (pthread_t __th) __attribute__ ((__nothrow__ )); | |
extern pthread_t pthread_self (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int pthread_equal (pthread_t __thread1, pthread_t __thread2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int pthread_attr_init (pthread_attr_t *__attr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_destroy (pthread_attr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getdetachstate (const pthread_attr_t *__attr, | |
int *__detachstate) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setdetachstate (pthread_attr_t *__attr, | |
int __detachstate) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getguardsize (const pthread_attr_t *__attr, | |
size_t *__guardsize) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setguardsize (pthread_attr_t *__attr, | |
size_t __guardsize) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getschedparam (const pthread_attr_t *__restrict __attr, | |
struct sched_param *__restrict __param) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setschedparam (pthread_attr_t *__restrict __attr, | |
const struct sched_param *__restrict | |
__param) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_getschedpolicy (const pthread_attr_t *__restrict | |
__attr, int *__restrict __policy) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setschedpolicy (pthread_attr_t *__attr, int __policy) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getinheritsched (const pthread_attr_t *__restrict | |
__attr, int *__restrict __inherit) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setinheritsched (pthread_attr_t *__attr, | |
int __inherit) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getscope (const pthread_attr_t *__restrict __attr, | |
int *__restrict __scope) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setscope (pthread_attr_t *__attr, int __scope) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getstackaddr (const pthread_attr_t *__restrict | |
__attr, void **__restrict __stackaddr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__deprecated__)); | |
extern int pthread_attr_setstackaddr (pthread_attr_t *__attr, | |
void *__stackaddr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) __attribute__ ((__deprecated__)); | |
extern int pthread_attr_getstacksize (const pthread_attr_t *__restrict | |
__attr, size_t *__restrict __stacksize) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_attr_setstacksize (pthread_attr_t *__attr, | |
size_t __stacksize) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_getstack (const pthread_attr_t *__restrict __attr, | |
void **__restrict __stackaddr, | |
size_t *__restrict __stacksize) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2, 3))); | |
extern int pthread_attr_setstack (pthread_attr_t *__attr, void *__stackaddr, | |
size_t __stacksize) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_attr_setaffinity_np (pthread_attr_t *__attr, | |
size_t __cpusetsize, | |
const cpu_set_t *__cpuset) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern int pthread_attr_getaffinity_np (const pthread_attr_t *__attr, | |
size_t __cpusetsize, | |
cpu_set_t *__cpuset) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern int pthread_getattr_default_np (pthread_attr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_setattr_default_np (const pthread_attr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int pthread_setschedparam (pthread_t __target_thread, int __policy, | |
const struct sched_param *__param) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
extern int pthread_getschedparam (pthread_t __target_thread, | |
int *__restrict __policy, | |
struct sched_param *__restrict __param) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 3))); | |
extern int pthread_setschedprio (pthread_t __target_thread, int __prio) | |
__attribute__ ((__nothrow__ )); | |
extern int pthread_getname_np (pthread_t __target_thread, char *__buf, | |
size_t __buflen) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int pthread_setname_np (pthread_t __target_thread, const char *__name) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int pthread_getconcurrency (void) __attribute__ ((__nothrow__ )); | |
extern int pthread_setconcurrency (int __level) __attribute__ ((__nothrow__ )); | |
extern int pthread_yield (void) __attribute__ ((__nothrow__ )); | |
extern int pthread_setaffinity_np (pthread_t __th, size_t __cpusetsize, | |
const cpu_set_t *__cpuset) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
extern int pthread_getaffinity_np (pthread_t __th, size_t __cpusetsize, | |
cpu_set_t *__cpuset) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (3))); | |
# 495 "/usr/include/pthread.h" 3 4 | |
extern int pthread_once (pthread_once_t *__once_control, | |
void (*__init_routine) (void)) __attribute__ ((__nonnull__ (1, 2))); | |
# 507 "/usr/include/pthread.h" 3 4 | |
extern int pthread_setcancelstate (int __state, int *__oldstate); | |
extern int pthread_setcanceltype (int __type, int *__oldtype); | |
extern int pthread_cancel (pthread_t __th); | |
extern void pthread_testcancel (void); | |
typedef struct | |
{ | |
struct | |
{ | |
__jmp_buf __cancel_jmp_buf; | |
int __mask_was_saved; | |
} __cancel_jmp_buf[1]; | |
void *__pad[4]; | |
} __pthread_unwind_buf_t __attribute__ ((__aligned__)); | |
#define __cleanup_fct_attribute | |
struct __pthread_cleanup_frame | |
{ | |
void (*__cancel_routine) (void *); | |
void *__cancel_arg; | |
int __do_it; | |
int __cancel_type; | |
}; | |
# 608 "/usr/include/pthread.h" 3 4 | |
extern __inline __attribute__ ((__gnu_inline__)) void | |
__pthread_cleanup_routine (struct __pthread_cleanup_frame *__frame) | |
{ | |
if (__frame->__do_it) | |
__frame->__cancel_routine (__frame->__cancel_arg); | |
} | |
# 622 "/usr/include/pthread.h" 3 4 | |
#define pthread_cleanup_push(routine,arg) do { struct __pthread_cleanup_frame __clframe __attribute__ ((__cleanup__ (__pthread_cleanup_routine))) = { .__cancel_routine = (routine), .__cancel_arg = (arg), .__do_it = 1 }; | |
# 631 "/usr/include/pthread.h" 3 4 | |
#define pthread_cleanup_pop(execute) __clframe.__do_it = (execute); } while (0) | |
#define pthread_cleanup_push_defer_np(routine,arg) do { struct __pthread_cleanup_frame __clframe __attribute__ ((__cleanup__ (__pthread_cleanup_routine))) = { .__cancel_routine = (routine), .__cancel_arg = (arg), .__do_it = 1 }; (void) pthread_setcanceltype (PTHREAD_CANCEL_DEFERRED, &__clframe.__cancel_type) | |
# 651 "/usr/include/pthread.h" 3 4 | |
#define pthread_cleanup_pop_restore_np(execute) (void) pthread_setcanceltype (__clframe.__cancel_type, NULL); __clframe.__do_it = (execute); } while (0) | |
# 743 "/usr/include/pthread.h" 3 4 | |
struct __jmp_buf_tag; | |
extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __attribute__ ((__nothrow__)); | |
extern int pthread_mutex_init (pthread_mutex_t *__mutex, | |
const pthread_mutexattr_t *__mutexattr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutex_destroy (pthread_mutex_t *__mutex) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutex_trylock (pthread_mutex_t *__mutex) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutex_lock (pthread_mutex_t *__mutex) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutex_timedlock (pthread_mutex_t *__restrict __mutex, | |
const struct timespec *__restrict | |
__abstime) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutex_unlock (pthread_mutex_t *__mutex) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutex_getprioceiling (const pthread_mutex_t * | |
__restrict __mutex, | |
int *__restrict __prioceiling) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutex_setprioceiling (pthread_mutex_t *__restrict __mutex, | |
int __prioceiling, | |
int *__restrict __old_ceiling) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))); | |
extern int pthread_mutex_consistent (pthread_mutex_t *__mutex) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutex_consistent_np (pthread_mutex_t *__mutex) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 807 "/usr/include/pthread.h" 3 4 | |
extern int pthread_mutexattr_init (pthread_mutexattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_destroy (pthread_mutexattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_getpshared (const pthread_mutexattr_t * | |
__restrict __attr, | |
int *__restrict __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutexattr_setpshared (pthread_mutexattr_t *__attr, | |
int __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_gettype (const pthread_mutexattr_t *__restrict | |
__attr, int *__restrict __kind) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutexattr_settype (pthread_mutexattr_t *__attr, int __kind) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_getprotocol (const pthread_mutexattr_t * | |
__restrict __attr, | |
int *__restrict __protocol) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutexattr_setprotocol (pthread_mutexattr_t *__attr, | |
int __protocol) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_getprioceiling (const pthread_mutexattr_t * | |
__restrict __attr, | |
int *__restrict __prioceiling) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutexattr_setprioceiling (pthread_mutexattr_t *__attr, | |
int __prioceiling) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_getrobust (const pthread_mutexattr_t *__attr, | |
int *__robustness) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutexattr_getrobust_np (const pthread_mutexattr_t *__attr, | |
int *__robustness) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr, | |
int __robustness) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_mutexattr_setrobust_np (pthread_mutexattr_t *__attr, | |
int __robustness) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 889 "/usr/include/pthread.h" 3 4 | |
extern int pthread_rwlock_init (pthread_rwlock_t *__restrict __rwlock, | |
const pthread_rwlockattr_t *__restrict | |
__attr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlock_destroy (pthread_rwlock_t *__rwlock) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlock_rdlock (pthread_rwlock_t *__rwlock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *__rwlock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *__restrict __rwlock, | |
const struct timespec *__restrict | |
__abstime) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_rwlock_wrlock (pthread_rwlock_t *__rwlock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlock_trywrlock (pthread_rwlock_t *__rwlock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *__restrict __rwlock, | |
const struct timespec *__restrict | |
__abstime) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_rwlock_unlock (pthread_rwlock_t *__rwlock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlockattr_init (pthread_rwlockattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlockattr_destroy (pthread_rwlockattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t * | |
__restrict __attr, | |
int *__restrict __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *__attr, | |
int __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_rwlockattr_getkind_np (const pthread_rwlockattr_t * | |
__restrict __attr, | |
int *__restrict __pref) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_rwlockattr_setkind_np (pthread_rwlockattr_t *__attr, | |
int __pref) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_cond_init (pthread_cond_t *__restrict __cond, | |
const pthread_condattr_t *__restrict __cond_attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_cond_destroy (pthread_cond_t *__cond) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_cond_signal (pthread_cond_t *__cond) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_cond_broadcast (pthread_cond_t *__cond) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_cond_wait (pthread_cond_t *__restrict __cond, | |
pthread_mutex_t *__restrict __mutex) | |
__attribute__ ((__nonnull__ (1, 2))); | |
# 1001 "/usr/include/pthread.h" 3 4 | |
extern int pthread_cond_timedwait (pthread_cond_t *__restrict __cond, | |
pthread_mutex_t *__restrict __mutex, | |
const struct timespec *__restrict __abstime) | |
__attribute__ ((__nonnull__ (1, 2, 3))); | |
extern int pthread_condattr_init (pthread_condattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_condattr_destroy (pthread_condattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_condattr_getpshared (const pthread_condattr_t * | |
__restrict __attr, | |
int *__restrict __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_condattr_setpshared (pthread_condattr_t *__attr, | |
int __pshared) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_condattr_getclock (const pthread_condattr_t * | |
__restrict __attr, | |
__clockid_t *__restrict __clock_id) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_condattr_setclock (pthread_condattr_t *__attr, | |
__clockid_t __clock_id) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 1045 "/usr/include/pthread.h" 3 4 | |
extern int pthread_spin_init (pthread_spinlock_t *__lock, int __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_spin_destroy (pthread_spinlock_t *__lock) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_spin_lock (pthread_spinlock_t *__lock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_spin_trylock (pthread_spinlock_t *__lock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_spin_unlock (pthread_spinlock_t *__lock) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_barrier_init (pthread_barrier_t *__restrict __barrier, | |
const pthread_barrierattr_t *__restrict | |
__attr, unsigned int __count) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_barrier_destroy (pthread_barrier_t *__barrier) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_barrier_wait (pthread_barrier_t *__barrier) | |
__attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_barrierattr_init (pthread_barrierattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_barrierattr_destroy (pthread_barrierattr_t *__attr) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_barrierattr_getpshared (const pthread_barrierattr_t * | |
__restrict __attr, | |
int *__restrict __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int pthread_barrierattr_setpshared (pthread_barrierattr_t *__attr, | |
int __pshared) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 1112 "/usr/include/pthread.h" 3 4 | |
extern int pthread_key_create (pthread_key_t *__key, | |
void (*__destr_function) (void *)) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int pthread_key_delete (pthread_key_t __key) __attribute__ ((__nothrow__ )); | |
extern void *pthread_getspecific (pthread_key_t __key) __attribute__ ((__nothrow__ )); | |
extern int pthread_setspecific (pthread_key_t __key, | |
const void *__pointer) __attribute__ ((__nothrow__ )) ; | |
extern int pthread_getcpuclockid (pthread_t __thread_id, | |
__clockid_t *__clock_id) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
# 1146 "/usr/include/pthread.h" 3 4 | |
extern int pthread_atfork (void (*__prepare) (void), | |
void (*__parent) (void), | |
void (*__child) (void)) __attribute__ ((__nothrow__ )); | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
__attribute__ ((__nothrow__ )) pthread_equal (pthread_t __thread1, pthread_t __thread2) | |
{ | |
return __thread1 == __thread2; | |
} | |
# 150 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
static __inline__ __attribute__((always_inline)) size_t | |
strlcpy(char * dst, const char * src, size_t maxlen) { | |
const size_t srclen = strlen(src); | |
if (srclen < maxlen) { | |
memcpy(dst, src, srclen+1); | |
} else if (maxlen != 0) { | |
memcpy(dst, src, maxlen-1); | |
dst[maxlen-1] = '\0'; | |
} | |
return srclen; | |
} | |
static __inline__ __attribute__((always_inline)) size_t | |
strlcat(char * dst, const char * src, size_t maxlen) { | |
const size_t srclen = strlen(src); | |
const size_t dstlen = strnlen(dst, maxlen); | |
if (dstlen == maxlen) return maxlen+srclen; | |
if (srclen < maxlen-dstlen) { | |
memcpy(dst+dstlen, src, srclen+1); | |
} else { | |
memcpy(dst+dstlen, src, maxlen-dstlen-1); | |
dst[maxlen-1] = '\0'; | |
} | |
return dstlen + srclen; | |
} | |
#define issetugid() 0 | |
_Bool OSAtomicCompareAndSwapPtr(void *oldp, void *newp, void *volatile *dst); | |
_Bool OSAtomicCompareAndSwapLong(long oldl, long newl, long volatile *dst); | |
_Bool OSAtomicCompareAndSwapPtrBarrier(void *oldp, void *newp, void *volatile *dst); | |
_Bool OSAtomicCompareAndSwap64Barrier( int64_t __oldValue, int64_t __newValue, volatile int64_t *__theValue ); | |
int32_t OSAtomicDecrement32Barrier(volatile int32_t *dst); | |
int32_t OSAtomicIncrement32Barrier(volatile int32_t *dst); | |
int32_t OSAtomicIncrement32(volatile int32_t *theValue); | |
int32_t OSAtomicDecrement32(volatile int32_t *theValue); | |
int32_t OSAtomicAdd32( int32_t theAmount, volatile int32_t *theValue ); | |
int32_t OSAtomicAdd32Barrier( int32_t theAmount, volatile int32_t *theValue ); | |
_Bool OSAtomicCompareAndSwap32Barrier( int32_t oldValue, int32_t newValue, volatile int32_t *theValue ); | |
void OSMemoryBarrier(); | |
# 211 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
# 1 "/usr/include/malloc.h" 1 3 4 | |
# 20 "/usr/include/malloc.h" 3 4 | |
#define _MALLOC_H 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 35 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#define __STDDEF_H | |
#define __need_ptrdiff_t | |
#define __need_size_t | |
#define __need_wchar_t | |
#define __need_NULL | |
#define __need_STDDEF_H_misc | |
#define _PTRDIFF_T | |
typedef long int ptrdiff_t; | |
#undef __need_ptrdiff_t | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 93 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_wchar_t | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
#define offsetof(t,d) __builtin_offsetof(t, d) | |
#undef __need_STDDEF_H_misc | |
# 24 "/usr/include/malloc.h" 2 3 4 | |
# 1 "/usr/include/stdio.h" 1 3 4 | |
# 24 "/usr/include/stdio.h" 3 4 | |
#define _STDIO_H 1 | |
#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/bits/libc-header-start.h" 1 3 4 | |
# 31 "/usr/include/bits/libc-header-start.h" 3 4 | |
#undef __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
#undef __GLIBC_USE_LIB_EXT2 | |
#define __GLIBC_USE_LIB_EXT2 1 | |
#undef __GLIBC_USE_IEC_60559_BFP_EXT | |
#define __GLIBC_USE_IEC_60559_BFP_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_FUNCS_EXT | |
#define __GLIBC_USE_IEC_60559_FUNCS_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_TYPES_EXT | |
#define __GLIBC_USE_IEC_60559_TYPES_EXT 1 | |
# 28 "/usr/include/stdio.h" 2 3 4 | |
#define __need_size_t | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 34 "/usr/include/stdio.h" 2 3 4 | |
#define __need___va_list | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdarg.h" 1 3 4 | |
# 27 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdarg.h" 3 4 | |
#define __STDARG_H | |
typedef __builtin_va_list va_list; | |
#define _VA_LIST | |
#define va_start(ap,param) __builtin_va_start(ap, param) | |
#define va_end(ap) __builtin_va_end(ap) | |
#define va_arg(ap,type) __builtin_va_arg(ap, type) | |
#define __va_copy(d,s) __builtin_va_copy(d,s) | |
#define va_copy(dest,src) __builtin_va_copy(dest, src) | |
#define __GNUC_VA_LIST 1 | |
typedef __builtin_va_list __gnuc_va_list; | |
# 37 "/usr/include/stdio.h" 2 3 4 | |
# 1 "/usr/include/bits/types/__fpos_t.h" 1 3 4 | |
#define _____fpos_t_defined 1 | |
# 1 "/usr/include/bits/types/__mbstate_t.h" 1 3 4 | |
#define ____mbstate_t_defined 1 | |
# 13 "/usr/include/bits/types/__mbstate_t.h" 3 4 | |
typedef struct | |
{ | |
int __count; | |
union | |
{ | |
unsigned int __wch; | |
char __wchb[4]; | |
} __value; | |
} __mbstate_t; | |
# 6 "/usr/include/bits/types/__fpos_t.h" 2 3 4 | |
typedef struct _G_fpos_t | |
{ | |
__off_t __pos; | |
__mbstate_t __state; | |
} __fpos_t; | |
# 40 "/usr/include/stdio.h" 2 3 4 | |
# 1 "/usr/include/bits/types/__fpos64_t.h" 1 3 4 | |
#define _____fpos64_t_defined 1 | |
typedef struct _G_fpos64_t | |
{ | |
__off64_t __pos; | |
__mbstate_t __state; | |
} __fpos64_t; | |
# 41 "/usr/include/stdio.h" 2 3 4 | |
# 1 "/usr/include/bits/types/__FILE.h" 1 3 4 | |
#define ____FILE_defined 1 | |
struct _IO_FILE; | |
typedef struct _IO_FILE __FILE; | |
# 42 "/usr/include/stdio.h" 2 3 4 | |
# 1 "/usr/include/bits/types/FILE.h" 1 3 4 | |
#define __FILE_defined 1 | |
struct _IO_FILE; | |
typedef struct _IO_FILE FILE; | |
# 43 "/usr/include/stdio.h" 2 3 4 | |
# 1 "/usr/include/bits/types/struct_FILE.h" 1 3 4 | |
# 19 "/usr/include/bits/types/struct_FILE.h" 3 4 | |
#define __struct_FILE_defined 1 | |
# 35 "/usr/include/bits/types/struct_FILE.h" 3 4 | |
struct _IO_FILE; | |
struct _IO_marker; | |
struct _IO_codecvt; | |
struct _IO_wide_data; | |
typedef void _IO_lock_t; | |
struct _IO_FILE | |
{ | |
int _flags; | |
char *_IO_read_ptr; | |
char *_IO_read_end; | |
char *_IO_read_base; | |
char *_IO_write_base; | |
char *_IO_write_ptr; | |
char *_IO_write_end; | |
char *_IO_buf_base; | |
char *_IO_buf_end; | |
char *_IO_save_base; | |
char *_IO_backup_base; | |
char *_IO_save_end; | |
struct _IO_marker *_markers; | |
struct _IO_FILE *_chain; | |
int _fileno; | |
int _flags2; | |
__off_t _old_offset; | |
unsigned short _cur_column; | |
signed char _vtable_offset; | |
char _shortbuf[1]; | |
_IO_lock_t *_lock; | |
__off64_t _offset; | |
struct _IO_codecvt *_codecvt; | |
struct _IO_wide_data *_wide_data; | |
struct _IO_FILE *_freeres_list; | |
void *_freeres_buf; | |
size_t __pad5; | |
int _mode; | |
char _unused2[15 * sizeof (int) - 4 * sizeof (void *) - sizeof (size_t)]; | |
}; | |
#define __getc_unlocked_body(_fp) (__glibc_unlikely ((_fp)->_IO_read_ptr >= (_fp)->_IO_read_end) ? __uflow (_fp) : *(unsigned char *) (_fp)->_IO_read_ptr++) | |
#define __putc_unlocked_body(_ch,_fp) (__glibc_unlikely ((_fp)->_IO_write_ptr >= (_fp)->_IO_write_end) ? __overflow (_fp, (unsigned char) (_ch)) : (unsigned char) (*(_fp)->_IO_write_ptr++ = (_ch))) | |
#define _IO_EOF_SEEN 0x0010 | |
#define __feof_unlocked_body(_fp) (((_fp)->_flags & _IO_EOF_SEEN) != 0) | |
#define _IO_ERR_SEEN 0x0020 | |
#define __ferror_unlocked_body(_fp) (((_fp)->_flags & _IO_ERR_SEEN) != 0) | |
#define _IO_USER_LOCK 0x8000 | |
# 44 "/usr/include/stdio.h" 2 3 4 | |
# 1 "/usr/include/bits/types/cookie_io_functions_t.h" 1 3 4 | |
# 19 "/usr/include/bits/types/cookie_io_functions_t.h" 3 4 | |
#define __cookie_io_functions_t_defined 1 | |
typedef __ssize_t cookie_read_function_t (void *__cookie, char *__buf, | |
size_t __nbytes); | |
typedef __ssize_t cookie_write_function_t (void *__cookie, const char *__buf, | |
size_t __nbytes); | |
typedef int cookie_seek_function_t (void *__cookie, __off64_t *__pos, int __w); | |
typedef int cookie_close_function_t (void *__cookie); | |
typedef struct _IO_cookie_io_functions_t | |
{ | |
cookie_read_function_t *read; | |
cookie_write_function_t *write; | |
cookie_seek_function_t *seek; | |
cookie_close_function_t *close; | |
} cookie_io_functions_t; | |
# 47 "/usr/include/stdio.h" 2 3 4 | |
typedef __gnuc_va_list va_list; | |
#define _VA_LIST_DEFINED | |
# 84 "/usr/include/stdio.h" 3 4 | |
typedef __fpos_t fpos_t; | |
typedef __fpos64_t fpos64_t; | |
#define _IOFBF 0 | |
#define _IOLBF 1 | |
#define _IONBF 2 | |
#define BUFSIZ 8192 | |
#define EOF (-1) | |
#define SEEK_SET 0 | |
#define SEEK_CUR 1 | |
#define SEEK_END 2 | |
#define SEEK_DATA 3 | |
#define SEEK_HOLE 4 | |
#define P_tmpdir "/tmp" | |
# 133 "/usr/include/stdio.h" 3 4 | |
# 1 "/usr/include/bits/stdio_lim.h" 1 3 4 | |
# 19 "/usr/include/bits/stdio_lim.h" 3 4 | |
#define _BITS_STDIO_LIM_H 1 | |
#define L_tmpnam 20 | |
#define TMP_MAX 238328 | |
#define FILENAME_MAX 4096 | |
#define L_ctermid 9 | |
#define L_cuserid 9 | |
#undef FOPEN_MAX | |
#define FOPEN_MAX 16 | |
# 134 "/usr/include/stdio.h" 2 3 4 | |
extern FILE *stdin; | |
extern FILE *stdout; | |
extern FILE *stderr; | |
#define stdin stdin | |
#define stdout stdout | |
#define stderr stderr | |
extern int remove (const char *__filename) __attribute__ ((__nothrow__ )); | |
extern int rename (const char *__old, const char *__new) __attribute__ ((__nothrow__ )); | |
extern int renameat (int __oldfd, const char *__old, int __newfd, | |
const char *__new) __attribute__ ((__nothrow__ )); | |
#define RENAME_NOREPLACE (1 << 0) | |
#define RENAME_EXCHANGE (1 << 1) | |
#define RENAME_WHITEOUT (1 << 2) | |
extern int renameat2 (int __oldfd, const char *__old, int __newfd, | |
const char *__new, unsigned int __flags) __attribute__ ((__nothrow__ )); | |
extern FILE *tmpfile (void) ; | |
# 183 "/usr/include/stdio.h" 3 4 | |
extern FILE *tmpfile64 (void) ; | |
extern char *tmpnam (char *__s) __attribute__ ((__nothrow__ )) ; | |
extern char *tmpnam_r (char *__s) __attribute__ ((__nothrow__ )) ; | |
# 204 "/usr/include/stdio.h" 3 4 | |
extern char *tempnam (const char *__dir, const char *__pfx) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern int fclose (FILE *__stream); | |
extern int fflush (FILE *__stream); | |
# 227 "/usr/include/stdio.h" 3 4 | |
extern int fflush_unlocked (FILE *__stream); | |
# 237 "/usr/include/stdio.h" 3 4 | |
extern int fcloseall (void); | |
# 246 "/usr/include/stdio.h" 3 4 | |
extern FILE *fopen (const char *__restrict __filename, | |
const char *__restrict __modes) ; | |
extern FILE *freopen (const char *__restrict __filename, | |
const char *__restrict __modes, | |
FILE *__restrict __stream) ; | |
# 270 "/usr/include/stdio.h" 3 4 | |
extern FILE *fopen64 (const char *__restrict __filename, | |
const char *__restrict __modes) ; | |
extern FILE *freopen64 (const char *__restrict __filename, | |
const char *__restrict __modes, | |
FILE *__restrict __stream) ; | |
extern FILE *fdopen (int __fd, const char *__modes) __attribute__ ((__nothrow__ )) ; | |
extern FILE *fopencookie (void *__restrict __magic_cookie, | |
const char *__restrict __modes, | |
cookie_io_functions_t __io_funcs) __attribute__ ((__nothrow__ )) ; | |
extern FILE *fmemopen (void *__s, size_t __len, const char *__modes) | |
__attribute__ ((__nothrow__ )) ; | |
extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) __attribute__ ((__nothrow__ )) ; | |
extern void setbuf (FILE *__restrict __stream, char *__restrict __buf) __attribute__ ((__nothrow__ )); | |
extern int setvbuf (FILE *__restrict __stream, char *__restrict __buf, | |
int __modes, size_t __n) __attribute__ ((__nothrow__ )); | |
extern void setbuffer (FILE *__restrict __stream, char *__restrict __buf, | |
size_t __size) __attribute__ ((__nothrow__ )); | |
extern void setlinebuf (FILE *__stream) __attribute__ ((__nothrow__ )); | |
extern int fprintf (FILE *__restrict __stream, | |
const char *__restrict __format, ...); | |
extern int printf (const char *__restrict __format, ...); | |
extern int sprintf (char *__restrict __s, | |
const char *__restrict __format, ...) __attribute__ ((__nothrow__)); | |
extern int vfprintf (FILE *__restrict __s, const char *__restrict __format, | |
__gnuc_va_list __arg); | |
extern int vprintf (const char *__restrict __format, __gnuc_va_list __arg); | |
extern int vsprintf (char *__restrict __s, const char *__restrict __format, | |
__gnuc_va_list __arg) __attribute__ ((__nothrow__)); | |
extern int snprintf (char *__restrict __s, size_t __maxlen, | |
const char *__restrict __format, ...) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 4))); | |
extern int vsnprintf (char *__restrict __s, size_t __maxlen, | |
const char *__restrict __format, __gnuc_va_list __arg) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 3, 0))); | |
extern int vasprintf (char **__restrict __ptr, const char *__restrict __f, | |
__gnuc_va_list __arg) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 0))) ; | |
extern int __asprintf (char **__restrict __ptr, | |
const char *__restrict __fmt, ...) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 3))) ; | |
extern int asprintf (char **__restrict __ptr, | |
const char *__restrict __fmt, ...) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 3))) ; | |
extern int vdprintf (int __fd, const char *__restrict __fmt, | |
__gnuc_va_list __arg) | |
__attribute__ ((__format__ (__printf__, 2, 0))); | |
extern int dprintf (int __fd, const char *__restrict __fmt, ...) | |
__attribute__ ((__format__ (__printf__, 2, 3))); | |
extern int fscanf (FILE *__restrict __stream, | |
const char *__restrict __format, ...) ; | |
extern int scanf (const char *__restrict __format, ...) ; | |
extern int sscanf (const char *__restrict __s, | |
const char *__restrict __format, ...) __attribute__ ((__nothrow__ )); | |
extern int fscanf (FILE *__restrict __stream, const char *__restrict __format, ...) __asm__ ("" "__isoc99_fscanf") ; | |
extern int scanf (const char *__restrict __format, ...) __asm__ ("" "__isoc99_scanf") ; | |
extern int sscanf (const char *__restrict __s, const char *__restrict __format, ...) __asm__ ("" "__isoc99_sscanf") __attribute__ ((__nothrow__ )); | |
# 432 "/usr/include/stdio.h" 3 4 | |
extern int vfscanf (FILE *__restrict __s, const char *__restrict __format, | |
__gnuc_va_list __arg) | |
__attribute__ ((__format__ (__scanf__, 2, 0))) ; | |
extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) | |
__attribute__ ((__format__ (__scanf__, 1, 0))) ; | |
extern int vsscanf (const char *__restrict __s, | |
const char *__restrict __format, __gnuc_va_list __arg) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__format__ (__scanf__, 2, 0))); | |
extern int vfscanf (FILE *__restrict __s, const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc99_vfscanf") | |
__attribute__ ((__format__ (__scanf__, 2, 0))) ; | |
extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc99_vscanf") | |
__attribute__ ((__format__ (__scanf__, 1, 0))) ; | |
extern int vsscanf (const char *__restrict __s, const char *__restrict __format, __gnuc_va_list __arg) __asm__ ("" "__isoc99_vsscanf") __attribute__ ((__nothrow__ )) | |
__attribute__ ((__format__ (__scanf__, 2, 0))); | |
# 485 "/usr/include/stdio.h" 3 4 | |
extern int fgetc (FILE *__stream); | |
extern int getc (FILE *__stream); | |
extern int getchar (void); | |
extern int getc_unlocked (FILE *__stream); | |
extern int getchar_unlocked (void); | |
# 510 "/usr/include/stdio.h" 3 4 | |
extern int fgetc_unlocked (FILE *__stream); | |
# 521 "/usr/include/stdio.h" 3 4 | |
extern int fputc (int __c, FILE *__stream); | |
extern int putc (int __c, FILE *__stream); | |
extern int putchar (int __c); | |
# 537 "/usr/include/stdio.h" 3 4 | |
extern int fputc_unlocked (int __c, FILE *__stream); | |
extern int putc_unlocked (int __c, FILE *__stream); | |
extern int putchar_unlocked (int __c); | |
extern int getw (FILE *__stream); | |
extern int putw (int __w, FILE *__stream); | |
extern char *fgets (char *__restrict __s, int __n, FILE *__restrict __stream) | |
; | |
# 587 "/usr/include/stdio.h" 3 4 | |
extern char *fgets_unlocked (char *__restrict __s, int __n, | |
FILE *__restrict __stream) ; | |
# 603 "/usr/include/stdio.h" 3 4 | |
extern __ssize_t __getdelim (char **__restrict __lineptr, | |
size_t *__restrict __n, int __delimiter, | |
FILE *__restrict __stream) ; | |
extern __ssize_t getdelim (char **__restrict __lineptr, | |
size_t *__restrict __n, int __delimiter, | |
FILE *__restrict __stream) ; | |
extern __ssize_t getline (char **__restrict __lineptr, | |
size_t *__restrict __n, | |
FILE *__restrict __stream) ; | |
extern int fputs (const char *__restrict __s, FILE *__restrict __stream); | |
extern int puts (const char *__s); | |
extern int ungetc (int __c, FILE *__stream); | |
extern size_t fread (void *__restrict __ptr, size_t __size, | |
size_t __n, FILE *__restrict __stream) ; | |
extern size_t fwrite (const void *__restrict __ptr, size_t __size, | |
size_t __n, FILE *__restrict __s); | |
# 662 "/usr/include/stdio.h" 3 4 | |
extern int fputs_unlocked (const char *__restrict __s, | |
FILE *__restrict __stream); | |
# 673 "/usr/include/stdio.h" 3 4 | |
extern size_t fread_unlocked (void *__restrict __ptr, size_t __size, | |
size_t __n, FILE *__restrict __stream) ; | |
extern size_t fwrite_unlocked (const void *__restrict __ptr, size_t __size, | |
size_t __n, FILE *__restrict __stream); | |
extern int fseek (FILE *__stream, long int __off, int __whence); | |
extern long int ftell (FILE *__stream) ; | |
extern void rewind (FILE *__stream); | |
# 707 "/usr/include/stdio.h" 3 4 | |
extern int fseeko (FILE *__stream, __off_t __off, int __whence); | |
extern __off_t ftello (FILE *__stream) ; | |
# 731 "/usr/include/stdio.h" 3 4 | |
extern int fgetpos (FILE *__restrict __stream, fpos_t *__restrict __pos); | |
extern int fsetpos (FILE *__stream, const fpos_t *__pos); | |
# 750 "/usr/include/stdio.h" 3 4 | |
extern int fseeko64 (FILE *__stream, __off64_t __off, int __whence); | |
extern __off64_t ftello64 (FILE *__stream) ; | |
extern int fgetpos64 (FILE *__restrict __stream, fpos64_t *__restrict __pos); | |
extern int fsetpos64 (FILE *__stream, const fpos64_t *__pos); | |
extern void clearerr (FILE *__stream) __attribute__ ((__nothrow__ )); | |
extern int feof (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
extern int ferror (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
extern void clearerr_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )); | |
extern int feof_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
extern int ferror_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
extern void perror (const char *__s); | |
# 1 "/usr/include/bits/sys_errlist.h" 1 3 4 | |
# 26 "/usr/include/bits/sys_errlist.h" 3 4 | |
extern int sys_nerr; | |
extern const char *const sys_errlist[]; | |
extern int _sys_nerr; | |
extern const char *const _sys_errlist[]; | |
# 782 "/usr/include/stdio.h" 2 3 4 | |
extern int fileno (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
extern int fileno_unlocked (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
# 800 "/usr/include/stdio.h" 3 4 | |
extern FILE *popen (const char *__command, const char *__modes) ; | |
extern int pclose (FILE *__stream); | |
extern char *ctermid (char *__s) __attribute__ ((__nothrow__ )); | |
extern char *cuserid (char *__s); | |
struct obstack; | |
extern int obstack_printf (struct obstack *__restrict __obstack, | |
const char *__restrict __format, ...) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 3))); | |
extern int obstack_vprintf (struct obstack *__restrict __obstack, | |
const char *__restrict __format, | |
__gnuc_va_list __args) | |
__attribute__ ((__nothrow__)) __attribute__ ((__format__ (__printf__, 2, 0))); | |
extern void flockfile (FILE *__stream) __attribute__ ((__nothrow__ )); | |
extern int ftrylockfile (FILE *__stream) __attribute__ ((__nothrow__ )) ; | |
extern void funlockfile (FILE *__stream) __attribute__ ((__nothrow__ )); | |
# 858 "/usr/include/stdio.h" 3 4 | |
extern int __uflow (FILE *); | |
extern int __overflow (FILE *, int); | |
# 1 "/usr/include/bits/stdio.h" 1 3 4 | |
# 20 "/usr/include/bits/stdio.h" 3 4 | |
#define _BITS_STDIO_H 1 | |
# 29 "/usr/include/bits/stdio.h" 3 4 | |
#define __STDIO_INLINE __extern_inline | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
vprintf (const char *__restrict __fmt, __gnuc_va_list __arg) | |
{ | |
return vfprintf (stdout, __fmt, __arg); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
getchar (void) | |
{ | |
return getc (stdin); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
fgetc_unlocked (FILE *__fp) | |
{ | |
return (__builtin_expect (((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end), 0) ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
getc_unlocked (FILE *__fp) | |
{ | |
return (__builtin_expect (((__fp)->_IO_read_ptr >= (__fp)->_IO_read_end), 0) ? __uflow (__fp) : *(unsigned char *) (__fp)->_IO_read_ptr++); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
getchar_unlocked (void) | |
{ | |
return (__builtin_expect (((stdin)->_IO_read_ptr >= (stdin)->_IO_read_end), 0) ? __uflow (stdin) : *(unsigned char *) (stdin)->_IO_read_ptr++); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
putchar (int __c) | |
{ | |
return putc (__c, stdout); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
fputc_unlocked (int __c, FILE *__stream) | |
{ | |
return (__builtin_expect (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end), 0) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c))); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
putc_unlocked (int __c, FILE *__stream) | |
{ | |
return (__builtin_expect (((__stream)->_IO_write_ptr >= (__stream)->_IO_write_end), 0) ? __overflow (__stream, (unsigned char) (__c)) : (unsigned char) (*(__stream)->_IO_write_ptr++ = (__c))); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
putchar_unlocked (int __c) | |
{ | |
return (__builtin_expect (((stdout)->_IO_write_ptr >= (stdout)->_IO_write_end), 0) ? __overflow (stdout, (unsigned char) (__c)) : (unsigned char) (*(stdout)->_IO_write_ptr++ = (__c))); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) __ssize_t | |
getline (char **__lineptr, size_t *__n, FILE *__stream) | |
{ | |
return __getdelim (__lineptr, __n, '\n', __stream); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
__attribute__ ((__nothrow__ )) feof_unlocked (FILE *__stream) | |
{ | |
return (((__stream)->_flags & 0x0010) != 0); | |
} | |
extern __inline __attribute__ ((__gnu_inline__)) int | |
__attribute__ ((__nothrow__ )) ferror_unlocked (FILE *__stream) | |
{ | |
return (((__stream)->_flags & 0x0020) != 0); | |
} | |
# 147 "/usr/include/bits/stdio.h" 3 4 | |
#define fread_unlocked(ptr,size,n,stream) (__extension__ ((__builtin_constant_p (size) && __builtin_constant_p (n) && (size_t) (size) * (size_t) (n) <= 8 && (size_t) (size) != 0) ? ({ char *__ptr = (char *) (ptr); FILE *__stream = (stream); size_t __cnt; for (__cnt = (size_t) (size) * (size_t) (n); __cnt > 0; --__cnt) { int __c = getc_unlocked (__stream); if (__c == EOF) break; *__ptr++ = __c; } ((size_t) (size) * (size_t) (n) - __cnt) / (size_t) (size); }) : (((__builtin_constant_p (size) && (size_t) (size) == 0) || (__builtin_constant_p (n) && (size_t) (n) == 0)) ? ((void) (ptr), (void) (stream), (void) (size), (void) (n), (size_t) 0) : fread_unlocked (ptr, size, n, stream)))) | |
# 171 "/usr/include/bits/stdio.h" 3 4 | |
#define fwrite_unlocked(ptr,size,n,stream) (__extension__ ((__builtin_constant_p (size) && __builtin_constant_p (n) && (size_t) (size) * (size_t) (n) <= 8 && (size_t) (size) != 0) ? ({ const char *__ptr = (const char *) (ptr); FILE *__stream = (stream); size_t __cnt; for (__cnt = (size_t) (size) * (size_t) (n); __cnt > 0; --__cnt) if (putc_unlocked (*__ptr++, __stream) == EOF) break; ((size_t) (size) * (size_t) (n) - __cnt) / (size_t) (size); }) : (((__builtin_constant_p (size) && (size_t) (size) == 0) || (__builtin_constant_p (n) && (size_t) (n) == 0)) ? ((void) (ptr), (void) (stream), (void) (size), (void) (n), (size_t) 0) : fwrite_unlocked (ptr, size, n, stream)))) | |
# 193 "/usr/include/bits/stdio.h" 3 4 | |
#undef __STDIO_INLINE | |
# 865 "/usr/include/stdio.h" 2 3 4 | |
# 25 "/usr/include/malloc.h" 2 3 4 | |
#define __MALLOC_HOOK_VOLATILE volatile | |
#define __MALLOC_DEPRECATED __attribute_deprecated__ | |
extern void *malloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *calloc (size_t __nmemb, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *realloc (void *__ptr, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__warn_unused_result__)); | |
extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__warn_unused_result__)); | |
extern void free (void *__ptr) __attribute__ ((__nothrow__ )); | |
extern void *memalign (size_t __alignment, size_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *valloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *pvalloc (size_t __size) __attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)) ; | |
extern void *(*__morecore) (ptrdiff_t __size); | |
extern void *__default_morecore (ptrdiff_t __size) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__malloc__)); | |
struct mallinfo | |
{ | |
int arena; | |
int ordblks; | |
int smblks; | |
int hblks; | |
int hblkhd; | |
int usmblks; | |
int fsmblks; | |
int uordblks; | |
int fordblks; | |
int keepcost; | |
}; | |
extern struct mallinfo mallinfo (void) __attribute__ ((__nothrow__ )); | |
#define M_MXFAST 1 | |
#define M_NLBLKS 2 | |
#define M_GRAIN 3 | |
#define M_KEEP 4 | |
#define M_TRIM_THRESHOLD -1 | |
#define M_TOP_PAD -2 | |
#define M_MMAP_THRESHOLD -3 | |
#define M_MMAP_MAX -4 | |
#define M_CHECK_ACTION -5 | |
#define M_PERTURB -6 | |
#define M_ARENA_TEST -7 | |
#define M_ARENA_MAX -8 | |
extern int mallopt (int __param, int __val) __attribute__ ((__nothrow__ )); | |
extern int malloc_trim (size_t __pad) __attribute__ ((__nothrow__ )); | |
extern size_t malloc_usable_size (void *__ptr) __attribute__ ((__nothrow__ )); | |
extern void malloc_stats (void) __attribute__ ((__nothrow__ )); | |
extern int malloc_info (int __options, FILE *__fp) __attribute__ ((__nothrow__ )); | |
extern void (*volatile __free_hook) (void *__ptr, | |
const void *) | |
__attribute__ ((__deprecated__)); | |
extern void *(*volatile __malloc_hook)(size_t __size, | |
const void *) | |
__attribute__ ((__deprecated__)); | |
extern void *(*volatile __realloc_hook)(void *__ptr, | |
size_t __size, | |
const void *) | |
__attribute__ ((__deprecated__)); | |
extern void *(*volatile __memalign_hook)(size_t __alignment, | |
size_t __size, | |
const void *) | |
__attribute__ ((__deprecated__)); | |
extern void (*volatile __after_morecore_hook) (void); | |
extern void __malloc_check_init (void) __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__)); | |
# 212 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
static __inline__ __attribute__((always_inline)) size_t malloc_size(void *memblock) { | |
return malloc_usable_size(memblock); | |
} | |
static __inline__ __attribute__((always_inline)) uint64_t mach_absolute_time() { | |
struct timespec ts; | |
clock_gettime(1, &ts); | |
return (uint64_t)ts.tv_nsec + (uint64_t)ts.tv_sec * 1000000000UL; | |
} | |
#define malloc_default_zone() (void *)0 | |
# 254 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
# 1 "/usr/include/sys/param.h" 1 3 4 | |
# 20 "/usr/include/sys/param.h" 3 4 | |
#define _SYS_PARAM_H 1 | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 24 "/usr/include/sys/param.h" 2 3 4 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/limits.h" 1 3 4 | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/limits.h" 3 4 | |
#define __CLANG_LIMITS_H | |
#define _GCC_LIMITS_H_ | |
# 1 "/usr/include/limits.h" 1 3 4 | |
# 23 "/usr/include/limits.h" 3 4 | |
#define _LIBC_LIMITS_H_ 1 | |
#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/bits/libc-header-start.h" 1 3 4 | |
# 31 "/usr/include/bits/libc-header-start.h" 3 4 | |
#undef __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
#undef __GLIBC_USE_LIB_EXT2 | |
#define __GLIBC_USE_LIB_EXT2 1 | |
#undef __GLIBC_USE_IEC_60559_BFP_EXT | |
#define __GLIBC_USE_IEC_60559_BFP_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_FUNCS_EXT | |
#define __GLIBC_USE_IEC_60559_FUNCS_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_TYPES_EXT | |
#define __GLIBC_USE_IEC_60559_TYPES_EXT 1 | |
# 27 "/usr/include/limits.h" 2 3 4 | |
#define MB_LEN_MAX 16 | |
# 132 "/usr/include/limits.h" 3 4 | |
#define LLONG_MIN (-LLONG_MAX-1) | |
#define LLONG_MAX __LONG_LONG_MAX__ | |
#define ULLONG_MAX (LLONG_MAX * 2ULL + 1) | |
# 147 "/usr/include/limits.h" 3 4 | |
#define CHAR_WIDTH 8 | |
#define SCHAR_WIDTH 8 | |
#define UCHAR_WIDTH 8 | |
#define SHRT_WIDTH 16 | |
#define USHRT_WIDTH 16 | |
#define INT_WIDTH 32 | |
#define UINT_WIDTH 32 | |
#define LONG_WIDTH __WORDSIZE | |
#define ULONG_WIDTH __WORDSIZE | |
#define LLONG_WIDTH 64 | |
#define ULLONG_WIDTH 64 | |
# 1 "/usr/include/bits/posix1_lim.h" 1 3 4 | |
# 25 "/usr/include/bits/posix1_lim.h" 3 4 | |
#define _BITS_POSIX1_LIM_H 1 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 28 "/usr/include/bits/posix1_lim.h" 2 3 4 | |
#define _POSIX_AIO_LISTIO_MAX 2 | |
#define _POSIX_AIO_MAX 1 | |
#define _POSIX_ARG_MAX 4096 | |
#define _POSIX_CHILD_MAX 25 | |
#define _POSIX_DELAYTIMER_MAX 32 | |
#define _POSIX_HOST_NAME_MAX 255 | |
#define _POSIX_LINK_MAX 8 | |
#define _POSIX_LOGIN_NAME_MAX 9 | |
#define _POSIX_MAX_CANON 255 | |
#define _POSIX_MAX_INPUT 255 | |
#define _POSIX_MQ_OPEN_MAX 8 | |
#define _POSIX_MQ_PRIO_MAX 32 | |
#define _POSIX_NAME_MAX 14 | |
#define _POSIX_NGROUPS_MAX 8 | |
#define _POSIX_OPEN_MAX 20 | |
#define _POSIX_FD_SETSIZE _POSIX_OPEN_MAX | |
#define _POSIX_PATH_MAX 256 | |
#define _POSIX_PIPE_BUF 512 | |
#define _POSIX_RE_DUP_MAX 255 | |
#define _POSIX_RTSIG_MAX 8 | |
#define _POSIX_SEM_NSEMS_MAX 256 | |
#define _POSIX_SEM_VALUE_MAX 32767 | |
#define _POSIX_SIGQUEUE_MAX 32 | |
#define _POSIX_SSIZE_MAX 32767 | |
#define _POSIX_STREAM_MAX 8 | |
#define _POSIX_SYMLINK_MAX 255 | |
#define _POSIX_SYMLOOP_MAX 8 | |
#define _POSIX_TIMER_MAX 32 | |
#define _POSIX_TTY_NAME_MAX 9 | |
#define _POSIX_TZNAME_MAX 6 | |
#define _POSIX_QLIMIT 1 | |
#define _POSIX_HIWAT _POSIX_PIPE_BUF | |
#define _POSIX_UIO_MAXIOV 16 | |
#define _POSIX_CLOCKRES_MIN 20000000 | |
# 1 "/usr/include/bits/local_lim.h" 1 3 4 | |
# 25 "/usr/include/bits/local_lim.h" 3 4 | |
#define __undef_NR_OPEN | |
#define __undef_LINK_MAX | |
#define __undef_OPEN_MAX | |
#define __undef_ARG_MAX | |
# 1 "/usr/include/linux/limits.h" 1 3 4 | |
#define _LINUX_LIMITS_H | |
#define NR_OPEN 1024 | |
#define NGROUPS_MAX 65536 | |
#define ARG_MAX 131072 | |
#define LINK_MAX 127 | |
#define MAX_CANON 255 | |
#define MAX_INPUT 255 | |
#define NAME_MAX 255 | |
#define PATH_MAX 4096 | |
#define PIPE_BUF 4096 | |
#define XATTR_NAME_MAX 255 | |
#define XATTR_SIZE_MAX 65536 | |
#define XATTR_LIST_MAX 65536 | |
#define RTSIG_MAX 32 | |
# 39 "/usr/include/bits/local_lim.h" 2 3 4 | |
#undef NR_OPEN | |
#undef __undef_NR_OPEN | |
#undef LINK_MAX | |
#undef __undef_LINK_MAX | |
#undef OPEN_MAX | |
#undef __undef_OPEN_MAX | |
#undef ARG_MAX | |
#undef __undef_ARG_MAX | |
#define _POSIX_THREAD_KEYS_MAX 128 | |
#define PTHREAD_KEYS_MAX 1024 | |
#define _POSIX_THREAD_DESTRUCTOR_ITERATIONS 4 | |
#define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS | |
#define _POSIX_THREAD_THREADS_MAX 64 | |
#undef PTHREAD_THREADS_MAX | |
#define AIO_PRIO_DELTA_MAX 20 | |
#define PTHREAD_STACK_MIN 16384 | |
#define DELAYTIMER_MAX 2147483647 | |
#define TTY_NAME_MAX 32 | |
#define LOGIN_NAME_MAX 256 | |
#define HOST_NAME_MAX 64 | |
#define MQ_PRIO_MAX 32768 | |
#define SEM_VALUE_MAX (2147483647) | |
# 162 "/usr/include/bits/posix1_lim.h" 2 3 4 | |
#define SSIZE_MAX LONG_MAX | |
# 184 "/usr/include/limits.h" 2 3 4 | |
# 1 "/usr/include/bits/posix2_lim.h" 1 3 4 | |
# 23 "/usr/include/bits/posix2_lim.h" 3 4 | |
#define _BITS_POSIX2_LIM_H 1 | |
#define _POSIX2_BC_BASE_MAX 99 | |
#define _POSIX2_BC_DIM_MAX 2048 | |
#define _POSIX2_BC_SCALE_MAX 99 | |
#define _POSIX2_BC_STRING_MAX 1000 | |
#define _POSIX2_COLL_WEIGHTS_MAX 2 | |
#define _POSIX2_EXPR_NEST_MAX 32 | |
#define _POSIX2_LINE_MAX 2048 | |
#define _POSIX2_RE_DUP_MAX 255 | |
#define _POSIX2_CHARCLASS_NAME_MAX 14 | |
#define BC_BASE_MAX _POSIX2_BC_BASE_MAX | |
#define BC_DIM_MAX _POSIX2_BC_DIM_MAX | |
#define BC_SCALE_MAX _POSIX2_BC_SCALE_MAX | |
#define BC_STRING_MAX _POSIX2_BC_STRING_MAX | |
#define COLL_WEIGHTS_MAX 255 | |
#define EXPR_NEST_MAX _POSIX2_EXPR_NEST_MAX | |
#define LINE_MAX _POSIX2_LINE_MAX | |
#define CHARCLASS_NAME_MAX 2048 | |
#define RE_DUP_MAX (0x7fff) | |
# 188 "/usr/include/limits.h" 2 3 4 | |
# 1 "/usr/include/bits/xopen_lim.h" 1 3 4 | |
# 30 "/usr/include/bits/xopen_lim.h" 3 4 | |
#define _XOPEN_LIM_H 1 | |
# 62 "/usr/include/bits/xopen_lim.h" 3 4 | |
#define _XOPEN_IOV_MAX _POSIX_UIO_MAXIOV | |
# 1 "/usr/include/bits/uio_lim.h" 1 3 4 | |
# 20 "/usr/include/bits/uio_lim.h" 3 4 | |
#define _BITS_UIO_LIM_H 1 | |
# 30 "/usr/include/bits/uio_lim.h" 3 4 | |
#define __IOV_MAX 1024 | |
# 65 "/usr/include/bits/xopen_lim.h" 2 3 4 | |
#define IOV_MAX __IOV_MAX | |
#define NL_ARGMAX _POSIX_ARG_MAX | |
#define NL_LANGMAX _POSIX2_LINE_MAX | |
#define NL_MSGMAX INT_MAX | |
#define NL_NMAX INT_MAX | |
#define NL_SETMAX INT_MAX | |
#define NL_TEXTMAX INT_MAX | |
#define NZERO 20 | |
# 114 "/usr/include/bits/xopen_lim.h" 3 4 | |
#define WORD_BIT 32 | |
# 137 "/usr/include/bits/xopen_lim.h" 3 4 | |
#define LONG_BIT 64 | |
# 192 "/usr/include/limits.h" 2 3 4 | |
# 38 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/limits.h" 2 3 4 | |
#undef SCHAR_MIN | |
#undef SCHAR_MAX | |
#undef UCHAR_MAX | |
#undef SHRT_MIN | |
#undef SHRT_MAX | |
#undef USHRT_MAX | |
#undef INT_MIN | |
#undef INT_MAX | |
#undef UINT_MAX | |
#undef LONG_MIN | |
#undef LONG_MAX | |
#undef ULONG_MAX | |
#undef CHAR_BIT | |
#undef CHAR_MIN | |
#undef CHAR_MAX | |
#define SCHAR_MAX __SCHAR_MAX__ | |
#define SHRT_MAX __SHRT_MAX__ | |
#define INT_MAX __INT_MAX__ | |
#define LONG_MAX __LONG_MAX__ | |
#define SCHAR_MIN (-__SCHAR_MAX__-1) | |
#define SHRT_MIN (-__SHRT_MAX__ -1) | |
#define INT_MIN (-__INT_MAX__ -1) | |
#define LONG_MIN (-__LONG_MAX__ -1L) | |
#define UCHAR_MAX (__SCHAR_MAX__*2 +1) | |
#define USHRT_MAX (__SHRT_MAX__ *2 +1) | |
#define UINT_MAX (__INT_MAX__ *2U +1U) | |
#define ULONG_MAX (__LONG_MAX__ *2UL+1UL) | |
#define CHAR_BIT __CHAR_BIT__ | |
#define CHAR_MIN SCHAR_MIN | |
#define CHAR_MAX __SCHAR_MAX__ | |
#undef LLONG_MIN | |
#undef LLONG_MAX | |
#undef ULLONG_MAX | |
#define LLONG_MAX __LONG_LONG_MAX__ | |
#define LLONG_MIN (-__LONG_LONG_MAX__-1LL) | |
#define ULLONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) | |
# 109 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/limits.h" 3 4 | |
#undef LONG_LONG_MIN | |
#undef LONG_LONG_MAX | |
#undef ULONG_LONG_MAX | |
#define LONG_LONG_MAX __LONG_LONG_MAX__ | |
#define LONG_LONG_MIN (-__LONG_LONG_MAX__-1LL) | |
#define ULONG_LONG_MAX (__LONG_LONG_MAX__*2ULL+1ULL) | |
# 27 "/usr/include/sys/param.h" 2 3 4 | |
# 1 "/usr/include/signal.h" 1 3 4 | |
# 23 "/usr/include/signal.h" 3 4 | |
#define _SIGNAL_H | |
# 1 "/usr/include/bits/signum.h" 1 3 4 | |
# 20 "/usr/include/bits/signum.h" 3 4 | |
#define _BITS_SIGNUM_H 1 | |
# 1 "/usr/include/bits/signum-generic.h" 1 3 4 | |
# 20 "/usr/include/bits/signum-generic.h" 3 4 | |
#define _BITS_SIGNUM_GENERIC_H 1 | |
#define SIG_ERR ((__sighandler_t) -1) | |
#define SIG_DFL ((__sighandler_t) 0) | |
#define SIG_IGN ((__sighandler_t) 1) | |
#define SIG_HOLD ((__sighandler_t) 2) | |
# 48 "/usr/include/bits/signum-generic.h" 3 4 | |
#define SIGINT 2 | |
#define SIGILL 4 | |
#define SIGABRT 6 | |
#define SIGFPE 8 | |
#define SIGSEGV 11 | |
#define SIGTERM 15 | |
#define SIGHUP 1 | |
#define SIGQUIT 3 | |
#define SIGTRAP 5 | |
#define SIGKILL 9 | |
#define SIGBUS 10 | |
#define SIGSYS 12 | |
#define SIGPIPE 13 | |
#define SIGALRM 14 | |
#define SIGURG 16 | |
#define SIGSTOP 17 | |
#define SIGTSTP 18 | |
#define SIGCONT 19 | |
#define SIGCHLD 20 | |
#define SIGTTIN 21 | |
#define SIGTTOU 22 | |
#define SIGPOLL 23 | |
#define SIGXCPU 24 | |
#define SIGXFSZ 25 | |
#define SIGVTALRM 26 | |
#define SIGPROF 27 | |
#define SIGUSR1 30 | |
#define SIGUSR2 31 | |
#define SIGWINCH 28 | |
#define SIGIO SIGPOLL | |
#define SIGIOT SIGABRT | |
#define SIGCLD SIGCHLD | |
#define __SIGRTMIN 32 | |
#define __SIGRTMAX __SIGRTMIN | |
#define _NSIG (__SIGRTMAX + 1) | |
# 27 "/usr/include/bits/signum.h" 2 3 4 | |
#define SIGSTKFLT 16 | |
#define SIGPWR 30 | |
#undef SIGBUS | |
#define SIGBUS 7 | |
#undef SIGUSR1 | |
#define SIGUSR1 10 | |
#undef SIGUSR2 | |
#define SIGUSR2 12 | |
#undef SIGCHLD | |
#define SIGCHLD 17 | |
#undef SIGCONT | |
#define SIGCONT 18 | |
#undef SIGSTOP | |
#define SIGSTOP 19 | |
#undef SIGTSTP | |
#define SIGTSTP 20 | |
#undef SIGURG | |
#define SIGURG 23 | |
#undef SIGPOLL | |
#define SIGPOLL 29 | |
#undef SIGSYS | |
#define SIGSYS 31 | |
#undef __SIGRTMAX | |
#define __SIGRTMAX 64 | |
# 31 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/types/sig_atomic_t.h" 1 3 4 | |
#define __sig_atomic_t_defined 1 | |
typedef __sig_atomic_t sig_atomic_t; | |
# 33 "/usr/include/signal.h" 2 3 4 | |
# 57 "/usr/include/signal.h" 3 4 | |
# 1 "/usr/include/bits/types/siginfo_t.h" 1 3 4 | |
#define __siginfo_t_defined 1 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 5 "/usr/include/bits/types/siginfo_t.h" 2 3 4 | |
# 1 "/usr/include/bits/types/__sigval_t.h" 1 3 4 | |
# 20 "/usr/include/bits/types/__sigval_t.h" 3 4 | |
#define ____sigval_t_defined | |
union sigval | |
{ | |
int sival_int; | |
void *sival_ptr; | |
}; | |
typedef union sigval __sigval_t; | |
# 7 "/usr/include/bits/types/siginfo_t.h" 2 3 4 | |
#define __SI_MAX_SIZE 128 | |
#define __SI_PAD_SIZE ((__SI_MAX_SIZE / sizeof (int)) - 4) | |
# 1 "/usr/include/bits/siginfo-arch.h" 1 3 4 | |
#define _BITS_SIGINFO_ARCH_H 1 | |
# 17 "/usr/include/bits/types/siginfo_t.h" 2 3 4 | |
#define __SI_ALIGNMENT | |
#define __SI_BAND_TYPE long int | |
#define __SI_CLOCK_T __clock_t | |
#define __SI_ERRNO_THEN_CODE 1 | |
#define __SI_HAVE_SIGSYS 1 | |
#define __SI_SIGFAULT_ADDL | |
typedef struct | |
{ | |
int si_signo; | |
int si_errno; | |
int si_code; | |
int __pad0; | |
union | |
{ | |
int _pad[((128 / sizeof (int)) - 4)]; | |
struct | |
{ | |
__pid_t si_pid; | |
__uid_t si_uid; | |
} _kill; | |
struct | |
{ | |
int si_tid; | |
int si_overrun; | |
__sigval_t si_sigval; | |
} _timer; | |
struct | |
{ | |
__pid_t si_pid; | |
__uid_t si_uid; | |
__sigval_t si_sigval; | |
} _rt; | |
struct | |
{ | |
__pid_t si_pid; | |
__uid_t si_uid; | |
int si_status; | |
__clock_t si_utime; | |
__clock_t si_stime; | |
} _sigchld; | |
struct | |
{ | |
void *si_addr; | |
short int si_addr_lsb; | |
union | |
{ | |
struct | |
{ | |
void *_lower; | |
void *_upper; | |
} _addr_bnd; | |
__uint32_t _pkey; | |
} _bounds; | |
} _sigfault; | |
struct | |
{ | |
long int si_band; | |
int si_fd; | |
} _sigpoll; | |
struct | |
{ | |
void *_call_addr; | |
int _syscall; | |
unsigned int _arch; | |
} _sigsys; | |
} _sifields; | |
} siginfo_t ; | |
#define si_pid _sifields._kill.si_pid | |
#define si_uid _sifields._kill.si_uid | |
#define si_timerid _sifields._timer.si_tid | |
#define si_overrun _sifields._timer.si_overrun | |
#define si_status _sifields._sigchld.si_status | |
#define si_utime _sifields._sigchld.si_utime | |
#define si_stime _sifields._sigchld.si_stime | |
#define si_value _sifields._rt.si_sigval | |
#define si_int _sifields._rt.si_sigval.sival_int | |
#define si_ptr _sifields._rt.si_sigval.sival_ptr | |
#define si_addr _sifields._sigfault.si_addr | |
#define si_addr_lsb _sifields._sigfault.si_addr_lsb | |
#define si_lower _sifields._sigfault._bounds._addr_bnd._lower | |
#define si_upper _sifields._sigfault._bounds._addr_bnd._upper | |
#define si_pkey _sifields._sigfault._bounds._pkey | |
#define si_band _sifields._sigpoll.si_band | |
#define si_fd _sifields._sigpoll.si_fd | |
#define si_call_addr _sifields._sigsys._call_addr | |
#define si_syscall _sifields._sigsys._syscall | |
#define si_arch _sifields._sigsys._arch | |
# 58 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/siginfo-consts.h" 1 3 4 | |
# 20 "/usr/include/bits/siginfo-consts.h" 3 4 | |
#define _BITS_SIGINFO_CONSTS_H 1 | |
# 30 "/usr/include/bits/siginfo-consts.h" 3 4 | |
#define __SI_ASYNCIO_AFTER_SIGIO 1 | |
enum | |
{ | |
SI_ASYNCNL = -60, | |
SI_DETHREAD = -7, | |
SI_TKILL, | |
SI_SIGIO, | |
SI_ASYNCIO, | |
SI_MESGQ, | |
SI_TIMER, | |
SI_QUEUE, | |
SI_USER, | |
SI_KERNEL = 0x80 | |
#define SI_ASYNCNL SI_ASYNCNL | |
#define SI_DETHREAD SI_DETHREAD | |
#define SI_TKILL SI_TKILL | |
#define SI_SIGIO SI_SIGIO | |
#define SI_ASYNCIO SI_ASYNCIO | |
#define SI_MESGQ SI_MESGQ | |
#define SI_TIMER SI_TIMER | |
#define SI_ASYNCIO SI_ASYNCIO | |
#define SI_QUEUE SI_QUEUE | |
#define SI_USER SI_USER | |
#define SI_KERNEL SI_KERNEL | |
}; | |
enum | |
{ | |
ILL_ILLOPC = 1, | |
#define ILL_ILLOPC ILL_ILLOPC | |
ILL_ILLOPN, | |
#define ILL_ILLOPN ILL_ILLOPN | |
ILL_ILLADR, | |
#define ILL_ILLADR ILL_ILLADR | |
ILL_ILLTRP, | |
#define ILL_ILLTRP ILL_ILLTRP | |
ILL_PRVOPC, | |
#define ILL_PRVOPC ILL_PRVOPC | |
ILL_PRVREG, | |
#define ILL_PRVREG ILL_PRVREG | |
ILL_COPROC, | |
#define ILL_COPROC ILL_COPROC | |
ILL_BADSTK, | |
#define ILL_BADSTK ILL_BADSTK | |
ILL_BADIADDR | |
#define ILL_BADIADDR ILL_BADIADDR | |
}; | |
enum | |
{ | |
FPE_INTDIV = 1, | |
#define FPE_INTDIV FPE_INTDIV | |
FPE_INTOVF, | |
#define FPE_INTOVF FPE_INTOVF | |
FPE_FLTDIV, | |
#define FPE_FLTDIV FPE_FLTDIV | |
FPE_FLTOVF, | |
#define FPE_FLTOVF FPE_FLTOVF | |
FPE_FLTUND, | |
#define FPE_FLTUND FPE_FLTUND | |
FPE_FLTRES, | |
#define FPE_FLTRES FPE_FLTRES | |
FPE_FLTINV, | |
#define FPE_FLTINV FPE_FLTINV | |
FPE_FLTSUB, | |
#define FPE_FLTSUB FPE_FLTSUB | |
FPE_FLTUNK = 14, | |
#define FPE_FLTUNK FPE_FLTUNK | |
FPE_CONDTRAP | |
#define FPE_CONDTRAP FPE_CONDTRAP | |
}; | |
enum | |
{ | |
SEGV_MAPERR = 1, | |
#define SEGV_MAPERR SEGV_MAPERR | |
SEGV_ACCERR, | |
#define SEGV_ACCERR SEGV_ACCERR | |
SEGV_BNDERR, | |
#define SEGV_BNDERR SEGV_BNDERR | |
SEGV_PKUERR, | |
#define SEGV_PKUERR SEGV_PKUERR | |
SEGV_ACCADI, | |
#define SEGV_ACCADI SEGV_ACCADI | |
SEGV_ADIDERR, | |
#define SEGV_ADIDERR SEGV_ADIDERR | |
SEGV_ADIPERR | |
#define SEGV_ADIPERR SEGV_ADIPERR | |
}; | |
enum | |
{ | |
BUS_ADRALN = 1, | |
#define BUS_ADRALN BUS_ADRALN | |
BUS_ADRERR, | |
#define BUS_ADRERR BUS_ADRERR | |
BUS_OBJERR, | |
#define BUS_OBJERR BUS_OBJERR | |
BUS_MCEERR_AR, | |
#define BUS_MCEERR_AR BUS_MCEERR_AR | |
BUS_MCEERR_AO | |
#define BUS_MCEERR_AO BUS_MCEERR_AO | |
}; | |
enum | |
{ | |
TRAP_BRKPT = 1, | |
#define TRAP_BRKPT TRAP_BRKPT | |
TRAP_TRACE, | |
#define TRAP_TRACE TRAP_TRACE | |
TRAP_BRANCH, | |
#define TRAP_BRANCH TRAP_BRANCH | |
TRAP_HWBKPT, | |
#define TRAP_HWBKPT TRAP_HWBKPT | |
TRAP_UNK | |
#define TRAP_UNK TRAP_UNK | |
}; | |
enum | |
{ | |
CLD_EXITED = 1, | |
#define CLD_EXITED CLD_EXITED | |
CLD_KILLED, | |
#define CLD_KILLED CLD_KILLED | |
CLD_DUMPED, | |
#define CLD_DUMPED CLD_DUMPED | |
CLD_TRAPPED, | |
#define CLD_TRAPPED CLD_TRAPPED | |
CLD_STOPPED, | |
#define CLD_STOPPED CLD_STOPPED | |
CLD_CONTINUED | |
#define CLD_CONTINUED CLD_CONTINUED | |
}; | |
enum | |
{ | |
POLL_IN = 1, | |
#define POLL_IN POLL_IN | |
POLL_OUT, | |
#define POLL_OUT POLL_OUT | |
POLL_MSG, | |
#define POLL_MSG POLL_MSG | |
POLL_ERR, | |
#define POLL_ERR POLL_ERR | |
POLL_PRI, | |
#define POLL_PRI POLL_PRI | |
POLL_HUP | |
#define POLL_HUP POLL_HUP | |
}; | |
# 1 "/usr/include/bits/siginfo-consts-arch.h" 1 3 4 | |
#define _BITS_SIGINFO_CONSTS_ARCH_H 1 | |
# 210 "/usr/include/bits/siginfo-consts.h" 2 3 4 | |
# 59 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/types/sigval_t.h" 1 3 4 | |
#define __sigval_t_defined | |
# 16 "/usr/include/bits/types/sigval_t.h" 3 4 | |
typedef __sigval_t sigval_t; | |
# 63 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/types/sigevent_t.h" 1 3 4 | |
#define __sigevent_t_defined 1 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 5 "/usr/include/bits/types/sigevent_t.h" 2 3 4 | |
#define __SIGEV_MAX_SIZE 64 | |
#define __SIGEV_PAD_SIZE ((__SIGEV_MAX_SIZE / sizeof (int)) - 4) | |
# 22 "/usr/include/bits/types/sigevent_t.h" 3 4 | |
typedef struct sigevent | |
{ | |
__sigval_t sigev_value; | |
int sigev_signo; | |
int sigev_notify; | |
union | |
{ | |
int _pad[((64 / sizeof (int)) - 4)]; | |
__pid_t _tid; | |
struct | |
{ | |
void (*_function) (__sigval_t); | |
pthread_attr_t *_attribute; | |
} _sigev_thread; | |
} _sigev_un; | |
} sigevent_t; | |
#define sigev_notify_function _sigev_un._sigev_thread._function | |
#define sigev_notify_attributes _sigev_un._sigev_thread._attribute | |
# 67 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/sigevent-consts.h" 1 3 4 | |
# 20 "/usr/include/bits/sigevent-consts.h" 3 4 | |
#define _BITS_SIGEVENT_CONSTS_H 1 | |
enum | |
{ | |
SIGEV_SIGNAL = 0, | |
#define SIGEV_SIGNAL SIGEV_SIGNAL | |
SIGEV_NONE, | |
#define SIGEV_NONE SIGEV_NONE | |
SIGEV_THREAD, | |
#define SIGEV_THREAD SIGEV_THREAD | |
SIGEV_THREAD_ID = 4 | |
#define SIGEV_THREAD_ID SIGEV_THREAD_ID | |
}; | |
# 68 "/usr/include/signal.h" 2 3 4 | |
typedef void (*__sighandler_t) (int); | |
extern __sighandler_t __sysv_signal (int __sig, __sighandler_t __handler) | |
__attribute__ ((__nothrow__ )); | |
extern __sighandler_t sysv_signal (int __sig, __sighandler_t __handler) | |
__attribute__ ((__nothrow__ )); | |
extern __sighandler_t signal (int __sig, __sighandler_t __handler) | |
__attribute__ ((__nothrow__ )); | |
# 112 "/usr/include/signal.h" 3 4 | |
extern int kill (__pid_t __pid, int __sig) __attribute__ ((__nothrow__ )); | |
extern int killpg (__pid_t __pgrp, int __sig) __attribute__ ((__nothrow__ )); | |
extern int raise (int __sig) __attribute__ ((__nothrow__ )); | |
extern __sighandler_t ssignal (int __sig, __sighandler_t __handler) | |
__attribute__ ((__nothrow__ )); | |
extern int gsignal (int __sig) __attribute__ ((__nothrow__ )); | |
extern void psignal (int __sig, const char *__s); | |
extern void psiginfo (const siginfo_t *__pinfo, const char *__s); | |
# 151 "/usr/include/signal.h" 3 4 | |
extern int sigpause (int __sig) __asm__ ("__xpg_sigpause"); | |
# 167 "/usr/include/signal.h" 3 4 | |
#define sigmask(sig) ((int)(1u << ((sig) - 1))) | |
extern int sigblock (int __mask) __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__)); | |
extern int sigsetmask (int __mask) __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__)); | |
extern int siggetmask (void) __attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__)); | |
#define NSIG _NSIG | |
typedef __sighandler_t sighandler_t; | |
typedef __sighandler_t sig_t; | |
extern int sigemptyset (sigset_t *__set) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigfillset (sigset_t *__set) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigaddset (sigset_t *__set, int __signo) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigdelset (sigset_t *__set, int __signo) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigismember (const sigset_t *__set, int __signo) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigisemptyset (const sigset_t *__set) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigandset (sigset_t *__set, const sigset_t *__left, | |
const sigset_t *__right) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2, 3))); | |
extern int sigorset (sigset_t *__set, const sigset_t *__left, | |
const sigset_t *__right) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2, 3))); | |
# 1 "/usr/include/bits/sigaction.h" 1 3 4 | |
# 20 "/usr/include/bits/sigaction.h" 3 4 | |
#define _BITS_SIGACTION_H 1 | |
struct sigaction | |
{ | |
union | |
{ | |
__sighandler_t sa_handler; | |
void (*sa_sigaction) (int, siginfo_t *, void *); | |
} | |
__sigaction_handler; | |
#define sa_handler __sigaction_handler.sa_handler | |
#define sa_sigaction __sigaction_handler.sa_sigaction | |
__sigset_t sa_mask; | |
int sa_flags; | |
void (*sa_restorer) (void); | |
}; | |
#define SA_NOCLDSTOP 1 | |
#define SA_NOCLDWAIT 2 | |
#define SA_SIGINFO 4 | |
#define SA_ONSTACK 0x08000000 | |
#define SA_RESTART 0x10000000 | |
#define SA_NODEFER 0x40000000 | |
#define SA_RESETHAND 0x80000000 | |
#define SA_INTERRUPT 0x20000000 | |
#define SA_NOMASK SA_NODEFER | |
#define SA_ONESHOT SA_RESETHAND | |
#define SA_STACK SA_ONSTACK | |
#define SIG_BLOCK 0 | |
#define SIG_UNBLOCK 1 | |
#define SIG_SETMASK 2 | |
# 227 "/usr/include/signal.h" 2 3 4 | |
extern int sigprocmask (int __how, const sigset_t *__restrict __set, | |
sigset_t *__restrict __oset) __attribute__ ((__nothrow__ )); | |
extern int sigsuspend (const sigset_t *__set) __attribute__ ((__nonnull__ (1))); | |
extern int sigaction (int __sig, const struct sigaction *__restrict __act, | |
struct sigaction *__restrict __oact) __attribute__ ((__nothrow__ )); | |
extern int sigpending (sigset_t *__set) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sigwait (const sigset_t *__restrict __set, int *__restrict __sig) | |
__attribute__ ((__nonnull__ (1, 2))); | |
extern int sigwaitinfo (const sigset_t *__restrict __set, | |
siginfo_t *__restrict __info) __attribute__ ((__nonnull__ (1))); | |
extern int sigtimedwait (const sigset_t *__restrict __set, | |
siginfo_t *__restrict __info, | |
const struct timespec *__restrict __timeout) | |
__attribute__ ((__nonnull__ (1))); | |
extern int sigqueue (__pid_t __pid, int __sig, const union sigval __val) | |
__attribute__ ((__nothrow__ )); | |
# 286 "/usr/include/signal.h" 3 4 | |
extern const char *const _sys_siglist[(64 + 1)]; | |
extern const char *const sys_siglist[(64 + 1)]; | |
# 1 "/usr/include/bits/sigcontext.h" 1 3 4 | |
# 19 "/usr/include/bits/sigcontext.h" 3 4 | |
#define _BITS_SIGCONTEXT_H 1 | |
#define FP_XSTATE_MAGIC1 0x46505853U | |
#define FP_XSTATE_MAGIC2 0x46505845U | |
#define FP_XSTATE_MAGIC2_SIZE sizeof(FP_XSTATE_MAGIC2) | |
struct _fpx_sw_bytes | |
{ | |
__uint32_t magic1; | |
__uint32_t extended_size; | |
__uint64_t xstate_bv; | |
__uint32_t xstate_size; | |
__uint32_t __glibc_reserved1[7]; | |
}; | |
struct _fpreg | |
{ | |
unsigned short significand[4]; | |
unsigned short exponent; | |
}; | |
struct _fpxreg | |
{ | |
unsigned short significand[4]; | |
unsigned short exponent; | |
unsigned short __glibc_reserved1[3]; | |
}; | |
struct _xmmreg | |
{ | |
__uint32_t element[4]; | |
}; | |
# 123 "/usr/include/bits/sigcontext.h" 3 4 | |
struct _fpstate | |
{ | |
__uint16_t cwd; | |
__uint16_t swd; | |
__uint16_t ftw; | |
__uint16_t fop; | |
__uint64_t rip; | |
__uint64_t rdp; | |
__uint32_t mxcsr; | |
__uint32_t mxcr_mask; | |
struct _fpxreg _st[8]; | |
struct _xmmreg _xmm[16]; | |
__uint32_t __glibc_reserved1[24]; | |
}; | |
struct sigcontext | |
{ | |
__uint64_t r8; | |
__uint64_t r9; | |
__uint64_t r10; | |
__uint64_t r11; | |
__uint64_t r12; | |
__uint64_t r13; | |
__uint64_t r14; | |
__uint64_t r15; | |
__uint64_t rdi; | |
__uint64_t rsi; | |
__uint64_t rbp; | |
__uint64_t rbx; | |
__uint64_t rdx; | |
__uint64_t rax; | |
__uint64_t rcx; | |
__uint64_t rsp; | |
__uint64_t rip; | |
__uint64_t eflags; | |
unsigned short cs; | |
unsigned short gs; | |
unsigned short fs; | |
unsigned short __pad0; | |
__uint64_t err; | |
__uint64_t trapno; | |
__uint64_t oldmask; | |
__uint64_t cr2; | |
__extension__ union | |
{ | |
struct _fpstate * fpstate; | |
__uint64_t __fpstate_word; | |
}; | |
__uint64_t __reserved1 [8]; | |
}; | |
struct _xsave_hdr | |
{ | |
__uint64_t xstate_bv; | |
__uint64_t __glibc_reserved1[2]; | |
__uint64_t __glibc_reserved2[5]; | |
}; | |
struct _ymmh_state | |
{ | |
__uint32_t ymmh_space[64]; | |
}; | |
struct _xstate | |
{ | |
struct _fpstate fpstate; | |
struct _xsave_hdr xstate_hdr; | |
struct _ymmh_state ymmh; | |
}; | |
# 292 "/usr/include/signal.h" 2 3 4 | |
extern int sigreturn (struct sigcontext *__scp) __attribute__ ((__nothrow__ )); | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 302 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/types/stack_t.h" 1 3 4 | |
# 20 "/usr/include/bits/types/stack_t.h" 3 4 | |
#define __stack_t_defined 1 | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 24 "/usr/include/bits/types/stack_t.h" 2 3 4 | |
typedef struct | |
{ | |
void *ss_sp; | |
int ss_flags; | |
size_t ss_size; | |
} stack_t; | |
# 304 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/sys/ucontext.h" 1 3 4 | |
# 19 "/usr/include/sys/ucontext.h" 3 4 | |
#define _SYS_UCONTEXT_H 1 | |
# 29 "/usr/include/sys/ucontext.h" 3 4 | |
#define __ctx(fld) fld | |
__extension__ typedef long long int greg_t; | |
#define __NGREG 23 | |
#define NGREG __NGREG | |
typedef greg_t gregset_t[23]; | |
enum | |
{ | |
REG_R8 = 0, | |
#define REG_R8 REG_R8 | |
REG_R9, | |
#define REG_R9 REG_R9 | |
REG_R10, | |
#define REG_R10 REG_R10 | |
REG_R11, | |
#define REG_R11 REG_R11 | |
REG_R12, | |
#define REG_R12 REG_R12 | |
REG_R13, | |
#define REG_R13 REG_R13 | |
REG_R14, | |
#define REG_R14 REG_R14 | |
REG_R15, | |
#define REG_R15 REG_R15 | |
REG_RDI, | |
#define REG_RDI REG_RDI | |
REG_RSI, | |
#define REG_RSI REG_RSI | |
REG_RBP, | |
#define REG_RBP REG_RBP | |
REG_RBX, | |
#define REG_RBX REG_RBX | |
REG_RDX, | |
#define REG_RDX REG_RDX | |
REG_RAX, | |
#define REG_RAX REG_RAX | |
REG_RCX, | |
#define REG_RCX REG_RCX | |
REG_RSP, | |
#define REG_RSP REG_RSP | |
REG_RIP, | |
#define REG_RIP REG_RIP | |
REG_EFL, | |
#define REG_EFL REG_EFL | |
REG_CSGSFS, | |
#define REG_CSGSFS REG_CSGSFS | |
REG_ERR, | |
#define REG_ERR REG_ERR | |
REG_TRAPNO, | |
#define REG_TRAPNO REG_TRAPNO | |
REG_OLDMASK, | |
#define REG_OLDMASK REG_OLDMASK | |
REG_CR2 | |
#define REG_CR2 REG_CR2 | |
}; | |
struct _libc_fpxreg | |
{ | |
unsigned short int significand[4]; | |
unsigned short int exponent; | |
unsigned short int __glibc_reserved1[3]; | |
}; | |
struct _libc_xmmreg | |
{ | |
__uint32_t element[4]; | |
}; | |
struct _libc_fpstate | |
{ | |
__uint16_t cwd; | |
__uint16_t swd; | |
__uint16_t ftw; | |
__uint16_t fop; | |
__uint64_t rip; | |
__uint64_t rdp; | |
__uint32_t mxcsr; | |
__uint32_t mxcr_mask; | |
struct _libc_fpxreg _st[8]; | |
struct _libc_xmmreg _xmm[16]; | |
__uint32_t __glibc_reserved1[24]; | |
}; | |
typedef struct _libc_fpstate *fpregset_t; | |
typedef struct | |
{ | |
gregset_t gregs; | |
fpregset_t fpregs; | |
__extension__ unsigned long long __reserved1 [8]; | |
} mcontext_t; | |
typedef struct ucontext_t | |
{ | |
unsigned long int uc_flags; | |
struct ucontext_t *uc_link; | |
stack_t uc_stack; | |
mcontext_t uc_mcontext; | |
sigset_t uc_sigmask; | |
struct _libc_fpstate __fpregs_mem; | |
__extension__ unsigned long long int __ssp[4]; | |
} ucontext_t; | |
# 260 "/usr/include/sys/ucontext.h" 3 4 | |
#undef __ctx | |
# 307 "/usr/include/signal.h" 2 3 4 | |
extern int siginterrupt (int __sig, int __interrupt) __attribute__ ((__nothrow__ )); | |
# 1 "/usr/include/bits/sigstack.h" 1 3 4 | |
# 20 "/usr/include/bits/sigstack.h" 3 4 | |
#define _BITS_SIGSTACK_H 1 | |
#define MINSIGSTKSZ 2048 | |
#define SIGSTKSZ 8192 | |
# 317 "/usr/include/signal.h" 2 3 4 | |
# 1 "/usr/include/bits/ss_flags.h" 1 3 4 | |
# 20 "/usr/include/bits/ss_flags.h" 3 4 | |
#define _BITS_SS_FLAGS_H 1 | |
enum | |
{ | |
SS_ONSTACK = 1, | |
#define SS_ONSTACK SS_ONSTACK | |
SS_DISABLE | |
#define SS_DISABLE SS_DISABLE | |
}; | |
# 318 "/usr/include/signal.h" 2 3 4 | |
extern int sigaltstack (const stack_t *__restrict __ss, | |
stack_t *__restrict __oss) __attribute__ ((__nothrow__ )); | |
# 1 "/usr/include/bits/types/struct_sigstack.h" 1 3 4 | |
# 20 "/usr/include/bits/types/struct_sigstack.h" 3 4 | |
#define __sigstack_defined 1 | |
struct sigstack | |
{ | |
void *ss_sp; | |
int ss_onstack; | |
}; | |
# 328 "/usr/include/signal.h" 2 3 4 | |
extern int sigstack (struct sigstack *__ss, struct sigstack *__oss) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__deprecated__)); | |
extern int sighold (int __sig) __attribute__ ((__nothrow__ )); | |
extern int sigrelse (int __sig) __attribute__ ((__nothrow__ )); | |
extern int sigignore (int __sig) __attribute__ ((__nothrow__ )); | |
extern __sighandler_t sigset (int __sig, __sighandler_t __disp) __attribute__ ((__nothrow__ )); | |
# 1 "/usr/include/bits/sigthread.h" 1 3 4 | |
# 20 "/usr/include/bits/sigthread.h" 3 4 | |
#define _BITS_SIGTHREAD_H 1 | |
# 31 "/usr/include/bits/sigthread.h" 3 4 | |
extern int pthread_sigmask (int __how, | |
const __sigset_t *__restrict __newmask, | |
__sigset_t *__restrict __oldmask)__attribute__ ((__nothrow__ )); | |
extern int pthread_kill (pthread_t __threadid, int __signo) __attribute__ ((__nothrow__ )); | |
extern int pthread_sigqueue (pthread_t __threadid, int __signo, | |
const union sigval __value) __attribute__ ((__nothrow__ )); | |
# 360 "/usr/include/signal.h" 2 3 4 | |
extern int __libc_current_sigrtmin (void) __attribute__ ((__nothrow__ )); | |
extern int __libc_current_sigrtmax (void) __attribute__ ((__nothrow__ )); | |
#define SIGRTMIN (__libc_current_sigrtmin ()) | |
#define SIGRTMAX (__libc_current_sigrtmax ()) | |
# 29 "/usr/include/sys/param.h" 2 3 4 | |
# 1 "/usr/include/bits/param.h" 1 3 4 | |
# 24 "/usr/include/bits/param.h" 3 4 | |
#define __undef_ARG_MAX | |
# 1 "/usr/include/linux/param.h" 1 3 4 | |
#define _LINUX_PARAM_H | |
# 1 "/usr/include/asm/param.h" 1 3 4 | |
# 1 "/usr/include/asm-generic/param.h" 1 3 4 | |
#define __ASM_GENERIC_PARAM_H | |
#define HZ 100 | |
#define EXEC_PAGESIZE 4096 | |
#define NOGROUP (-1) | |
#define MAXHOSTNAMELEN 64 | |
# 2 "/usr/include/asm/param.h" 2 3 4 | |
# 6 "/usr/include/linux/param.h" 2 3 4 | |
# 29 "/usr/include/bits/param.h" 2 3 4 | |
#undef ARG_MAX | |
#undef __undef_ARG_MAX | |
#define MAXSYMLINKS 20 | |
#define NOFILE 256 | |
#define NCARGS 131072 | |
# 32 "/usr/include/sys/param.h" 2 3 4 | |
#define NBBY CHAR_BIT | |
#define NGROUPS NGROUPS_MAX | |
#define CANBSIZ MAX_CANON | |
#define MAXPATHLEN PATH_MAX | |
# 72 "/usr/include/sys/param.h" 3 4 | |
#define NODEV ((dev_t) -1) | |
#define DEV_BSIZE 512 | |
#define setbit(a,i) ((a)[(i)/NBBY] |= 1<<((i)%NBBY)) | |
#define clrbit(a,i) ((a)[(i)/NBBY] &= ~(1<<((i)%NBBY))) | |
#define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) | |
#define isclr(a,i) (((a)[(i)/NBBY] & (1<<((i)%NBBY))) == 0) | |
#define howmany(x,y) (((x) + ((y) - 1)) / (y)) | |
#define roundup(x,y) (__builtin_constant_p (y) && powerof2 (y) ? (((x) + (y) - 1) & ~((y) - 1)) : ((((x) + ((y) - 1)) / (y)) * (y))) | |
#define powerof2(x) ((((x) - 1) & (x)) == 0) | |
#define MIN(a,b) (((a)<(b))?(a):(b)) | |
#define MAX(a,b) (((a)>(b))?(a):(b)) | |
# 255 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" 2 | |
#define ABS(A) ((A) < 0 ? (-(A)) : (A)) | |
# 444 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CoreFoundation_Prefix.h" | |
#define CF_TEST_PRIVATE CF_PRIVATE | |
static __inline__ __attribute__((always_inline)) int flsl( long mask ) { | |
int idx = 0; | |
while (mask != 0) mask = (unsigned long)mask >> 1, idx++; | |
return idx; | |
} | |
static __inline__ __attribute__((always_inline)) int popcountll(long long x) { | |
int count = 0; | |
while (x) { | |
count++; | |
x &= x - 1; | |
} | |
return count; | |
} | |
extern __attribute__((visibility("hidden"))) int asprintf(char **ret, const char *format, ...); | |
# 2 "<built-in>" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFSystemDirectories.c" 2 | |
# 18 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFSystemDirectories.c" | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 1 | |
# 17 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
#define __COREFOUNDATION_CFPRIV__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" 1 | |
# 45 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
#define __COREFOUNDATION_CFARRAY__ 1 | |
# 74 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
typedef const void * (*CFArrayRetainCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef void (*CFArrayReleaseCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef CFStringRef (*CFArrayCopyDescriptionCallBack)(const void *value); | |
typedef Boolean (*CFArrayEqualCallBack)(const void *value1, const void *value2); | |
typedef struct { | |
CFIndex version; | |
CFArrayRetainCallBack retain; | |
CFArrayReleaseCallBack release; | |
CFArrayCopyDescriptionCallBack copyDescription; | |
CFArrayEqualCallBack equal; | |
} CFArrayCallBacks; | |
extern | |
const CFArrayCallBacks kCFTypeArrayCallBacks; | |
# 102 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
typedef void (*CFArrayApplierFunction)(const void *value, void *context); | |
typedef const struct __attribute__((objc_bridge(NSArray))) __CFArray * CFArrayRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSMutableArray))) __CFArray * CFMutableArrayRef; | |
extern | |
CFTypeID CFArrayGetTypeID(void); | |
# 173 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFArrayRef CFArrayCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFArrayCallBacks *callBacks); | |
# 194 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFArrayRef CFArrayCreateCopy(CFAllocatorRef allocator, CFArrayRef theArray); | |
# 238 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFMutableArrayRef CFArrayCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFArrayCallBacks *callBacks); | |
# 268 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFMutableArrayRef CFArrayCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFArrayRef theArray); | |
# 278 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFIndex CFArrayGetCount(CFArrayRef theArray); | |
# 301 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFIndex CFArrayGetCountOfValue(CFArrayRef theArray, CFRange range, const void *value); | |
# 324 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
Boolean CFArrayContainsValue(CFArrayRef theArray, CFRange range, const void *value); | |
# 338 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
const void *CFArrayGetValueAtIndex(CFArrayRef theArray, CFIndex idx); | |
# 359 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayGetValues(CFArrayRef theArray, CFRange range, const void **values); | |
# 386 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayApplyFunction(CFArrayRef theArray, CFRange range, CFArrayApplierFunction __attribute__((noescape)) applier, void *context); | |
# 411 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFIndex CFArrayGetFirstIndexOfValue(CFArrayRef theArray, CFRange range, const void *value); | |
# 436 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFIndex CFArrayGetLastIndexOfValue(CFArrayRef theArray, CFRange range, const void *value); | |
# 475 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
CFIndex CFArrayBSearchValues(CFArrayRef theArray, CFRange range, const void *value, CFComparatorFunction comparator, void *context); | |
# 491 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayAppendValue(CFMutableArrayRef theArray, const void *value); | |
# 512 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayInsertValueAtIndex(CFMutableArrayRef theArray, CFIndex idx, const void *value); | |
# 533 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArraySetValueAtIndex(CFMutableArrayRef theArray, CFIndex idx, const void *value); | |
# 547 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayRemoveValueAtIndex(CFMutableArrayRef theArray, CFIndex idx); | |
# 557 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayRemoveAllValues(CFMutableArrayRef theArray); | |
# 591 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayReplaceValues(CFMutableArrayRef theArray, CFRange range, const void **newValues, CFIndex newCount); | |
# 609 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayExchangeValuesAtIndices(CFMutableArrayRef theArray, CFIndex idx1, CFIndex idx2); | |
# 639 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArraySortValues(CFMutableArrayRef theArray, CFRange range, CFComparatorFunction comparator, void *context); | |
# 666 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFArray.h" | |
extern | |
void CFArrayAppendArray(CFMutableArrayRef theArray, CFArrayRef otherArray, CFRange otherRange); | |
# 22 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
#define __COREFOUNDATION_CFSTRING__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFData.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFData.h" | |
#define __COREFOUNDATION_CFDATA__ 1 | |
typedef const struct __attribute__((objc_bridge(NSData))) __CFData * CFDataRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSMutableData))) __CFData * CFMutableDataRef; | |
extern | |
CFTypeID CFDataGetTypeID(void); | |
extern | |
CFDataRef CFDataCreate(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length); | |
extern | |
CFDataRef CFDataCreateWithBytesNoCopy(CFAllocatorRef allocator, const UInt8 *bytes, CFIndex length, CFAllocatorRef bytesDeallocator); | |
extern | |
CFDataRef CFDataCreateCopy(CFAllocatorRef allocator, CFDataRef theData); | |
extern | |
CFMutableDataRef CFDataCreateMutable(CFAllocatorRef allocator, CFIndex capacity); | |
extern | |
CFMutableDataRef CFDataCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDataRef theData); | |
extern | |
CFIndex CFDataGetLength(CFDataRef theData); | |
extern | |
const UInt8 *CFDataGetBytePtr(CFDataRef theData); | |
extern | |
UInt8 *CFDataGetMutableBytePtr(CFMutableDataRef theData); | |
extern | |
void CFDataGetBytes(CFDataRef theData, CFRange range, UInt8 *buffer); | |
extern | |
void CFDataSetLength(CFMutableDataRef theData, CFIndex length); | |
extern | |
void CFDataIncreaseLength(CFMutableDataRef theData, CFIndex extraLength); | |
extern | |
void CFDataAppendBytes(CFMutableDataRef theData, const UInt8 *bytes, CFIndex length); | |
extern | |
void CFDataReplaceBytes(CFMutableDataRef theData, CFRange range, const UInt8 *newBytes, CFIndex newLength); | |
extern | |
void CFDataDeleteBytes(CFMutableDataRef theData, CFRange range); | |
typedef CFOptionFlags CFDataSearchFlags; enum { | |
kCFDataSearchBackwards = 1UL << 0, | |
kCFDataSearchAnchored = 1UL << 1 | |
} ; | |
extern | |
CFRange CFDataFind(CFDataRef theData, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) ; | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" 1 | |
# 65 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
#define __COREFOUNDATION_CFDICTIONARY__ 1 | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
typedef const void * (*CFDictionaryRetainCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef void (*CFDictionaryReleaseCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef CFStringRef (*CFDictionaryCopyDescriptionCallBack)(const void *value); | |
typedef Boolean (*CFDictionaryEqualCallBack)(const void *value1, const void *value2); | |
typedef CFHashCode (*CFDictionaryHashCallBack)(const void *value); | |
typedef struct { | |
CFIndex version; | |
CFDictionaryRetainCallBack retain; | |
CFDictionaryReleaseCallBack release; | |
CFDictionaryCopyDescriptionCallBack copyDescription; | |
CFDictionaryEqualCallBack equal; | |
CFDictionaryHashCallBack hash; | |
} CFDictionaryKeyCallBacks; | |
extern | |
const CFDictionaryKeyCallBacks kCFTypeDictionaryKeyCallBacks; | |
# 128 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
const CFDictionaryKeyCallBacks kCFCopyStringDictionaryKeyCallBacks; | |
# 154 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
typedef struct { | |
CFIndex version; | |
CFDictionaryRetainCallBack retain; | |
CFDictionaryReleaseCallBack release; | |
CFDictionaryCopyDescriptionCallBack copyDescription; | |
CFDictionaryEqualCallBack equal; | |
} CFDictionaryValueCallBacks; | |
extern | |
const CFDictionaryValueCallBacks kCFTypeDictionaryValueCallBacks; | |
# 180 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
typedef void (*CFDictionaryApplierFunction)(const void *key, const void *value, void *context); | |
typedef const struct __attribute__((objc_bridge(NSDictionary))) __CFDictionary * CFDictionaryRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSMutableDictionary))) __CFDictionary * CFMutableDictionaryRef; | |
extern | |
CFTypeID CFDictionaryGetTypeID(void); | |
# 283 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks); | |
# 307 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFDictionaryRef CFDictionaryCreateCopy(CFAllocatorRef allocator, CFDictionaryRef theDict); | |
# 379 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFMutableDictionaryRef CFDictionaryCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks); | |
# 412 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFMutableDictionaryRef CFDictionaryCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFDictionaryRef theDict); | |
# 422 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFIndex CFDictionaryGetCount(CFDictionaryRef theDict); | |
# 441 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFIndex CFDictionaryGetCountOfKey(CFDictionaryRef theDict, const void *key); | |
# 457 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
CFIndex CFDictionaryGetCountOfValue(CFDictionaryRef theDict, const void *value); | |
# 475 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
Boolean CFDictionaryContainsKey(CFDictionaryRef theDict, const void *key); | |
# 491 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
Boolean CFDictionaryContainsValue(CFDictionaryRef theDict, const void *value); | |
# 513 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
const void *CFDictionaryGetValue(CFDictionaryRef theDict, const void *key); | |
# 538 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
Boolean CFDictionaryGetValueIfPresent(CFDictionaryRef theDict, const void *key, const void **value); | |
# 561 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionaryGetKeysAndValues(CFDictionaryRef theDict, const void **keys, const void **values); | |
# 581 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionaryApplyFunction(CFDictionaryRef theDict, CFDictionaryApplierFunction __attribute__((noescape)) applier, void *context); | |
# 601 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionaryAddValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | |
# 624 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionarySetValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | |
# 643 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionaryReplaceValue(CFMutableDictionaryRef theDict, const void *key, const void *value); | |
# 657 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionaryRemoveValue(CFMutableDictionaryRef theDict, const void *key); | |
# 667 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDictionary.h" | |
extern | |
void CFDictionaryRemoveAllValues(CFMutableDictionaryRef theDict); | |
# 17 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" 1 | |
# 37 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
#define __COREFOUNDATION_CFCHARACTERSET__ 1 | |
# 49 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
typedef const struct __attribute__((objc_bridge(NSCharacterSet))) __CFCharacterSet * CFCharacterSetRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSMutableCharacterSet))) __CFCharacterSet * CFMutableCharacterSetRef; | |
typedef CFIndex CFCharacterSetPredefinedSet; enum { | |
kCFCharacterSetControl = 1, | |
kCFCharacterSetWhitespace, | |
kCFCharacterSetWhitespaceAndNewline, | |
kCFCharacterSetDecimalDigit, | |
kCFCharacterSetLetter, | |
kCFCharacterSetLowercaseLetter, | |
kCFCharacterSetUppercaseLetter, | |
kCFCharacterSetNonBase, | |
kCFCharacterSetDecomposable, | |
kCFCharacterSetAlphaNumeric, | |
kCFCharacterSetPunctuation, | |
kCFCharacterSetCapitalizedLetter = 13, | |
kCFCharacterSetSymbol = 14, | |
kCFCharacterSetNewline = 15, | |
kCFCharacterSetIllegal = 12 | |
}; | |
extern | |
CFTypeID CFCharacterSetGetTypeID(void); | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFCharacterSetRef CFCharacterSetGetPredefined(CFCharacterSetPredefinedSet theSetIdentifier); | |
# 116 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFCharacterSetRef CFCharacterSetCreateWithCharactersInRange(CFAllocatorRef alloc, CFRange theRange); | |
# 133 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFCharacterSetRef CFCharacterSetCreateWithCharactersInString(CFAllocatorRef alloc, CFStringRef theString); | |
# 161 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFCharacterSetRef CFCharacterSetCreateWithBitmapRepresentation(CFAllocatorRef alloc, CFDataRef theData); | |
# 177 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern CFCharacterSetRef CFCharacterSetCreateInvertedSet(CFAllocatorRef alloc, CFCharacterSetRef theSet); | |
# 187 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern Boolean CFCharacterSetIsSupersetOfSet(CFCharacterSetRef theSet, CFCharacterSetRef theOtherset); | |
# 198 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern Boolean CFCharacterSetHasMemberInPlane(CFCharacterSetRef theSet, CFIndex thePlane); | |
# 210 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFMutableCharacterSetRef CFCharacterSetCreateMutable(CFAllocatorRef alloc); | |
# 226 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFCharacterSetRef CFCharacterSetCreateCopy(CFAllocatorRef alloc, CFCharacterSetRef theSet); | |
# 242 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFMutableCharacterSetRef CFCharacterSetCreateMutableCopy(CFAllocatorRef alloc, CFCharacterSetRef theSet); | |
# 256 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
Boolean CFCharacterSetIsCharacterMember(CFCharacterSetRef theSet, UniChar theChar); | |
# 268 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern Boolean CFCharacterSetIsLongCharacterMember(CFCharacterSetRef theSet, UTF32Char theChar); | |
# 286 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
CFDataRef CFCharacterSetCreateBitmapRepresentation(CFAllocatorRef alloc, CFCharacterSetRef theSet); | |
# 301 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetAddCharactersInRange(CFMutableCharacterSetRef theSet, CFRange theRange); | |
# 316 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetRemoveCharactersInRange(CFMutableCharacterSetRef theSet, CFRange theRange); | |
# 329 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetAddCharactersInString(CFMutableCharacterSetRef theSet, CFStringRef theString); | |
# 342 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetRemoveCharactersInString(CFMutableCharacterSetRef theSet, CFStringRef theString); | |
# 356 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetUnion(CFMutableCharacterSetRef theSet, CFCharacterSetRef theOtherSet); | |
# 370 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetIntersect(CFMutableCharacterSetRef theSet, CFCharacterSetRef theOtherSet); | |
# 380 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSet.h" | |
extern | |
void CFCharacterSetInvert(CFMutableCharacterSetRef theSet); | |
# 18 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocale.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocale.h" | |
#define __COREFOUNDATION_CFLOCALE__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNotificationCenter.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNotificationCenter.h" | |
#define __COREFOUNDATION_CFNOTIFICATIONCENTER__ 1 | |
typedef CFStringRef CFNotificationName ; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFNotificationCenter * CFNotificationCenterRef; | |
typedef void (*CFNotificationCallback)(CFNotificationCenterRef center, void *observer, CFNotificationName name, const void *object, CFDictionaryRef userInfo); | |
typedef CFIndex CFNotificationSuspensionBehavior; enum { | |
CFNotificationSuspensionBehaviorDrop = 1, | |
CFNotificationSuspensionBehaviorCoalesce = 2, | |
CFNotificationSuspensionBehaviorHold = 3, | |
CFNotificationSuspensionBehaviorDeliverImmediately = 4 | |
}; | |
extern CFTypeID CFNotificationCenterGetTypeID(void); | |
extern CFNotificationCenterRef CFNotificationCenterGetLocalCenter(void); | |
extern CFNotificationCenterRef CFNotificationCenterGetDarwinNotifyCenter(void); | |
# 62 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNotificationCenter.h" | |
extern void CFNotificationCenterAddObserver(CFNotificationCenterRef center, const void *observer, CFNotificationCallback callBack, CFStringRef name, const void *object, CFNotificationSuspensionBehavior suspensionBehavior); | |
extern void CFNotificationCenterRemoveObserver(CFNotificationCenterRef center, const void *observer, CFNotificationName name, const void *object); | |
extern void CFNotificationCenterRemoveEveryObserver(CFNotificationCenterRef center, const void *observer); | |
extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately); | |
enum { | |
kCFNotificationDeliverImmediately = (1UL << 0), | |
kCFNotificationPostToAllSessions = (1UL << 1) | |
}; | |
extern void CFNotificationCenterPostNotificationWithOptions(CFNotificationCenterRef center, CFNotificationName name, const void *object, CFDictionaryRef userInfo, CFOptionFlags options); | |
# 17 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocale.h" 2 | |
typedef CFStringRef CFLocaleIdentifier ; | |
typedef CFStringRef CFLocaleKey ; | |
typedef const struct __attribute__((objc_bridge(NSLocale))) __CFLocale *CFLocaleRef; | |
extern | |
CFTypeID CFLocaleGetTypeID(void); | |
extern | |
CFLocaleRef CFLocaleGetSystem(void); | |
extern | |
CFLocaleRef CFLocaleCopyCurrent(void); | |
# 44 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocale.h" | |
extern | |
CFArrayRef CFLocaleCopyAvailableLocaleIdentifiers(void); | |
extern | |
CFArrayRef CFLocaleCopyISOLanguageCodes(void); | |
extern | |
CFArrayRef CFLocaleCopyISOCountryCodes(void); | |
extern | |
CFArrayRef CFLocaleCopyISOCurrencyCodes(void); | |
extern | |
CFArrayRef CFLocaleCopyCommonISOCurrencyCodes(void) ; | |
extern | |
CFArrayRef CFLocaleCopyPreferredLanguages(void) ; | |
extern | |
CFLocaleIdentifier CFLocaleCreateCanonicalLanguageIdentifierFromString(CFAllocatorRef allocator, CFStringRef localeIdentifier); | |
extern | |
CFLocaleIdentifier CFLocaleCreateCanonicalLocaleIdentifierFromString(CFAllocatorRef allocator, CFStringRef localeIdentifier); | |
extern | |
CFLocaleIdentifier CFLocaleCreateCanonicalLocaleIdentifierFromScriptManagerCodes(CFAllocatorRef allocator, LangCode lcode, RegionCode rcode); | |
extern | |
CFLocaleIdentifier CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(CFAllocatorRef allocator, uint32_t lcid) ; | |
extern | |
uint32_t CFLocaleGetWindowsLocaleCodeFromLocaleIdentifier(CFLocaleIdentifier localeIdentifier) ; | |
typedef CFIndex CFLocaleLanguageDirection; enum { | |
kCFLocaleLanguageDirectionUnknown = 0, | |
kCFLocaleLanguageDirectionLeftToRight = 1, | |
kCFLocaleLanguageDirectionRightToLeft = 2, | |
kCFLocaleLanguageDirectionTopToBottom = 3, | |
kCFLocaleLanguageDirectionBottomToTop = 4 | |
}; | |
extern | |
CFLocaleLanguageDirection CFLocaleGetLanguageCharacterDirection(CFStringRef isoLangCode) ; | |
extern | |
CFLocaleLanguageDirection CFLocaleGetLanguageLineDirection(CFStringRef isoLangCode) ; | |
extern | |
CFDictionaryRef CFLocaleCreateComponentsFromLocaleIdentifier(CFAllocatorRef allocator, CFLocaleIdentifier localeID); | |
# 122 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocale.h" | |
extern | |
CFLocaleIdentifier CFLocaleCreateLocaleIdentifierFromComponents(CFAllocatorRef allocator, CFDictionaryRef dictionary); | |
extern | |
CFLocaleRef CFLocaleCreate(CFAllocatorRef allocator, CFLocaleIdentifier localeIdentifier); | |
extern | |
CFLocaleRef CFLocaleCreateCopy(CFAllocatorRef allocator, CFLocaleRef locale); | |
extern | |
CFLocaleIdentifier CFLocaleGetIdentifier(CFLocaleRef locale); | |
extern | |
CFTypeRef CFLocaleGetValue(CFLocaleRef locale, CFLocaleKey key); | |
extern | |
CFStringRef CFLocaleCopyDisplayNameForPropertyValue(CFLocaleRef displayLocale, CFLocaleKey key, CFStringRef value); | |
extern const CFNotificationName kCFLocaleCurrentLocaleDidChangeNotification ; | |
extern const CFLocaleKey kCFLocaleIdentifier; | |
extern const CFLocaleKey kCFLocaleLanguageCode; | |
extern const CFLocaleKey kCFLocaleCountryCode; | |
extern const CFLocaleKey kCFLocaleScriptCode; | |
extern const CFLocaleKey kCFLocaleVariantCode; | |
extern const CFLocaleKey kCFLocaleExemplarCharacterSet; | |
extern const CFLocaleKey kCFLocaleCalendarIdentifier; | |
extern const CFLocaleKey kCFLocaleCalendar; | |
extern const CFLocaleKey kCFLocaleCollationIdentifier; | |
extern const CFLocaleKey kCFLocaleUsesMetricSystem; | |
extern const CFLocaleKey kCFLocaleMeasurementSystem; | |
extern const CFLocaleKey kCFLocaleDecimalSeparator; | |
extern const CFLocaleKey kCFLocaleGroupingSeparator; | |
extern const CFLocaleKey kCFLocaleCurrencySymbol; | |
extern const CFLocaleKey kCFLocaleCurrencyCode; | |
extern const CFLocaleKey kCFLocaleCollatorIdentifier ; | |
extern const CFLocaleKey kCFLocaleQuotationBeginDelimiterKey ; | |
extern const CFLocaleKey kCFLocaleQuotationEndDelimiterKey ; | |
extern const CFLocaleKey kCFLocaleAlternateQuotationBeginDelimiterKey ; | |
extern const CFLocaleKey kCFLocaleAlternateQuotationEndDelimiterKey ; | |
typedef CFStringRef CFCalendarIdentifier ; | |
extern const CFCalendarIdentifier kCFGregorianCalendar; | |
extern const CFCalendarIdentifier kCFBuddhistCalendar; | |
extern const CFCalendarIdentifier kCFChineseCalendar; | |
extern const CFCalendarIdentifier kCFHebrewCalendar; | |
extern const CFCalendarIdentifier kCFIslamicCalendar; | |
extern const CFCalendarIdentifier kCFIslamicCivilCalendar; | |
extern const CFCalendarIdentifier kCFJapaneseCalendar; | |
extern const CFCalendarIdentifier kCFRepublicOfChinaCalendar ; | |
extern const CFCalendarIdentifier kCFPersianCalendar ; | |
extern const CFCalendarIdentifier kCFIndianCalendar ; | |
extern const CFCalendarIdentifier kCFISO8601Calendar ; | |
extern const CFCalendarIdentifier kCFIslamicTabularCalendar ; | |
extern const CFCalendarIdentifier kCFIslamicUmmAlQuraCalendar ; | |
# 19 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" 2 | |
# 99 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
typedef UInt32 CFStringEncoding; | |
#define kCFStringEncodingInvalidId (0xffffffffU) | |
typedef CFStringEncoding CFStringBuiltInEncodings; enum { | |
kCFStringEncodingMacRoman = 0, | |
kCFStringEncodingWindowsLatin1 = 0x0500, | |
kCFStringEncodingISOLatin1 = 0x0201, | |
kCFStringEncodingNextStepLatin = 0x0B01, | |
kCFStringEncodingASCII = 0x0600, | |
kCFStringEncodingUnicode = 0x0100, | |
kCFStringEncodingUTF8 = 0x08000100, | |
kCFStringEncodingNonLossyASCII = 0x0BFF, | |
kCFStringEncodingUTF16 = 0x0100, | |
kCFStringEncodingUTF16BE = 0x10000100, | |
kCFStringEncodingUTF16LE = 0x14000100, | |
kCFStringEncodingUTF32 = 0x0c000100, | |
kCFStringEncodingUTF32BE = 0x18000100, | |
kCFStringEncodingUTF32LE = 0x1c000100 | |
}; | |
extern | |
CFTypeID CFStringGetTypeID(void); | |
# 155 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
#define _CF_CONSTANT_STRING_SWIFT_CLASS $s10Foundation19_NSCFConstantStringCN | |
extern void *$s10Foundation19_NSCFConstantStringCN[]; | |
# 192 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
#define CFSTR(cStr) ((CFStringRef) __builtin___CFStringMakeConstantString ("" cStr "")) | |
# 203 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
#define CF_FORMAT_FUNCTION(F,A) | |
#define CF_FORMAT_ARGUMENT(A) | |
extern | |
CFStringRef CFStringCreateWithPascalString(CFAllocatorRef alloc, ConstStr255Param pStr, CFStringEncoding encoding); | |
extern | |
CFStringRef CFStringCreateWithCString(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding); | |
extern | |
CFStringRef CFStringCreateWithBytes(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean isExternalRepresentation); | |
extern | |
CFStringRef CFStringCreateWithCharacters(CFAllocatorRef alloc, const UniChar *chars, CFIndex numChars); | |
# 244 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
CFStringRef CFStringCreateWithPascalStringNoCopy(CFAllocatorRef alloc, ConstStr255Param pStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator); | |
extern | |
CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator); | |
extern | |
CFStringRef CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean isExternalRepresentation, CFAllocatorRef contentsDeallocator); | |
extern | |
CFStringRef CFStringCreateWithCharactersNoCopy(CFAllocatorRef alloc, const UniChar *chars, CFIndex numChars, CFAllocatorRef contentsDeallocator); | |
extern | |
CFStringRef CFStringCreateWithSubstring(CFAllocatorRef alloc, CFStringRef str, CFRange range); | |
extern | |
CFStringRef CFStringCreateCopy(CFAllocatorRef alloc, CFStringRef theString); | |
extern | |
CFStringRef CFStringCreateWithFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef format, ...) ; | |
extern | |
CFStringRef CFStringCreateWithFormatAndArguments(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) ; | |
extern | |
CFMutableStringRef CFStringCreateMutable(CFAllocatorRef alloc, CFIndex maxLength); | |
extern | |
CFMutableStringRef CFStringCreateMutableCopy(CFAllocatorRef alloc, CFIndex maxLength, CFStringRef theString); | |
extern | |
CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator); | |
extern | |
CFIndex CFStringGetLength(CFStringRef theString); | |
extern | |
UniChar CFStringGetCharacterAtIndex(CFStringRef theString, CFIndex idx); | |
extern | |
void CFStringGetCharacters(CFStringRef theString, CFRange range, UniChar *buffer); | |
# 320 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
Boolean CFStringGetPascalString(CFStringRef theString, StringPtr buffer, CFIndex bufferSize, CFStringEncoding encoding); | |
extern | |
Boolean CFStringGetCString(CFStringRef theString, char *buffer, CFIndex bufferSize, CFStringEncoding encoding); | |
extern | |
ConstStringPtr CFStringGetPascalStringPtr(CFStringRef theString, CFStringEncoding encoding); | |
extern | |
const char *CFStringGetCStringPtr(CFStringRef theString, CFStringEncoding encoding); | |
extern | |
const UniChar *CFStringGetCharactersPtr(CFStringRef theString); | |
# 356 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
CFIndex CFStringGetBytes(CFStringRef theString, CFRange range, CFStringEncoding encoding, UInt8 lossByte, Boolean isExternalRepresentation, UInt8 *buffer, CFIndex maxBufLen, CFIndex *usedBufLen); | |
extern | |
CFStringRef CFStringCreateFromExternalRepresentation(CFAllocatorRef alloc, CFDataRef data, CFStringEncoding encoding); | |
extern | |
CFDataRef CFStringCreateExternalRepresentation(CFAllocatorRef alloc, CFStringRef theString, CFStringEncoding encoding, UInt8 lossByte); | |
extern | |
CFStringEncoding CFStringGetSmallestEncoding(CFStringRef theString); | |
extern | |
CFStringEncoding CFStringGetFastestEncoding(CFStringRef theString); | |
extern | |
CFStringEncoding CFStringGetSystemEncoding(void); | |
extern | |
CFIndex CFStringGetMaximumSizeForEncoding(CFIndex length, CFStringEncoding encoding); | |
extern | |
Boolean CFStringGetFileSystemRepresentation(CFStringRef string, char *buffer, CFIndex maxBufLen); | |
extern | |
CFIndex CFStringGetMaximumSizeOfFileSystemRepresentation(CFStringRef string); | |
extern | |
CFStringRef CFStringCreateWithFileSystemRepresentation(CFAllocatorRef alloc, const char *buffer); | |
typedef CFOptionFlags CFStringCompareFlags; enum { | |
kCFCompareCaseInsensitive = 1, | |
kCFCompareBackwards = 4, | |
kCFCompareAnchored = 8, | |
kCFCompareNonliteral = 16, | |
kCFCompareLocalized = 32, | |
kCFCompareNumerically = 64, | |
kCFCompareDiacriticInsensitive = 128, | |
kCFCompareWidthInsensitive = 256, | |
kCFCompareForcedOrdering = 512 | |
}; | |
extern | |
CFComparisonResult CFStringCompareWithOptionsAndLocale(CFStringRef theString1, CFStringRef theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions, CFLocaleRef locale) ; | |
extern | |
CFComparisonResult CFStringCompareWithOptions(CFStringRef theString1, CFStringRef theString2, CFRange rangeToCompare, CFStringCompareFlags compareOptions); | |
extern | |
CFComparisonResult CFStringCompare(CFStringRef theString1, CFStringRef theString2, CFStringCompareFlags compareOptions); | |
extern | |
Boolean CFStringFindWithOptionsAndLocale(CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFLocaleRef locale, CFRange *result) ; | |
extern | |
Boolean CFStringFindWithOptions(CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFRange *result); | |
# 466 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
CFArrayRef CFStringCreateArrayWithFindResults(CFAllocatorRef alloc, CFStringRef theString, CFStringRef stringToFind, CFRange rangeToSearch, CFStringCompareFlags compareOptions); | |
extern | |
CFRange CFStringFind(CFStringRef theString, CFStringRef stringToFind, CFStringCompareFlags compareOptions); | |
extern | |
Boolean CFStringHasPrefix(CFStringRef theString, CFStringRef prefix); | |
extern | |
Boolean CFStringHasSuffix(CFStringRef theString, CFStringRef suffix); | |
# 493 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern CFRange CFStringGetRangeOfComposedCharactersAtIndex(CFStringRef theString, CFIndex theIndex); | |
# 524 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern Boolean CFStringFindCharacterFromSet(CFStringRef theString, CFCharacterSetRef theSet, CFRange rangeToSearch, CFStringCompareFlags searchOptions, CFRange *result); | |
# 535 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
void CFStringGetLineBounds(CFStringRef theString, CFRange range, CFIndex *lineBeginIndex, CFIndex *lineEndIndex, CFIndex *contentsEndIndex); | |
extern | |
void CFStringGetParagraphBounds(CFStringRef string, CFRange range, CFIndex *parBeginIndex, CFIndex *parEndIndex, CFIndex *contentsEndIndex) ; | |
# 568 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
CFIndex CFStringGetHyphenationLocationBeforeIndex(CFStringRef string, CFIndex location, CFRange limitRange, CFOptionFlags options, CFLocaleRef locale, UTF32Char *character) ; | |
extern | |
Boolean CFStringIsHyphenationAvailableForLocale(CFLocaleRef locale) ; | |
extern | |
CFStringRef CFStringCreateByCombiningStrings(CFAllocatorRef alloc, CFArrayRef theArray, CFStringRef separatorString); | |
extern | |
CFArrayRef CFStringCreateArrayBySeparatingStrings(CFAllocatorRef alloc, CFStringRef theString, CFStringRef separatorString); | |
extern | |
SInt32 CFStringGetIntValue(CFStringRef str); | |
extern | |
double CFStringGetDoubleValue(CFStringRef str); | |
# 599 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString); | |
extern | |
void CFStringAppendCharacters(CFMutableStringRef theString, const UniChar *chars, CFIndex numChars); | |
extern | |
void CFStringAppendPascalString(CFMutableStringRef theString, ConstStr255Param pStr, CFStringEncoding encoding); | |
extern | |
void CFStringAppendCString(CFMutableStringRef theString, const char *cStr, CFStringEncoding encoding); | |
extern | |
void CFStringAppendFormat(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef format, ...) ; | |
extern | |
void CFStringAppendFormatAndArguments(CFMutableStringRef theString, CFDictionaryRef formatOptions, CFStringRef format, va_list arguments) ; | |
extern | |
void CFStringInsert(CFMutableStringRef str, CFIndex idx, CFStringRef insertedStr); | |
extern | |
void CFStringDelete(CFMutableStringRef theString, CFRange range); | |
extern | |
void CFStringReplace(CFMutableStringRef theString, CFRange range, CFStringRef replacement); | |
extern | |
void CFStringReplaceAll(CFMutableStringRef theString, CFStringRef replacement); | |
# 637 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
CFIndex CFStringFindAndReplace(CFMutableStringRef theString, CFStringRef stringToFind, CFStringRef replacementString, CFRange rangeToSearch, CFStringCompareFlags compareOptions); | |
# 648 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
void CFStringSetExternalCharactersNoCopy(CFMutableStringRef theString, UniChar *chars, CFIndex length, CFIndex capacity); | |
# 662 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
void CFStringPad(CFMutableStringRef theString, CFStringRef padString, CFIndex length, CFIndex indexIntoPad); | |
extern | |
void CFStringTrim(CFMutableStringRef theString, CFStringRef trimString); | |
extern | |
void CFStringTrimWhitespace(CFMutableStringRef theString); | |
extern | |
void CFStringLowercase(CFMutableStringRef theString, CFLocaleRef locale); | |
extern | |
void CFStringUppercase(CFMutableStringRef theString, CFLocaleRef locale); | |
extern | |
void CFStringCapitalize(CFMutableStringRef theString, CFLocaleRef locale); | |
typedef CFIndex CFStringNormalizationForm; enum { | |
kCFStringNormalizationFormD = 0, | |
kCFStringNormalizationFormKD, | |
kCFStringNormalizationFormC, | |
kCFStringNormalizationFormKC | |
}; | |
# 704 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern void CFStringNormalize(CFMutableStringRef theString, CFStringNormalizationForm theForm); | |
# 731 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
extern | |
void CFStringFold(CFMutableStringRef theString, CFStringCompareFlags theFlags, CFLocaleRef theLocale) ; | |
extern | |
Boolean CFStringTransform(CFMutableStringRef string, CFRange *range, CFStringRef transform, Boolean reverse); | |
extern const CFStringRef kCFStringTransformStripCombiningMarks; | |
extern const CFStringRef kCFStringTransformToLatin; | |
extern const CFStringRef kCFStringTransformFullwidthHalfwidth; | |
extern const CFStringRef kCFStringTransformLatinKatakana; | |
extern const CFStringRef kCFStringTransformLatinHiragana; | |
extern const CFStringRef kCFStringTransformHiraganaKatakana; | |
extern const CFStringRef kCFStringTransformMandarinLatin; | |
extern const CFStringRef kCFStringTransformLatinHangul; | |
extern const CFStringRef kCFStringTransformLatinArabic; | |
extern const CFStringRef kCFStringTransformLatinHebrew; | |
extern const CFStringRef kCFStringTransformLatinThai; | |
extern const CFStringRef kCFStringTransformLatinCyrillic; | |
extern const CFStringRef kCFStringTransformLatinGreek; | |
extern const CFStringRef kCFStringTransformToXMLHex; | |
extern const CFStringRef kCFStringTransformToUnicodeName; | |
extern const CFStringRef kCFStringTransformStripDiacritics ; | |
extern | |
Boolean CFStringIsEncodingAvailable(CFStringEncoding encoding); | |
extern | |
const CFStringEncoding *CFStringGetListOfAvailableEncodings(void); | |
extern | |
CFStringRef CFStringGetNameOfEncoding(CFStringEncoding encoding); | |
extern | |
unsigned long CFStringConvertEncodingToNSStringEncoding(CFStringEncoding encoding); | |
extern | |
CFStringEncoding CFStringConvertNSStringEncodingToEncoding(unsigned long encoding); | |
extern | |
UInt32 CFStringConvertEncodingToWindowsCodepage(CFStringEncoding encoding); | |
extern | |
CFStringEncoding CFStringConvertWindowsCodepageToEncoding(UInt32 codepage); | |
extern | |
CFStringEncoding CFStringConvertIANACharSetNameToEncoding(CFStringRef theString); | |
extern | |
CFStringRef CFStringConvertEncodingToIANACharSetName(CFStringEncoding encoding); | |
extern | |
CFStringEncoding CFStringGetMostCompatibleMacStringEncoding(CFStringEncoding encoding); | |
# 820 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
#define __kCFStringInlineBufferLength 64 | |
typedef struct { | |
UniChar buffer[64]; | |
CFStringRef theString; | |
const UniChar *directUniCharBuffer; | |
const char *directCStringBuffer; | |
CFRange rangeToBuffer; | |
CFIndex bufferedRangeStart; | |
CFIndex bufferedRangeEnd; | |
} CFStringInlineBuffer; | |
static __inline__ __attribute__((always_inline)) void CFStringInitInlineBuffer(CFStringRef str, CFStringInlineBuffer *buf, CFRange range) { | |
buf->theString = str; | |
buf->rangeToBuffer = range; | |
buf->directCStringBuffer = (buf->directUniCharBuffer = CFStringGetCharactersPtr(str)) ? ((void*)0) : CFStringGetCStringPtr(str, kCFStringEncodingASCII); | |
buf->bufferedRangeStart = buf->bufferedRangeEnd = 0; | |
} | |
static __inline__ __attribute__((always_inline)) UniChar CFStringGetCharacterFromInlineBuffer(CFStringInlineBuffer *buf, CFIndex idx) { | |
if (idx < 0 || idx >= buf->rangeToBuffer.length) return 0; | |
if (buf->directUniCharBuffer) return buf->directUniCharBuffer[idx + buf->rangeToBuffer.location]; | |
if (buf->directCStringBuffer) return (UniChar)(buf->directCStringBuffer[idx + buf->rangeToBuffer.location]); | |
if (idx >= buf->bufferedRangeEnd || idx < buf->bufferedRangeStart) { | |
if ((buf->bufferedRangeStart = idx - 4) < 0) buf->bufferedRangeStart = 0; | |
buf->bufferedRangeEnd = buf->bufferedRangeStart + 64; | |
if (buf->bufferedRangeEnd > buf->rangeToBuffer.length) buf->bufferedRangeEnd = buf->rangeToBuffer.length; | |
CFStringGetCharacters(buf->theString, CFRangeMake(buf->rangeToBuffer.location + buf->bufferedRangeStart, buf->bufferedRangeEnd - buf->bufferedRangeStart), buf->buffer); | |
} | |
return buf->buffer[idx - buf->bufferedRangeStart]; | |
} | |
# 867 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFString.h" | |
static __inline__ __attribute__((always_inline)) Boolean CFStringIsSurrogateHighCharacter(UniChar character) { | |
return ((character >= 0xD800UL) && (character <= 0xDBFFUL) ? 1 : 0); | |
} | |
static __inline__ __attribute__((always_inline)) Boolean CFStringIsSurrogateLowCharacter(UniChar character) { | |
return ((character >= 0xDC00UL) && (character <= 0xDFFFUL) ? 1 : 0); | |
} | |
static __inline__ __attribute__((always_inline)) UTF32Char CFStringGetLongCharacterForSurrogatePair(UniChar surrogateHigh, UniChar surrogateLow) { | |
return (UTF32Char)(((surrogateHigh - 0xD800UL) << 10) + (surrogateLow - 0xDC00UL) + 0x0010000UL); | |
} | |
static __inline__ __attribute__((always_inline)) Boolean CFStringGetSurrogatePairForLongCharacter(UTF32Char character, UniChar *surrogates) { | |
if ((character > 0xFFFFUL) && (character < 0x110000UL)) { | |
character -= 0x10000; | |
if (((void*)0) != surrogates) { | |
surrogates[0] = (UniChar)((character >> 10) + 0xD800UL); | |
surrogates[1] = (UniChar)((character & 0x3FF) + 0xDC00UL); | |
} | |
return 1; | |
} else { | |
if (((void*)0) != surrogates) *surrogates = (UniChar)character; | |
return 0; | |
} | |
} | |
extern | |
void CFShow(CFTypeRef obj); | |
extern | |
void CFShowStr(CFStringRef str); | |
extern | |
CFStringRef __CFStringMakeConstantString(const char *cStr) ; | |
# 23 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
#define __COREFOUNDATION_CFURL__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" 1 | |
# 35 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
#define __COREFOUNDATION_CFERROR__ 1 | |
typedef CFStringRef CFErrorDomain ; | |
typedef struct __attribute__((objc_bridge(NSError))) __CFError * CFErrorRef; | |
extern | |
CFTypeID CFErrorGetTypeID(void) ; | |
extern const CFErrorDomain kCFErrorDomainPOSIX ; | |
extern const CFErrorDomain kCFErrorDomainOSStatus ; | |
extern const CFErrorDomain kCFErrorDomainMach ; | |
extern const CFErrorDomain kCFErrorDomainCocoa ; | |
extern const CFStringRef kCFErrorLocalizedDescriptionKey ; | |
extern const CFStringRef kCFErrorLocalizedFailureKey ; | |
extern const CFStringRef kCFErrorLocalizedFailureReasonKey ; | |
extern const CFStringRef kCFErrorLocalizedRecoverySuggestionKey ; | |
extern const CFStringRef kCFErrorDescriptionKey ; | |
extern const CFStringRef kCFErrorUnderlyingErrorKey ; | |
extern const CFStringRef kCFErrorURLKey ; | |
extern const CFStringRef kCFErrorFilePathKey ; | |
# 92 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
extern | |
CFErrorRef CFErrorCreate(CFAllocatorRef allocator, CFErrorDomain domain, CFIndex code, CFDictionaryRef userInfo) ; | |
# 107 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
extern | |
CFErrorRef CFErrorCreateWithUserInfoKeysAndValues(CFAllocatorRef allocator, CFErrorDomain domain, CFIndex code, const void *const *userInfoKeys, const void *const *userInfoValues, CFIndex numUserInfoValues) ; | |
extern | |
CFErrorDomain CFErrorGetDomain(CFErrorRef err) ; | |
extern | |
CFIndex CFErrorGetCode(CFErrorRef err) ; | |
# 135 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
extern | |
CFDictionaryRef CFErrorCopyUserInfo(CFErrorRef err) ; | |
# 150 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
extern | |
CFStringRef CFErrorCopyDescription(CFErrorRef err) ; | |
# 162 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
extern | |
CFStringRef CFErrorCopyFailureReason(CFErrorRef err) ; | |
# 174 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFError.h" | |
extern | |
CFStringRef CFErrorCopyRecoverySuggestion(CFErrorRef err) ; | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" 2 | |
typedef CFIndex CFURLPathStyle; enum { | |
kCFURLPOSIXPathStyle = 0, | |
kCFURLHFSPathStyle , | |
kCFURLWindowsPathStyle | |
}; | |
typedef const struct __attribute__((objc_bridge(NSURL))) __CFURL * CFURLRef; | |
# 43 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFTypeID CFURLGetTypeID(void); | |
# 53 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFURLRef CFURLCreateWithBytes(CFAllocatorRef allocator, const UInt8 *URLBytes, CFIndex length, CFStringEncoding encoding, CFURLRef baseURL); | |
extern | |
CFDataRef CFURLCreateData(CFAllocatorRef allocator, CFURLRef url, CFStringEncoding encoding, Boolean escapeWhitespace); | |
extern | |
CFURLRef CFURLCreateWithString(CFAllocatorRef allocator, CFStringRef URLString, CFURLRef baseURL); | |
# 83 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFURLRef CFURLCreateAbsoluteURLWithBytes(CFAllocatorRef alloc, const UInt8 *relativeURLBytes, CFIndex length, CFStringEncoding encoding, CFURLRef baseURL, Boolean useCompatibilityMode); | |
extern | |
CFURLRef CFURLCreateWithFileSystemPath(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle pathStyle, Boolean isDirectory); | |
extern | |
CFURLRef CFURLCreateFromFileSystemRepresentation(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean isDirectory); | |
extern | |
CFURLRef CFURLCreateWithFileSystemPathRelativeToBase(CFAllocatorRef allocator, CFStringRef filePath, CFURLPathStyle pathStyle, Boolean isDirectory, CFURLRef baseURL); | |
extern | |
CFURLRef CFURLCreateFromFileSystemRepresentationRelativeToBase(CFAllocatorRef allocator, const UInt8 *buffer, CFIndex bufLen, Boolean isDirectory, CFURLRef baseURL); | |
# 117 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLGetFileSystemRepresentation(CFURLRef url, Boolean resolveAgainstBase, UInt8 *buffer, CFIndex maxBufLen); | |
extern | |
CFURLRef CFURLCopyAbsoluteURL(CFURLRef relativeURL); | |
extern | |
CFStringRef CFURLGetString(CFURLRef anURL); | |
extern | |
CFURLRef CFURLGetBaseURL(CFURLRef anURL); | |
# 192 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLCanBeDecomposed(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyScheme(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyNetLocation(CFURLRef anURL); | |
# 211 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFStringRef CFURLCopyPath(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyStrictPath(CFURLRef anURL, Boolean *isAbsolute); | |
extern | |
CFStringRef CFURLCopyFileSystemPath(CFURLRef anURL, CFURLPathStyle pathStyle); | |
extern | |
Boolean CFURLHasDirectoryPath(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyResourceSpecifier(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyHostName(CFURLRef anURL); | |
extern | |
SInt32 CFURLGetPortNumber(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyUserName(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyPassword(CFURLRef anURL); | |
extern | |
CFStringRef CFURLCopyParameterString(CFURLRef anURL, CFStringRef charactersToLeaveEscaped); | |
extern | |
CFStringRef CFURLCopyQueryString(CFURLRef anURL, CFStringRef charactersToLeaveEscaped); | |
extern | |
CFStringRef CFURLCopyFragment(CFURLRef anURL, CFStringRef charactersToLeaveEscaped); | |
extern | |
CFStringRef CFURLCopyLastPathComponent(CFURLRef url); | |
extern | |
CFStringRef CFURLCopyPathExtension(CFURLRef url); | |
extern | |
CFURLRef CFURLCreateCopyAppendingPathComponent(CFAllocatorRef allocator, CFURLRef url, CFStringRef pathComponent, Boolean isDirectory); | |
extern | |
CFURLRef CFURLCreateCopyDeletingLastPathComponent(CFAllocatorRef allocator, CFURLRef url); | |
extern | |
CFURLRef CFURLCreateCopyAppendingPathExtension(CFAllocatorRef allocator, CFURLRef url, CFStringRef extension); | |
extern | |
CFURLRef CFURLCreateCopyDeletingPathExtension(CFAllocatorRef allocator, CFURLRef url); | |
extern | |
CFIndex CFURLGetBytes(CFURLRef url, UInt8 *buffer, CFIndex bufferLength); | |
typedef CFIndex CFURLComponentType; enum { | |
kCFURLComponentScheme = 1, | |
kCFURLComponentNetLocation = 2, | |
kCFURLComponentPath = 3, | |
kCFURLComponentResourceSpecifier = 4, | |
kCFURLComponentUser = 5, | |
kCFURLComponentPassword = 6, | |
kCFURLComponentUserInfo = 7, | |
kCFURLComponentHost = 8, | |
kCFURLComponentPort = 9, | |
kCFURLComponentParameterString = 10, | |
kCFURLComponentQuery = 11, | |
kCFURLComponentFragment = 12 | |
}; | |
# 373 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFRange CFURLGetByteRangeForComponent(CFURLRef url, CFURLComponentType component, CFRange *rangeIncludingSeparators); | |
# 383 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFStringRef CFURLCreateStringByReplacingPercentEscapes(CFAllocatorRef allocator, CFStringRef originalString, CFStringRef charactersToLeaveEscaped); | |
extern | |
CFStringRef CFURLCreateStringByReplacingPercentEscapesUsingEncoding(CFAllocatorRef allocator, CFStringRef origString, CFStringRef charsToLeaveEscaped, CFStringEncoding encoding) ; | |
# 402 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFStringRef CFURLCreateStringByAddingPercentEscapes(CFAllocatorRef allocator, CFStringRef originalString, CFStringRef charactersToLeaveUnescaped, CFStringRef legalURLCharactersToBeEscaped, CFStringEncoding encoding) ; | |
# 418 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLIsFileReferenceURL(CFURLRef url) ; | |
# 441 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFURLRef CFURLCreateFileReferenceURL(CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error) ; | |
# 465 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFURLRef CFURLCreateFilePathURL(CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error) ; | |
# 508 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLCopyResourcePropertyForKey(CFURLRef url, CFStringRef key, void *propertyValueTypeRefPtr, CFErrorRef *error) ; | |
# 532 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
CFDictionaryRef CFURLCopyResourcePropertiesForKeys(CFURLRef url, CFArrayRef keys, CFErrorRef *error) ; | |
# 558 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLSetResourcePropertyForKey(CFURLRef url, CFStringRef key, CFTypeRef propertyValue, CFErrorRef *error) ; | |
# 582 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLSetResourcePropertiesForKeys(CFURLRef url, CFDictionaryRef keyedPropertyValues, CFErrorRef *error) ; | |
extern | |
const CFStringRef kCFURLKeysOfUnsetValuesKey ; | |
# 606 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
void CFURLClearResourcePropertyCacheForKey(CFURLRef url, CFStringRef key) ; | |
# 623 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
void CFURLClearResourcePropertyCache(CFURLRef url) ; | |
# 644 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
void CFURLSetTemporaryResourcePropertyForKey(CFURLRef url, CFStringRef key, CFTypeRef propertyValue) ; | |
# 666 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFURL.h" | |
extern | |
Boolean CFURLResourceIsReachable(CFURLRef url, CFErrorRef *error) ; | |
extern | |
const CFStringRef kCFURLNameKey ; | |
extern | |
const CFStringRef kCFURLLocalizedNameKey ; | |
extern | |
const CFStringRef kCFURLIsRegularFileKey ; | |
extern | |
const CFStringRef kCFURLIsDirectoryKey ; | |
extern | |
const CFStringRef kCFURLIsSymbolicLinkKey ; | |
extern | |
const CFStringRef kCFURLIsVolumeKey ; | |
extern | |
const CFStringRef kCFURLIsPackageKey ; | |
extern | |
const CFStringRef kCFURLIsApplicationKey ; | |
extern | |
const CFStringRef kCFURLApplicationIsScriptableKey ; | |
extern | |
const CFStringRef kCFURLIsSystemImmutableKey ; | |
extern | |
const CFStringRef kCFURLIsUserImmutableKey ; | |
extern | |
const CFStringRef kCFURLIsHiddenKey ; | |
extern | |
const CFStringRef kCFURLHasHiddenExtensionKey ; | |
extern | |
const CFStringRef kCFURLCreationDateKey ; | |
extern | |
const CFStringRef kCFURLContentAccessDateKey ; | |
extern | |
const CFStringRef kCFURLContentModificationDateKey ; | |
extern | |
const CFStringRef kCFURLAttributeModificationDateKey ; | |
extern | |
const CFStringRef kCFURLLinkCountKey ; | |
extern | |
const CFStringRef kCFURLParentDirectoryURLKey ; | |
extern | |
const CFStringRef kCFURLVolumeURLKey ; | |
extern | |
const CFStringRef kCFURLTypeIdentifierKey ; | |
extern | |
const CFStringRef kCFURLLocalizedTypeDescriptionKey ; | |
extern | |
const CFStringRef kCFURLLabelNumberKey ; | |
extern | |
const CFStringRef kCFURLLabelColorKey ; | |
extern | |
const CFStringRef kCFURLLocalizedLabelKey ; | |
extern | |
const CFStringRef kCFURLEffectiveIconKey ; | |
extern | |
const CFStringRef kCFURLCustomIconKey ; | |
extern | |
const CFStringRef kCFURLFileResourceIdentifierKey ; | |
extern | |
const CFStringRef kCFURLVolumeIdentifierKey ; | |
extern | |
const CFStringRef kCFURLPreferredIOBlockSizeKey ; | |
extern | |
const CFStringRef kCFURLIsReadableKey ; | |
extern | |
const CFStringRef kCFURLIsWritableKey ; | |
extern | |
const CFStringRef kCFURLIsExecutableKey ; | |
extern | |
const CFStringRef kCFURLFileSecurityKey ; | |
extern | |
const CFStringRef kCFURLIsExcludedFromBackupKey ; | |
extern | |
const CFStringRef kCFURLTagNamesKey ; | |
extern | |
const CFStringRef kCFURLPathKey ; | |
extern | |
const CFStringRef kCFURLCanonicalPathKey ; | |
extern | |
const CFStringRef kCFURLIsMountTriggerKey ; | |
extern | |
const CFStringRef kCFURLGenerationIdentifierKey ; | |
extern | |
const CFStringRef kCFURLDocumentIdentifierKey ; | |
extern | |
const CFStringRef kCFURLAddedToDirectoryDateKey ; | |
extern | |
const CFStringRef kCFURLQuarantinePropertiesKey ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeKey ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeNamedPipe ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeCharacterSpecial ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeDirectory ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeBlockSpecial ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeRegular ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeSymbolicLink ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeSocket ; | |
extern | |
const CFStringRef kCFURLFileResourceTypeUnknown ; | |
extern | |
const CFStringRef kCFURLFileSizeKey ; | |
extern | |
const CFStringRef kCFURLFileAllocatedSizeKey ; | |
extern | |
const CFStringRef kCFURLTotalFileSizeKey ; | |
extern | |
const CFStringRef kCFURLTotalFileAllocatedSizeKey ; | |
extern | |
const CFStringRef kCFURLIsAliasFileKey ; | |
extern | |
const CFStringRef kCFURLFileProtectionKey ; | |
extern | |
const CFStringRef kCFURLFileProtectionNone ; | |
extern | |
const CFStringRef kCFURLFileProtectionComplete ; | |
extern | |
const CFStringRef kCFURLFileProtectionCompleteUnlessOpen ; | |
extern | |
const CFStringRef kCFURLFileProtectionCompleteUntilFirstUserAuthentication ; | |
extern | |
const CFStringRef kCFURLVolumeLocalizedFormatDescriptionKey ; | |
extern | |
const CFStringRef kCFURLVolumeTotalCapacityKey ; | |
extern | |
const CFStringRef kCFURLVolumeAvailableCapacityKey ; | |
extern | |
const CFStringRef kCFURLVolumeAvailableCapacityForImportantUsageKey ; | |
extern | |
const CFStringRef kCFURLVolumeAvailableCapacityForOpportunisticUsageKey ; | |
extern | |
const CFStringRef kCFURLVolumeResourceCountKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsPersistentIDsKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsSymbolicLinksKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsHardLinksKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsJournalingKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsJournalingKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsSparseFilesKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsZeroRunsKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsCaseSensitiveNamesKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsCasePreservedNamesKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsRootDirectoryDatesKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsVolumeSizesKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsRenamingKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsAdvisoryFileLockingKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsExtendedSecurityKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsBrowsableKey ; | |
extern | |
const CFStringRef kCFURLVolumeMaximumFileSizeKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsEjectableKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsRemovableKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsInternalKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsAutomountedKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsLocalKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsReadOnlyKey ; | |
extern | |
const CFStringRef kCFURLVolumeCreationDateKey ; | |
extern | |
const CFStringRef kCFURLVolumeURLForRemountingKey ; | |
extern | |
const CFStringRef kCFURLVolumeUUIDStringKey ; | |
extern | |
const CFStringRef kCFURLVolumeNameKey ; | |
extern | |
const CFStringRef kCFURLVolumeLocalizedNameKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsEncryptedKey ; | |
extern | |
const CFStringRef kCFURLVolumeIsRootFileSystemKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsCompressionKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsFileCloningKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsSwapRenamingKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsExclusiveRenamingKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsImmutableFilesKey ; | |
extern | |
const CFStringRef kCFURLVolumeSupportsAccessPermissionsKey ; | |
extern | |
const CFStringRef kCFURLIsUbiquitousItemKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemHasUnresolvedConflictsKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemIsDownloadedKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemIsDownloadingKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemIsUploadedKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemIsUploadingKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemPercentDownloadedKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemPercentUploadedKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemDownloadingStatusKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemDownloadingErrorKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemUploadingErrorKey ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemDownloadingStatusNotDownloaded ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemDownloadingStatusDownloaded ; | |
extern | |
const CFStringRef kCFURLUbiquitousItemDownloadingStatusCurrent ; | |
typedef CFOptionFlags CFURLBookmarkCreationOptions; enum { | |
kCFURLBookmarkCreationMinimalBookmarkMask = ( 1UL << 9 ), | |
kCFURLBookmarkCreationSuitableForBookmarkFile = ( 1UL << 10 ), | |
kCFURLBookmarkCreationWithSecurityScope = ( 1UL << 11 ), | |
kCFURLBookmarkCreationSecurityScopeAllowOnlyReadAccess = ( 1UL << 12 ), | |
kCFURLBookmarkCreationPreferFileIDResolutionMask = ( 1UL << 8 ), | |
} ; | |
typedef CFOptionFlags CFURLBookmarkResolutionOptions; enum { | |
kCFURLBookmarkResolutionWithoutUIMask = ( 1UL << 8 ), | |
kCFURLBookmarkResolutionWithoutMountingMask = ( 1UL << 9 ), | |
kCFURLBookmarkResolutionWithSecurityScope = ( 1UL << 10 ), | |
kCFBookmarkResolutionWithoutUIMask = kCFURLBookmarkResolutionWithoutUIMask, | |
kCFBookmarkResolutionWithoutMountingMask = kCFURLBookmarkResolutionWithoutMountingMask, | |
} ; | |
typedef CFOptionFlags CFURLBookmarkFileCreationOptions; | |
extern | |
CFDataRef CFURLCreateBookmarkData ( CFAllocatorRef allocator, CFURLRef url, CFURLBookmarkCreationOptions options, CFArrayRef resourcePropertiesToInclude, CFURLRef relativeToURL, CFErrorRef* error ) ; | |
extern | |
CFURLRef CFURLCreateByResolvingBookmarkData ( CFAllocatorRef allocator, CFDataRef bookmark, CFURLBookmarkResolutionOptions options, CFURLRef relativeToURL, CFArrayRef resourcePropertiesToInclude, Boolean* isStale, CFErrorRef* error ) ; | |
extern | |
CFDictionaryRef CFURLCreateResourcePropertiesForKeysFromBookmarkData ( CFAllocatorRef allocator, CFArrayRef resourcePropertiesToReturn, CFDataRef bookmark ) ; | |
extern | |
CFTypeRef CFURLCreateResourcePropertyForKeyFromBookmarkData( CFAllocatorRef allocator, CFStringRef resourcePropertyKey, CFDataRef bookmark ) ; | |
extern | |
CFDataRef CFURLCreateBookmarkDataFromFile(CFAllocatorRef allocator, CFURLRef fileURL, CFErrorRef *errorRef ) ; | |
extern | |
Boolean CFURLWriteBookmarkDataToFile( CFDataRef bookmarkRef, CFURLRef fileURL, CFURLBookmarkFileCreationOptions options, CFErrorRef *errorRef ) ; | |
extern | |
CFDataRef CFURLCreateBookmarkDataFromAliasRecord ( CFAllocatorRef allocatorRef, CFDataRef aliasRecordDataRef ) ; | |
extern | |
Boolean CFURLStartAccessingSecurityScopedResource(CFURLRef url) ; | |
extern | |
void CFURLStopAccessingSecurityScopedResource(CFURLRef url) ; | |
# 24 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDate.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDate.h" | |
#define __COREFOUNDATION_CFDATE__ 1 | |
typedef double CFTimeInterval; | |
typedef CFTimeInterval CFAbsoluteTime; | |
extern | |
CFAbsoluteTime CFAbsoluteTimeGetCurrent(void); | |
extern | |
const CFTimeInterval kCFAbsoluteTimeIntervalSince1970; | |
extern | |
const CFTimeInterval kCFAbsoluteTimeIntervalSince1904; | |
typedef const struct __attribute__((objc_bridge(NSDate))) __CFDate * CFDateRef; | |
extern | |
CFTypeID CFDateGetTypeID(void); | |
extern | |
CFDateRef CFDateCreate(CFAllocatorRef allocator, CFAbsoluteTime at); | |
extern | |
CFAbsoluteTime CFDateGetAbsoluteTime(CFDateRef theDate); | |
extern | |
CFTimeInterval CFDateGetTimeIntervalSinceDate(CFDateRef theDate, CFDateRef otherDate); | |
extern | |
CFComparisonResult CFDateCompare(CFDateRef theDate, CFDateRef otherDate, void *context); | |
typedef const struct __attribute__((objc_bridge(NSTimeZone))) __CFTimeZone * CFTimeZoneRef; | |
#define CF_CALENDAR_ENUM_DEPRECATED(A,B,C,D,...) CF_ENUM_DEPRECATED(A, B, C, D, __VA_ARGS__) | |
#define CF_CALENDAR_DEPRECATED(A,B,C,D,...) CF_DEPRECATED(A, B, C, D, __VA_ARGS__) | |
typedef struct { | |
SInt32 year; | |
SInt8 month; | |
SInt8 day; | |
SInt8 hour; | |
SInt8 minute; | |
double second; | |
} CFGregorianDate ; | |
typedef struct { | |
SInt32 years; | |
SInt32 months; | |
SInt32 days; | |
SInt32 hours; | |
SInt32 minutes; | |
double seconds; | |
} CFGregorianUnits ; | |
typedef CFOptionFlags CFGregorianUnitFlags; enum { | |
kCFGregorianUnitsYears = (1UL << 0), | |
kCFGregorianUnitsMonths = (1UL << 1), | |
kCFGregorianUnitsDays = (1UL << 2), | |
kCFGregorianUnitsHours = (1UL << 3), | |
kCFGregorianUnitsMinutes = (1UL << 4), | |
kCFGregorianUnitsSeconds = (1UL << 5), | |
kCFGregorianAllUnits = 0x00FFFFFF | |
}; | |
extern | |
Boolean CFGregorianDateIsValid(CFGregorianDate gdate, CFOptionFlags unitFlags) ; | |
extern | |
CFAbsoluteTime CFGregorianDateGetAbsoluteTime(CFGregorianDate gdate, CFTimeZoneRef tz) ; | |
extern | |
CFGregorianDate CFAbsoluteTimeGetGregorianDate(CFAbsoluteTime at, CFTimeZoneRef tz) ; | |
extern | |
CFAbsoluteTime CFAbsoluteTimeAddGregorianUnits(CFAbsoluteTime at, CFTimeZoneRef tz, CFGregorianUnits units) ; | |
extern | |
CFGregorianUnits CFAbsoluteTimeGetDifferenceAsGregorianUnits(CFAbsoluteTime at1, CFAbsoluteTime at2, CFTimeZoneRef tz, CFOptionFlags unitFlags) ; | |
extern | |
SInt32 CFAbsoluteTimeGetDayOfWeek(CFAbsoluteTime at, CFTimeZoneRef tz) ; | |
extern | |
SInt32 CFAbsoluteTimeGetDayOfYear(CFAbsoluteTime at, CFTimeZoneRef tz) ; | |
extern | |
SInt32 CFAbsoluteTimeGetWeekOfYear(CFAbsoluteTime at, CFTimeZoneRef tz) ; | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" 1 | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
#define __COREFOUNDATION_CFSET__ 1 | |
# 31 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
typedef const void * (*CFSetRetainCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef void (*CFSetReleaseCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef CFStringRef (*CFSetCopyDescriptionCallBack)(const void *value); | |
# 56 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
typedef Boolean (*CFSetEqualCallBack)(const void *value1, const void *value2); | |
typedef CFHashCode (*CFSetHashCallBack)(const void *value); | |
# 90 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
typedef struct { | |
CFIndex version; | |
CFSetRetainCallBack retain; | |
CFSetReleaseCallBack release; | |
CFSetCopyDescriptionCallBack copyDescription; | |
CFSetEqualCallBack equal; | |
CFSetHashCallBack hash; | |
} CFSetCallBacks; | |
extern | |
const CFSetCallBacks kCFTypeSetCallBacks; | |
extern | |
const CFSetCallBacks kCFCopyStringSetCallBacks; | |
# 124 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
typedef void (*CFSetApplierFunction)(const void *value, void *context); | |
typedef const struct __attribute__((objc_bridge(NSSet))) __CFSet * CFSetRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSMutableSet))) __CFSet * CFMutableSetRef; | |
extern | |
CFTypeID CFSetGetTypeID(void); | |
# 191 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
CFSetRef CFSetCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFSetCallBacks *callBacks); | |
# 212 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
CFSetRef CFSetCreateCopy(CFAllocatorRef allocator, CFSetRef theSet); | |
# 258 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
CFMutableSetRef CFSetCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFSetCallBacks *callBacks); | |
# 288 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
CFMutableSetRef CFSetCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFSetRef theSet); | |
# 298 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
CFIndex CFSetGetCount(CFSetRef theSet); | |
# 316 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
CFIndex CFSetGetCountOfValue(CFSetRef theSet, const void *value); | |
# 332 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
Boolean CFSetContainsValue(CFSetRef theSet, const void *value); | |
# 347 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
const void *CFSetGetValue(CFSetRef theSet, const void *value); | |
# 371 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
Boolean CFSetGetValueIfPresent(CFSetRef theSet, const void *candidate, const void **value); | |
# 385 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetGetValues(CFSetRef theSet, const void **values); | |
# 405 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetApplyFunction(CFSetRef theSet, CFSetApplierFunction __attribute__((noescape)) applier, void *context); | |
# 420 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetAddValue(CFMutableSetRef theSet, const void *value); | |
# 439 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetReplaceValue(CFMutableSetRef theSet, const void *value); | |
# 459 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetSetValue(CFMutableSetRef theSet, const void *value); | |
# 474 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetRemoveValue(CFMutableSetRef theSet, const void *value); | |
# 484 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSet.h" | |
extern | |
void CFSetRemoveAllValues(CFMutableSetRef theSet); | |
# 27 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/usr/include/math.h" 1 3 4 | |
# 24 "/usr/include/math.h" 3 4 | |
#define _MATH_H 1 | |
#define __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
# 1 "/usr/include/bits/libc-header-start.h" 1 3 4 | |
# 31 "/usr/include/bits/libc-header-start.h" 3 4 | |
#undef __GLIBC_INTERNAL_STARTING_HEADER_IMPLEMENTATION | |
#undef __GLIBC_USE_LIB_EXT2 | |
#define __GLIBC_USE_LIB_EXT2 1 | |
#undef __GLIBC_USE_IEC_60559_BFP_EXT | |
#define __GLIBC_USE_IEC_60559_BFP_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_FUNCS_EXT | |
#define __GLIBC_USE_IEC_60559_FUNCS_EXT 1 | |
#undef __GLIBC_USE_IEC_60559_TYPES_EXT | |
#define __GLIBC_USE_IEC_60559_TYPES_EXT 1 | |
# 28 "/usr/include/math.h" 2 3 4 | |
# 40 "/usr/include/math.h" 3 4 | |
# 1 "/usr/include/bits/math-vector.h" 1 3 4 | |
# 25 "/usr/include/bits/math-vector.h" 3 4 | |
# 1 "/usr/include/bits/libm-simd-decl-stubs.h" 1 3 4 | |
# 34 "/usr/include/bits/libm-simd-decl-stubs.h" 3 4 | |
#define _BITS_LIBM_SIMD_DECL_STUBS_H 1 | |
#define __DECL_SIMD_cos | |
#define __DECL_SIMD_cosf | |
#define __DECL_SIMD_cosl | |
#define __DECL_SIMD_cosf16 | |
#define __DECL_SIMD_cosf32 | |
#define __DECL_SIMD_cosf64 | |
#define __DECL_SIMD_cosf128 | |
#define __DECL_SIMD_cosf32x | |
#define __DECL_SIMD_cosf64x | |
#define __DECL_SIMD_cosf128x | |
#define __DECL_SIMD_sin | |
#define __DECL_SIMD_sinf | |
#define __DECL_SIMD_sinl | |
#define __DECL_SIMD_sinf16 | |
#define __DECL_SIMD_sinf32 | |
#define __DECL_SIMD_sinf64 | |
#define __DECL_SIMD_sinf128 | |
#define __DECL_SIMD_sinf32x | |
#define __DECL_SIMD_sinf64x | |
#define __DECL_SIMD_sinf128x | |
#define __DECL_SIMD_sincos | |
#define __DECL_SIMD_sincosf | |
#define __DECL_SIMD_sincosl | |
#define __DECL_SIMD_sincosf16 | |
#define __DECL_SIMD_sincosf32 | |
#define __DECL_SIMD_sincosf64 | |
#define __DECL_SIMD_sincosf128 | |
#define __DECL_SIMD_sincosf32x | |
#define __DECL_SIMD_sincosf64x | |
#define __DECL_SIMD_sincosf128x | |
#define __DECL_SIMD_log | |
#define __DECL_SIMD_logf | |
#define __DECL_SIMD_logl | |
#define __DECL_SIMD_logf16 | |
#define __DECL_SIMD_logf32 | |
#define __DECL_SIMD_logf64 | |
#define __DECL_SIMD_logf128 | |
#define __DECL_SIMD_logf32x | |
#define __DECL_SIMD_logf64x | |
#define __DECL_SIMD_logf128x | |
#define __DECL_SIMD_exp | |
#define __DECL_SIMD_expf | |
#define __DECL_SIMD_expl | |
#define __DECL_SIMD_expf16 | |
#define __DECL_SIMD_expf32 | |
#define __DECL_SIMD_expf64 | |
#define __DECL_SIMD_expf128 | |
#define __DECL_SIMD_expf32x | |
#define __DECL_SIMD_expf64x | |
#define __DECL_SIMD_expf128x | |
#define __DECL_SIMD_pow | |
#define __DECL_SIMD_powf | |
#define __DECL_SIMD_powl | |
#define __DECL_SIMD_powf16 | |
#define __DECL_SIMD_powf32 | |
#define __DECL_SIMD_powf64 | |
#define __DECL_SIMD_powf128 | |
#define __DECL_SIMD_powf32x | |
#define __DECL_SIMD_powf64x | |
#define __DECL_SIMD_powf128x | |
# 26 "/usr/include/bits/math-vector.h" 2 3 4 | |
# 41 "/usr/include/math.h" 2 3 4 | |
#define HUGE_VAL (__builtin_huge_val ()) | |
# 59 "/usr/include/math.h" 3 4 | |
#define HUGE_VALF (__builtin_huge_valf ()) | |
#define HUGE_VALL (__builtin_huge_vall ()) | |
# 70 "/usr/include/math.h" 3 4 | |
#define HUGE_VAL_F32 (__builtin_huge_valf32 ()) | |
#define HUGE_VAL_F64 (__builtin_huge_valf64 ()) | |
#define HUGE_VAL_F32X (__builtin_huge_valf32x ()) | |
#define HUGE_VAL_F64X (__builtin_huge_valf64x ()) | |
# 91 "/usr/include/math.h" 3 4 | |
#define INFINITY (__builtin_inff ()) | |
#define NAN (__builtin_nanf ("")) | |
# 110 "/usr/include/math.h" 3 4 | |
#define SNANF (__builtin_nansf ("")) | |
#define SNAN (__builtin_nans ("")) | |
#define SNANL (__builtin_nansl ("")) | |
#define SNANF32 (__builtin_nansf32 ("")) | |
#define SNANF64 (__builtin_nansf64 ("")) | |
#define SNANF32X (__builtin_nansf32x ("")) | |
#define SNANF64X (__builtin_nansf64x ("")) | |
# 1 "/usr/include/bits/flt-eval-method.h" 1 3 4 | |
# 27 "/usr/include/bits/flt-eval-method.h" 3 4 | |
#define __GLIBC_FLT_EVAL_METHOD __FLT_EVAL_METHOD__ | |
# 139 "/usr/include/math.h" 2 3 4 | |
# 149 "/usr/include/math.h" 3 4 | |
typedef float float_t; | |
typedef double double_t; | |
# 190 "/usr/include/math.h" 3 4 | |
# 1 "/usr/include/bits/fp-logb.h" 1 3 4 | |
# 23 "/usr/include/bits/fp-logb.h" 3 4 | |
#define __FP_LOGB0_IS_MIN 1 | |
#define __FP_LOGBNAN_IS_MIN 1 | |
# 191 "/usr/include/math.h" 2 3 4 | |
#define FP_ILOGB0 (-2147483647 - 1) | |
#define FP_ILOGBNAN (-2147483647 - 1) | |
# 207 "/usr/include/math.h" 3 4 | |
#define __FP_LONG_MAX 0x7fffffffffffffffL | |
#define FP_LLOGB0 (-__FP_LONG_MAX - 1) | |
#define FP_LLOGBNAN (-__FP_LONG_MAX - 1) | |
# 233 "/usr/include/math.h" 3 4 | |
# 1 "/usr/include/bits/fp-fast.h" 1 3 4 | |
# 234 "/usr/include/math.h" 2 3 4 | |
enum | |
{ | |
FP_INT_UPWARD = | |
#define FP_INT_UPWARD 0 | |
0, | |
FP_INT_DOWNWARD = | |
#define FP_INT_DOWNWARD 1 | |
1, | |
FP_INT_TOWARDZERO = | |
#define FP_INT_TOWARDZERO 2 | |
2, | |
FP_INT_TONEARESTFROMZERO = | |
#define FP_INT_TONEARESTFROMZERO 3 | |
3, | |
FP_INT_TONEAREST = | |
#define FP_INT_TONEAREST 4 | |
4, | |
}; | |
#define __SIMD_DECL(function) __CONCAT (__DECL_SIMD_, function) | |
#define __MATHCALL_VEC(function,suffix,args) __SIMD_DECL (__MATH_PRECNAME (function, suffix)) __MATHCALL (function, suffix, args) | |
#define __MATHDECL_VEC(type,function,suffix,args) __SIMD_DECL (__MATH_PRECNAME (function, suffix)) __MATHDECL(type, function,suffix, args) | |
#define __MATHCALL(function,suffix,args) __MATHDECL (_Mdouble_,function,suffix, args) | |
#define __MATHDECL(type,function,suffix,args) __MATHDECL_1(type, function,suffix, args); __MATHDECL_1(type, __CONCAT(__,function),suffix, args) | |
#define __MATHCALLX(function,suffix,args,attrib) __MATHDECLX (_Mdouble_,function,suffix, args, attrib) | |
#define __MATHDECLX(type,function,suffix,args,attrib) __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); __MATHDECL_1(type, __CONCAT(__,function),suffix, args) __attribute__ (attrib) | |
#define __MATHDECL_1(type,function,suffix,args) extern type __MATH_PRECNAME(function,suffix) args __THROW | |
#define _Mdouble_ double | |
#define __MATH_PRECNAME(name,r) __CONCAT(name,r) | |
#define __MATH_DECLARING_DOUBLE 1 | |
#define __MATH_DECLARING_FLOATN 0 | |
# 1 "/usr/include/bits/mathcalls-helper-functions.h" 1 3 4 | |
# 21 "/usr/include/bits/mathcalls-helper-functions.h" 3 4 | |
extern int __fpclassify (double __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int __signbit (double __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int __isinf (double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __finite (double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __isnan (double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __iseqsig (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern int __issignaling (double __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
# 290 "/usr/include/math.h" 2 3 4 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern double acos (double __x) __attribute__ ((__nothrow__ )); extern double __acos (double __x) __attribute__ ((__nothrow__ )); | |
extern double asin (double __x) __attribute__ ((__nothrow__ )); extern double __asin (double __x) __attribute__ ((__nothrow__ )); | |
extern double atan (double __x) __attribute__ ((__nothrow__ )); extern double __atan (double __x) __attribute__ ((__nothrow__ )); | |
extern double atan2 (double __y, double __x) __attribute__ ((__nothrow__ )); extern double __atan2 (double __y, double __x) __attribute__ ((__nothrow__ )); | |
extern double cos (double __x) __attribute__ ((__nothrow__ )); extern double __cos (double __x) __attribute__ ((__nothrow__ )); | |
extern double sin (double __x) __attribute__ ((__nothrow__ )); extern double __sin (double __x) __attribute__ ((__nothrow__ )); | |
extern double tan (double __x) __attribute__ ((__nothrow__ )); extern double __tan (double __x) __attribute__ ((__nothrow__ )); | |
extern double cosh (double __x) __attribute__ ((__nothrow__ )); extern double __cosh (double __x) __attribute__ ((__nothrow__ )); | |
extern double sinh (double __x) __attribute__ ((__nothrow__ )); extern double __sinh (double __x) __attribute__ ((__nothrow__ )); | |
extern double tanh (double __x) __attribute__ ((__nothrow__ )); extern double __tanh (double __x) __attribute__ ((__nothrow__ )); | |
extern void sincos (double __x, double *__sinx, double *__cosx) __attribute__ ((__nothrow__ )); extern void __sincos (double __x, double *__sinx, double *__cosx) __attribute__ ((__nothrow__ )); | |
extern double acosh (double __x) __attribute__ ((__nothrow__ )); extern double __acosh (double __x) __attribute__ ((__nothrow__ )); | |
extern double asinh (double __x) __attribute__ ((__nothrow__ )); extern double __asinh (double __x) __attribute__ ((__nothrow__ )); | |
extern double atanh (double __x) __attribute__ ((__nothrow__ )); extern double __atanh (double __x) __attribute__ ((__nothrow__ )); | |
extern double exp (double __x) __attribute__ ((__nothrow__ )); extern double __exp (double __x) __attribute__ ((__nothrow__ )); | |
extern double frexp (double __x, int *__exponent) __attribute__ ((__nothrow__ )); extern double __frexp (double __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern double ldexp (double __x, int __exponent) __attribute__ ((__nothrow__ )); extern double __ldexp (double __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern double log (double __x) __attribute__ ((__nothrow__ )); extern double __log (double __x) __attribute__ ((__nothrow__ )); | |
extern double log10 (double __x) __attribute__ ((__nothrow__ )); extern double __log10 (double __x) __attribute__ ((__nothrow__ )); | |
extern double modf (double __x, double *__iptr) __attribute__ ((__nothrow__ )); extern double __modf (double __x, double *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern double exp10 (double __x) __attribute__ ((__nothrow__ )); extern double __exp10 (double __x) __attribute__ ((__nothrow__ )); | |
extern double expm1 (double __x) __attribute__ ((__nothrow__ )); extern double __expm1 (double __x) __attribute__ ((__nothrow__ )); | |
extern double log1p (double __x) __attribute__ ((__nothrow__ )); extern double __log1p (double __x) __attribute__ ((__nothrow__ )); | |
extern double logb (double __x) __attribute__ ((__nothrow__ )); extern double __logb (double __x) __attribute__ ((__nothrow__ )); | |
extern double exp2 (double __x) __attribute__ ((__nothrow__ )); extern double __exp2 (double __x) __attribute__ ((__nothrow__ )); | |
extern double log2 (double __x) __attribute__ ((__nothrow__ )); extern double __log2 (double __x) __attribute__ ((__nothrow__ )); | |
extern double pow (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __pow (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern double sqrt (double __x) __attribute__ ((__nothrow__ )); extern double __sqrt (double __x) __attribute__ ((__nothrow__ )); | |
extern double hypot (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __hypot (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern double cbrt (double __x) __attribute__ ((__nothrow__ )); extern double __cbrt (double __x) __attribute__ ((__nothrow__ )); | |
extern double ceil (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __ceil (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double fabs (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __fabs (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double floor (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __floor (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double fmod (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __fmod (double __x, double __y) __attribute__ ((__nothrow__ )); | |
# 177 "/usr/include/bits/mathcalls.h" 3 4 | |
extern int isinf (double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int finite (double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double drem (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __drem (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern double significand (double __x) __attribute__ ((__nothrow__ )); extern double __significand (double __x) __attribute__ ((__nothrow__ )); | |
extern double copysign (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __copysign (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double nan (const char *__tagb) __attribute__ ((__nothrow__ )); extern double __nan (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 211 "/usr/include/bits/mathcalls.h" 3 4 | |
extern int isnan (double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double j0 (double) __attribute__ ((__nothrow__ )); extern double __j0 (double) __attribute__ ((__nothrow__ )); | |
extern double j1 (double) __attribute__ ((__nothrow__ )); extern double __j1 (double) __attribute__ ((__nothrow__ )); | |
extern double jn (int, double) __attribute__ ((__nothrow__ )); extern double __jn (int, double) __attribute__ ((__nothrow__ )); | |
extern double y0 (double) __attribute__ ((__nothrow__ )); extern double __y0 (double) __attribute__ ((__nothrow__ )); | |
extern double y1 (double) __attribute__ ((__nothrow__ )); extern double __y1 (double) __attribute__ ((__nothrow__ )); | |
extern double yn (int, double) __attribute__ ((__nothrow__ )); extern double __yn (int, double) __attribute__ ((__nothrow__ )); | |
extern double erf (double) __attribute__ ((__nothrow__ )); extern double __erf (double) __attribute__ ((__nothrow__ )); | |
extern double erfc (double) __attribute__ ((__nothrow__ )); extern double __erfc (double) __attribute__ ((__nothrow__ )); | |
extern double lgamma (double) __attribute__ ((__nothrow__ )); extern double __lgamma (double) __attribute__ ((__nothrow__ )); | |
extern double tgamma (double) __attribute__ ((__nothrow__ )); extern double __tgamma (double) __attribute__ ((__nothrow__ )); | |
extern double gamma (double) __attribute__ ((__nothrow__ )); extern double __gamma (double) __attribute__ ((__nothrow__ )); | |
extern double lgamma_r (double, int *__signgamp) __attribute__ ((__nothrow__ )); extern double __lgamma_r (double, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern double rint (double __x) __attribute__ ((__nothrow__ )); extern double __rint (double __x) __attribute__ ((__nothrow__ )); | |
extern double nextafter (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __nextafter (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern double nexttoward (double __x, long double __y) __attribute__ ((__nothrow__ )); extern double __nexttoward (double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern double nextdown (double __x) __attribute__ ((__nothrow__ )); extern double __nextdown (double __x) __attribute__ ((__nothrow__ )); | |
extern double nextup (double __x) __attribute__ ((__nothrow__ )); extern double __nextup (double __x) __attribute__ ((__nothrow__ )); | |
extern double remainder (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __remainder (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern double scalbn (double __x, int __n) __attribute__ ((__nothrow__ )); extern double __scalbn (double __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogb (double __x) __attribute__ ((__nothrow__ )); extern int __ilogb (double __x) __attribute__ ((__nothrow__ )); | |
extern long int llogb (double __x) __attribute__ ((__nothrow__ )); extern long int __llogb (double __x) __attribute__ ((__nothrow__ )); | |
extern double scalbln (double __x, long int __n) __attribute__ ((__nothrow__ )); extern double __scalbln (double __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern double nearbyint (double __x) __attribute__ ((__nothrow__ )); extern double __nearbyint (double __x) __attribute__ ((__nothrow__ )); | |
extern double round (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __round (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double trunc (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __trunc (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double remquo (double __x, double __y, int *__quo) __attribute__ ((__nothrow__ )); extern double __remquo (double __x, double __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrint (double __x) __attribute__ ((__nothrow__ )); extern long int __lrint (double __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrint (double __x) __attribute__ ((__nothrow__ )); extern long long int __llrint (double __x) __attribute__ ((__nothrow__ )); | |
extern long int lround (double __x) __attribute__ ((__nothrow__ )); extern long int __lround (double __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llround (double __x) __attribute__ ((__nothrow__ )); extern long long int __llround (double __x) __attribute__ ((__nothrow__ )); | |
extern double fdim (double __x, double __y) __attribute__ ((__nothrow__ )); extern double __fdim (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern double fmax (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __fmax (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double fmin (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __fmin (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double fma (double __x, double __y, double __z) __attribute__ ((__nothrow__ )); extern double __fma (double __x, double __y, double __z) __attribute__ ((__nothrow__ )); | |
extern double roundeven (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __roundeven (double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfp (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfp (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfp (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfp (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpx (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpx (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpx (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpx (double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern double fmaxmag (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __fmaxmag (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern double fminmag (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern double __fminmag (double __x, double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorder (double __x, double __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermag (double __x, double __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalize (double *__cx, const double *__x) __attribute__ ((__nothrow__ )); | |
extern double getpayload (const double *__x) __attribute__ ((__nothrow__ )); extern double __getpayload (const double *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayload (double *__x, double __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsig (double *__x, double __payload) __attribute__ ((__nothrow__ )); | |
extern double scalb (double __x, double __n) __attribute__ ((__nothrow__ )); extern double __scalb (double __x, double __n) __attribute__ ((__nothrow__ )); | |
# 291 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
#define _Mdouble_ float | |
#define __MATH_PRECNAME(name,r) name##f##r | |
#define __MATH_DECLARING_DOUBLE 0 | |
#define __MATH_DECLARING_FLOATN 0 | |
# 1 "/usr/include/bits/mathcalls-helper-functions.h" 1 3 4 | |
# 21 "/usr/include/bits/mathcalls-helper-functions.h" 3 4 | |
extern int __fpclassifyf (float __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int __signbitf (float __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int __isinff (float __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __finitef (float __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __isnanf (float __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __iseqsigf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern int __issignalingf (float __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
# 307 "/usr/include/math.h" 2 3 4 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern float acosf (float __x) __attribute__ ((__nothrow__ )); extern float __acosf (float __x) __attribute__ ((__nothrow__ )); | |
extern float asinf (float __x) __attribute__ ((__nothrow__ )); extern float __asinf (float __x) __attribute__ ((__nothrow__ )); | |
extern float atanf (float __x) __attribute__ ((__nothrow__ )); extern float __atanf (float __x) __attribute__ ((__nothrow__ )); | |
extern float atan2f (float __y, float __x) __attribute__ ((__nothrow__ )); extern float __atan2f (float __y, float __x) __attribute__ ((__nothrow__ )); | |
extern float cosf (float __x) __attribute__ ((__nothrow__ )); extern float __cosf (float __x) __attribute__ ((__nothrow__ )); | |
extern float sinf (float __x) __attribute__ ((__nothrow__ )); extern float __sinf (float __x) __attribute__ ((__nothrow__ )); | |
extern float tanf (float __x) __attribute__ ((__nothrow__ )); extern float __tanf (float __x) __attribute__ ((__nothrow__ )); | |
extern float coshf (float __x) __attribute__ ((__nothrow__ )); extern float __coshf (float __x) __attribute__ ((__nothrow__ )); | |
extern float sinhf (float __x) __attribute__ ((__nothrow__ )); extern float __sinhf (float __x) __attribute__ ((__nothrow__ )); | |
extern float tanhf (float __x) __attribute__ ((__nothrow__ )); extern float __tanhf (float __x) __attribute__ ((__nothrow__ )); | |
extern void sincosf (float __x, float *__sinx, float *__cosx) __attribute__ ((__nothrow__ )); extern void __sincosf (float __x, float *__sinx, float *__cosx) __attribute__ ((__nothrow__ )); | |
extern float acoshf (float __x) __attribute__ ((__nothrow__ )); extern float __acoshf (float __x) __attribute__ ((__nothrow__ )); | |
extern float asinhf (float __x) __attribute__ ((__nothrow__ )); extern float __asinhf (float __x) __attribute__ ((__nothrow__ )); | |
extern float atanhf (float __x) __attribute__ ((__nothrow__ )); extern float __atanhf (float __x) __attribute__ ((__nothrow__ )); | |
extern float expf (float __x) __attribute__ ((__nothrow__ )); extern float __expf (float __x) __attribute__ ((__nothrow__ )); | |
extern float frexpf (float __x, int *__exponent) __attribute__ ((__nothrow__ )); extern float __frexpf (float __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern float ldexpf (float __x, int __exponent) __attribute__ ((__nothrow__ )); extern float __ldexpf (float __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern float logf (float __x) __attribute__ ((__nothrow__ )); extern float __logf (float __x) __attribute__ ((__nothrow__ )); | |
extern float log10f (float __x) __attribute__ ((__nothrow__ )); extern float __log10f (float __x) __attribute__ ((__nothrow__ )); | |
extern float modff (float __x, float *__iptr) __attribute__ ((__nothrow__ )); extern float __modff (float __x, float *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern float exp10f (float __x) __attribute__ ((__nothrow__ )); extern float __exp10f (float __x) __attribute__ ((__nothrow__ )); | |
extern float expm1f (float __x) __attribute__ ((__nothrow__ )); extern float __expm1f (float __x) __attribute__ ((__nothrow__ )); | |
extern float log1pf (float __x) __attribute__ ((__nothrow__ )); extern float __log1pf (float __x) __attribute__ ((__nothrow__ )); | |
extern float logbf (float __x) __attribute__ ((__nothrow__ )); extern float __logbf (float __x) __attribute__ ((__nothrow__ )); | |
extern float exp2f (float __x) __attribute__ ((__nothrow__ )); extern float __exp2f (float __x) __attribute__ ((__nothrow__ )); | |
extern float log2f (float __x) __attribute__ ((__nothrow__ )); extern float __log2f (float __x) __attribute__ ((__nothrow__ )); | |
extern float powf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __powf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern float sqrtf (float __x) __attribute__ ((__nothrow__ )); extern float __sqrtf (float __x) __attribute__ ((__nothrow__ )); | |
extern float hypotf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __hypotf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern float cbrtf (float __x) __attribute__ ((__nothrow__ )); extern float __cbrtf (float __x) __attribute__ ((__nothrow__ )); | |
extern float ceilf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __ceilf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float fabsf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __fabsf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float floorf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __floorf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float fmodf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __fmodf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
# 177 "/usr/include/bits/mathcalls.h" 3 4 | |
extern int isinff (float __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int finitef (float __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float dremf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __dremf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern float significandf (float __x) __attribute__ ((__nothrow__ )); extern float __significandf (float __x) __attribute__ ((__nothrow__ )); | |
extern float copysignf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __copysignf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float nanf (const char *__tagb) __attribute__ ((__nothrow__ )); extern float __nanf (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 211 "/usr/include/bits/mathcalls.h" 3 4 | |
extern int isnanf (float __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float j0f (float) __attribute__ ((__nothrow__ )); extern float __j0f (float) __attribute__ ((__nothrow__ )); | |
extern float j1f (float) __attribute__ ((__nothrow__ )); extern float __j1f (float) __attribute__ ((__nothrow__ )); | |
extern float jnf (int, float) __attribute__ ((__nothrow__ )); extern float __jnf (int, float) __attribute__ ((__nothrow__ )); | |
extern float y0f (float) __attribute__ ((__nothrow__ )); extern float __y0f (float) __attribute__ ((__nothrow__ )); | |
extern float y1f (float) __attribute__ ((__nothrow__ )); extern float __y1f (float) __attribute__ ((__nothrow__ )); | |
extern float ynf (int, float) __attribute__ ((__nothrow__ )); extern float __ynf (int, float) __attribute__ ((__nothrow__ )); | |
extern float erff (float) __attribute__ ((__nothrow__ )); extern float __erff (float) __attribute__ ((__nothrow__ )); | |
extern float erfcf (float) __attribute__ ((__nothrow__ )); extern float __erfcf (float) __attribute__ ((__nothrow__ )); | |
extern float lgammaf (float) __attribute__ ((__nothrow__ )); extern float __lgammaf (float) __attribute__ ((__nothrow__ )); | |
extern float tgammaf (float) __attribute__ ((__nothrow__ )); extern float __tgammaf (float) __attribute__ ((__nothrow__ )); | |
extern float gammaf (float) __attribute__ ((__nothrow__ )); extern float __gammaf (float) __attribute__ ((__nothrow__ )); | |
extern float lgammaf_r (float, int *__signgamp) __attribute__ ((__nothrow__ )); extern float __lgammaf_r (float, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern float rintf (float __x) __attribute__ ((__nothrow__ )); extern float __rintf (float __x) __attribute__ ((__nothrow__ )); | |
extern float nextafterf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __nextafterf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern float nexttowardf (float __x, long double __y) __attribute__ ((__nothrow__ )); extern float __nexttowardf (float __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern float nextdownf (float __x) __attribute__ ((__nothrow__ )); extern float __nextdownf (float __x) __attribute__ ((__nothrow__ )); | |
extern float nextupf (float __x) __attribute__ ((__nothrow__ )); extern float __nextupf (float __x) __attribute__ ((__nothrow__ )); | |
extern float remainderf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __remainderf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern float scalbnf (float __x, int __n) __attribute__ ((__nothrow__ )); extern float __scalbnf (float __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogbf (float __x) __attribute__ ((__nothrow__ )); extern int __ilogbf (float __x) __attribute__ ((__nothrow__ )); | |
extern long int llogbf (float __x) __attribute__ ((__nothrow__ )); extern long int __llogbf (float __x) __attribute__ ((__nothrow__ )); | |
extern float scalblnf (float __x, long int __n) __attribute__ ((__nothrow__ )); extern float __scalblnf (float __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern float nearbyintf (float __x) __attribute__ ((__nothrow__ )); extern float __nearbyintf (float __x) __attribute__ ((__nothrow__ )); | |
extern float roundf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __roundf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float truncf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __truncf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float remquof (float __x, float __y, int *__quo) __attribute__ ((__nothrow__ )); extern float __remquof (float __x, float __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrintf (float __x) __attribute__ ((__nothrow__ )); extern long int __lrintf (float __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrintf (float __x) __attribute__ ((__nothrow__ )); extern long long int __llrintf (float __x) __attribute__ ((__nothrow__ )); | |
extern long int lroundf (float __x) __attribute__ ((__nothrow__ )); extern long int __lroundf (float __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llroundf (float __x) __attribute__ ((__nothrow__ )); extern long long int __llroundf (float __x) __attribute__ ((__nothrow__ )); | |
extern float fdimf (float __x, float __y) __attribute__ ((__nothrow__ )); extern float __fdimf (float __x, float __y) __attribute__ ((__nothrow__ )); | |
extern float fmaxf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __fmaxf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float fminf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __fminf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float fmaf (float __x, float __y, float __z) __attribute__ ((__nothrow__ )); extern float __fmaf (float __x, float __y, float __z) __attribute__ ((__nothrow__ )); | |
extern float roundevenf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __roundevenf (float __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfpf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpxf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpxf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpxf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpxf (float __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern float fmaxmagf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __fmaxmagf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern float fminmagf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern float __fminmagf (float __x, float __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorderf (float __x, float __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermagf (float __x, float __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalizef (float *__cx, const float *__x) __attribute__ ((__nothrow__ )); | |
extern float getpayloadf (const float *__x) __attribute__ ((__nothrow__ )); extern float __getpayloadf (const float *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayloadf (float *__x, float __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsigf (float *__x, float __payload) __attribute__ ((__nothrow__ )); | |
extern float scalbf (float __x, float __n) __attribute__ ((__nothrow__ )); extern float __scalbf (float __x, float __n) __attribute__ ((__nothrow__ )); | |
# 308 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
# 344 "/usr/include/math.h" 3 4 | |
#define _Mdouble_ long double | |
#define __MATH_PRECNAME(name,r) name##l##r | |
#define __MATH_DECLARING_DOUBLE 0 | |
#define __MATH_DECLARING_FLOATN 0 | |
#define __MATH_DECLARE_LDOUBLE 1 | |
# 1 "/usr/include/bits/mathcalls-helper-functions.h" 1 3 4 | |
# 21 "/usr/include/bits/mathcalls-helper-functions.h" 3 4 | |
extern int __fpclassifyl (long double __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int __signbitl (long double __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int __isinfl (long double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __finitel (long double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __isnanl (long double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int __iseqsigl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern int __issignalingl (long double __value) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
# 350 "/usr/include/math.h" 2 3 4 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern long double acosl (long double __x) __attribute__ ((__nothrow__ )); extern long double __acosl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double asinl (long double __x) __attribute__ ((__nothrow__ )); extern long double __asinl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double atanl (long double __x) __attribute__ ((__nothrow__ )); extern long double __atanl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double atan2l (long double __y, long double __x) __attribute__ ((__nothrow__ )); extern long double __atan2l (long double __y, long double __x) __attribute__ ((__nothrow__ )); | |
extern long double cosl (long double __x) __attribute__ ((__nothrow__ )); extern long double __cosl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double sinl (long double __x) __attribute__ ((__nothrow__ )); extern long double __sinl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double tanl (long double __x) __attribute__ ((__nothrow__ )); extern long double __tanl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double coshl (long double __x) __attribute__ ((__nothrow__ )); extern long double __coshl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double sinhl (long double __x) __attribute__ ((__nothrow__ )); extern long double __sinhl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double tanhl (long double __x) __attribute__ ((__nothrow__ )); extern long double __tanhl (long double __x) __attribute__ ((__nothrow__ )); | |
extern void sincosl (long double __x, long double *__sinx, long double *__cosx) __attribute__ ((__nothrow__ )); extern void __sincosl (long double __x, long double *__sinx, long double *__cosx) __attribute__ ((__nothrow__ )); | |
extern long double acoshl (long double __x) __attribute__ ((__nothrow__ )); extern long double __acoshl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double asinhl (long double __x) __attribute__ ((__nothrow__ )); extern long double __asinhl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double atanhl (long double __x) __attribute__ ((__nothrow__ )); extern long double __atanhl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double expl (long double __x) __attribute__ ((__nothrow__ )); extern long double __expl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double frexpl (long double __x, int *__exponent) __attribute__ ((__nothrow__ )); extern long double __frexpl (long double __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern long double ldexpl (long double __x, int __exponent) __attribute__ ((__nothrow__ )); extern long double __ldexpl (long double __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern long double logl (long double __x) __attribute__ ((__nothrow__ )); extern long double __logl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double log10l (long double __x) __attribute__ ((__nothrow__ )); extern long double __log10l (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double modfl (long double __x, long double *__iptr) __attribute__ ((__nothrow__ )); extern long double __modfl (long double __x, long double *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern long double exp10l (long double __x) __attribute__ ((__nothrow__ )); extern long double __exp10l (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double expm1l (long double __x) __attribute__ ((__nothrow__ )); extern long double __expm1l (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double log1pl (long double __x) __attribute__ ((__nothrow__ )); extern long double __log1pl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double logbl (long double __x) __attribute__ ((__nothrow__ )); extern long double __logbl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double exp2l (long double __x) __attribute__ ((__nothrow__ )); extern long double __exp2l (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double log2l (long double __x) __attribute__ ((__nothrow__ )); extern long double __log2l (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double powl (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __powl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double sqrtl (long double __x) __attribute__ ((__nothrow__ )); extern long double __sqrtl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double hypotl (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __hypotl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double cbrtl (long double __x) __attribute__ ((__nothrow__ )); extern long double __cbrtl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double ceill (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __ceill (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double fabsl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __fabsl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double floorl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __floorl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double fmodl (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __fmodl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
# 177 "/usr/include/bits/mathcalls.h" 3 4 | |
extern int isinfl (long double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int finitel (long double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double dreml (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __dreml (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double significandl (long double __x) __attribute__ ((__nothrow__ )); extern long double __significandl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double copysignl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __copysignl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double nanl (const char *__tagb) __attribute__ ((__nothrow__ )); extern long double __nanl (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 211 "/usr/include/bits/mathcalls.h" 3 4 | |
extern int isnanl (long double __value) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double j0l (long double) __attribute__ ((__nothrow__ )); extern long double __j0l (long double) __attribute__ ((__nothrow__ )); | |
extern long double j1l (long double) __attribute__ ((__nothrow__ )); extern long double __j1l (long double) __attribute__ ((__nothrow__ )); | |
extern long double jnl (int, long double) __attribute__ ((__nothrow__ )); extern long double __jnl (int, long double) __attribute__ ((__nothrow__ )); | |
extern long double y0l (long double) __attribute__ ((__nothrow__ )); extern long double __y0l (long double) __attribute__ ((__nothrow__ )); | |
extern long double y1l (long double) __attribute__ ((__nothrow__ )); extern long double __y1l (long double) __attribute__ ((__nothrow__ )); | |
extern long double ynl (int, long double) __attribute__ ((__nothrow__ )); extern long double __ynl (int, long double) __attribute__ ((__nothrow__ )); | |
extern long double erfl (long double) __attribute__ ((__nothrow__ )); extern long double __erfl (long double) __attribute__ ((__nothrow__ )); | |
extern long double erfcl (long double) __attribute__ ((__nothrow__ )); extern long double __erfcl (long double) __attribute__ ((__nothrow__ )); | |
extern long double lgammal (long double) __attribute__ ((__nothrow__ )); extern long double __lgammal (long double) __attribute__ ((__nothrow__ )); | |
extern long double tgammal (long double) __attribute__ ((__nothrow__ )); extern long double __tgammal (long double) __attribute__ ((__nothrow__ )); | |
extern long double gammal (long double) __attribute__ ((__nothrow__ )); extern long double __gammal (long double) __attribute__ ((__nothrow__ )); | |
extern long double lgammal_r (long double, int *__signgamp) __attribute__ ((__nothrow__ )); extern long double __lgammal_r (long double, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern long double rintl (long double __x) __attribute__ ((__nothrow__ )); extern long double __rintl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double nextafterl (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __nextafterl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double nexttowardl (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __nexttowardl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double nextdownl (long double __x) __attribute__ ((__nothrow__ )); extern long double __nextdownl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double nextupl (long double __x) __attribute__ ((__nothrow__ )); extern long double __nextupl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double remainderl (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __remainderl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double scalbnl (long double __x, int __n) __attribute__ ((__nothrow__ )); extern long double __scalbnl (long double __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogbl (long double __x) __attribute__ ((__nothrow__ )); extern int __ilogbl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long int llogbl (long double __x) __attribute__ ((__nothrow__ )); extern long int __llogbl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double scalblnl (long double __x, long int __n) __attribute__ ((__nothrow__ )); extern long double __scalblnl (long double __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern long double nearbyintl (long double __x) __attribute__ ((__nothrow__ )); extern long double __nearbyintl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double roundl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __roundl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double truncl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __truncl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double remquol (long double __x, long double __y, int *__quo) __attribute__ ((__nothrow__ )); extern long double __remquol (long double __x, long double __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrintl (long double __x) __attribute__ ((__nothrow__ )); extern long int __lrintl (long double __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrintl (long double __x) __attribute__ ((__nothrow__ )); extern long long int __llrintl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long int lroundl (long double __x) __attribute__ ((__nothrow__ )); extern long int __lroundl (long double __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llroundl (long double __x) __attribute__ ((__nothrow__ )); extern long long int __llroundl (long double __x) __attribute__ ((__nothrow__ )); | |
extern long double fdiml (long double __x, long double __y) __attribute__ ((__nothrow__ )); extern long double __fdiml (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern long double fmaxl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __fmaxl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double fminl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __fminl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double fmal (long double __x, long double __y, long double __z) __attribute__ ((__nothrow__ )); extern long double __fmal (long double __x, long double __y, long double __z) __attribute__ ((__nothrow__ )); | |
extern long double roundevenl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __roundevenl (long double __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfpl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpxl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpxl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpxl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpxl (long double __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern long double fmaxmagl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __fmaxmagl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern long double fminmagl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern long double __fminmagl (long double __x, long double __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorderl (long double __x, long double __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermagl (long double __x, long double __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalizel (long double *__cx, const long double *__x) __attribute__ ((__nothrow__ )); | |
extern long double getpayloadl (const long double *__x) __attribute__ ((__nothrow__ )); extern long double __getpayloadl (const long double *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayloadl (long double *__x, long double __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsigl (long double *__x, long double __payload) __attribute__ ((__nothrow__ )); | |
extern long double scalbl (long double __x, long double __n) __attribute__ ((__nothrow__ )); extern long double __scalbl (long double __x, long double __n) __attribute__ ((__nothrow__ )); | |
# 351 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
# 381 "/usr/include/math.h" 3 4 | |
#define _Mdouble_ _Float32 | |
#define __MATH_PRECNAME(name,r) name##f32##r | |
#define __MATH_DECLARING_DOUBLE 0 | |
#define __MATH_DECLARING_FLOATN 1 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32 acosf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __acosf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 asinf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __asinf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 atanf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __atanf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 atan2f32 (_Float32 __y, _Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __atan2f32 (_Float32 __y, _Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 cosf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __cosf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 sinf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __sinf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 tanf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __tanf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 coshf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __coshf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 sinhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __sinhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 tanhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __tanhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern void sincosf32 (_Float32 __x, _Float32 *__sinx, _Float32 *__cosx) __attribute__ ((__nothrow__ )); extern void __sincosf32 (_Float32 __x, _Float32 *__sinx, _Float32 *__cosx) __attribute__ ((__nothrow__ )); | |
extern _Float32 acoshf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __acoshf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 asinhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __asinhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 atanhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __atanhf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 expf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __expf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 frexpf32 (_Float32 __x, int *__exponent) __attribute__ ((__nothrow__ )); extern _Float32 __frexpf32 (_Float32 __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern _Float32 ldexpf32 (_Float32 __x, int __exponent) __attribute__ ((__nothrow__ )); extern _Float32 __ldexpf32 (_Float32 __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern _Float32 logf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __logf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 log10f32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __log10f32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 modff32 (_Float32 __x, _Float32 *__iptr) __attribute__ ((__nothrow__ )); extern _Float32 __modff32 (_Float32 __x, _Float32 *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern _Float32 exp10f32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __exp10f32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 expm1f32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __expm1f32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 log1pf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __log1pf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 logbf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __logbf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 exp2f32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __exp2f32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 log2f32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __log2f32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 powf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); extern _Float32 __powf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 sqrtf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __sqrtf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 hypotf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); extern _Float32 __hypotf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 cbrtf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __cbrtf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 ceilf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __ceilf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 fabsf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __fabsf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 floorf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __floorf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 fmodf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); extern _Float32 __fmodf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); | |
# 196 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32 copysignf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __copysignf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 nanf32 (const char *__tagb) __attribute__ ((__nothrow__ )); extern _Float32 __nanf32 (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 217 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32 j0f32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __j0f32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 j1f32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __j1f32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 jnf32 (int, _Float32) __attribute__ ((__nothrow__ )); extern _Float32 __jnf32 (int, _Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 y0f32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __y0f32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 y1f32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __y1f32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 ynf32 (int, _Float32) __attribute__ ((__nothrow__ )); extern _Float32 __ynf32 (int, _Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 erff32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __erff32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 erfcf32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __erfcf32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 lgammaf32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __lgammaf32 (_Float32) __attribute__ ((__nothrow__ )); | |
extern _Float32 tgammaf32 (_Float32) __attribute__ ((__nothrow__ )); extern _Float32 __tgammaf32 (_Float32) __attribute__ ((__nothrow__ )); | |
# 249 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32 lgammaf32_r (_Float32, int *__signgamp) __attribute__ ((__nothrow__ )); extern _Float32 __lgammaf32_r (_Float32, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern _Float32 rintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __rintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 nextafterf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); extern _Float32 __nextafterf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 nextdownf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __nextdownf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 nextupf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __nextupf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 remainderf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); extern _Float32 __remainderf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 scalbnf32 (_Float32 __x, int __n) __attribute__ ((__nothrow__ )); extern _Float32 __scalbnf32 (_Float32 __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogbf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern int __ilogbf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern long int llogbf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern long int __llogbf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 scalblnf32 (_Float32 __x, long int __n) __attribute__ ((__nothrow__ )); extern _Float32 __scalblnf32 (_Float32 __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern _Float32 nearbyintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern _Float32 __nearbyintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 roundf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __roundf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 truncf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __truncf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 remquof32 (_Float32 __x, _Float32 __y, int *__quo) __attribute__ ((__nothrow__ )); extern _Float32 __remquof32 (_Float32 __x, _Float32 __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern long int __lrintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern long long int __llrintf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern long int lroundf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern long int __lroundf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llroundf32 (_Float32 __x) __attribute__ ((__nothrow__ )); extern long long int __llroundf32 (_Float32 __x) __attribute__ ((__nothrow__ )); | |
extern _Float32 fdimf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); extern _Float32 __fdimf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 fmaxf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __fmaxf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 fminf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __fminf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 fmaf32 (_Float32 __x, _Float32 __y, _Float32 __z) __attribute__ ((__nothrow__ )); extern _Float32 __fmaf32 (_Float32 __x, _Float32 __y, _Float32 __z) __attribute__ ((__nothrow__ )); | |
extern _Float32 roundevenf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __roundevenf32 (_Float32 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfpf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpxf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpxf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpxf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpxf32 (_Float32 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern _Float32 fmaxmagf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __fmaxmagf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32 fminmagf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32 __fminmagf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorderf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermagf32 (_Float32 __x, _Float32 __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalizef32 (_Float32 *__cx, const _Float32 *__x) __attribute__ ((__nothrow__ )); | |
extern _Float32 getpayloadf32 (const _Float32 *__x) __attribute__ ((__nothrow__ )); extern _Float32 __getpayloadf32 (const _Float32 *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayloadf32 (_Float32 *__x, _Float32 __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsigf32 (_Float32 *__x, _Float32 __payload) __attribute__ ((__nothrow__ )); | |
# 390 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
#define _Mdouble_ _Float64 | |
#define __MATH_PRECNAME(name,r) name##f64##r | |
#define __MATH_DECLARING_DOUBLE 0 | |
#define __MATH_DECLARING_FLOATN 1 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64 acosf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __acosf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 asinf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __asinf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 atanf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __atanf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 atan2f64 (_Float64 __y, _Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __atan2f64 (_Float64 __y, _Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 cosf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __cosf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 sinf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __sinf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 tanf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __tanf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 coshf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __coshf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 sinhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __sinhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 tanhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __tanhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern void sincosf64 (_Float64 __x, _Float64 *__sinx, _Float64 *__cosx) __attribute__ ((__nothrow__ )); extern void __sincosf64 (_Float64 __x, _Float64 *__sinx, _Float64 *__cosx) __attribute__ ((__nothrow__ )); | |
extern _Float64 acoshf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __acoshf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 asinhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __asinhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 atanhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __atanhf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 expf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __expf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 frexpf64 (_Float64 __x, int *__exponent) __attribute__ ((__nothrow__ )); extern _Float64 __frexpf64 (_Float64 __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern _Float64 ldexpf64 (_Float64 __x, int __exponent) __attribute__ ((__nothrow__ )); extern _Float64 __ldexpf64 (_Float64 __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern _Float64 logf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __logf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 log10f64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __log10f64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 modff64 (_Float64 __x, _Float64 *__iptr) __attribute__ ((__nothrow__ )); extern _Float64 __modff64 (_Float64 __x, _Float64 *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern _Float64 exp10f64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __exp10f64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 expm1f64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __expm1f64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 log1pf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __log1pf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 logbf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __logbf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 exp2f64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __exp2f64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 log2f64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __log2f64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 powf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); extern _Float64 __powf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 sqrtf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __sqrtf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 hypotf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); extern _Float64 __hypotf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 cbrtf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __cbrtf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 ceilf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __ceilf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 fabsf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __fabsf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 floorf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __floorf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 fmodf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); extern _Float64 __fmodf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
# 196 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64 copysignf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __copysignf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 nanf64 (const char *__tagb) __attribute__ ((__nothrow__ )); extern _Float64 __nanf64 (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 217 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64 j0f64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __j0f64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 j1f64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __j1f64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 jnf64 (int, _Float64) __attribute__ ((__nothrow__ )); extern _Float64 __jnf64 (int, _Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 y0f64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __y0f64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 y1f64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __y1f64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 ynf64 (int, _Float64) __attribute__ ((__nothrow__ )); extern _Float64 __ynf64 (int, _Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 erff64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __erff64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 erfcf64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __erfcf64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 lgammaf64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __lgammaf64 (_Float64) __attribute__ ((__nothrow__ )); | |
extern _Float64 tgammaf64 (_Float64) __attribute__ ((__nothrow__ )); extern _Float64 __tgammaf64 (_Float64) __attribute__ ((__nothrow__ )); | |
# 249 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64 lgammaf64_r (_Float64, int *__signgamp) __attribute__ ((__nothrow__ )); extern _Float64 __lgammaf64_r (_Float64, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern _Float64 rintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __rintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 nextafterf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); extern _Float64 __nextafterf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 nextdownf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __nextdownf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 nextupf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __nextupf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 remainderf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); extern _Float64 __remainderf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 scalbnf64 (_Float64 __x, int __n) __attribute__ ((__nothrow__ )); extern _Float64 __scalbnf64 (_Float64 __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogbf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern int __ilogbf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern long int llogbf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern long int __llogbf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 scalblnf64 (_Float64 __x, long int __n) __attribute__ ((__nothrow__ )); extern _Float64 __scalblnf64 (_Float64 __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern _Float64 nearbyintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern _Float64 __nearbyintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 roundf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __roundf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 truncf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __truncf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 remquof64 (_Float64 __x, _Float64 __y, int *__quo) __attribute__ ((__nothrow__ )); extern _Float64 __remquof64 (_Float64 __x, _Float64 __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern long int __lrintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern long long int __llrintf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern long int lroundf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern long int __lroundf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llroundf64 (_Float64 __x) __attribute__ ((__nothrow__ )); extern long long int __llroundf64 (_Float64 __x) __attribute__ ((__nothrow__ )); | |
extern _Float64 fdimf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); extern _Float64 __fdimf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 fmaxf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __fmaxf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 fminf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __fminf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 fmaf64 (_Float64 __x, _Float64 __y, _Float64 __z) __attribute__ ((__nothrow__ )); extern _Float64 __fmaf64 (_Float64 __x, _Float64 __y, _Float64 __z) __attribute__ ((__nothrow__ )); | |
extern _Float64 roundevenf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __roundevenf64 (_Float64 __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfpf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpxf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpxf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpxf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpxf64 (_Float64 __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern _Float64 fmaxmagf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __fmaxmagf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64 fminmagf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64 __fminmagf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorderf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermagf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalizef64 (_Float64 *__cx, const _Float64 *__x) __attribute__ ((__nothrow__ )); | |
extern _Float64 getpayloadf64 (const _Float64 *__x) __attribute__ ((__nothrow__ )); extern _Float64 __getpayloadf64 (const _Float64 *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayloadf64 (_Float64 *__x, _Float64 __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsigf64 (_Float64 *__x, _Float64 __payload) __attribute__ ((__nothrow__ )); | |
# 407 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
# 432 "/usr/include/math.h" 3 4 | |
#define _Mdouble_ _Float32x | |
#define __MATH_PRECNAME(name,r) name##f32x##r | |
#define __MATH_DECLARING_DOUBLE 0 | |
#define __MATH_DECLARING_FLOATN 1 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32x acosf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __acosf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x asinf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __asinf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x atanf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __atanf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x atan2f32x (_Float32x __y, _Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __atan2f32x (_Float32x __y, _Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x cosf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __cosf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x sinf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __sinf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x tanf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __tanf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x coshf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __coshf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x sinhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __sinhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x tanhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __tanhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern void sincosf32x (_Float32x __x, _Float32x *__sinx, _Float32x *__cosx) __attribute__ ((__nothrow__ )); extern void __sincosf32x (_Float32x __x, _Float32x *__sinx, _Float32x *__cosx) __attribute__ ((__nothrow__ )); | |
extern _Float32x acoshf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __acoshf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x asinhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __asinhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x atanhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __atanhf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x expf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __expf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x frexpf32x (_Float32x __x, int *__exponent) __attribute__ ((__nothrow__ )); extern _Float32x __frexpf32x (_Float32x __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern _Float32x ldexpf32x (_Float32x __x, int __exponent) __attribute__ ((__nothrow__ )); extern _Float32x __ldexpf32x (_Float32x __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern _Float32x logf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __logf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x log10f32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __log10f32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x modff32x (_Float32x __x, _Float32x *__iptr) __attribute__ ((__nothrow__ )); extern _Float32x __modff32x (_Float32x __x, _Float32x *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern _Float32x exp10f32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __exp10f32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x expm1f32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __expm1f32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x log1pf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __log1pf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x logbf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __logbf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x exp2f32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __exp2f32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x log2f32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __log2f32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x powf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); extern _Float32x __powf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x sqrtf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __sqrtf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x hypotf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); extern _Float32x __hypotf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x cbrtf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __cbrtf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x ceilf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __ceilf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x fabsf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __fabsf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x floorf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __floorf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x fmodf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); extern _Float32x __fmodf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
# 196 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32x copysignf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __copysignf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x nanf32x (const char *__tagb) __attribute__ ((__nothrow__ )); extern _Float32x __nanf32x (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 217 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32x j0f32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __j0f32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x j1f32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __j1f32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x jnf32x (int, _Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __jnf32x (int, _Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x y0f32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __y0f32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x y1f32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __y1f32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x ynf32x (int, _Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __ynf32x (int, _Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x erff32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __erff32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x erfcf32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __erfcf32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x lgammaf32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __lgammaf32x (_Float32x) __attribute__ ((__nothrow__ )); | |
extern _Float32x tgammaf32x (_Float32x) __attribute__ ((__nothrow__ )); extern _Float32x __tgammaf32x (_Float32x) __attribute__ ((__nothrow__ )); | |
# 249 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float32x lgammaf32x_r (_Float32x, int *__signgamp) __attribute__ ((__nothrow__ )); extern _Float32x __lgammaf32x_r (_Float32x, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern _Float32x rintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __rintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x nextafterf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); extern _Float32x __nextafterf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x nextdownf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __nextdownf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x nextupf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __nextupf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x remainderf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); extern _Float32x __remainderf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x scalbnf32x (_Float32x __x, int __n) __attribute__ ((__nothrow__ )); extern _Float32x __scalbnf32x (_Float32x __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogbf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern int __ilogbf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern long int llogbf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern long int __llogbf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x scalblnf32x (_Float32x __x, long int __n) __attribute__ ((__nothrow__ )); extern _Float32x __scalblnf32x (_Float32x __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern _Float32x nearbyintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern _Float32x __nearbyintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x roundf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __roundf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x truncf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __truncf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x remquof32x (_Float32x __x, _Float32x __y, int *__quo) __attribute__ ((__nothrow__ )); extern _Float32x __remquof32x (_Float32x __x, _Float32x __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern long int __lrintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern long long int __llrintf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern long int lroundf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern long int __lroundf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llroundf32x (_Float32x __x) __attribute__ ((__nothrow__ )); extern long long int __llroundf32x (_Float32x __x) __attribute__ ((__nothrow__ )); | |
extern _Float32x fdimf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); extern _Float32x __fdimf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x fmaxf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __fmaxf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x fminf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __fminf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x fmaf32x (_Float32x __x, _Float32x __y, _Float32x __z) __attribute__ ((__nothrow__ )); extern _Float32x __fmaf32x (_Float32x __x, _Float32x __y, _Float32x __z) __attribute__ ((__nothrow__ )); | |
extern _Float32x roundevenf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __roundevenf32x (_Float32x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfpf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpxf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpxf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpxf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpxf32x (_Float32x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern _Float32x fmaxmagf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __fmaxmagf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float32x fminmagf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float32x __fminmagf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorderf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermagf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalizef32x (_Float32x *__cx, const _Float32x *__x) __attribute__ ((__nothrow__ )); | |
extern _Float32x getpayloadf32x (const _Float32x *__x) __attribute__ ((__nothrow__ )); extern _Float32x __getpayloadf32x (const _Float32x *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayloadf32x (_Float32x *__x, _Float32x __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsigf32x (_Float32x *__x, _Float32x __payload) __attribute__ ((__nothrow__ )); | |
# 441 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
#define _Mdouble_ _Float64x | |
#define __MATH_PRECNAME(name,r) name##f64x##r | |
#define __MATH_DECLARING_DOUBLE 0 | |
#define __MATH_DECLARING_FLOATN 1 | |
# 1 "/usr/include/bits/mathcalls.h" 1 3 4 | |
# 53 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64x acosf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __acosf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x asinf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __asinf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x atanf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __atanf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x atan2f64x (_Float64x __y, _Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __atan2f64x (_Float64x __y, _Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x cosf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __cosf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x sinf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __sinf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x tanf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __tanf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x coshf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __coshf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x sinhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __sinhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x tanhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __tanhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern void sincosf64x (_Float64x __x, _Float64x *__sinx, _Float64x *__cosx) __attribute__ ((__nothrow__ )); extern void __sincosf64x (_Float64x __x, _Float64x *__sinx, _Float64x *__cosx) __attribute__ ((__nothrow__ )); | |
extern _Float64x acoshf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __acoshf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x asinhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __asinhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x atanhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __atanhf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x expf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __expf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x frexpf64x (_Float64x __x, int *__exponent) __attribute__ ((__nothrow__ )); extern _Float64x __frexpf64x (_Float64x __x, int *__exponent) __attribute__ ((__nothrow__ )); | |
extern _Float64x ldexpf64x (_Float64x __x, int __exponent) __attribute__ ((__nothrow__ )); extern _Float64x __ldexpf64x (_Float64x __x, int __exponent) __attribute__ ((__nothrow__ )); | |
extern _Float64x logf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __logf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x log10f64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __log10f64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x modff64x (_Float64x __x, _Float64x *__iptr) __attribute__ ((__nothrow__ )); extern _Float64x __modff64x (_Float64x __x, _Float64x *__iptr) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern _Float64x exp10f64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __exp10f64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x expm1f64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __expm1f64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x log1pf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __log1pf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x logbf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __logbf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x exp2f64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __exp2f64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x log2f64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __log2f64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x powf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); extern _Float64x __powf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64x sqrtf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __sqrtf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x hypotf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); extern _Float64x __hypotf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64x cbrtf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __cbrtf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x ceilf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __ceilf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x fabsf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __fabsf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x floorf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __floorf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x fmodf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); extern _Float64x __fmodf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
# 196 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64x copysignf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __copysignf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x nanf64x (const char *__tagb) __attribute__ ((__nothrow__ )); extern _Float64x __nanf64x (const char *__tagb) __attribute__ ((__nothrow__ )); | |
# 217 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64x j0f64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __j0f64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x j1f64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __j1f64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x jnf64x (int, _Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __jnf64x (int, _Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x y0f64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __y0f64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x y1f64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __y1f64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x ynf64x (int, _Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __ynf64x (int, _Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x erff64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __erff64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x erfcf64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __erfcf64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x lgammaf64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __lgammaf64x (_Float64x) __attribute__ ((__nothrow__ )); | |
extern _Float64x tgammaf64x (_Float64x) __attribute__ ((__nothrow__ )); extern _Float64x __tgammaf64x (_Float64x) __attribute__ ((__nothrow__ )); | |
# 249 "/usr/include/bits/mathcalls.h" 3 4 | |
extern _Float64x lgammaf64x_r (_Float64x, int *__signgamp) __attribute__ ((__nothrow__ )); extern _Float64x __lgammaf64x_r (_Float64x, int *__signgamp) __attribute__ ((__nothrow__ )); | |
extern _Float64x rintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __rintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x nextafterf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); extern _Float64x __nextafterf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64x nextdownf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __nextdownf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x nextupf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __nextupf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x remainderf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); extern _Float64x __remainderf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64x scalbnf64x (_Float64x __x, int __n) __attribute__ ((__nothrow__ )); extern _Float64x __scalbnf64x (_Float64x __x, int __n) __attribute__ ((__nothrow__ )); | |
extern int ilogbf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern int __ilogbf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern long int llogbf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern long int __llogbf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x scalblnf64x (_Float64x __x, long int __n) __attribute__ ((__nothrow__ )); extern _Float64x __scalblnf64x (_Float64x __x, long int __n) __attribute__ ((__nothrow__ )); | |
extern _Float64x nearbyintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern _Float64x __nearbyintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x roundf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __roundf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x truncf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __truncf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x remquof64x (_Float64x __x, _Float64x __y, int *__quo) __attribute__ ((__nothrow__ )); extern _Float64x __remquof64x (_Float64x __x, _Float64x __y, int *__quo) __attribute__ ((__nothrow__ )); | |
extern long int lrintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern long int __lrintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llrintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern long long int __llrintf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern long int lroundf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern long int __lroundf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
__extension__ | |
extern long long int llroundf64x (_Float64x __x) __attribute__ ((__nothrow__ )); extern long long int __llroundf64x (_Float64x __x) __attribute__ ((__nothrow__ )); | |
extern _Float64x fdimf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); extern _Float64x __fdimf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64x fmaxf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __fmaxf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x fminf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __fminf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x fmaf64x (_Float64x __x, _Float64x __y, _Float64x __z) __attribute__ ((__nothrow__ )); extern _Float64x __fmaf64x (_Float64x __x, _Float64x __y, _Float64x __z) __attribute__ ((__nothrow__ )); | |
extern _Float64x roundevenf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __roundevenf64x (_Float64x __x) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __intmax_t fromfpf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __intmax_t fromfpxf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __intmax_t __fromfpxf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern __uintmax_t ufromfpxf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); extern __uintmax_t __ufromfpxf64x (_Float64x __x, int __round, unsigned int __width) __attribute__ ((__nothrow__ )); | |
extern _Float64x fmaxmagf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __fmaxmagf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern _Float64x fminmagf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); extern _Float64x __fminmagf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int totalorderf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int totalordermagf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )) | |
__attribute__ ((__const__)); | |
extern int canonicalizef64x (_Float64x *__cx, const _Float64x *__x) __attribute__ ((__nothrow__ )); | |
extern _Float64x getpayloadf64x (const _Float64x *__x) __attribute__ ((__nothrow__ )); extern _Float64x __getpayloadf64x (const _Float64x *__x) __attribute__ ((__nothrow__ )); | |
extern int setpayloadf64x (_Float64x *__x, _Float64x __payload) __attribute__ ((__nothrow__ )); | |
extern int setpayloadsigf64x (_Float64x *__x, _Float64x __payload) __attribute__ ((__nothrow__ )); | |
# 458 "/usr/include/math.h" 2 3 4 | |
#undef _Mdouble_ | |
#undef __MATH_PRECNAME | |
#undef __MATH_DECLARING_DOUBLE | |
#undef __MATH_DECLARING_FLOATN | |
# 482 "/usr/include/math.h" 3 4 | |
#undef __MATHDECL_1 | |
#undef __MATHDECL | |
#undef __MATHCALL | |
#define __MATHCALL_NARROW_ARGS_1 (_Marg_ __x) | |
#define __MATHCALL_NARROW_ARGS_2 (_Marg_ __x, _Marg_ __y) | |
#define __MATHCALL_NARROW_ARGS_3 (_Marg_ __x, _Marg_ __y, _Marg_ __z) | |
#define __MATHCALL_NARROW_NORMAL(func,nargs) extern _Mret_ func __MATHCALL_NARROW_ARGS_ ## nargs __THROW | |
#define __MATHCALL_NARROW_REDIR(func,redir,nargs) extern _Mret_ __REDIRECT_NTH (func, __MATHCALL_NARROW_ARGS_ ## nargs, redir) | |
#define __MATHCALL_NARROW(func,redir,nargs) __MATHCALL_NARROW_NORMAL (func, nargs) | |
#define _Mret_ float | |
#define _Marg_ double | |
#define __MATHCALL_NAME(name) f ## name | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern float fadd (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern float fdiv (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern float fmul (double __x, double __y) __attribute__ ((__nothrow__ )); | |
extern float fsub (double __x, double __y) __attribute__ ((__nothrow__ )); | |
# 504 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
#define _Mret_ float | |
#define _Marg_ long double | |
#define __MATHCALL_NAME(name) f ## name ## l | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern float faddl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern float fdivl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern float fmull (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern float fsubl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
# 518 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
#define _Mret_ double | |
#define _Marg_ long double | |
#define __MATHCALL_NAME(name) d ## name ## l | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern double daddl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern double ddivl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern double dmull (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
extern double dsubl (long double __x, long double __y) __attribute__ ((__nothrow__ )); | |
# 538 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
# 613 "/usr/include/math.h" 3 4 | |
#define _Mret_ _Float32 | |
#define _Marg_ _Float32x | |
#define __MATHCALL_NAME(name) f32 ## name ## f32x | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern _Float32 f32addf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32divf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32mulf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32subf32x (_Float32x __x, _Float32x __y) __attribute__ ((__nothrow__ )); | |
# 617 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
#define _Mret_ _Float32 | |
#define _Marg_ _Float64 | |
#define __MATHCALL_NAME(name) f32 ## name ## f64 | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern _Float32 f32addf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32divf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32mulf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32subf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
# 627 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
#define _Mret_ _Float32 | |
#define _Marg_ _Float64x | |
#define __MATHCALL_NAME(name) f32 ## name ## f64x | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern _Float32 f32addf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32divf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32mulf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32 f32subf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
# 637 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
# 663 "/usr/include/math.h" 3 4 | |
#define _Mret_ _Float32x | |
#define _Marg_ _Float64 | |
#define __MATHCALL_NAME(name) f32x ## name ## f64 | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern _Float32x f32xaddf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x f32xdivf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x f32xmulf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x f32xsubf64 (_Float64 __x, _Float64 __y) __attribute__ ((__nothrow__ )); | |
# 667 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
#define _Mret_ _Float32x | |
#define _Marg_ _Float64x | |
#define __MATHCALL_NAME(name) f32x ## name ## f64x | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern _Float32x f32xaddf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x f32xdivf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x f32xmulf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float32x f32xsubf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
# 677 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
# 703 "/usr/include/math.h" 3 4 | |
#define _Mret_ _Float64 | |
#define _Marg_ _Float64x | |
#define __MATHCALL_NAME(name) f64 ## name ## f64x | |
# 1 "/usr/include/bits/mathcalls-narrow.h" 1 3 4 | |
# 24 "/usr/include/bits/mathcalls-narrow.h" 3 4 | |
extern _Float64 f64addf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 f64divf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 f64mulf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
extern _Float64 f64subf64x (_Float64x __x, _Float64x __y) __attribute__ ((__nothrow__ )); | |
# 707 "/usr/include/math.h" 2 3 4 | |
#undef _Mret_ | |
#undef _Marg_ | |
#undef __MATHCALL_NAME | |
# 764 "/usr/include/math.h" 3 4 | |
#undef __MATHCALL_NARROW_ARGS_1 | |
#undef __MATHCALL_NARROW_ARGS_2 | |
#undef __MATHCALL_NARROW_ARGS_3 | |
#undef __MATHCALL_NARROW_NORMAL | |
#undef __MATHCALL_NARROW_REDIR | |
#undef __MATHCALL_NARROW | |
extern int signgam; | |
# 841 "/usr/include/math.h" 3 4 | |
#define __MATH_TG(TG_ARG,FUNC,ARGS) (sizeof (TG_ARG) == sizeof (float) ? FUNC ## f ARGS : sizeof (TG_ARG) == sizeof (double) ? FUNC ARGS : FUNC ## l ARGS) | |
# 853 "/usr/include/math.h" 3 4 | |
enum | |
{ | |
FP_NAN = | |
#define FP_NAN 0 | |
0, | |
FP_INFINITE = | |
#define FP_INFINITE 1 | |
1, | |
FP_ZERO = | |
#define FP_ZERO 2 | |
2, | |
FP_SUBNORMAL = | |
#define FP_SUBNORMAL 3 | |
3, | |
FP_NORMAL = | |
#define FP_NORMAL 4 | |
4 | |
}; | |
# 888 "/usr/include/math.h" 3 4 | |
#define fpclassify(x) __MATH_TG ((x), __fpclassify, (x)) | |
# 904 "/usr/include/math.h" 3 4 | |
#define signbit(x) __MATH_TG ((x), __builtin_signbit, (x)) | |
# 913 "/usr/include/math.h" 3 4 | |
#define isfinite(x) __MATH_TG ((x), __finite, (x)) | |
#define isnormal(x) (fpclassify (x) == FP_NORMAL) | |
#define isnan(x) __MATH_TG ((x), __isnan, (x)) | |
# 945 "/usr/include/math.h" 3 4 | |
#define isinf(x) __MATH_TG ((x), __isinf, (x)) | |
#define MATH_ERRNO 1 | |
#define MATH_ERREXCEPT 2 | |
# 962 "/usr/include/math.h" 3 4 | |
#define math_errhandling (MATH_ERRNO | MATH_ERREXCEPT) | |
# 1 "/usr/include/bits/iscanonical.h" 1 3 4 | |
# 23 "/usr/include/bits/iscanonical.h" 3 4 | |
extern int __iscanonicall (long double __x) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
#define __iscanonicalf(x) ((void) (__typeof (x)) (x), 1) | |
#define __iscanonical(x) ((void) (__typeof (x)) (x), 1) | |
# 38 "/usr/include/bits/iscanonical.h" 3 4 | |
#define iscanonical(x) __MATH_TG ((x), __iscanonical, (x)) | |
# 969 "/usr/include/math.h" 2 3 4 | |
#define issignaling(x) __MATH_TG ((x), __issignaling, (x)) | |
# 1001 "/usr/include/math.h" 3 4 | |
#define issubnormal(x) (fpclassify (x) == FP_SUBNORMAL) | |
#define iszero(x) (((__typeof (x)) (x)) == 0) | |
# 1054 "/usr/include/math.h" 3 4 | |
#define MAXFLOAT 3.40282347e+38F | |
#define M_E 2.7182818284590452354 | |
#define M_LOG2E 1.4426950408889634074 | |
#define M_LOG10E 0.43429448190325182765 | |
#define M_LN2 0.69314718055994530942 | |
#define M_LN10 2.30258509299404568402 | |
#define M_PI 3.14159265358979323846 | |
#define M_PI_2 1.57079632679489661923 | |
#define M_PI_4 0.78539816339744830962 | |
#define M_1_PI 0.31830988618379067154 | |
#define M_2_PI 0.63661977236758134308 | |
#define M_2_SQRTPI 1.12837916709551257390 | |
#define M_SQRT2 1.41421356237309504880 | |
#define M_SQRT1_2 0.70710678118654752440 | |
#define M_El 2.718281828459045235360287471352662498L | |
#define M_LOG2El 1.442695040888963407359924681001892137L | |
#define M_LOG10El 0.434294481903251827651128918916605082L | |
#define M_LN2l 0.693147180559945309417232121458176568L | |
#define M_LN10l 2.302585092994045684017991454684364208L | |
#define M_PIl 3.141592653589793238462643383279502884L | |
#define M_PI_2l 1.570796326794896619231321691639751442L | |
#define M_PI_4l 0.785398163397448309615660845819875721L | |
#define M_1_PIl 0.318309886183790671537767526745028724L | |
#define M_2_PIl 0.636619772367581343075535053490057448L | |
#define M_2_SQRTPIl 1.128379167095512573896158903121545172L | |
#define M_SQRT2l 1.414213562373095048801688724209698079L | |
#define M_SQRT1_2l 0.707106781186547524400844362104849039L | |
# 1111 "/usr/include/math.h" 3 4 | |
#define M_Ef32 __f32 (2.718281828459045235360287471352662498) | |
#define M_LOG2Ef32 __f32 (1.442695040888963407359924681001892137) | |
#define M_LOG10Ef32 __f32 (0.434294481903251827651128918916605082) | |
#define M_LN2f32 __f32 (0.693147180559945309417232121458176568) | |
#define M_LN10f32 __f32 (2.302585092994045684017991454684364208) | |
#define M_PIf32 __f32 (3.141592653589793238462643383279502884) | |
#define M_PI_2f32 __f32 (1.570796326794896619231321691639751442) | |
#define M_PI_4f32 __f32 (0.785398163397448309615660845819875721) | |
#define M_1_PIf32 __f32 (0.318309886183790671537767526745028724) | |
#define M_2_PIf32 __f32 (0.636619772367581343075535053490057448) | |
#define M_2_SQRTPIf32 __f32 (1.128379167095512573896158903121545172) | |
#define M_SQRT2f32 __f32 (1.414213562373095048801688724209698079) | |
#define M_SQRT1_2f32 __f32 (0.707106781186547524400844362104849039) | |
#define M_Ef64 __f64 (2.718281828459045235360287471352662498) | |
#define M_LOG2Ef64 __f64 (1.442695040888963407359924681001892137) | |
#define M_LOG10Ef64 __f64 (0.434294481903251827651128918916605082) | |
#define M_LN2f64 __f64 (0.693147180559945309417232121458176568) | |
#define M_LN10f64 __f64 (2.302585092994045684017991454684364208) | |
#define M_PIf64 __f64 (3.141592653589793238462643383279502884) | |
#define M_PI_2f64 __f64 (1.570796326794896619231321691639751442) | |
#define M_PI_4f64 __f64 (0.785398163397448309615660845819875721) | |
#define M_1_PIf64 __f64 (0.318309886183790671537767526745028724) | |
#define M_2_PIf64 __f64 (0.636619772367581343075535053490057448) | |
#define M_2_SQRTPIf64 __f64 (1.128379167095512573896158903121545172) | |
#define M_SQRT2f64 __f64 (1.414213562373095048801688724209698079) | |
#define M_SQRT1_2f64 __f64 (0.707106781186547524400844362104849039) | |
# 1159 "/usr/include/math.h" 3 4 | |
#define M_Ef32x __f32x (2.718281828459045235360287471352662498) | |
#define M_LOG2Ef32x __f32x (1.442695040888963407359924681001892137) | |
#define M_LOG10Ef32x __f32x (0.434294481903251827651128918916605082) | |
#define M_LN2f32x __f32x (0.693147180559945309417232121458176568) | |
#define M_LN10f32x __f32x (2.302585092994045684017991454684364208) | |
#define M_PIf32x __f32x (3.141592653589793238462643383279502884) | |
#define M_PI_2f32x __f32x (1.570796326794896619231321691639751442) | |
#define M_PI_4f32x __f32x (0.785398163397448309615660845819875721) | |
#define M_1_PIf32x __f32x (0.318309886183790671537767526745028724) | |
#define M_2_PIf32x __f32x (0.636619772367581343075535053490057448) | |
#define M_2_SQRTPIf32x __f32x (1.128379167095512573896158903121545172) | |
#define M_SQRT2f32x __f32x (1.414213562373095048801688724209698079) | |
#define M_SQRT1_2f32x __f32x (0.707106781186547524400844362104849039) | |
#define M_Ef64x __f64x (2.718281828459045235360287471352662498) | |
#define M_LOG2Ef64x __f64x (1.442695040888963407359924681001892137) | |
#define M_LOG10Ef64x __f64x (0.434294481903251827651128918916605082) | |
#define M_LN2f64x __f64x (0.693147180559945309417232121458176568) | |
#define M_LN10f64x __f64x (2.302585092994045684017991454684364208) | |
#define M_PIf64x __f64x (3.141592653589793238462643383279502884) | |
#define M_PI_2f64x __f64x (1.570796326794896619231321691639751442) | |
#define M_PI_4f64x __f64x (0.785398163397448309615660845819875721) | |
#define M_1_PIf64x __f64x (0.318309886183790671537767526745028724) | |
#define M_2_PIf64x __f64x (0.636619772367581343075535053490057448) | |
#define M_2_SQRTPIf64x __f64x (1.128379167095512573896158903121545172) | |
#define M_SQRT2f64x __f64x (1.414213562373095048801688724209698079) | |
#define M_SQRT1_2f64x __f64x (0.707106781186547524400844362104849039) | |
# 1209 "/usr/include/math.h" 3 4 | |
#define isgreater(x,y) __builtin_isgreater(x, y) | |
#define isgreaterequal(x,y) __builtin_isgreaterequal(x, y) | |
#define isless(x,y) __builtin_isless(x, y) | |
#define islessequal(x,y) __builtin_islessequal(x, y) | |
#define islessgreater(x,y) __builtin_islessgreater(x, y) | |
#define isunordered(x,y) __builtin_isunordered(x, y) | |
# 1240 "/usr/include/math.h" 3 4 | |
# 1 "/usr/include/bits/mathinline.h" 1 3 4 | |
# 1241 "/usr/include/math.h" 2 3 4 | |
# 1472 "/usr/include/math.h" 3 4 | |
#define __MATH_EVAL_FMT2(x,y) ((x) + (y) + 0.0f) | |
#define iseqsig(x,y) __MATH_TG (__MATH_EVAL_FMT2 (x, y), __iseqsig, ((x), (y))) | |
# 28 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
#define CF_CROSS_PLATFORM_EXPORT extern | |
# 38 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
#define _CF_RESTRICT restrict | |
# 49 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRunLoop.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRunLoop.h" | |
#define __COREFOUNDATION_CFRUNLOOP__ 1 | |
# 24 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRunLoop.h" | |
typedef CFStringRef CFRunLoopMode ; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFRunLoop * CFRunLoopRef; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFRunLoopSource * CFRunLoopSourceRef; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFRunLoopObserver * CFRunLoopObserverRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSTimer))) __CFRunLoopTimer * CFRunLoopTimerRef; | |
typedef SInt32 CFRunLoopRunResult; enum { | |
kCFRunLoopRunFinished = 1, | |
kCFRunLoopRunStopped = 2, | |
kCFRunLoopRunTimedOut = 3, | |
kCFRunLoopRunHandledSource = 4 | |
}; | |
typedef CFOptionFlags CFRunLoopActivity; enum { | |
kCFRunLoopEntry = (1UL << 0), | |
kCFRunLoopBeforeTimers = (1UL << 1), | |
kCFRunLoopBeforeSources = (1UL << 2), | |
kCFRunLoopBeforeWaiting = (1UL << 5), | |
kCFRunLoopAfterWaiting = (1UL << 6), | |
kCFRunLoopExit = (1UL << 7), | |
kCFRunLoopAllActivities = 0x0FFFFFFFU | |
}; | |
extern const CFRunLoopMode kCFRunLoopDefaultMode; | |
extern const CFRunLoopMode kCFRunLoopCommonModes; | |
extern CFTypeID CFRunLoopGetTypeID(void); | |
extern CFRunLoopRef CFRunLoopGetCurrent(void); | |
extern CFRunLoopRef CFRunLoopGetMain(void); | |
extern CFRunLoopMode CFRunLoopCopyCurrentMode(CFRunLoopRef rl); | |
extern CFArrayRef CFRunLoopCopyAllModes(CFRunLoopRef rl); | |
extern void CFRunLoopAddCommonMode(CFRunLoopRef rl, CFRunLoopMode mode); | |
extern CFAbsoluteTime CFRunLoopGetNextTimerFireDate(CFRunLoopRef rl, CFRunLoopMode mode); | |
extern void CFRunLoopRun(void); | |
extern CFRunLoopRunResult CFRunLoopRunInMode(CFRunLoopMode mode, CFTimeInterval seconds, Boolean returnAfterSourceHandled); | |
extern Boolean CFRunLoopIsWaiting(CFRunLoopRef rl); | |
extern void CFRunLoopWakeUp(CFRunLoopRef rl); | |
extern void CFRunLoopStop(CFRunLoopRef rl); | |
extern void CFRunLoopPerformBlock(CFRunLoopRef rl, CFTypeRef mode, void (^block)(void)) ; | |
extern Boolean CFRunLoopContainsSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFRunLoopMode mode); | |
extern void CFRunLoopAddSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFRunLoopMode mode); | |
extern void CFRunLoopRemoveSource(CFRunLoopRef rl, CFRunLoopSourceRef source, CFRunLoopMode mode); | |
extern Boolean CFRunLoopContainsObserver(CFRunLoopRef rl, CFRunLoopObserverRef observer, CFRunLoopMode mode); | |
extern void CFRunLoopAddObserver(CFRunLoopRef rl, CFRunLoopObserverRef observer, CFRunLoopMode mode); | |
extern void CFRunLoopRemoveObserver(CFRunLoopRef rl, CFRunLoopObserverRef observer, CFRunLoopMode mode); | |
extern Boolean CFRunLoopContainsTimer(CFRunLoopRef rl, CFRunLoopTimerRef timer, CFRunLoopMode mode); | |
extern void CFRunLoopAddTimer(CFRunLoopRef rl, CFRunLoopTimerRef timer, CFRunLoopMode mode); | |
extern void CFRunLoopRemoveTimer(CFRunLoopRef rl, CFRunLoopTimerRef timer, CFRunLoopMode mode); | |
typedef struct { | |
CFIndex version; | |
void * info; | |
const void *(*retain)(const void *info); | |
void (*release)(const void *info); | |
CFStringRef (*copyDescription)(const void *info); | |
Boolean (*equal)(const void *info1, const void *info2); | |
CFHashCode (*hash)(const void *info); | |
void (*schedule)(void *info, CFRunLoopRef rl, CFRunLoopMode mode); | |
void (*cancel)(void *info, CFRunLoopRef rl, CFRunLoopMode mode); | |
void (*perform)(void *info); | |
} CFRunLoopSourceContext; | |
typedef struct { | |
CFIndex version; | |
void * info; | |
const void *(*retain)(const void *info); | |
void (*release)(const void *info); | |
CFStringRef (*copyDescription)(const void *info); | |
Boolean (*equal)(const void *info1, const void *info2); | |
CFHashCode (*hash)(const void *info); | |
void * (*getPort)(void *info); | |
void (*perform)(void *info); | |
} CFRunLoopSourceContext1; | |
extern CFTypeID CFRunLoopSourceGetTypeID(void); | |
extern CFRunLoopSourceRef CFRunLoopSourceCreate(CFAllocatorRef allocator, CFIndex order, CFRunLoopSourceContext *context); | |
extern CFIndex CFRunLoopSourceGetOrder(CFRunLoopSourceRef source); | |
extern void CFRunLoopSourceInvalidate(CFRunLoopSourceRef source); | |
extern Boolean CFRunLoopSourceIsValid(CFRunLoopSourceRef source); | |
extern void CFRunLoopSourceGetContext(CFRunLoopSourceRef source, CFRunLoopSourceContext *context); | |
extern void CFRunLoopSourceSignal(CFRunLoopSourceRef source); | |
typedef struct { | |
CFIndex version; | |
void * info; | |
const void *(*retain)(const void *info); | |
void (*release)(const void *info); | |
CFStringRef (*copyDescription)(const void *info); | |
} CFRunLoopObserverContext; | |
typedef void (*CFRunLoopObserverCallBack)(CFRunLoopObserverRef observer, CFRunLoopActivity activity, void *info); | |
extern CFTypeID CFRunLoopObserverGetTypeID(void); | |
extern CFRunLoopObserverRef CFRunLoopObserverCreate(CFAllocatorRef allocator, CFOptionFlags activities, Boolean repeats, CFIndex order, CFRunLoopObserverCallBack callout, CFRunLoopObserverContext *context); | |
extern CFRunLoopObserverRef CFRunLoopObserverCreateWithHandler(CFAllocatorRef allocator, CFOptionFlags activities, Boolean repeats, CFIndex order, void (^block) (CFRunLoopObserverRef observer, CFRunLoopActivity activity)) ; | |
extern CFOptionFlags CFRunLoopObserverGetActivities(CFRunLoopObserverRef observer); | |
extern Boolean CFRunLoopObserverDoesRepeat(CFRunLoopObserverRef observer); | |
extern CFIndex CFRunLoopObserverGetOrder(CFRunLoopObserverRef observer); | |
extern void CFRunLoopObserverInvalidate(CFRunLoopObserverRef observer); | |
extern Boolean CFRunLoopObserverIsValid(CFRunLoopObserverRef observer); | |
extern void CFRunLoopObserverGetContext(CFRunLoopObserverRef observer, CFRunLoopObserverContext *context); | |
typedef struct { | |
CFIndex version; | |
void * info; | |
const void *(*retain)(const void *info); | |
void (*release)(const void *info); | |
CFStringRef (*copyDescription)(const void *info); | |
} CFRunLoopTimerContext; | |
typedef void (*CFRunLoopTimerCallBack)(CFRunLoopTimerRef timer, void *info); | |
extern CFTypeID CFRunLoopTimerGetTypeID(void); | |
extern CFRunLoopTimerRef CFRunLoopTimerCreate(CFAllocatorRef allocator, CFAbsoluteTime fireDate, CFTimeInterval interval, CFOptionFlags flags, CFIndex order, CFRunLoopTimerCallBack callout, CFRunLoopTimerContext *context); | |
extern CFRunLoopTimerRef CFRunLoopTimerCreateWithHandler(CFAllocatorRef allocator, CFAbsoluteTime fireDate, CFTimeInterval interval, CFOptionFlags flags, CFIndex order, void (^block) (CFRunLoopTimerRef timer)) ; | |
extern CFAbsoluteTime CFRunLoopTimerGetNextFireDate(CFRunLoopTimerRef timer); | |
extern void CFRunLoopTimerSetNextFireDate(CFRunLoopTimerRef timer, CFAbsoluteTime fireDate); | |
extern CFTimeInterval CFRunLoopTimerGetInterval(CFRunLoopTimerRef timer); | |
extern Boolean CFRunLoopTimerDoesRepeat(CFRunLoopTimerRef timer); | |
extern CFIndex CFRunLoopTimerGetOrder(CFRunLoopTimerRef timer); | |
extern void CFRunLoopTimerInvalidate(CFRunLoopTimerRef timer); | |
extern Boolean CFRunLoopTimerIsValid(CFRunLoopTimerRef timer); | |
extern void CFRunLoopTimerGetContext(CFRunLoopTimerRef timer, CFRunLoopTimerContext *context); | |
extern CFTimeInterval CFRunLoopTimerGetTolerance(CFRunLoopTimerRef timer) ; | |
extern void CFRunLoopTimerSetTolerance(CFRunLoopTimerRef timer, CFTimeInterval tolerance) ; | |
# 50 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSocket.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSocket.h" | |
#define __COREFOUNDATION_CFSOCKET__ 1 | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFSocket * CFSocketRef; | |
# 99 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSocket.h" | |
typedef CFIndex CFSocketError; enum { | |
kCFSocketSuccess = 0, | |
kCFSocketError = -1L, | |
kCFSocketTimeout = -2L | |
}; | |
typedef struct { | |
SInt32 protocolFamily; | |
SInt32 socketType; | |
SInt32 protocol; | |
CFDataRef address; | |
} CFSocketSignature; | |
typedef CFOptionFlags CFSocketCallBackType; enum { | |
kCFSocketNoCallBack = 0, | |
kCFSocketReadCallBack = 1, | |
kCFSocketAcceptCallBack = 2, | |
kCFSocketDataCallBack = 3, | |
kCFSocketConnectCallBack = 4, | |
kCFSocketWriteCallBack = 8 | |
}; | |
enum { | |
kCFSocketAutomaticallyReenableReadCallBack = 1, | |
kCFSocketAutomaticallyReenableAcceptCallBack = 2, | |
kCFSocketAutomaticallyReenableDataCallBack = 3, | |
kCFSocketAutomaticallyReenableWriteCallBack = 8, | |
kCFSocketLeaveErrors = 64, | |
kCFSocketCloseOnInvalidate = 128 | |
}; | |
typedef void (*CFSocketCallBack)(CFSocketRef s, CFSocketCallBackType type, CFDataRef address, const void *data, void *info); | |
typedef struct { | |
CFIndex version; | |
void * info; | |
const void *(*retain)(const void *info); | |
void (*release)(const void *info); | |
CFStringRef (*copyDescription)(const void *info); | |
} CFSocketContext; | |
typedef int CFSocketNativeHandle; | |
extern CFTypeID CFSocketGetTypeID(void); | |
extern CFSocketRef CFSocketCreate(CFAllocatorRef allocator, SInt32 protocolFamily, SInt32 socketType, SInt32 protocol, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context); | |
extern CFSocketRef CFSocketCreateWithNative(CFAllocatorRef allocator, CFSocketNativeHandle sock, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context); | |
extern CFSocketRef CFSocketCreateWithSocketSignature(CFAllocatorRef allocator, const CFSocketSignature *signature, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context); | |
extern CFSocketRef CFSocketCreateConnectedToSocketSignature(CFAllocatorRef allocator, const CFSocketSignature *signature, CFOptionFlags callBackTypes, CFSocketCallBack callout, const CFSocketContext *context, CFTimeInterval timeout); | |
extern CFSocketError CFSocketSetAddress(CFSocketRef s, CFDataRef address); | |
extern CFSocketError CFSocketConnectToAddress(CFSocketRef s, CFDataRef address, CFTimeInterval timeout); | |
extern void CFSocketInvalidate(CFSocketRef s); | |
extern Boolean CFSocketIsValid(CFSocketRef s); | |
extern CFDataRef CFSocketCopyAddress(CFSocketRef s); | |
extern CFDataRef CFSocketCopyPeerAddress(CFSocketRef s); | |
extern void CFSocketGetContext(CFSocketRef s, CFSocketContext *context); | |
extern CFSocketNativeHandle CFSocketGetNative(CFSocketRef s); | |
extern CFRunLoopSourceRef CFSocketCreateRunLoopSource(CFAllocatorRef allocator, CFSocketRef s, CFIndex order); | |
extern CFOptionFlags CFSocketGetSocketFlags(CFSocketRef s); | |
extern void CFSocketSetSocketFlags(CFSocketRef s, CFOptionFlags flags); | |
extern void CFSocketDisableCallBacks(CFSocketRef s, CFOptionFlags callBackTypes); | |
extern void CFSocketEnableCallBacks(CFSocketRef s, CFOptionFlags callBackTypes); | |
extern CFSocketError CFSocketSendData(CFSocketRef s, CFDataRef address, CFDataRef data, CFTimeInterval timeout); | |
# 196 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFSocket.h" | |
extern CFSocketError CFSocketRegisterValue(const CFSocketSignature *nameServerSignature, CFTimeInterval timeout, CFStringRef name, CFPropertyListRef value); | |
extern CFSocketError CFSocketCopyRegisteredValue(const CFSocketSignature *nameServerSignature, CFTimeInterval timeout, CFStringRef name, CFPropertyListRef *value, CFDataRef *nameServerAddress); | |
extern CFSocketError CFSocketRegisterSocketSignature(const CFSocketSignature *nameServerSignature, CFTimeInterval timeout, CFStringRef name, const CFSocketSignature *signature); | |
extern CFSocketError CFSocketCopyRegisteredSocketSignature(const CFSocketSignature *nameServerSignature, CFTimeInterval timeout, CFStringRef name, CFSocketSignature *signature, CFDataRef *nameServerAddress); | |
extern CFSocketError CFSocketUnregister(const CFSocketSignature *nameServerSignature, CFTimeInterval timeout, CFStringRef name); | |
extern void CFSocketSetDefaultNameRegistryPortNumber(UInt16 port); | |
extern UInt16 CFSocketGetDefaultNameRegistryPortNumber(void); | |
extern const CFStringRef kCFSocketCommandKey; | |
extern const CFStringRef kCFSocketNameKey; | |
extern const CFStringRef kCFSocketValueKey; | |
extern const CFStringRef kCFSocketResultKey; | |
extern const CFStringRef kCFSocketErrorKey; | |
extern const CFStringRef kCFSocketRegisterCommand; | |
extern const CFStringRef kCFSocketRetrieveCommand; | |
# 51 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundlePriv.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundlePriv.h" | |
#define __COREFOUNDATION_CFBUNDLEPRIV__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundle.h" 1 | |
#define __COREFOUNDATION_CFBUNDLE__ 1 | |
# 18 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundle.h" | |
typedef struct __attribute__((objc_bridge(id))) __CFBundle *CFBundleRef; | |
typedef struct __attribute__((objc_bridge(id))) __CFBundle *CFPlugInRef; | |
extern | |
const CFStringRef kCFBundleInfoDictionaryVersionKey; | |
extern | |
const CFStringRef kCFBundleExecutableKey; | |
extern | |
const CFStringRef kCFBundleIdentifierKey; | |
extern | |
const CFStringRef kCFBundleVersionKey; | |
extern | |
const CFStringRef kCFBundleDevelopmentRegionKey; | |
extern | |
const CFStringRef kCFBundleNameKey; | |
extern | |
const CFStringRef kCFBundleLocalizationsKey; | |
extern | |
CFBundleRef CFBundleGetMainBundle(void); | |
extern | |
CFBundleRef CFBundleGetBundleWithIdentifier(CFStringRef bundleID); | |
extern | |
CFArrayRef CFBundleGetAllBundles(void); | |
extern | |
CFTypeID CFBundleGetTypeID(void); | |
extern | |
CFBundleRef CFBundleCreate(CFAllocatorRef allocator, CFURLRef bundleURL); | |
extern | |
CFArrayRef CFBundleCreateBundlesFromDirectory(CFAllocatorRef allocator, CFURLRef directoryURL, CFStringRef bundleType); | |
extern | |
CFURLRef CFBundleCopyBundleURL(CFBundleRef bundle); | |
extern | |
CFTypeRef CFBundleGetValueForInfoDictionaryKey(CFBundleRef bundle, CFStringRef key); | |
extern | |
CFDictionaryRef CFBundleGetInfoDictionary(CFBundleRef bundle); | |
extern | |
CFDictionaryRef CFBundleGetLocalInfoDictionary(CFBundleRef bundle); | |
extern | |
void CFBundleGetPackageInfo(CFBundleRef bundle, UInt32 *packageType, UInt32 *packageCreator); | |
extern | |
CFStringRef CFBundleGetIdentifier(CFBundleRef bundle); | |
extern | |
UInt32 CFBundleGetVersionNumber(CFBundleRef bundle); | |
extern | |
CFStringRef CFBundleGetDevelopmentRegion(CFBundleRef bundle); | |
extern | |
CFURLRef CFBundleCopySupportFilesDirectoryURL(CFBundleRef bundle); | |
extern | |
CFURLRef CFBundleCopyResourcesDirectoryURL(CFBundleRef bundle); | |
extern | |
CFURLRef CFBundleCopyPrivateFrameworksURL(CFBundleRef bundle); | |
extern | |
CFURLRef CFBundleCopySharedFrameworksURL(CFBundleRef bundle); | |
extern | |
CFURLRef CFBundleCopySharedSupportURL(CFBundleRef bundle); | |
extern | |
CFURLRef CFBundleCopyBuiltInPlugInsURL(CFBundleRef bundle); | |
extern | |
CFDictionaryRef CFBundleCopyInfoDictionaryInDirectory(CFURLRef bundleURL); | |
extern | |
Boolean CFBundleGetPackageInfoInDirectory(CFURLRef url, UInt32 *packageType, UInt32 *packageCreator); | |
extern | |
CFURLRef CFBundleCopyResourceURL(CFBundleRef bundle, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName); | |
extern | |
CFArrayRef CFBundleCopyResourceURLsOfType(CFBundleRef bundle, CFStringRef resourceType, CFStringRef subDirName); | |
extern | |
CFStringRef CFBundleCopyLocalizedString(CFBundleRef bundle, CFStringRef key, CFStringRef value, CFStringRef tableName) ; | |
#define CFCopyLocalizedString(key,comment) CFBundleCopyLocalizedString(CFBundleGetMainBundle(), (key), (key), NULL) | |
#define CFCopyLocalizedStringFromTable(key,tbl,comment) CFBundleCopyLocalizedString(CFBundleGetMainBundle(), (key), (key), (tbl)) | |
#define CFCopyLocalizedStringFromTableInBundle(key,tbl,bundle,comment) CFBundleCopyLocalizedString((bundle), (key), (key), (tbl)) | |
#define CFCopyLocalizedStringWithDefaultValue(key,tbl,bundle,value,comment) CFBundleCopyLocalizedString((bundle), (key), (value), (tbl)) | |
extern | |
CFURLRef CFBundleCopyResourceURLInDirectory(CFURLRef bundleURL, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName); | |
extern | |
CFArrayRef CFBundleCopyResourceURLsOfTypeInDirectory(CFURLRef bundleURL, CFStringRef resourceType, CFStringRef subDirName); | |
extern | |
CFArrayRef CFBundleCopyBundleLocalizations(CFBundleRef bundle); | |
extern | |
CFArrayRef CFBundleCopyPreferredLocalizationsFromArray(CFArrayRef locArray); | |
extern | |
CFArrayRef CFBundleCopyLocalizationsForPreferences(CFArrayRef locArray, CFArrayRef prefArray); | |
# 199 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundle.h" | |
extern | |
CFURLRef CFBundleCopyResourceURLForLocalization(CFBundleRef bundle, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName, CFStringRef localizationName); | |
extern | |
CFArrayRef CFBundleCopyResourceURLsOfTypeForLocalization(CFBundleRef bundle, CFStringRef resourceType, CFStringRef subDirName, CFStringRef localizationName); | |
# 213 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundle.h" | |
extern | |
CFDictionaryRef CFBundleCopyInfoDictionaryForURL(CFURLRef url); | |
extern | |
CFArrayRef CFBundleCopyLocalizationsForURL(CFURLRef url); | |
extern | |
CFArrayRef CFBundleCopyExecutableArchitecturesForURL(CFURLRef url) ; | |
# 237 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundle.h" | |
extern | |
CFURLRef CFBundleCopyExecutableURL(CFBundleRef bundle); | |
enum { | |
kCFBundleExecutableArchitectureI386 = 0x00000007, | |
kCFBundleExecutableArchitecturePPC = 0x00000012, | |
kCFBundleExecutableArchitectureX86_64 = 0x01000007, | |
kCFBundleExecutableArchitecturePPC64 = 0x01000012 | |
} ; | |
extern | |
CFArrayRef CFBundleCopyExecutableArchitectures(CFBundleRef bundle) ; | |
extern | |
Boolean CFBundlePreflightExecutable(CFBundleRef bundle, CFErrorRef *error) ; | |
extern | |
Boolean CFBundleLoadExecutableAndReturnError(CFBundleRef bundle, CFErrorRef *error) ; | |
extern | |
Boolean CFBundleLoadExecutable(CFBundleRef bundle); | |
extern | |
Boolean CFBundleIsExecutableLoaded(CFBundleRef bundle); | |
extern | |
void CFBundleUnloadExecutable(CFBundleRef bundle); | |
extern | |
void *CFBundleGetFunctionPointerForName(CFBundleRef bundle, CFStringRef functionName); | |
extern | |
void CFBundleGetFunctionPointersForNames(CFBundleRef bundle, CFArrayRef functionNames, void *ftbl[]); | |
extern | |
void *CFBundleGetDataPointerForName(CFBundleRef bundle, CFStringRef symbolName); | |
extern | |
void CFBundleGetDataPointersForNames(CFBundleRef bundle, CFArrayRef symbolNames, void *stbl[]); | |
extern | |
CFURLRef CFBundleCopyAuxiliaryExecutableURL(CFBundleRef bundle, CFStringRef executableName); | |
# 302 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundle.h" | |
extern | |
CFPlugInRef CFBundleGetPlugIn(CFBundleRef bundle); | |
typedef int CFBundleRefNum; | |
extern | |
CFBundleRefNum CFBundleOpenBundleResourceMap(CFBundleRef bundle); | |
extern | |
SInt32 CFBundleOpenBundleResourceFiles(CFBundleRef bundle, CFBundleRefNum *refNum, CFBundleRefNum *localizedRefNum); | |
extern | |
void CFBundleCloseBundleResourceMap(CFBundleRef bundle, CFBundleRefNum refNum); | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundlePriv.h" 2 | |
extern | |
const CFStringRef _kCFBundlePackageTypeKey; | |
extern | |
const CFStringRef _kCFBundleSignatureKey; | |
extern | |
const CFStringRef _kCFBundleIconFileKey; | |
extern | |
const CFStringRef _kCFBundleDocumentTypesKey; | |
extern | |
const CFStringRef _kCFBundleURLTypesKey; | |
extern | |
const CFStringRef _kCFBundleDisplayNameKey; | |
extern | |
const CFStringRef _kCFBundleShortVersionStringKey; | |
extern | |
const CFStringRef _kCFBundleGetInfoStringKey; | |
extern | |
const CFStringRef _kCFBundleGetInfoHTMLKey; | |
extern | |
const CFStringRef _kCFBundleTypeNameKey; | |
extern | |
const CFStringRef _kCFBundleTypeRoleKey; | |
extern | |
const CFStringRef _kCFBundleTypeIconFileKey; | |
extern | |
const CFStringRef _kCFBundleTypeOSTypesKey; | |
extern | |
const CFStringRef _kCFBundleTypeExtensionsKey; | |
extern | |
const CFStringRef _kCFBundleTypeMIMETypesKey; | |
extern | |
const CFStringRef _kCFBundleURLNameKey; | |
extern | |
const CFStringRef _kCFBundleURLIconFileKey; | |
extern | |
const CFStringRef _kCFBundleURLSchemesKey; | |
extern | |
const CFStringRef _kCFBundleOldExecutableKey; | |
extern | |
const CFStringRef _kCFBundleOldInfoDictionaryVersionKey; | |
extern | |
const CFStringRef _kCFBundleOldNameKey; | |
extern | |
const CFStringRef _kCFBundleOldIconFileKey; | |
extern | |
const CFStringRef _kCFBundleOldDocumentTypesKey; | |
extern | |
const CFStringRef _kCFBundleOldShortVersionStringKey; | |
extern | |
const CFStringRef _kCFBundleOldTypeNameKey; | |
extern | |
const CFStringRef _kCFBundleOldTypeRoleKey; | |
extern | |
const CFStringRef _kCFBundleOldTypeIconFileKey; | |
extern | |
const CFStringRef _kCFBundleOldTypeExtensions1Key; | |
extern | |
const CFStringRef _kCFBundleOldTypeExtensions2Key; | |
extern | |
const CFStringRef _kCFBundleOldTypeOSTypesKey; | |
extern | |
const CFStringRef _kCFBundleSupportedPlatformsKey; | |
extern | |
const CFStringRef _kCFBundleResourceSpecificationKey; | |
extern | |
CFURLRef _CFBundleCopyBundleURLForExecutableURL(CFURLRef url); | |
extern | |
Boolean _CFBundleURLLooksLikeBundle(CFURLRef url); | |
extern | |
CFBundleRef _CFBundleCreateIfLooksLikeBundle(CFAllocatorRef allocator, CFURLRef url); | |
extern | |
CFBundleRef _CFBundleGetMainBundleIfLooksLikeBundle(void); | |
extern | |
Boolean _CFBundleMainBundleInfoDictionaryComesFromResourceFork(void); | |
extern | |
CFBundleRef _CFBundleCreateWithExecutableURLIfLooksLikeBundle(CFAllocatorRef allocator, CFURLRef url); | |
extern | |
CFURLRef _CFBundleCopyMainBundleExecutableURL(Boolean *looksLikeBundle); | |
extern | |
CFBundleRef _CFBundleGetExistingBundleWithBundleURL(CFURLRef bundleURL); | |
extern | |
CFArrayRef _CFBundleGetSupportedPlatforms(CFBundleRef bundle); | |
extern | |
CFStringRef _CFBundleGetCurrentPlatform(void); | |
extern | |
CFBundleRef _CFBundleCreateUnique(CFAllocatorRef allocator, CFURLRef bundleURL) ; | |
extern | |
CFBundleRef _CFBundleCreateIfMightBeBundle(CFAllocatorRef allocator, CFURLRef url) ; | |
extern | |
CFBundleRef _CFBundleCreateWithExecutableURLIfMightBeBundle(CFAllocatorRef allocator, CFURLRef url); | |
extern | |
CFURLRef _CFBundleCopyResourceForkURL(CFBundleRef bundle) ; | |
extern | |
CFURLRef _CFBundleCopyInfoPlistURL(CFBundleRef bundle); | |
extern | |
CFURLRef _CFBundleCopyExecutableURLInDirectory(CFURLRef url); | |
extern | |
CFURLRef _CFBundleCopyOtherExecutableURLInDirectory(CFURLRef url); | |
extern | |
void _CFBundleGetLanguageAndRegionCodes(SInt32 *languageCode, SInt32 *regionCode); | |
extern | |
Boolean CFBundleGetLocalizationInfoForLocalization(CFStringRef localizationName, SInt32 *languageCode, SInt32 *regionCode, SInt32 *scriptCode, CFStringEncoding *stringEncoding); | |
# 187 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundlePriv.h" | |
extern | |
CFStringRef CFBundleCopyLocalizationForLocalizationInfo(SInt32 languageCode, SInt32 regionCode, SInt32 scriptCode, CFStringEncoding stringEncoding); | |
extern CFStringRef CFBundleCopyLocalizedStringForLocalization(CFBundleRef bundle, CFStringRef key, CFStringRef value, CFStringRef tableName, CFStringRef localizationName) ; | |
extern | |
void _CFBundleSetDefaultLocalization(CFStringRef localizationName); | |
extern | |
void *_CFBundleGetCFMFunctionPointerForName(CFBundleRef bundle, CFStringRef funcName); | |
extern | |
void _CFBundleGetCFMFunctionPointersForNames(CFBundleRef bundle, CFArrayRef functionNames, void *ftbl[]); | |
extern | |
void _CFBundleSetCFMConnectionID(CFBundleRef bundle, void *connectionID); | |
extern | |
CFStringRef _CFBundleCopyFileTypeForFileURL(CFURLRef url); | |
extern | |
CFStringRef _CFBundleCopyFileTypeForFileData(CFDataRef data); | |
extern | |
Boolean _CFBundleGetHasChanged(CFBundleRef bundle) ; | |
extern | |
void _CFBundleFlushCaches(void) ; | |
extern | |
void _CFBundleFlushCachesForURL(CFURLRef url) ; | |
extern | |
void _CFBundleFlushBundleCaches(CFBundleRef bundle); | |
extern | |
CFArrayRef _CFBundleCopyAllBundles(void); | |
extern | |
void _CFBundleSetStringsFilesShared(CFBundleRef bundle, Boolean flag); | |
extern | |
Boolean _CFBundleGetStringsFilesShared(CFBundleRef bundle); | |
extern | |
CFURLRef _CFBundleCopyFrameworkURLForExecutablePath(CFStringRef executablePath); | |
# 254 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBundlePriv.h" | |
extern | |
Boolean _CFBundleAddResourceURL(CFBundleRef bundle, CFURLRef url) ; | |
extern | |
Boolean _CFBundleRemoveResourceURL(CFBundleRef bundle, CFURLRef url) ; | |
extern | |
CFStringRef _CFDoubledStringCreate(CFStringRef theString) ; | |
extern | |
CFStringRef _CFAccentuatedStringCreate(CFStringRef theString) ; | |
extern | |
CFStringRef _CFAffixedStringCreate(CFStringRef theString, CFStringRef prefix, CFStringRef suffix) ; | |
extern | |
CFStringRef _CFRLORightToLeftStringCreate(CFStringRef theString) ; | |
extern | |
CFDictionaryRef _CFBundleGetLocalInfoDictionary(CFBundleRef bundle); | |
extern | |
CFPropertyListRef _CFBundleGetValueForInfoKey(CFBundleRef bundle, CFStringRef key); | |
extern | |
Boolean _CFBundleGetPackageInfoInDirectory(CFAllocatorRef alloc, CFURLRef url, UInt32 *packageType, UInt32 *packageCreator); | |
extern | |
CFDictionaryRef _CFBundleCopyInfoDictionaryInResourceFork(CFURLRef url); | |
extern | |
CFURLRef _CFBundleCopyPrivateFrameworksURL(CFBundleRef bundle); | |
extern | |
CFURLRef _CFBundleCopySharedFrameworksURL(CFBundleRef bundle); | |
extern | |
CFURLRef _CFBundleCopySharedSupportURL(CFBundleRef bundle); | |
extern | |
CFURLRef _CFBundleCopyResourceURLForLanguage(CFBundleRef bundle, CFStringRef resourceName, CFStringRef resourceType, CFStringRef subDirName, CFStringRef language); | |
extern | |
CFArrayRef _CFBundleCopyResourceURLsOfTypeForLanguage(CFBundleRef bundle, CFStringRef resourceType, CFStringRef subDirName, CFStringRef language); | |
extern | |
CFBundleRefNum _CFBundleOpenBundleResourceFork(CFBundleRef bundle); | |
extern | |
void _CFBundleCloseBundleResourceFork(CFBundleRef bundle); | |
# 52 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
extern void _CFRuntimeSetCFMPresent(void *a); | |
extern const char *_CFProcessPath(void); | |
extern const char **_CFGetProcessPath(void); | |
extern const char **_CFGetProgname(void); | |
extern void _CFGetUGIDs(uid_t *euid, gid_t *egid); | |
extern uid_t _CFGetEUID(void); | |
extern uid_t _CFGetEGID(void); | |
# 82 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
extern CFPropertyListRef _CFURLCopyPropertyListRepresentation(CFURLRef url); | |
extern CFURLRef _CFURLCreateFromPropertyListRepresentation(CFAllocatorRef alloc, CFPropertyListRef pListRepresentation); | |
extern void CFPreferencesFlushCaches(void); | |
# 106 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
typedef CFIndex CFURLComponentDecomposition; enum { | |
kCFURLComponentDecompositionNonHierarchical, | |
kCFURLComponentDecompositionRFC1808, | |
kCFURLComponentDecompositionRFC2396 | |
}; | |
typedef struct { | |
CFStringRef scheme; | |
CFStringRef schemeSpecific; | |
} CFURLComponentsNonHierarchical; | |
typedef struct { | |
CFStringRef scheme; | |
CFStringRef user; | |
CFStringRef password; | |
CFStringRef host; | |
CFIndex port; | |
CFArrayRef pathComponents; | |
CFStringRef parameterString; | |
CFStringRef query; | |
CFStringRef fragment; | |
CFURLRef baseURL; | |
} CFURLComponentsRFC1808; | |
typedef struct { | |
CFStringRef scheme; | |
CFStringRef userinfo; | |
CFStringRef host; | |
CFIndex port; | |
CFArrayRef pathComponents; | |
CFStringRef query; | |
CFStringRef fragment; | |
CFURLRef baseURL; | |
} CFURLComponentsRFC2396; | |
extern | |
Boolean _CFURLCopyComponents(CFURLRef url, CFURLComponentDecomposition decompositionType, void *components); | |
extern | |
CFURLRef _CFURLCreateFromComponents(CFAllocatorRef alloc, CFURLComponentDecomposition decompositionType, const void *components); | |
#define CFURLCopyComponents _CFURLCopyComponents | |
#define CFURLCreateFromComponents _CFURLCreateFromComponents | |
extern Boolean _CFStringGetFileSystemRepresentation(CFStringRef string, UInt8 *buffer, CFIndex maxBufLen); | |
extern CFStringRef _CFStringCreateWithBytesNoCopy(CFAllocatorRef alloc, const UInt8 *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean externalFormat, CFAllocatorRef contentsDeallocator); | |
extern | |
CFStringRef CFGetUserName(void); | |
extern | |
CFStringRef CFCopyUserName(void); | |
extern | |
CFURLRef CFCopyHomeDirectoryURLForUser(CFStringRef uName); | |
# 188 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
typedef CFIndex CFSearchPathDirectory; enum { | |
kCFApplicationDirectory = 1, | |
kCFDemoApplicationDirectory, | |
kCFDeveloperApplicationDirectory, | |
kCFAdminApplicationDirectory, | |
kCFLibraryDirectory, | |
kCFDeveloperDirectory, | |
kCFUserDirectory, | |
kCFDocumentationDirectory, | |
kCFDocumentDirectory, | |
kCFCoreServiceDirectory = 10, | |
kCFAutosavedInformationDirectory = 11, | |
kCFDesktopDirectory = 12, | |
kCFCachesDirectory = 13, | |
kCFApplicationSupportDirectory = 14, | |
kCFDownloadsDirectory = 15, | |
kCFInputMethodsDirectory = 16, | |
kCFMoviesDirectory = 17, | |
kCFMusicDirectory = 18, | |
kCFPicturesDirectory = 19, | |
kCFPrinterDescriptionDirectory = 20, | |
kCFSharedPublicDirectory = 21, | |
kCFPreferencePanesDirectory = 22, | |
kCFAllApplicationsDirectory = 100, | |
kCFAllLibrariesDirectory = 101 | |
}; | |
typedef CFOptionFlags CFSearchPathDomainMask; enum { | |
kCFUserDomainMask = 1, | |
kCFLocalDomainMask = 2, | |
kCFNetworkDomainMask = 4, | |
kCFSystemDomainMask = 8, | |
kCFAllDomainsMask = 0x0ffff | |
}; | |
# 232 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
extern const CFStringRef kCFFileURLExists; | |
extern const CFStringRef kCFFileURLPOSIXMode; | |
extern const CFStringRef kCFFileURLSize; | |
extern const CFStringRef kCFFileURLDirectoryContents; | |
extern const CFStringRef kCFFileURLLastModificationTime; | |
extern const CFStringRef kCFHTTPURLStatusCode; | |
extern const CFStringRef kCFHTTPURLStatusLine; | |
extern CFStringRef CFCopySystemVersionString(void); | |
extern CFDictionaryRef _CFCopySystemVersionDictionary(void); | |
extern CFDictionaryRef _CFCopyServerVersionDictionary(void); | |
extern const CFStringRef _kCFSystemVersionProductNameKey; | |
extern const CFStringRef _kCFSystemVersionProductCopyrightKey; | |
extern const CFStringRef _kCFSystemVersionProductVersionKey; | |
extern const CFStringRef _kCFSystemVersionProductVersionExtraKey; | |
extern const CFStringRef _kCFSystemVersionProductUserVisibleVersionKey; | |
extern const CFStringRef _kCFSystemVersionBuildVersionKey; | |
extern const CFStringRef _kCFSystemVersionProductVersionStringKey; | |
extern const CFStringRef _kCFSystemVersionBuildStringKey; | |
extern void CFMergeSortArray(void *list, CFIndex count, CFIndex elementSize, CFComparatorFunction comparator, void *context); | |
extern void CFQSortArray(void *list, CFIndex count, CFIndex elementSize, CFComparatorFunction comparator, void *context); | |
typedef CFIndex CFSystemVersion; enum { | |
CFSystemVersionCheetah = 0, | |
CFSystemVersionPuma = 1, | |
CFSystemVersionJaguar = 2, | |
CFSystemVersionPanther = 3, | |
CFSystemVersionTiger = 4, | |
CFSystemVersionLeopard = 5, | |
CFSystemVersionSnowLeopard = 6, | |
CFSystemVersionLion = 7, | |
CFSystemVersionMountainLion = 8, | |
CFSystemVersionMax, | |
}; | |
extern Boolean _CFExecutableLinkedOnOrAfter(CFSystemVersion version); | |
typedef CFIndex CFStringCharacterClusterType; enum { | |
kCFStringGraphemeCluster = 1, | |
kCFStringComposedCharacterCluster = 2, | |
kCFStringCursorMovementCluster = 3, | |
kCFStringBackwardDeletionCluster = 4 | |
}; | |
extern CFRange CFStringGetRangeOfCharacterClusterAtIndex(CFStringRef string, CFIndex charIndex, CFStringCharacterClusterType type); | |
enum { | |
kCFCompareDiacriticsInsensitive = 128 | |
}; | |
enum { | |
kCFCompareIgnoreNonAlphanumeric = (1UL << 16), | |
}; | |
extern void _CFStringEncodingSetForceASCIICompatibility(Boolean flag); | |
static __inline__ __attribute__((always_inline)) const UniChar *CFStringGetCharactersPtrFromInlineBuffer(CFStringInlineBuffer *buf, CFRange desiredRange) { | |
if ((desiredRange.location < 0) || ((desiredRange.location + desiredRange.length) > buf->rangeToBuffer.length)) return ((void*)0); | |
if (buf->directUniCharBuffer) { | |
return buf->directUniCharBuffer + buf->rangeToBuffer.location + desiredRange.location; | |
} else { | |
if (desiredRange.length > 64) return ((void*)0); | |
if (((desiredRange.location + desiredRange.length) > buf->bufferedRangeEnd) || (desiredRange.location < buf->bufferedRangeStart)) { | |
buf->bufferedRangeStart = desiredRange.location; | |
buf->bufferedRangeEnd = buf->bufferedRangeStart + 64; | |
if (buf->bufferedRangeEnd > buf->rangeToBuffer.length) buf->bufferedRangeEnd = buf->rangeToBuffer.length; | |
CFIndex location = buf->rangeToBuffer.location + buf->bufferedRangeStart; | |
CFIndex length = buf->bufferedRangeEnd - buf->bufferedRangeStart; | |
if (buf->directCStringBuffer) { | |
UniChar *bufPtr = buf->buffer; | |
while (length--) *bufPtr++ = (UniChar)buf->directCStringBuffer[location++]; | |
} else { | |
CFStringGetCharacters(buf->theString, CFRangeMake(location, length), buf->buffer); | |
} | |
} | |
return buf->buffer + (desiredRange.location - buf->bufferedRangeStart); | |
} | |
} | |
static __inline__ __attribute__((always_inline)) void CFStringGetCharactersFromInlineBuffer(CFStringInlineBuffer *buf, CFRange desiredRange, UniChar *outBuf) { | |
if (buf->directUniCharBuffer) { | |
memmove(outBuf, buf->directUniCharBuffer + buf->rangeToBuffer.location + desiredRange.location, desiredRange.length * sizeof(UniChar)); | |
} else { | |
if ((desiredRange.location >= buf->bufferedRangeStart) && (desiredRange.location < buf->bufferedRangeEnd)) { | |
CFIndex bufLen = desiredRange.length; | |
if (bufLen > (buf->bufferedRangeEnd - desiredRange.location)) bufLen = (buf->bufferedRangeEnd - desiredRange.location); | |
memmove(outBuf, buf->buffer + (desiredRange.location - buf->bufferedRangeStart), bufLen * sizeof(UniChar)); | |
outBuf += bufLen; desiredRange.location += bufLen; desiredRange.length -= bufLen; | |
} else { | |
CFIndex desiredRangeMax = (desiredRange.location + desiredRange.length); | |
if ((desiredRangeMax > buf->bufferedRangeStart) && (desiredRangeMax < buf->bufferedRangeEnd)) { | |
desiredRange.length = (buf->bufferedRangeStart - desiredRange.location); | |
memmove(outBuf + desiredRange.length, buf->buffer, (desiredRangeMax - buf->bufferedRangeStart) * sizeof(UniChar)); | |
} | |
} | |
if (desiredRange.length > 0) { | |
CFIndex location = buf->rangeToBuffer.location + desiredRange.location; | |
CFIndex length = desiredRange.length; | |
if (buf->directCStringBuffer) { | |
UniChar *bufPtr = outBuf; | |
while (length--) *bufPtr++ = (UniChar)buf->directCStringBuffer[location++]; | |
} else { | |
CFStringGetCharacters(buf->theString, CFRangeMake(location, length), outBuf); | |
} | |
} | |
} | |
} | |
# 375 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
#define __kCFStringAppendBufferLength 1024 | |
typedef struct { | |
UniChar buffer[1024]; | |
CFIndex bufferIndex; | |
CFMutableStringRef theString; | |
} CFStringAppendBuffer; | |
static __inline__ __attribute__((always_inline)) void CFStringInitAppendBuffer(CFAllocatorRef alloc, CFStringAppendBuffer *buf) | |
{ | |
buf->bufferIndex = 0; | |
buf->theString = CFStringCreateMutable(alloc, 0); | |
} | |
static __inline__ __attribute__((always_inline)) void CFStringAppendStringToAppendBuffer(CFStringAppendBuffer *buf, CFStringRef appendedString) | |
{ | |
CFIndex numChars = CFStringGetLength(appendedString); | |
if ( numChars > 1024 ) { | |
if ( buf->bufferIndex ) { | |
CFStringAppendCharacters(buf->theString, buf->buffer, buf->bufferIndex); | |
buf->bufferIndex = 0; | |
} | |
CFStringAppend(buf->theString, appendedString); | |
} | |
else { | |
if ( (buf->bufferIndex + numChars) > 1024 ) { | |
CFStringAppendCharacters(buf->theString, buf->buffer, buf->bufferIndex); | |
buf->bufferIndex = 0; | |
} | |
CFStringGetCharacters(appendedString, CFRangeMake(0, numChars), &buf->buffer[buf->bufferIndex]); | |
buf->bufferIndex += numChars; | |
} | |
} | |
static __inline__ __attribute__((always_inline)) void CFStringAppendCharactersToAppendBuffer(CFStringAppendBuffer *buf, const UniChar *chars, CFIndex numChars) | |
{ | |
if ( numChars > 1024 ) { | |
if ( buf->bufferIndex ) { | |
CFStringAppendCharacters(buf->theString, buf->buffer, buf->bufferIndex); | |
buf->bufferIndex = 0; | |
} | |
CFStringAppendCharacters(buf->theString, chars, numChars); | |
} | |
else { | |
if ( (buf->bufferIndex + numChars) > 1024 ) { | |
CFStringAppendCharacters(buf->theString, buf->buffer, buf->bufferIndex); | |
buf->bufferIndex = 0; | |
} | |
memcpy(&buf->buffer[buf->bufferIndex], chars, numChars * sizeof(UniChar)); | |
buf->bufferIndex += numChars; | |
} | |
} | |
static __inline__ __attribute__((always_inline)) CFMutableStringRef CFStringCreateMutableWithAppendBuffer(CFStringAppendBuffer *buf) | |
{ | |
if ( buf->bufferIndex ) { | |
CFStringAppendCharacters(buf->theString, buf->buffer, buf->bufferIndex); | |
buf->bufferIndex = 0; | |
} | |
CFMutableStringRef result = buf->theString; | |
buf->theString = ((void*)0); | |
return ( result ); | |
} | |
# 461 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
typedef struct { | |
CFCharacterSetRef cset; | |
uint32_t flags; | |
uint32_t rangeStart; | |
uint32_t rangeLimit; | |
const uint8_t *bitmap; | |
} CFCharacterSetInlineBuffer; | |
enum { | |
kCFCharacterSetIsCompactBitmap = (1UL << 0), | |
kCFCharacterSetNoBitmapAvailable = (1UL << 1), | |
kCFCharacterSetIsInverted = (1UL << 2) | |
}; | |
# 483 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
extern | |
void CFCharacterSetInitInlineBuffer(CFCharacterSetRef cset, CFCharacterSetInlineBuffer *buffer); | |
# 495 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
static __inline__ __attribute__((always_inline)) _Bool CFCharacterSetInlineBufferIsLongCharacterMember(const CFCharacterSetInlineBuffer *buffer, UTF32Char character) { | |
_Bool isInverted = ((0 == (buffer->flags & kCFCharacterSetIsInverted)) ? 0 : 1); | |
if ((character >= buffer->rangeStart) && (character < buffer->rangeLimit)) { | |
if ((character > 0xFFFF) || (0 != (buffer->flags & kCFCharacterSetNoBitmapAvailable))) return (CFCharacterSetIsLongCharacterMember(buffer->cset, character) != 0); | |
if (((void*)0) == buffer->bitmap) { | |
if (0 == (buffer->flags & kCFCharacterSetIsCompactBitmap)) isInverted = !isInverted; | |
} else if (0 == (buffer->flags & kCFCharacterSetIsCompactBitmap)) { | |
if (buffer->bitmap[character >> 3] & (1UL << (character & 7))) isInverted = !isInverted; | |
} else { | |
uint8_t value = buffer->bitmap[character >> 8]; | |
if (value == 0xFF) { | |
isInverted = !isInverted; | |
} else if (value > 0) { | |
const uint8_t *segment = buffer->bitmap + (256 + (32 * (value - 1))); | |
character &= 0xFF; | |
if (segment[character >> 3] & (1UL << (character % 8))) isInverted = !isInverted; | |
} | |
} | |
} | |
return isInverted; | |
} | |
# 544 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
extern | |
Boolean CFLocaleGetLanguageRegionEncodingForLocaleIdentifier(CFStringRef localeIdentifier, LangCode *langCode, RegionCode *regCode, ScriptCode *scriptCode, CFStringEncoding *stringEncoding); | |
extern void _CFLocaleResetCurrent(void); | |
# 567 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
# 1 "/usr/include/unistd.h" 1 3 4 | |
# 23 "/usr/include/unistd.h" 3 4 | |
#define _UNISTD_H 1 | |
# 34 "/usr/include/unistd.h" 3 4 | |
#define _POSIX_VERSION 200809L | |
# 53 "/usr/include/unistd.h" 3 4 | |
#define __POSIX2_THIS_VERSION 200809L | |
# 67 "/usr/include/unistd.h" 3 4 | |
#define _POSIX2_VERSION __POSIX2_THIS_VERSION | |
#define _POSIX2_C_VERSION __POSIX2_THIS_VERSION | |
#define _POSIX2_C_BIND __POSIX2_THIS_VERSION | |
#define _POSIX2_C_DEV __POSIX2_THIS_VERSION | |
#define _POSIX2_SW_DEV __POSIX2_THIS_VERSION | |
#define _POSIX2_LOCALEDEF __POSIX2_THIS_VERSION | |
#define _XOPEN_VERSION 700 | |
# 100 "/usr/include/unistd.h" 3 4 | |
#define _XOPEN_XCU_VERSION 4 | |
#define _XOPEN_XPG2 1 | |
#define _XOPEN_XPG3 1 | |
#define _XOPEN_XPG4 1 | |
#define _XOPEN_UNIX 1 | |
#define _XOPEN_ENH_I18N 1 | |
#define _XOPEN_LEGACY 1 | |
# 202 "/usr/include/unistd.h" 3 4 | |
# 1 "/usr/include/bits/posix_opt.h" 1 3 4 | |
# 20 "/usr/include/bits/posix_opt.h" 3 4 | |
#define _BITS_POSIX_OPT_H 1 | |
#define _POSIX_JOB_CONTROL 1 | |
#define _POSIX_SAVED_IDS 1 | |
#define _POSIX_PRIORITY_SCHEDULING 200809L | |
#define _POSIX_SYNCHRONIZED_IO 200809L | |
#define _POSIX_FSYNC 200809L | |
#define _POSIX_MAPPED_FILES 200809L | |
#define _POSIX_MEMLOCK 200809L | |
#define _POSIX_MEMLOCK_RANGE 200809L | |
#define _POSIX_MEMORY_PROTECTION 200809L | |
#define _POSIX_CHOWN_RESTRICTED 0 | |
#define _POSIX_VDISABLE '\0' | |
#define _POSIX_NO_TRUNC 1 | |
#define _XOPEN_REALTIME 1 | |
#define _XOPEN_REALTIME_THREADS 1 | |
#define _XOPEN_SHM 1 | |
#define _POSIX_THREADS 200809L | |
#define _POSIX_REENTRANT_FUNCTIONS 1 | |
#define _POSIX_THREAD_SAFE_FUNCTIONS 200809L | |
#define _POSIX_THREAD_PRIORITY_SCHEDULING 200809L | |
#define _POSIX_THREAD_ATTR_STACKSIZE 200809L | |
#define _POSIX_THREAD_ATTR_STACKADDR 200809L | |
#define _POSIX_THREAD_PRIO_INHERIT 200809L | |
#define _POSIX_THREAD_PRIO_PROTECT 200809L | |
#define _POSIX_THREAD_ROBUST_PRIO_INHERIT 200809L | |
#define _POSIX_THREAD_ROBUST_PRIO_PROTECT -1 | |
#define _POSIX_SEMAPHORES 200809L | |
#define _POSIX_REALTIME_SIGNALS 200809L | |
#define _POSIX_ASYNCHRONOUS_IO 200809L | |
#define _POSIX_ASYNC_IO 1 | |
#define _LFS_ASYNCHRONOUS_IO 1 | |
#define _POSIX_PRIORITIZED_IO 200809L | |
#define _LFS64_ASYNCHRONOUS_IO 1 | |
#define _LFS_LARGEFILE 1 | |
#define _LFS64_LARGEFILE 1 | |
#define _LFS64_STDIO 1 | |
#define _POSIX_SHARED_MEMORY_OBJECTS 200809L | |
#define _POSIX_CPUTIME 0 | |
#define _POSIX_THREAD_CPUTIME 0 | |
#define _POSIX_REGEXP 1 | |
#define _POSIX_READER_WRITER_LOCKS 200809L | |
#define _POSIX_SHELL 1 | |
#define _POSIX_TIMEOUTS 200809L | |
#define _POSIX_SPIN_LOCKS 200809L | |
#define _POSIX_SPAWN 200809L | |
#define _POSIX_TIMERS 200809L | |
#define _POSIX_BARRIERS 200809L | |
#define _POSIX_MESSAGE_PASSING 200809L | |
#define _POSIX_THREAD_PROCESS_SHARED 200809L | |
#define _POSIX_MONOTONIC_CLOCK 0 | |
#define _POSIX_CLOCK_SELECTION 200809L | |
#define _POSIX_ADVISORY_INFO 200809L | |
#define _POSIX_IPV6 200809L | |
#define _POSIX_RAW_SOCKETS 200809L | |
#define _POSIX2_CHAR_TERM 200809L | |
#define _POSIX_SPORADIC_SERVER -1 | |
#define _POSIX_THREAD_SPORADIC_SERVER -1 | |
#define _POSIX_TRACE -1 | |
#define _POSIX_TRACE_EVENT_FILTER -1 | |
#define _POSIX_TRACE_INHERIT -1 | |
#define _POSIX_TRACE_LOG -1 | |
#define _POSIX_TYPED_MEMORY_OBJECTS -1 | |
# 203 "/usr/include/unistd.h" 2 3 4 | |
# 1 "/usr/include/bits/environments.h" 1 3 4 | |
# 22 "/usr/include/bits/environments.h" 3 4 | |
# 1 "/usr/include/bits/wordsize.h" 1 3 4 | |
#define __WORDSIZE 64 | |
#define __WORDSIZE_TIME64_COMPAT32 1 | |
#define __SYSCALL_WORDSIZE 64 | |
# 23 "/usr/include/bits/environments.h" 2 3 4 | |
# 56 "/usr/include/bits/environments.h" 3 4 | |
#define _POSIX_V7_LPBIG_OFFBIG -1 | |
#define _POSIX_V6_LPBIG_OFFBIG -1 | |
#define _XBS5_LPBIG_OFFBIG -1 | |
#define _POSIX_V7_LP64_OFF64 1 | |
#define _POSIX_V6_LP64_OFF64 1 | |
#define _XBS5_LP64_OFF64 1 | |
# 95 "/usr/include/bits/environments.h" 3 4 | |
#define __ILP32_OFF32_CFLAGS "-m32" | |
#define __ILP32_OFF32_LDFLAGS "-m32" | |
#define __ILP32_OFFBIG_CFLAGS "-m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" | |
#define __ILP32_OFFBIG_LDFLAGS "-m32" | |
#define __LP64_OFF64_CFLAGS "-m64" | |
#define __LP64_OFF64_LDFLAGS "-m64" | |
# 207 "/usr/include/unistd.h" 2 3 4 | |
#define STDIN_FILENO 0 | |
#define STDOUT_FILENO 1 | |
#define STDERR_FILENO 2 | |
# 224 "/usr/include/unistd.h" 3 4 | |
#define __need_size_t | |
#define __need_NULL | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef NULL | |
#define NULL ((void*)0) | |
#undef __need_NULL | |
# 227 "/usr/include/unistd.h" 2 3 4 | |
# 274 "/usr/include/unistd.h" 3 4 | |
typedef __socklen_t socklen_t; | |
#define __socklen_t_defined | |
#define R_OK 4 | |
#define W_OK 2 | |
#define X_OK 1 | |
#define F_OK 0 | |
extern int access (const char *__name, int __type) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int euidaccess (const char *__name, int __type) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int eaccess (const char *__name, int __type) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int faccessat (int __fd, const char *__file, int __type, int __flag) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))) ; | |
# 322 "/usr/include/unistd.h" 3 4 | |
#define L_SET SEEK_SET | |
#define L_INCR SEEK_CUR | |
#define L_XTND SEEK_END | |
# 334 "/usr/include/unistd.h" 3 4 | |
extern __off_t lseek (int __fd, __off_t __offset, int __whence) __attribute__ ((__nothrow__ )); | |
# 345 "/usr/include/unistd.h" 3 4 | |
extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence) | |
__attribute__ ((__nothrow__ )); | |
extern int close (int __fd); | |
extern ssize_t read (int __fd, void *__buf, size_t __nbytes) ; | |
extern ssize_t write (int __fd, const void *__buf, size_t __n) ; | |
# 376 "/usr/include/unistd.h" 3 4 | |
extern ssize_t pread (int __fd, void *__buf, size_t __nbytes, | |
__off_t __offset) ; | |
extern ssize_t pwrite (int __fd, const void *__buf, size_t __n, | |
__off_t __offset) ; | |
# 404 "/usr/include/unistd.h" 3 4 | |
extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes, | |
__off64_t __offset) ; | |
extern ssize_t pwrite64 (int __fd, const void *__buf, size_t __n, | |
__off64_t __offset) ; | |
extern int pipe (int __pipedes[2]) __attribute__ ((__nothrow__ )) ; | |
extern int pipe2 (int __pipedes[2], int __flags) __attribute__ ((__nothrow__ )) ; | |
# 432 "/usr/include/unistd.h" 3 4 | |
extern unsigned int alarm (unsigned int __seconds) __attribute__ ((__nothrow__ )); | |
# 444 "/usr/include/unistd.h" 3 4 | |
extern unsigned int sleep (unsigned int __seconds); | |
extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval) | |
__attribute__ ((__nothrow__ )); | |
extern int usleep (__useconds_t __useconds); | |
# 469 "/usr/include/unistd.h" 3 4 | |
extern int pause (void); | |
extern int chown (const char *__file, __uid_t __owner, __gid_t __group) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __attribute__ ((__nothrow__ )) ; | |
extern int lchown (const char *__file, __uid_t __owner, __gid_t __group) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int fchownat (int __fd, const char *__file, __uid_t __owner, | |
__gid_t __group, int __flag) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))) ; | |
extern int chdir (const char *__path) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int fchdir (int __fd) __attribute__ ((__nothrow__ )) ; | |
# 511 "/usr/include/unistd.h" 3 4 | |
extern char *getcwd (char *__buf, size_t __size) __attribute__ ((__nothrow__ )) ; | |
extern char *get_current_dir_name (void) __attribute__ ((__nothrow__ )); | |
extern char *getwd (char *__buf) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) __attribute__ ((__deprecated__)) ; | |
extern int dup (int __fd) __attribute__ ((__nothrow__ )) ; | |
extern int dup2 (int __fd, int __fd2) __attribute__ ((__nothrow__ )); | |
extern int dup3 (int __fd, int __fd2, int __flags) __attribute__ ((__nothrow__ )); | |
extern char **__environ; | |
extern char **environ; | |
extern int execve (const char *__path, char *const __argv[], | |
char *const __envp[]) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int fexecve (int __fd, char *const __argv[], char *const __envp[]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int execv (const char *__path, char *const __argv[]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int execle (const char *__path, const char *__arg, ...) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int execl (const char *__path, const char *__arg, ...) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int execvp (const char *__file, char *const __argv[]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int execlp (const char *__file, const char *__arg, ...) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int execvpe (const char *__file, char *const __argv[], | |
char *const __envp[]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern int nice (int __inc) __attribute__ ((__nothrow__ )) ; | |
extern void _exit (int __status) __attribute__ ((__noreturn__)); | |
# 1 "/usr/include/bits/confname.h" 1 3 4 | |
# 24 "/usr/include/bits/confname.h" 3 4 | |
enum | |
{ | |
_PC_LINK_MAX, | |
#define _PC_LINK_MAX _PC_LINK_MAX | |
_PC_MAX_CANON, | |
#define _PC_MAX_CANON _PC_MAX_CANON | |
_PC_MAX_INPUT, | |
#define _PC_MAX_INPUT _PC_MAX_INPUT | |
_PC_NAME_MAX, | |
#define _PC_NAME_MAX _PC_NAME_MAX | |
_PC_PATH_MAX, | |
#define _PC_PATH_MAX _PC_PATH_MAX | |
_PC_PIPE_BUF, | |
#define _PC_PIPE_BUF _PC_PIPE_BUF | |
_PC_CHOWN_RESTRICTED, | |
#define _PC_CHOWN_RESTRICTED _PC_CHOWN_RESTRICTED | |
_PC_NO_TRUNC, | |
#define _PC_NO_TRUNC _PC_NO_TRUNC | |
_PC_VDISABLE, | |
#define _PC_VDISABLE _PC_VDISABLE | |
_PC_SYNC_IO, | |
#define _PC_SYNC_IO _PC_SYNC_IO | |
_PC_ASYNC_IO, | |
#define _PC_ASYNC_IO _PC_ASYNC_IO | |
_PC_PRIO_IO, | |
#define _PC_PRIO_IO _PC_PRIO_IO | |
_PC_SOCK_MAXBUF, | |
#define _PC_SOCK_MAXBUF _PC_SOCK_MAXBUF | |
_PC_FILESIZEBITS, | |
#define _PC_FILESIZEBITS _PC_FILESIZEBITS | |
_PC_REC_INCR_XFER_SIZE, | |
#define _PC_REC_INCR_XFER_SIZE _PC_REC_INCR_XFER_SIZE | |
_PC_REC_MAX_XFER_SIZE, | |
#define _PC_REC_MAX_XFER_SIZE _PC_REC_MAX_XFER_SIZE | |
_PC_REC_MIN_XFER_SIZE, | |
#define _PC_REC_MIN_XFER_SIZE _PC_REC_MIN_XFER_SIZE | |
_PC_REC_XFER_ALIGN, | |
#define _PC_REC_XFER_ALIGN _PC_REC_XFER_ALIGN | |
_PC_ALLOC_SIZE_MIN, | |
#define _PC_ALLOC_SIZE_MIN _PC_ALLOC_SIZE_MIN | |
_PC_SYMLINK_MAX, | |
#define _PC_SYMLINK_MAX _PC_SYMLINK_MAX | |
_PC_2_SYMLINKS | |
#define _PC_2_SYMLINKS _PC_2_SYMLINKS | |
}; | |
enum | |
{ | |
_SC_ARG_MAX, | |
#define _SC_ARG_MAX _SC_ARG_MAX | |
_SC_CHILD_MAX, | |
#define _SC_CHILD_MAX _SC_CHILD_MAX | |
_SC_CLK_TCK, | |
#define _SC_CLK_TCK _SC_CLK_TCK | |
_SC_NGROUPS_MAX, | |
#define _SC_NGROUPS_MAX _SC_NGROUPS_MAX | |
_SC_OPEN_MAX, | |
#define _SC_OPEN_MAX _SC_OPEN_MAX | |
_SC_STREAM_MAX, | |
#define _SC_STREAM_MAX _SC_STREAM_MAX | |
_SC_TZNAME_MAX, | |
#define _SC_TZNAME_MAX _SC_TZNAME_MAX | |
_SC_JOB_CONTROL, | |
#define _SC_JOB_CONTROL _SC_JOB_CONTROL | |
_SC_SAVED_IDS, | |
#define _SC_SAVED_IDS _SC_SAVED_IDS | |
_SC_REALTIME_SIGNALS, | |
#define _SC_REALTIME_SIGNALS _SC_REALTIME_SIGNALS | |
_SC_PRIORITY_SCHEDULING, | |
#define _SC_PRIORITY_SCHEDULING _SC_PRIORITY_SCHEDULING | |
_SC_TIMERS, | |
#define _SC_TIMERS _SC_TIMERS | |
_SC_ASYNCHRONOUS_IO, | |
#define _SC_ASYNCHRONOUS_IO _SC_ASYNCHRONOUS_IO | |
_SC_PRIORITIZED_IO, | |
#define _SC_PRIORITIZED_IO _SC_PRIORITIZED_IO | |
_SC_SYNCHRONIZED_IO, | |
#define _SC_SYNCHRONIZED_IO _SC_SYNCHRONIZED_IO | |
_SC_FSYNC, | |
#define _SC_FSYNC _SC_FSYNC | |
_SC_MAPPED_FILES, | |
#define _SC_MAPPED_FILES _SC_MAPPED_FILES | |
_SC_MEMLOCK, | |
#define _SC_MEMLOCK _SC_MEMLOCK | |
_SC_MEMLOCK_RANGE, | |
#define _SC_MEMLOCK_RANGE _SC_MEMLOCK_RANGE | |
_SC_MEMORY_PROTECTION, | |
#define _SC_MEMORY_PROTECTION _SC_MEMORY_PROTECTION | |
_SC_MESSAGE_PASSING, | |
#define _SC_MESSAGE_PASSING _SC_MESSAGE_PASSING | |
_SC_SEMAPHORES, | |
#define _SC_SEMAPHORES _SC_SEMAPHORES | |
_SC_SHARED_MEMORY_OBJECTS, | |
#define _SC_SHARED_MEMORY_OBJECTS _SC_SHARED_MEMORY_OBJECTS | |
_SC_AIO_LISTIO_MAX, | |
#define _SC_AIO_LISTIO_MAX _SC_AIO_LISTIO_MAX | |
_SC_AIO_MAX, | |
#define _SC_AIO_MAX _SC_AIO_MAX | |
_SC_AIO_PRIO_DELTA_MAX, | |
#define _SC_AIO_PRIO_DELTA_MAX _SC_AIO_PRIO_DELTA_MAX | |
_SC_DELAYTIMER_MAX, | |
#define _SC_DELAYTIMER_MAX _SC_DELAYTIMER_MAX | |
_SC_MQ_OPEN_MAX, | |
#define _SC_MQ_OPEN_MAX _SC_MQ_OPEN_MAX | |
_SC_MQ_PRIO_MAX, | |
#define _SC_MQ_PRIO_MAX _SC_MQ_PRIO_MAX | |
_SC_VERSION, | |
#define _SC_VERSION _SC_VERSION | |
_SC_PAGESIZE, | |
#define _SC_PAGESIZE _SC_PAGESIZE | |
#define _SC_PAGE_SIZE _SC_PAGESIZE | |
_SC_RTSIG_MAX, | |
#define _SC_RTSIG_MAX _SC_RTSIG_MAX | |
_SC_SEM_NSEMS_MAX, | |
#define _SC_SEM_NSEMS_MAX _SC_SEM_NSEMS_MAX | |
_SC_SEM_VALUE_MAX, | |
#define _SC_SEM_VALUE_MAX _SC_SEM_VALUE_MAX | |
_SC_SIGQUEUE_MAX, | |
#define _SC_SIGQUEUE_MAX _SC_SIGQUEUE_MAX | |
_SC_TIMER_MAX, | |
#define _SC_TIMER_MAX _SC_TIMER_MAX | |
_SC_BC_BASE_MAX, | |
#define _SC_BC_BASE_MAX _SC_BC_BASE_MAX | |
_SC_BC_DIM_MAX, | |
#define _SC_BC_DIM_MAX _SC_BC_DIM_MAX | |
_SC_BC_SCALE_MAX, | |
#define _SC_BC_SCALE_MAX _SC_BC_SCALE_MAX | |
_SC_BC_STRING_MAX, | |
#define _SC_BC_STRING_MAX _SC_BC_STRING_MAX | |
_SC_COLL_WEIGHTS_MAX, | |
#define _SC_COLL_WEIGHTS_MAX _SC_COLL_WEIGHTS_MAX | |
_SC_EQUIV_CLASS_MAX, | |
#define _SC_EQUIV_CLASS_MAX _SC_EQUIV_CLASS_MAX | |
_SC_EXPR_NEST_MAX, | |
#define _SC_EXPR_NEST_MAX _SC_EXPR_NEST_MAX | |
_SC_LINE_MAX, | |
#define _SC_LINE_MAX _SC_LINE_MAX | |
_SC_RE_DUP_MAX, | |
#define _SC_RE_DUP_MAX _SC_RE_DUP_MAX | |
_SC_CHARCLASS_NAME_MAX, | |
#define _SC_CHARCLASS_NAME_MAX _SC_CHARCLASS_NAME_MAX | |
_SC_2_VERSION, | |
#define _SC_2_VERSION _SC_2_VERSION | |
_SC_2_C_BIND, | |
#define _SC_2_C_BIND _SC_2_C_BIND | |
_SC_2_C_DEV, | |
#define _SC_2_C_DEV _SC_2_C_DEV | |
_SC_2_FORT_DEV, | |
#define _SC_2_FORT_DEV _SC_2_FORT_DEV | |
_SC_2_FORT_RUN, | |
#define _SC_2_FORT_RUN _SC_2_FORT_RUN | |
_SC_2_SW_DEV, | |
#define _SC_2_SW_DEV _SC_2_SW_DEV | |
_SC_2_LOCALEDEF, | |
#define _SC_2_LOCALEDEF _SC_2_LOCALEDEF | |
_SC_PII, | |
#define _SC_PII _SC_PII | |
_SC_PII_XTI, | |
#define _SC_PII_XTI _SC_PII_XTI | |
_SC_PII_SOCKET, | |
#define _SC_PII_SOCKET _SC_PII_SOCKET | |
_SC_PII_INTERNET, | |
#define _SC_PII_INTERNET _SC_PII_INTERNET | |
_SC_PII_OSI, | |
#define _SC_PII_OSI _SC_PII_OSI | |
_SC_POLL, | |
#define _SC_POLL _SC_POLL | |
_SC_SELECT, | |
#define _SC_SELECT _SC_SELECT | |
_SC_UIO_MAXIOV, | |
#define _SC_UIO_MAXIOV _SC_UIO_MAXIOV | |
_SC_IOV_MAX = _SC_UIO_MAXIOV, | |
#define _SC_IOV_MAX _SC_IOV_MAX | |
_SC_PII_INTERNET_STREAM, | |
#define _SC_PII_INTERNET_STREAM _SC_PII_INTERNET_STREAM | |
_SC_PII_INTERNET_DGRAM, | |
#define _SC_PII_INTERNET_DGRAM _SC_PII_INTERNET_DGRAM | |
_SC_PII_OSI_COTS, | |
#define _SC_PII_OSI_COTS _SC_PII_OSI_COTS | |
_SC_PII_OSI_CLTS, | |
#define _SC_PII_OSI_CLTS _SC_PII_OSI_CLTS | |
_SC_PII_OSI_M, | |
#define _SC_PII_OSI_M _SC_PII_OSI_M | |
_SC_T_IOV_MAX, | |
#define _SC_T_IOV_MAX _SC_T_IOV_MAX | |
_SC_THREADS, | |
#define _SC_THREADS _SC_THREADS | |
_SC_THREAD_SAFE_FUNCTIONS, | |
#define _SC_THREAD_SAFE_FUNCTIONS _SC_THREAD_SAFE_FUNCTIONS | |
_SC_GETGR_R_SIZE_MAX, | |
#define _SC_GETGR_R_SIZE_MAX _SC_GETGR_R_SIZE_MAX | |
_SC_GETPW_R_SIZE_MAX, | |
#define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX | |
_SC_LOGIN_NAME_MAX, | |
#define _SC_LOGIN_NAME_MAX _SC_LOGIN_NAME_MAX | |
_SC_TTY_NAME_MAX, | |
#define _SC_TTY_NAME_MAX _SC_TTY_NAME_MAX | |
_SC_THREAD_DESTRUCTOR_ITERATIONS, | |
#define _SC_THREAD_DESTRUCTOR_ITERATIONS _SC_THREAD_DESTRUCTOR_ITERATIONS | |
_SC_THREAD_KEYS_MAX, | |
#define _SC_THREAD_KEYS_MAX _SC_THREAD_KEYS_MAX | |
_SC_THREAD_STACK_MIN, | |
#define _SC_THREAD_STACK_MIN _SC_THREAD_STACK_MIN | |
_SC_THREAD_THREADS_MAX, | |
#define _SC_THREAD_THREADS_MAX _SC_THREAD_THREADS_MAX | |
_SC_THREAD_ATTR_STACKADDR, | |
#define _SC_THREAD_ATTR_STACKADDR _SC_THREAD_ATTR_STACKADDR | |
_SC_THREAD_ATTR_STACKSIZE, | |
#define _SC_THREAD_ATTR_STACKSIZE _SC_THREAD_ATTR_STACKSIZE | |
_SC_THREAD_PRIORITY_SCHEDULING, | |
#define _SC_THREAD_PRIORITY_SCHEDULING _SC_THREAD_PRIORITY_SCHEDULING | |
_SC_THREAD_PRIO_INHERIT, | |
#define _SC_THREAD_PRIO_INHERIT _SC_THREAD_PRIO_INHERIT | |
_SC_THREAD_PRIO_PROTECT, | |
#define _SC_THREAD_PRIO_PROTECT _SC_THREAD_PRIO_PROTECT | |
_SC_THREAD_PROCESS_SHARED, | |
#define _SC_THREAD_PROCESS_SHARED _SC_THREAD_PROCESS_SHARED | |
_SC_NPROCESSORS_CONF, | |
#define _SC_NPROCESSORS_CONF _SC_NPROCESSORS_CONF | |
_SC_NPROCESSORS_ONLN, | |
#define _SC_NPROCESSORS_ONLN _SC_NPROCESSORS_ONLN | |
_SC_PHYS_PAGES, | |
#define _SC_PHYS_PAGES _SC_PHYS_PAGES | |
_SC_AVPHYS_PAGES, | |
#define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES | |
_SC_ATEXIT_MAX, | |
#define _SC_ATEXIT_MAX _SC_ATEXIT_MAX | |
_SC_PASS_MAX, | |
#define _SC_PASS_MAX _SC_PASS_MAX | |
_SC_XOPEN_VERSION, | |
#define _SC_XOPEN_VERSION _SC_XOPEN_VERSION | |
_SC_XOPEN_XCU_VERSION, | |
#define _SC_XOPEN_XCU_VERSION _SC_XOPEN_XCU_VERSION | |
_SC_XOPEN_UNIX, | |
#define _SC_XOPEN_UNIX _SC_XOPEN_UNIX | |
_SC_XOPEN_CRYPT, | |
#define _SC_XOPEN_CRYPT _SC_XOPEN_CRYPT | |
_SC_XOPEN_ENH_I18N, | |
#define _SC_XOPEN_ENH_I18N _SC_XOPEN_ENH_I18N | |
_SC_XOPEN_SHM, | |
#define _SC_XOPEN_SHM _SC_XOPEN_SHM | |
_SC_2_CHAR_TERM, | |
#define _SC_2_CHAR_TERM _SC_2_CHAR_TERM | |
_SC_2_C_VERSION, | |
#define _SC_2_C_VERSION _SC_2_C_VERSION | |
_SC_2_UPE, | |
#define _SC_2_UPE _SC_2_UPE | |
_SC_XOPEN_XPG2, | |
#define _SC_XOPEN_XPG2 _SC_XOPEN_XPG2 | |
_SC_XOPEN_XPG3, | |
#define _SC_XOPEN_XPG3 _SC_XOPEN_XPG3 | |
_SC_XOPEN_XPG4, | |
#define _SC_XOPEN_XPG4 _SC_XOPEN_XPG4 | |
_SC_CHAR_BIT, | |
#define _SC_CHAR_BIT _SC_CHAR_BIT | |
_SC_CHAR_MAX, | |
#define _SC_CHAR_MAX _SC_CHAR_MAX | |
_SC_CHAR_MIN, | |
#define _SC_CHAR_MIN _SC_CHAR_MIN | |
_SC_INT_MAX, | |
#define _SC_INT_MAX _SC_INT_MAX | |
_SC_INT_MIN, | |
#define _SC_INT_MIN _SC_INT_MIN | |
_SC_LONG_BIT, | |
#define _SC_LONG_BIT _SC_LONG_BIT | |
_SC_WORD_BIT, | |
#define _SC_WORD_BIT _SC_WORD_BIT | |
_SC_MB_LEN_MAX, | |
#define _SC_MB_LEN_MAX _SC_MB_LEN_MAX | |
_SC_NZERO, | |
#define _SC_NZERO _SC_NZERO | |
_SC_SSIZE_MAX, | |
#define _SC_SSIZE_MAX _SC_SSIZE_MAX | |
_SC_SCHAR_MAX, | |
#define _SC_SCHAR_MAX _SC_SCHAR_MAX | |
_SC_SCHAR_MIN, | |
#define _SC_SCHAR_MIN _SC_SCHAR_MIN | |
_SC_SHRT_MAX, | |
#define _SC_SHRT_MAX _SC_SHRT_MAX | |
_SC_SHRT_MIN, | |
#define _SC_SHRT_MIN _SC_SHRT_MIN | |
_SC_UCHAR_MAX, | |
#define _SC_UCHAR_MAX _SC_UCHAR_MAX | |
_SC_UINT_MAX, | |
#define _SC_UINT_MAX _SC_UINT_MAX | |
_SC_ULONG_MAX, | |
#define _SC_ULONG_MAX _SC_ULONG_MAX | |
_SC_USHRT_MAX, | |
#define _SC_USHRT_MAX _SC_USHRT_MAX | |
_SC_NL_ARGMAX, | |
#define _SC_NL_ARGMAX _SC_NL_ARGMAX | |
_SC_NL_LANGMAX, | |
#define _SC_NL_LANGMAX _SC_NL_LANGMAX | |
_SC_NL_MSGMAX, | |
#define _SC_NL_MSGMAX _SC_NL_MSGMAX | |
_SC_NL_NMAX, | |
#define _SC_NL_NMAX _SC_NL_NMAX | |
_SC_NL_SETMAX, | |
#define _SC_NL_SETMAX _SC_NL_SETMAX | |
_SC_NL_TEXTMAX, | |
#define _SC_NL_TEXTMAX _SC_NL_TEXTMAX | |
_SC_XBS5_ILP32_OFF32, | |
#define _SC_XBS5_ILP32_OFF32 _SC_XBS5_ILP32_OFF32 | |
_SC_XBS5_ILP32_OFFBIG, | |
#define _SC_XBS5_ILP32_OFFBIG _SC_XBS5_ILP32_OFFBIG | |
_SC_XBS5_LP64_OFF64, | |
#define _SC_XBS5_LP64_OFF64 _SC_XBS5_LP64_OFF64 | |
_SC_XBS5_LPBIG_OFFBIG, | |
#define _SC_XBS5_LPBIG_OFFBIG _SC_XBS5_LPBIG_OFFBIG | |
_SC_XOPEN_LEGACY, | |
#define _SC_XOPEN_LEGACY _SC_XOPEN_LEGACY | |
_SC_XOPEN_REALTIME, | |
#define _SC_XOPEN_REALTIME _SC_XOPEN_REALTIME | |
_SC_XOPEN_REALTIME_THREADS, | |
#define _SC_XOPEN_REALTIME_THREADS _SC_XOPEN_REALTIME_THREADS | |
_SC_ADVISORY_INFO, | |
#define _SC_ADVISORY_INFO _SC_ADVISORY_INFO | |
_SC_BARRIERS, | |
#define _SC_BARRIERS _SC_BARRIERS | |
_SC_BASE, | |
#define _SC_BASE _SC_BASE | |
_SC_C_LANG_SUPPORT, | |
#define _SC_C_LANG_SUPPORT _SC_C_LANG_SUPPORT | |
_SC_C_LANG_SUPPORT_R, | |
#define _SC_C_LANG_SUPPORT_R _SC_C_LANG_SUPPORT_R | |
_SC_CLOCK_SELECTION, | |
#define _SC_CLOCK_SELECTION _SC_CLOCK_SELECTION | |
_SC_CPUTIME, | |
#define _SC_CPUTIME _SC_CPUTIME | |
_SC_THREAD_CPUTIME, | |
#define _SC_THREAD_CPUTIME _SC_THREAD_CPUTIME | |
_SC_DEVICE_IO, | |
#define _SC_DEVICE_IO _SC_DEVICE_IO | |
_SC_DEVICE_SPECIFIC, | |
#define _SC_DEVICE_SPECIFIC _SC_DEVICE_SPECIFIC | |
_SC_DEVICE_SPECIFIC_R, | |
#define _SC_DEVICE_SPECIFIC_R _SC_DEVICE_SPECIFIC_R | |
_SC_FD_MGMT, | |
#define _SC_FD_MGMT _SC_FD_MGMT | |
_SC_FIFO, | |
#define _SC_FIFO _SC_FIFO | |
_SC_PIPE, | |
#define _SC_PIPE _SC_PIPE | |
_SC_FILE_ATTRIBUTES, | |
#define _SC_FILE_ATTRIBUTES _SC_FILE_ATTRIBUTES | |
_SC_FILE_LOCKING, | |
#define _SC_FILE_LOCKING _SC_FILE_LOCKING | |
_SC_FILE_SYSTEM, | |
#define _SC_FILE_SYSTEM _SC_FILE_SYSTEM | |
_SC_MONOTONIC_CLOCK, | |
#define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK | |
_SC_MULTI_PROCESS, | |
#define _SC_MULTI_PROCESS _SC_MULTI_PROCESS | |
_SC_SINGLE_PROCESS, | |
#define _SC_SINGLE_PROCESS _SC_SINGLE_PROCESS | |
_SC_NETWORKING, | |
#define _SC_NETWORKING _SC_NETWORKING | |
_SC_READER_WRITER_LOCKS, | |
#define _SC_READER_WRITER_LOCKS _SC_READER_WRITER_LOCKS | |
_SC_SPIN_LOCKS, | |
#define _SC_SPIN_LOCKS _SC_SPIN_LOCKS | |
_SC_REGEXP, | |
#define _SC_REGEXP _SC_REGEXP | |
_SC_REGEX_VERSION, | |
#define _SC_REGEX_VERSION _SC_REGEX_VERSION | |
_SC_SHELL, | |
#define _SC_SHELL _SC_SHELL | |
_SC_SIGNALS, | |
#define _SC_SIGNALS _SC_SIGNALS | |
_SC_SPAWN, | |
#define _SC_SPAWN _SC_SPAWN | |
_SC_SPORADIC_SERVER, | |
#define _SC_SPORADIC_SERVER _SC_SPORADIC_SERVER | |
_SC_THREAD_SPORADIC_SERVER, | |
#define _SC_THREAD_SPORADIC_SERVER _SC_THREAD_SPORADIC_SERVER | |
_SC_SYSTEM_DATABASE, | |
#define _SC_SYSTEM_DATABASE _SC_SYSTEM_DATABASE | |
_SC_SYSTEM_DATABASE_R, | |
#define _SC_SYSTEM_DATABASE_R _SC_SYSTEM_DATABASE_R | |
_SC_TIMEOUTS, | |
#define _SC_TIMEOUTS _SC_TIMEOUTS | |
_SC_TYPED_MEMORY_OBJECTS, | |
#define _SC_TYPED_MEMORY_OBJECTS _SC_TYPED_MEMORY_OBJECTS | |
_SC_USER_GROUPS, | |
#define _SC_USER_GROUPS _SC_USER_GROUPS | |
_SC_USER_GROUPS_R, | |
#define _SC_USER_GROUPS_R _SC_USER_GROUPS_R | |
_SC_2_PBS, | |
#define _SC_2_PBS _SC_2_PBS | |
_SC_2_PBS_ACCOUNTING, | |
#define _SC_2_PBS_ACCOUNTING _SC_2_PBS_ACCOUNTING | |
_SC_2_PBS_LOCATE, | |
#define _SC_2_PBS_LOCATE _SC_2_PBS_LOCATE | |
_SC_2_PBS_MESSAGE, | |
#define _SC_2_PBS_MESSAGE _SC_2_PBS_MESSAGE | |
_SC_2_PBS_TRACK, | |
#define _SC_2_PBS_TRACK _SC_2_PBS_TRACK | |
_SC_SYMLOOP_MAX, | |
#define _SC_SYMLOOP_MAX _SC_SYMLOOP_MAX | |
_SC_STREAMS, | |
#define _SC_STREAMS _SC_STREAMS | |
_SC_2_PBS_CHECKPOINT, | |
#define _SC_2_PBS_CHECKPOINT _SC_2_PBS_CHECKPOINT | |
_SC_V6_ILP32_OFF32, | |
#define _SC_V6_ILP32_OFF32 _SC_V6_ILP32_OFF32 | |
_SC_V6_ILP32_OFFBIG, | |
#define _SC_V6_ILP32_OFFBIG _SC_V6_ILP32_OFFBIG | |
_SC_V6_LP64_OFF64, | |
#define _SC_V6_LP64_OFF64 _SC_V6_LP64_OFF64 | |
_SC_V6_LPBIG_OFFBIG, | |
#define _SC_V6_LPBIG_OFFBIG _SC_V6_LPBIG_OFFBIG | |
_SC_HOST_NAME_MAX, | |
#define _SC_HOST_NAME_MAX _SC_HOST_NAME_MAX | |
_SC_TRACE, | |
#define _SC_TRACE _SC_TRACE | |
_SC_TRACE_EVENT_FILTER, | |
#define _SC_TRACE_EVENT_FILTER _SC_TRACE_EVENT_FILTER | |
_SC_TRACE_INHERIT, | |
#define _SC_TRACE_INHERIT _SC_TRACE_INHERIT | |
_SC_TRACE_LOG, | |
#define _SC_TRACE_LOG _SC_TRACE_LOG | |
_SC_LEVEL1_ICACHE_SIZE, | |
#define _SC_LEVEL1_ICACHE_SIZE _SC_LEVEL1_ICACHE_SIZE | |
_SC_LEVEL1_ICACHE_ASSOC, | |
#define _SC_LEVEL1_ICACHE_ASSOC _SC_LEVEL1_ICACHE_ASSOC | |
_SC_LEVEL1_ICACHE_LINESIZE, | |
#define _SC_LEVEL1_ICACHE_LINESIZE _SC_LEVEL1_ICACHE_LINESIZE | |
_SC_LEVEL1_DCACHE_SIZE, | |
#define _SC_LEVEL1_DCACHE_SIZE _SC_LEVEL1_DCACHE_SIZE | |
_SC_LEVEL1_DCACHE_ASSOC, | |
#define _SC_LEVEL1_DCACHE_ASSOC _SC_LEVEL1_DCACHE_ASSOC | |
_SC_LEVEL1_DCACHE_LINESIZE, | |
#define _SC_LEVEL1_DCACHE_LINESIZE _SC_LEVEL1_DCACHE_LINESIZE | |
_SC_LEVEL2_CACHE_SIZE, | |
#define _SC_LEVEL2_CACHE_SIZE _SC_LEVEL2_CACHE_SIZE | |
_SC_LEVEL2_CACHE_ASSOC, | |
#define _SC_LEVEL2_CACHE_ASSOC _SC_LEVEL2_CACHE_ASSOC | |
_SC_LEVEL2_CACHE_LINESIZE, | |
#define _SC_LEVEL2_CACHE_LINESIZE _SC_LEVEL2_CACHE_LINESIZE | |
_SC_LEVEL3_CACHE_SIZE, | |
#define _SC_LEVEL3_CACHE_SIZE _SC_LEVEL3_CACHE_SIZE | |
_SC_LEVEL3_CACHE_ASSOC, | |
#define _SC_LEVEL3_CACHE_ASSOC _SC_LEVEL3_CACHE_ASSOC | |
_SC_LEVEL3_CACHE_LINESIZE, | |
#define _SC_LEVEL3_CACHE_LINESIZE _SC_LEVEL3_CACHE_LINESIZE | |
_SC_LEVEL4_CACHE_SIZE, | |
#define _SC_LEVEL4_CACHE_SIZE _SC_LEVEL4_CACHE_SIZE | |
_SC_LEVEL4_CACHE_ASSOC, | |
#define _SC_LEVEL4_CACHE_ASSOC _SC_LEVEL4_CACHE_ASSOC | |
_SC_LEVEL4_CACHE_LINESIZE, | |
#define _SC_LEVEL4_CACHE_LINESIZE _SC_LEVEL4_CACHE_LINESIZE | |
_SC_IPV6 = _SC_LEVEL1_ICACHE_SIZE + 50, | |
#define _SC_IPV6 _SC_IPV6 | |
_SC_RAW_SOCKETS, | |
#define _SC_RAW_SOCKETS _SC_RAW_SOCKETS | |
_SC_V7_ILP32_OFF32, | |
#define _SC_V7_ILP32_OFF32 _SC_V7_ILP32_OFF32 | |
_SC_V7_ILP32_OFFBIG, | |
#define _SC_V7_ILP32_OFFBIG _SC_V7_ILP32_OFFBIG | |
_SC_V7_LP64_OFF64, | |
#define _SC_V7_LP64_OFF64 _SC_V7_LP64_OFF64 | |
_SC_V7_LPBIG_OFFBIG, | |
#define _SC_V7_LPBIG_OFFBIG _SC_V7_LPBIG_OFFBIG | |
_SC_SS_REPL_MAX, | |
#define _SC_SS_REPL_MAX _SC_SS_REPL_MAX | |
_SC_TRACE_EVENT_NAME_MAX, | |
#define _SC_TRACE_EVENT_NAME_MAX _SC_TRACE_EVENT_NAME_MAX | |
_SC_TRACE_NAME_MAX, | |
#define _SC_TRACE_NAME_MAX _SC_TRACE_NAME_MAX | |
_SC_TRACE_SYS_MAX, | |
#define _SC_TRACE_SYS_MAX _SC_TRACE_SYS_MAX | |
_SC_TRACE_USER_EVENT_MAX, | |
#define _SC_TRACE_USER_EVENT_MAX _SC_TRACE_USER_EVENT_MAX | |
_SC_XOPEN_STREAMS, | |
#define _SC_XOPEN_STREAMS _SC_XOPEN_STREAMS | |
_SC_THREAD_ROBUST_PRIO_INHERIT, | |
#define _SC_THREAD_ROBUST_PRIO_INHERIT _SC_THREAD_ROBUST_PRIO_INHERIT | |
_SC_THREAD_ROBUST_PRIO_PROTECT | |
#define _SC_THREAD_ROBUST_PRIO_PROTECT _SC_THREAD_ROBUST_PRIO_PROTECT | |
}; | |
enum | |
{ | |
_CS_PATH, | |
#define _CS_PATH _CS_PATH | |
_CS_V6_WIDTH_RESTRICTED_ENVS, | |
#define _CS_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS | |
#define _CS_POSIX_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS | |
_CS_GNU_LIBC_VERSION, | |
#define _CS_GNU_LIBC_VERSION _CS_GNU_LIBC_VERSION | |
_CS_GNU_LIBPTHREAD_VERSION, | |
#define _CS_GNU_LIBPTHREAD_VERSION _CS_GNU_LIBPTHREAD_VERSION | |
_CS_V5_WIDTH_RESTRICTED_ENVS, | |
#define _CS_V5_WIDTH_RESTRICTED_ENVS _CS_V5_WIDTH_RESTRICTED_ENVS | |
#define _CS_POSIX_V5_WIDTH_RESTRICTED_ENVS _CS_V5_WIDTH_RESTRICTED_ENVS | |
_CS_V7_WIDTH_RESTRICTED_ENVS, | |
#define _CS_V7_WIDTH_RESTRICTED_ENVS _CS_V7_WIDTH_RESTRICTED_ENVS | |
#define _CS_POSIX_V7_WIDTH_RESTRICTED_ENVS _CS_V7_WIDTH_RESTRICTED_ENVS | |
_CS_LFS_CFLAGS = 1000, | |
#define _CS_LFS_CFLAGS _CS_LFS_CFLAGS | |
_CS_LFS_LDFLAGS, | |
#define _CS_LFS_LDFLAGS _CS_LFS_LDFLAGS | |
_CS_LFS_LIBS, | |
#define _CS_LFS_LIBS _CS_LFS_LIBS | |
_CS_LFS_LINTFLAGS, | |
#define _CS_LFS_LINTFLAGS _CS_LFS_LINTFLAGS | |
_CS_LFS64_CFLAGS, | |
#define _CS_LFS64_CFLAGS _CS_LFS64_CFLAGS | |
_CS_LFS64_LDFLAGS, | |
#define _CS_LFS64_LDFLAGS _CS_LFS64_LDFLAGS | |
_CS_LFS64_LIBS, | |
#define _CS_LFS64_LIBS _CS_LFS64_LIBS | |
_CS_LFS64_LINTFLAGS, | |
#define _CS_LFS64_LINTFLAGS _CS_LFS64_LINTFLAGS | |
_CS_XBS5_ILP32_OFF32_CFLAGS = 1100, | |
#define _CS_XBS5_ILP32_OFF32_CFLAGS _CS_XBS5_ILP32_OFF32_CFLAGS | |
_CS_XBS5_ILP32_OFF32_LDFLAGS, | |
#define _CS_XBS5_ILP32_OFF32_LDFLAGS _CS_XBS5_ILP32_OFF32_LDFLAGS | |
_CS_XBS5_ILP32_OFF32_LIBS, | |
#define _CS_XBS5_ILP32_OFF32_LIBS _CS_XBS5_ILP32_OFF32_LIBS | |
_CS_XBS5_ILP32_OFF32_LINTFLAGS, | |
#define _CS_XBS5_ILP32_OFF32_LINTFLAGS _CS_XBS5_ILP32_OFF32_LINTFLAGS | |
_CS_XBS5_ILP32_OFFBIG_CFLAGS, | |
#define _CS_XBS5_ILP32_OFFBIG_CFLAGS _CS_XBS5_ILP32_OFFBIG_CFLAGS | |
_CS_XBS5_ILP32_OFFBIG_LDFLAGS, | |
#define _CS_XBS5_ILP32_OFFBIG_LDFLAGS _CS_XBS5_ILP32_OFFBIG_LDFLAGS | |
_CS_XBS5_ILP32_OFFBIG_LIBS, | |
#define _CS_XBS5_ILP32_OFFBIG_LIBS _CS_XBS5_ILP32_OFFBIG_LIBS | |
_CS_XBS5_ILP32_OFFBIG_LINTFLAGS, | |
#define _CS_XBS5_ILP32_OFFBIG_LINTFLAGS _CS_XBS5_ILP32_OFFBIG_LINTFLAGS | |
_CS_XBS5_LP64_OFF64_CFLAGS, | |
#define _CS_XBS5_LP64_OFF64_CFLAGS _CS_XBS5_LP64_OFF64_CFLAGS | |
_CS_XBS5_LP64_OFF64_LDFLAGS, | |
#define _CS_XBS5_LP64_OFF64_LDFLAGS _CS_XBS5_LP64_OFF64_LDFLAGS | |
_CS_XBS5_LP64_OFF64_LIBS, | |
#define _CS_XBS5_LP64_OFF64_LIBS _CS_XBS5_LP64_OFF64_LIBS | |
_CS_XBS5_LP64_OFF64_LINTFLAGS, | |
#define _CS_XBS5_LP64_OFF64_LINTFLAGS _CS_XBS5_LP64_OFF64_LINTFLAGS | |
_CS_XBS5_LPBIG_OFFBIG_CFLAGS, | |
#define _CS_XBS5_LPBIG_OFFBIG_CFLAGS _CS_XBS5_LPBIG_OFFBIG_CFLAGS | |
_CS_XBS5_LPBIG_OFFBIG_LDFLAGS, | |
#define _CS_XBS5_LPBIG_OFFBIG_LDFLAGS _CS_XBS5_LPBIG_OFFBIG_LDFLAGS | |
_CS_XBS5_LPBIG_OFFBIG_LIBS, | |
#define _CS_XBS5_LPBIG_OFFBIG_LIBS _CS_XBS5_LPBIG_OFFBIG_LIBS | |
_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS, | |
#define _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS | |
_CS_POSIX_V6_ILP32_OFF32_CFLAGS, | |
#define _CS_POSIX_V6_ILP32_OFF32_CFLAGS _CS_POSIX_V6_ILP32_OFF32_CFLAGS | |
_CS_POSIX_V6_ILP32_OFF32_LDFLAGS, | |
#define _CS_POSIX_V6_ILP32_OFF32_LDFLAGS _CS_POSIX_V6_ILP32_OFF32_LDFLAGS | |
_CS_POSIX_V6_ILP32_OFF32_LIBS, | |
#define _CS_POSIX_V6_ILP32_OFF32_LIBS _CS_POSIX_V6_ILP32_OFF32_LIBS | |
_CS_POSIX_V6_ILP32_OFF32_LINTFLAGS, | |
#define _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS | |
_CS_POSIX_V6_ILP32_OFFBIG_CFLAGS, | |
#define _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS | |
_CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS, | |
#define _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS | |
_CS_POSIX_V6_ILP32_OFFBIG_LIBS, | |
#define _CS_POSIX_V6_ILP32_OFFBIG_LIBS _CS_POSIX_V6_ILP32_OFFBIG_LIBS | |
_CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS, | |
#define _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS | |
_CS_POSIX_V6_LP64_OFF64_CFLAGS, | |
#define _CS_POSIX_V6_LP64_OFF64_CFLAGS _CS_POSIX_V6_LP64_OFF64_CFLAGS | |
_CS_POSIX_V6_LP64_OFF64_LDFLAGS, | |
#define _CS_POSIX_V6_LP64_OFF64_LDFLAGS _CS_POSIX_V6_LP64_OFF64_LDFLAGS | |
_CS_POSIX_V6_LP64_OFF64_LIBS, | |
#define _CS_POSIX_V6_LP64_OFF64_LIBS _CS_POSIX_V6_LP64_OFF64_LIBS | |
_CS_POSIX_V6_LP64_OFF64_LINTFLAGS, | |
#define _CS_POSIX_V6_LP64_OFF64_LINTFLAGS _CS_POSIX_V6_LP64_OFF64_LINTFLAGS | |
_CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS, | |
#define _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS | |
_CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS, | |
#define _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS | |
_CS_POSIX_V6_LPBIG_OFFBIG_LIBS, | |
#define _CS_POSIX_V6_LPBIG_OFFBIG_LIBS _CS_POSIX_V6_LPBIG_OFFBIG_LIBS | |
_CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS, | |
#define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS | |
_CS_POSIX_V7_ILP32_OFF32_CFLAGS, | |
#define _CS_POSIX_V7_ILP32_OFF32_CFLAGS _CS_POSIX_V7_ILP32_OFF32_CFLAGS | |
_CS_POSIX_V7_ILP32_OFF32_LDFLAGS, | |
#define _CS_POSIX_V7_ILP32_OFF32_LDFLAGS _CS_POSIX_V7_ILP32_OFF32_LDFLAGS | |
_CS_POSIX_V7_ILP32_OFF32_LIBS, | |
#define _CS_POSIX_V7_ILP32_OFF32_LIBS _CS_POSIX_V7_ILP32_OFF32_LIBS | |
_CS_POSIX_V7_ILP32_OFF32_LINTFLAGS, | |
#define _CS_POSIX_V7_ILP32_OFF32_LINTFLAGS _CS_POSIX_V7_ILP32_OFF32_LINTFLAGS | |
_CS_POSIX_V7_ILP32_OFFBIG_CFLAGS, | |
#define _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS _CS_POSIX_V7_ILP32_OFFBIG_CFLAGS | |
_CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS, | |
#define _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS _CS_POSIX_V7_ILP32_OFFBIG_LDFLAGS | |
_CS_POSIX_V7_ILP32_OFFBIG_LIBS, | |
#define _CS_POSIX_V7_ILP32_OFFBIG_LIBS _CS_POSIX_V7_ILP32_OFFBIG_LIBS | |
_CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS, | |
#define _CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS _CS_POSIX_V7_ILP32_OFFBIG_LINTFLAGS | |
_CS_POSIX_V7_LP64_OFF64_CFLAGS, | |
#define _CS_POSIX_V7_LP64_OFF64_CFLAGS _CS_POSIX_V7_LP64_OFF64_CFLAGS | |
_CS_POSIX_V7_LP64_OFF64_LDFLAGS, | |
#define _CS_POSIX_V7_LP64_OFF64_LDFLAGS _CS_POSIX_V7_LP64_OFF64_LDFLAGS | |
_CS_POSIX_V7_LP64_OFF64_LIBS, | |
#define _CS_POSIX_V7_LP64_OFF64_LIBS _CS_POSIX_V7_LP64_OFF64_LIBS | |
_CS_POSIX_V7_LP64_OFF64_LINTFLAGS, | |
#define _CS_POSIX_V7_LP64_OFF64_LINTFLAGS _CS_POSIX_V7_LP64_OFF64_LINTFLAGS | |
_CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS, | |
#define _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS _CS_POSIX_V7_LPBIG_OFFBIG_CFLAGS | |
_CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS, | |
#define _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS _CS_POSIX_V7_LPBIG_OFFBIG_LDFLAGS | |
_CS_POSIX_V7_LPBIG_OFFBIG_LIBS, | |
#define _CS_POSIX_V7_LPBIG_OFFBIG_LIBS _CS_POSIX_V7_LPBIG_OFFBIG_LIBS | |
_CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS, | |
#define _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V7_LPBIG_OFFBIG_LINTFLAGS | |
_CS_V6_ENV, | |
#define _CS_V6_ENV _CS_V6_ENV | |
_CS_V7_ENV | |
#define _CS_V7_ENV _CS_V7_ENV | |
}; | |
# 610 "/usr/include/unistd.h" 2 3 4 | |
extern long int pathconf (const char *__path, int __name) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern long int fpathconf (int __fd, int __name) __attribute__ ((__nothrow__ )); | |
extern long int sysconf (int __name) __attribute__ ((__nothrow__ )); | |
extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__ )); | |
extern __pid_t getpid (void) __attribute__ ((__nothrow__ )); | |
extern __pid_t getppid (void) __attribute__ ((__nothrow__ )); | |
extern __pid_t getpgrp (void) __attribute__ ((__nothrow__ )); | |
extern __pid_t __getpgid (__pid_t __pid) __attribute__ ((__nothrow__ )); | |
extern __pid_t getpgid (__pid_t __pid) __attribute__ ((__nothrow__ )); | |
extern int setpgid (__pid_t __pid, __pid_t __pgid) __attribute__ ((__nothrow__ )); | |
# 660 "/usr/include/unistd.h" 3 4 | |
extern int setpgrp (void) __attribute__ ((__nothrow__ )); | |
extern __pid_t setsid (void) __attribute__ ((__nothrow__ )); | |
extern __pid_t getsid (__pid_t __pid) __attribute__ ((__nothrow__ )); | |
extern __uid_t getuid (void) __attribute__ ((__nothrow__ )); | |
extern __uid_t geteuid (void) __attribute__ ((__nothrow__ )); | |
extern __gid_t getgid (void) __attribute__ ((__nothrow__ )); | |
extern __gid_t getegid (void) __attribute__ ((__nothrow__ )); | |
extern int getgroups (int __size, __gid_t __list[]) __attribute__ ((__nothrow__ )) ; | |
extern int group_member (__gid_t __gid) __attribute__ ((__nothrow__ )); | |
extern int setuid (__uid_t __uid) __attribute__ ((__nothrow__ )) ; | |
extern int setreuid (__uid_t __ruid, __uid_t __euid) __attribute__ ((__nothrow__ )) ; | |
extern int seteuid (__uid_t __uid) __attribute__ ((__nothrow__ )) ; | |
extern int setgid (__gid_t __gid) __attribute__ ((__nothrow__ )) ; | |
extern int setregid (__gid_t __rgid, __gid_t __egid) __attribute__ ((__nothrow__ )) ; | |
extern int setegid (__gid_t __gid) __attribute__ ((__nothrow__ )) ; | |
extern int getresuid (__uid_t *__ruid, __uid_t *__euid, __uid_t *__suid) | |
__attribute__ ((__nothrow__ )); | |
extern int getresgid (__gid_t *__rgid, __gid_t *__egid, __gid_t *__sgid) | |
__attribute__ ((__nothrow__ )); | |
extern int setresuid (__uid_t __ruid, __uid_t __euid, __uid_t __suid) | |
__attribute__ ((__nothrow__ )) ; | |
extern int setresgid (__gid_t __rgid, __gid_t __egid, __gid_t __sgid) | |
__attribute__ ((__nothrow__ )) ; | |
extern __pid_t fork (void) __attribute__ ((__nothrow__)); | |
extern __pid_t vfork (void) __attribute__ ((__nothrow__ )); | |
extern char *ttyname (int __fd) __attribute__ ((__nothrow__ )); | |
extern int ttyname_r (int __fd, char *__buf, size_t __buflen) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))) ; | |
extern int isatty (int __fd) __attribute__ ((__nothrow__ )); | |
extern int ttyslot (void) __attribute__ ((__nothrow__ )); | |
extern int link (const char *__from, const char *__to) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))) ; | |
extern int linkat (int __fromfd, const char *__from, int __tofd, | |
const char *__to, int __flags) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 4))) ; | |
extern int symlink (const char *__from, const char *__to) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))) ; | |
extern ssize_t readlink (const char *__restrict __path, | |
char *__restrict __buf, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))) ; | |
extern int symlinkat (const char *__from, int __tofd, | |
const char *__to) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 3))) ; | |
extern ssize_t readlinkat (int __fd, const char *__restrict __path, | |
char *__restrict __buf, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 3))) ; | |
extern int unlink (const char *__name) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int unlinkat (int __fd, const char *__name, int __flag) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2))); | |
extern int rmdir (const char *__path) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern __pid_t tcgetpgrp (int __fd) __attribute__ ((__nothrow__ )); | |
extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __attribute__ ((__nothrow__ )); | |
extern char *getlogin (void); | |
extern int getlogin_r (char *__name, size_t __name_len) __attribute__ ((__nonnull__ (1))); | |
extern int setlogin (const char *__name) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 1 "/usr/include/bits/getopt_posix.h" 1 3 4 | |
# 21 "/usr/include/bits/getopt_posix.h" 3 4 | |
#define _GETOPT_POSIX_H 1 | |
# 1 "/usr/include/bits/getopt_core.h" 1 3 4 | |
# 21 "/usr/include/bits/getopt_core.h" 3 4 | |
#define _GETOPT_CORE_H 1 | |
# 36 "/usr/include/bits/getopt_core.h" 3 4 | |
extern char *optarg; | |
# 50 "/usr/include/bits/getopt_core.h" 3 4 | |
extern int optind; | |
extern int opterr; | |
extern int optopt; | |
# 91 "/usr/include/bits/getopt_core.h" 3 4 | |
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 3))); | |
# 28 "/usr/include/bits/getopt_posix.h" 2 3 4 | |
# 870 "/usr/include/unistd.h" 2 3 4 | |
extern int gethostname (char *__name, size_t __len) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int sethostname (const char *__name, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int sethostid (long int __id) __attribute__ ((__nothrow__ )) ; | |
extern int getdomainname (char *__name, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int setdomainname (const char *__name, size_t __len) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int vhangup (void) __attribute__ ((__nothrow__ )); | |
extern int revoke (const char *__file) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern int profil (unsigned short int *__sample_buffer, size_t __size, | |
size_t __offset, unsigned int __scale) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int acct (const char *__name) __attribute__ ((__nothrow__ )); | |
extern char *getusershell (void) __attribute__ ((__nothrow__ )); | |
extern void endusershell (void) __attribute__ ((__nothrow__ )); | |
extern void setusershell (void) __attribute__ ((__nothrow__ )); | |
extern int daemon (int __nochdir, int __noclose) __attribute__ ((__nothrow__ )) ; | |
extern int chroot (const char *__path) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
extern char *getpass (const char *__prompt) __attribute__ ((__nonnull__ (1))); | |
extern int fsync (int __fd); | |
extern int syncfs (int __fd) __attribute__ ((__nothrow__ )); | |
extern long int gethostid (void); | |
extern void sync (void) __attribute__ ((__nothrow__ )); | |
extern int getpagesize (void) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern int getdtablesize (void) __attribute__ ((__nothrow__ )); | |
# 991 "/usr/include/unistd.h" 3 4 | |
extern int truncate (const char *__file, __off_t __length) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
# 1003 "/usr/include/unistd.h" 3 4 | |
extern int truncate64 (const char *__file, __off64_t __length) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))) ; | |
# 1014 "/usr/include/unistd.h" 3 4 | |
extern int ftruncate (int __fd, __off_t __length) __attribute__ ((__nothrow__ )) ; | |
# 1024 "/usr/include/unistd.h" 3 4 | |
extern int ftruncate64 (int __fd, __off64_t __length) __attribute__ ((__nothrow__ )) ; | |
# 1035 "/usr/include/unistd.h" 3 4 | |
extern int brk (void *__addr) __attribute__ ((__nothrow__ )) ; | |
extern void *sbrk (intptr_t __delta) __attribute__ ((__nothrow__ )); | |
# 1056 "/usr/include/unistd.h" 3 4 | |
extern long int syscall (long int __sysno, ...) __attribute__ ((__nothrow__ )); | |
# 1073 "/usr/include/unistd.h" 3 4 | |
#define F_ULOCK 0 | |
#define F_LOCK 1 | |
#define F_TLOCK 2 | |
#define F_TEST 3 | |
extern int lockf (int __fd, int __cmd, __off_t __len) ; | |
# 1089 "/usr/include/unistd.h" 3 4 | |
extern int lockf64 (int __fd, int __cmd, __off64_t __len) ; | |
# 1099 "/usr/include/unistd.h" 3 4 | |
#define TEMP_FAILURE_RETRY(expression) (__extension__ ({ long int __result; do __result = (long int) (expression); while (__result == -1L && errno == EINTR); __result; })) | |
ssize_t copy_file_range (int __infd, __off64_t *__pinoff, | |
int __outfd, __off64_t *__poutoff, | |
size_t __length, unsigned int __flags); | |
extern int fdatasync (int __fildes); | |
# 1124 "/usr/include/unistd.h" 3 4 | |
extern char *crypt (const char *__key, const char *__salt) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
extern void swab (const void *__restrict __from, void *__restrict __to, | |
ssize_t __n) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1, 2))); | |
# 1161 "/usr/include/unistd.h" 3 4 | |
int getentropy (void *__buffer, size_t __length) ; | |
# 568 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" 2 | |
static __inline__ __attribute__((always_inline)) CFAbsoluteTime _CFAbsoluteTimeFromFileTimeSpec(struct timespec ts) { | |
return (CFAbsoluteTime)((CFTimeInterval)ts.tv_sec - kCFAbsoluteTimeIntervalSince1970) + (1.0e-9 * (CFTimeInterval)ts.tv_nsec); | |
} | |
static __inline__ __attribute__((always_inline)) struct timespec _CFFileTimeSpecFromAbsoluteTime(CFAbsoluteTime at) { | |
struct timespec ts; | |
double sec = 0.0; | |
double frac = modf(at, &sec); | |
if (frac < 0.0) { | |
frac += 1.0; | |
sec -= 1.0; | |
} | |
ts.tv_sec = (time_t)(sec + kCFAbsoluteTimeIntervalSince1970); | |
ts.tv_nsec = (long)(1000000000UL * frac + 0.5); | |
return ts; | |
} | |
extern _Bool _CFPropertyListCreateSingleValue(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags option, CFStringRef keyPath, CFPropertyListRef *value, CFErrorRef *error); | |
extern _Bool _CFPropertyListCreateFiltered(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags option, CFSetRef keyPaths, CFPropertyListRef *value, CFErrorRef *error) ; | |
extern CFSetRef _CFPropertyListCopyTopLevelKeys(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags option, CFErrorRef *outError) ; | |
typedef CFOptionFlags _CFBundleFilteredPlistOptions; enum { | |
_CFBundleFilteredPlistMemoryMapped = 1 | |
} ; | |
extern CFPropertyListRef _CFBundleCreateFilteredInfoPlist(CFBundleRef bundle, CFSetRef keyPaths, _CFBundleFilteredPlistOptions options) ; | |
extern CFPropertyListRef _CFBundleCreateFilteredLocalizedInfoPlist(CFBundleRef bundle, CFSetRef keyPaths, CFStringRef localizationName, _CFBundleFilteredPlistOptions options) ; | |
# 634 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
extern CFArrayRef CFDateFormatterCreateDateFormatsFromTemplates(CFAllocatorRef allocator, CFArrayRef tmplates, CFOptionFlags options, CFLocaleRef locale); | |
extern const CFStringRef kCFNumberFormatterUsesCharacterDirection ; | |
extern const CFStringRef kCFDateFormatterUsesCharacterDirection ; | |
extern void _CFGetPathExtensionRangesFromPathComponentUniChars(const UniChar *uchars, CFIndex ucharsLength, CFRange *outPrimaryExtRange, CFRange *outSecondaryExtRange) ; | |
extern void _CFGetPathExtensionRangesFromPathComponent(CFStringRef inName, CFRange *outPrimaryExtRange, CFRange *outSecondaryExtRange) ; | |
extern Boolean _CFExtensionUniCharsIsValidToAppend(const UniChar *uchars, CFIndex ucharsLength) ; | |
extern Boolean _CFExtensionIsValidToAppend(CFStringRef extension) ; | |
# 659 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPriv.h" | |
extern CFStringRef _CFXDGCreateDataHomePath(void) __attribute__((cf_returns_retained)); | |
extern CFStringRef _CFXDGCreateConfigHomePath(void) __attribute__((cf_returns_retained)); | |
extern CFArrayRef _CFXDGCreateDataDirectoriesPaths(void) __attribute__((cf_returns_retained)); | |
extern CFArrayRef _CFXDGCreateConfigDirectoriesPaths(void) __attribute__((cf_returns_retained)); | |
extern CFStringRef _CFXDGCreateCacheDirectoryPath(void) __attribute__((cf_returns_retained)); | |
extern CFStringRef _CFXDGCreateRuntimeDirectoryPath(void) __attribute__((cf_returns_retained)); | |
# 19 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFSystemDirectories.c" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 1 | |
# 19 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" | |
#define __COREFOUNDATION_CFINTERNAL__ 1 | |
#define __CF_COMPILE_YEAR__ (__DATE__[7] * 1000 + __DATE__[8] * 100 + __DATE__[9] * 10 + __DATE__[10] - 53328) | |
#define __CF_COMPILE_MONTH__ ((__DATE__[1] + __DATE__[2] == 207) ? 1 : (__DATE__[1] + __DATE__[2] == 199) ? 2 : (__DATE__[1] + __DATE__[2] == 211) ? 3 : (__DATE__[1] + __DATE__[2] == 226) ? 4 : (__DATE__[1] + __DATE__[2] == 218) ? 5 : (__DATE__[1] + __DATE__[2] == 227) ? 6 : (__DATE__[1] + __DATE__[2] == 225) ? 7 : (__DATE__[1] + __DATE__[2] == 220) ? 8 : (__DATE__[1] + __DATE__[2] == 213) ? 9 : (__DATE__[1] + __DATE__[2] == 215) ? 10 : (__DATE__[1] + __DATE__[2] == 229) ? 11 : (__DATE__[1] + __DATE__[2] == 200) ? 12 : 0) | |
# 35 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" | |
#define __CF_COMPILE_DAY__ (__DATE__[4] * 10 + __DATE__[5] - (__DATE__[4] == ' ' ? 368 : 528)) | |
#define __CF_COMPILE_DATE__ (__CF_COMPILE_YEAR__ * 10000 + __CF_COMPILE_MONTH__ * 100 + __CF_COMPILE_DAY__) | |
#define __CF_COMPILE_HOUR__ (__TIME__[0] * 10 + __TIME__[1] - 528) | |
#define __CF_COMPILE_MINUTE__ (__TIME__[3] * 10 + __TIME__[4] - 528) | |
#define __CF_COMPILE_SECOND__ (__TIME__[6] * 10 + __TIME__[7] - 528) | |
#define __CF_COMPILE_TIME__ (__CF_COMPILE_HOUR__ * 10000 + __CF_COMPILE_MINUTE__ * 100 + __CF_COMPILE_SECOND__) | |
#define __CF_COMPILE_SECOND_OF_DAY__ (__CF_COMPILE_HOUR__ * 3600 + __CF_COMPILE_MINUTE__ * 60 + __CF_COMPILE_SECOND__) | |
#define __CF_COMPILE_DAY_OF_EPOCH__ ((__CF_COMPILE_YEAR__ - 2001) * 365 + (__CF_COMPILE_YEAR__ - 2001) / 4 + ((__DATE__[1] + __DATE__[2] == 207) ? 0 : (__DATE__[1] + __DATE__[2] == 199) ? 31 : (__DATE__[1] + __DATE__[2] == 211) ? 59 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 226) ? 90 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 218) ? 120 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 227) ? 151 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 225) ? 181 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 220) ? 212 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 213) ? 243 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 215) ? 273 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 229) ? 304 + (__CF_COMPILE_YEAR__ % 4 == 0) : (__DATE__[1] + __DATE__[2] == 200) ? 334 + (__CF_COMPILE_YEAR__ % 4 == 0) : 365 + (__CF_COMPILE_YEAR__ % 4 == 0)) + __CF_COMPILE_DAY__) | |
# 64 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" | |
#define _CF_RETURNS_RETAINED_OBJ __attribute__((ns_returns_retained)) | |
#define _CF_RETURNS_NOT_RETAINED_OBJ __attribute__((ns_returns_not_retained)) | |
#define _CF_RELEASES_ARGUMENT_OBJ __attribute__((cf_consumed)) | |
# 92 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLogUtilities.h" 1 | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLogUtilities.h" | |
#define __COREFOUNDATION_CFLOGUTILITIES__ 1 | |
typedef int32_t CFLogLevel; | |
enum { | |
kCFLogLevelEmergency = 0, | |
kCFLogLevelAlert = 1, | |
kCFLogLevelCritical = 2, | |
kCFLogLevelError = 3, | |
kCFLogLevelWarning = 4, | |
kCFLogLevelNotice = 5, | |
kCFLogLevelInfo = 6, | |
kCFLogLevelDebug = 7, | |
}; | |
extern void CFLog(CFLogLevel level, CFStringRef format, ...) __attribute__((not_tail_called)) ; | |
# 46 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLogUtilities.h" | |
extern void CFLog1(CFLogLevel lev, CFStringRef message); | |
# 93 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
#define __COREFOUNDATION_CFRUNTIME__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" 2 | |
# 27 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
#define kCFUseCollectableAllocator 0 | |
#define __CFObjCIsCollectable 0 | |
static __inline__ __attribute__((always_inline)) Boolean _CFAllocatorIsSystemDefault(CFAllocatorRef allocator) { | |
if (allocator == kCFAllocatorSystemDefault) return 1; | |
if (((void*)0) == allocator || kCFAllocatorDefault == allocator) { | |
return (kCFAllocatorSystemDefault == CFAllocatorGetDefault()); | |
} | |
return 0; | |
} | |
#define CF_USING_COLLECTABLE_MEMORY 0 | |
#define CF_IS_COLLECTABLE_ALLOCATOR(allocator) (0 && allocator) | |
#define CF_IS_COLLECTABLE(obj) (0 && obj) | |
enum { | |
_kCFRuntimeNotATypeID = 0 | |
}; | |
enum { | |
_kCFRuntimeScannedObject = (1UL << 0), | |
_kCFRuntimeResourcefulObject = (1UL << 2), | |
_kCFRuntimeCustomRefCount = (1UL << 3), | |
_kCFRuntimeRequiresAlignment = (1UL << 4), | |
}; | |
typedef struct __CFRuntimeClass { | |
CFIndex version; | |
const char *className; | |
void (*init)(CFTypeRef cf); | |
CFTypeRef (*copy)(CFAllocatorRef allocator, CFTypeRef cf); | |
void (*finalize)(CFTypeRef cf); | |
Boolean (*equal)(CFTypeRef cf1, CFTypeRef cf2); | |
CFHashCode (*hash)(CFTypeRef cf); | |
CFStringRef (*copyFormattingDesc)(CFTypeRef cf, CFDictionaryRef formatOptions); | |
CFStringRef (*copyDebugDesc)(CFTypeRef cf); | |
#define CF_RECLAIM_AVAILABLE 1 | |
void (*reclaim)(CFTypeRef cf); | |
#define CF_REFCOUNT_AVAILABLE 1 | |
uint32_t (*refcount)(intptr_t op, CFTypeRef cf); | |
# 81 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
#pragma GCC diagnostic push | |
#pragma GCC diagnostic ignored "-Wmissing-field-initializers" | |
#define CF_REQUIRED_ALIGNMENT_AVAILABLE 1 | |
uintptr_t requiredAlignment; | |
} CFRuntimeClass; | |
#define RADAR_5115468_FIXED 1 | |
extern CFTypeID _CFRuntimeRegisterClass(const CFRuntimeClass * const cls); | |
# 169 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
extern const CFRuntimeClass * _CFRuntimeGetClassWithTypeID(CFTypeID typeID); | |
extern void _CFRuntimeUnregisterClassWithTypeID(CFTypeID typeID); | |
# 193 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
typedef struct __CFRuntimeBase { | |
uintptr_t _cfisa; | |
uintptr_t _swift_rc; | |
_Atomic(uint64_t) _cfinfoa; | |
} CFRuntimeBase; | |
#define INIT_CFRUNTIME_BASE(...) {0, _CF_CONSTANT_OBJECT_STRONG_RC, 0x0000000000000080ULL} | |
# 222 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
extern CFTypeRef _CFRuntimeCreateInstance(CFAllocatorRef allocator, CFTypeID typeID, CFIndex extraBytes, unsigned char *category); | |
# 240 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRuntime.h" | |
extern void _CFRuntimeSetInstanceTypeID(CFTypeRef cf, CFTypeID typeID); | |
# 94 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdatomic.h" 1 3 | |
# 25 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdatomic.h" 3 | |
#define __CLANG_STDATOMIC_H | |
# 34 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdatomic.h" 3 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 | |
# 35 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stdatomic.h" 2 3 | |
#define ATOMIC_BOOL_LOCK_FREE __CLANG_ATOMIC_BOOL_LOCK_FREE | |
#define ATOMIC_CHAR_LOCK_FREE __CLANG_ATOMIC_CHAR_LOCK_FREE | |
#define ATOMIC_CHAR16_T_LOCK_FREE __CLANG_ATOMIC_CHAR16_T_LOCK_FREE | |
#define ATOMIC_CHAR32_T_LOCK_FREE __CLANG_ATOMIC_CHAR32_T_LOCK_FREE | |
#define ATOMIC_WCHAR_T_LOCK_FREE __CLANG_ATOMIC_WCHAR_T_LOCK_FREE | |
#define ATOMIC_SHORT_LOCK_FREE __CLANG_ATOMIC_SHORT_LOCK_FREE | |
#define ATOMIC_INT_LOCK_FREE __CLANG_ATOMIC_INT_LOCK_FREE | |
#define ATOMIC_LONG_LOCK_FREE __CLANG_ATOMIC_LONG_LOCK_FREE | |
#define ATOMIC_LLONG_LOCK_FREE __CLANG_ATOMIC_LLONG_LOCK_FREE | |
#define ATOMIC_POINTER_LOCK_FREE __CLANG_ATOMIC_POINTER_LOCK_FREE | |
#define ATOMIC_VAR_INIT(value) (value) | |
#define atomic_init __c11_atomic_init | |
typedef enum memory_order { | |
memory_order_relaxed = 0, | |
memory_order_consume = 1, | |
memory_order_acquire = 2, | |
memory_order_release = 3, | |
memory_order_acq_rel = 4, | |
memory_order_seq_cst = 5 | |
} memory_order; | |
#define kill_dependency(y) (y) | |
void atomic_thread_fence(memory_order); | |
void atomic_signal_fence(memory_order); | |
#define atomic_thread_fence(order) __c11_atomic_thread_fence(order) | |
#define atomic_signal_fence(order) __c11_atomic_signal_fence(order) | |
#define atomic_is_lock_free(obj) __c11_atomic_is_lock_free(sizeof(*(obj))) | |
typedef _Atomic(_Bool) atomic_bool; | |
typedef _Atomic(char) atomic_char; | |
typedef _Atomic(signed char) atomic_schar; | |
typedef _Atomic(unsigned char) atomic_uchar; | |
typedef _Atomic(short) atomic_short; | |
typedef _Atomic(unsigned short) atomic_ushort; | |
typedef _Atomic(int) atomic_int; | |
typedef _Atomic(unsigned int) atomic_uint; | |
typedef _Atomic(long) atomic_long; | |
typedef _Atomic(unsigned long) atomic_ulong; | |
typedef _Atomic(long long) atomic_llong; | |
typedef _Atomic(unsigned long long) atomic_ullong; | |
typedef _Atomic(uint_least16_t) atomic_char16_t; | |
typedef _Atomic(uint_least32_t) atomic_char32_t; | |
typedef _Atomic(wchar_t) atomic_wchar_t; | |
typedef _Atomic(int_least8_t) atomic_int_least8_t; | |
typedef _Atomic(uint_least8_t) atomic_uint_least8_t; | |
typedef _Atomic(int_least16_t) atomic_int_least16_t; | |
typedef _Atomic(uint_least16_t) atomic_uint_least16_t; | |
typedef _Atomic(int_least32_t) atomic_int_least32_t; | |
typedef _Atomic(uint_least32_t) atomic_uint_least32_t; | |
typedef _Atomic(int_least64_t) atomic_int_least64_t; | |
typedef _Atomic(uint_least64_t) atomic_uint_least64_t; | |
typedef _Atomic(int_fast8_t) atomic_int_fast8_t; | |
typedef _Atomic(uint_fast8_t) atomic_uint_fast8_t; | |
typedef _Atomic(int_fast16_t) atomic_int_fast16_t; | |
typedef _Atomic(uint_fast16_t) atomic_uint_fast16_t; | |
typedef _Atomic(int_fast32_t) atomic_int_fast32_t; | |
typedef _Atomic(uint_fast32_t) atomic_uint_fast32_t; | |
typedef _Atomic(int_fast64_t) atomic_int_fast64_t; | |
typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t; | |
typedef _Atomic(intptr_t) atomic_intptr_t; | |
typedef _Atomic(uintptr_t) atomic_uintptr_t; | |
typedef _Atomic(size_t) atomic_size_t; | |
typedef _Atomic(ptrdiff_t) atomic_ptrdiff_t; | |
typedef _Atomic(intmax_t) atomic_intmax_t; | |
typedef _Atomic(uintmax_t) atomic_uintmax_t; | |
#define atomic_store(object,desired) __c11_atomic_store(object, desired, __ATOMIC_SEQ_CST) | |
#define atomic_store_explicit __c11_atomic_store | |
#define atomic_load(object) __c11_atomic_load(object, __ATOMIC_SEQ_CST) | |
#define atomic_load_explicit __c11_atomic_load | |
#define atomic_exchange(object,desired) __c11_atomic_exchange(object, desired, __ATOMIC_SEQ_CST) | |
#define atomic_exchange_explicit __c11_atomic_exchange | |
#define atomic_compare_exchange_strong(object,expected,desired) __c11_atomic_compare_exchange_strong(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) | |
#define atomic_compare_exchange_strong_explicit __c11_atomic_compare_exchange_strong | |
#define atomic_compare_exchange_weak(object,expected,desired) __c11_atomic_compare_exchange_weak(object, expected, desired, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST) | |
#define atomic_compare_exchange_weak_explicit __c11_atomic_compare_exchange_weak | |
#define atomic_fetch_add(object,operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) | |
#define atomic_fetch_add_explicit __c11_atomic_fetch_add | |
#define atomic_fetch_sub(object,operand) __c11_atomic_fetch_sub(object, operand, __ATOMIC_SEQ_CST) | |
#define atomic_fetch_sub_explicit __c11_atomic_fetch_sub | |
#define atomic_fetch_or(object,operand) __c11_atomic_fetch_or(object, operand, __ATOMIC_SEQ_CST) | |
#define atomic_fetch_or_explicit __c11_atomic_fetch_or | |
#define atomic_fetch_xor(object,operand) __c11_atomic_fetch_xor(object, operand, __ATOMIC_SEQ_CST) | |
#define atomic_fetch_xor_explicit __c11_atomic_fetch_xor | |
#define atomic_fetch_and(object,operand) __c11_atomic_fetch_and(object, operand, __ATOMIC_SEQ_CST) | |
#define atomic_fetch_and_explicit __c11_atomic_fetch_and | |
typedef struct atomic_flag { atomic_bool _Value; } atomic_flag; | |
#define ATOMIC_FLAG_INIT { 0 } | |
_Bool atomic_flag_test_and_set(volatile atomic_flag *); | |
_Bool atomic_flag_test_and_set_explicit(volatile atomic_flag *, memory_order); | |
void atomic_flag_clear(volatile atomic_flag *); | |
void atomic_flag_clear_explicit(volatile atomic_flag *, memory_order); | |
#define atomic_flag_test_and_set(object) __c11_atomic_exchange(&(object)->_Value, 1, __ATOMIC_SEQ_CST) | |
#define atomic_flag_test_and_set_explicit(object,order) __c11_atomic_exchange(&(object)->_Value, 1, order) | |
#define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) | |
#define atomic_flag_clear_explicit(object,order) __c11_atomic_store(&(object)->_Value, 0, order) | |
# 96 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/src/BlocksRuntime/Block.h" 1 3 | |
# 12 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/src/BlocksRuntime/Block.h" 3 | |
#define _Block_H_ | |
# 25 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/src/BlocksRuntime/Block.h" 3 | |
#define BLOCK_ABI __attribute__((__visibility__("default"))) | |
#define BLOCK_EXPORT extern BLOCK_ABI | |
# 43 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/src/BlocksRuntime/Block.h" 3 | |
extern __attribute__((__visibility__("default"))) void *_Block_copy(const void *aBlock); | |
extern __attribute__((__visibility__("default"))) void _Block_release(const void *aBlock); | |
extern __attribute__((__visibility__("default"))) void _Block_object_assign(void *, const void *, const int); | |
extern __attribute__((__visibility__("default"))) void _Block_object_dispose(const void *, const int); | |
extern __attribute__((__visibility__("default"))) void * _NSConcreteGlobalBlock[32]; | |
extern __attribute__((__visibility__("default"))) void * _NSConcreteStackBlock[32]; | |
# 69 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/src/BlocksRuntime/Block.h" 3 | |
#define Block_copy(...) ((__typeof(__VA_ARGS__))_Block_copy((const void *)(__VA_ARGS__))) | |
#define Block_release(...) _Block_release((const void *)(__VA_ARGS__)) | |
# 97 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 2 | |
# 1 "/usr/include/sys/time.h" 1 3 4 | |
# 19 "/usr/include/sys/time.h" 3 4 | |
#define _SYS_TIME_H 1 | |
# 38 "/usr/include/sys/time.h" 3 4 | |
#define TIMEVAL_TO_TIMESPEC(tv,ts) { (ts)->tv_sec = (tv)->tv_sec; (ts)->tv_nsec = (tv)->tv_usec * 1000; } | |
#define TIMESPEC_TO_TIMEVAL(tv,ts) { (tv)->tv_sec = (ts)->tv_sec; (tv)->tv_usec = (ts)->tv_nsec / 1000; } | |
# 52 "/usr/include/sys/time.h" 3 4 | |
struct timezone | |
{ | |
int tz_minuteswest; | |
int tz_dsttime; | |
}; | |
typedef struct timezone *__restrict __timezone_ptr_t; | |
# 68 "/usr/include/sys/time.h" 3 4 | |
extern int gettimeofday (struct timeval *__restrict __tv, | |
__timezone_ptr_t __tz) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int settimeofday (const struct timeval *__tv, | |
const struct timezone *__tz) | |
__attribute__ ((__nothrow__ )); | |
extern int adjtime (const struct timeval *__delta, | |
struct timeval *__olddelta) __attribute__ ((__nothrow__ )); | |
enum __itimer_which | |
{ | |
ITIMER_REAL = 0, | |
#define ITIMER_REAL ITIMER_REAL | |
ITIMER_VIRTUAL = 1, | |
#define ITIMER_VIRTUAL ITIMER_VIRTUAL | |
ITIMER_PROF = 2 | |
#define ITIMER_PROF ITIMER_PROF | |
}; | |
struct itimerval | |
{ | |
struct timeval it_interval; | |
struct timeval it_value; | |
}; | |
typedef enum __itimer_which __itimer_which_t; | |
extern int getitimer (__itimer_which_t __which, | |
struct itimerval *__value) __attribute__ ((__nothrow__ )); | |
extern int setitimer (__itimer_which_t __which, | |
const struct itimerval *__restrict __new, | |
struct itimerval *__restrict __old) __attribute__ ((__nothrow__ )); | |
extern int utimes (const char *__file, const struct timeval __tvp[2]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int lutimes (const char *__file, const struct timeval __tvp[2]) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int futimes (int __fd, const struct timeval __tvp[2]) __attribute__ ((__nothrow__ )); | |
extern int futimesat (int __fd, const char *__file, | |
const struct timeval __tvp[2]) __attribute__ ((__nothrow__ )); | |
#define timerisset(tvp) ((tvp)->tv_sec || (tvp)->tv_usec) | |
#define timerclear(tvp) ((tvp)->tv_sec = (tvp)->tv_usec = 0) | |
#define timercmp(a,b,CMP) (((a)->tv_sec == (b)->tv_sec) ? ((a)->tv_usec CMP (b)->tv_usec) : ((a)->tv_sec CMP (b)->tv_sec)) | |
#define timeradd(a,b,result) do { (result)->tv_sec = (a)->tv_sec + (b)->tv_sec; (result)->tv_usec = (a)->tv_usec + (b)->tv_usec; if ((result)->tv_usec >= 1000000) { ++(result)->tv_sec; (result)->tv_usec -= 1000000; } } while (0) | |
# 175 "/usr/include/sys/time.h" 3 4 | |
#define timersub(a,b,result) do { (result)->tv_sec = (a)->tv_sec - (b)->tv_sec; (result)->tv_usec = (a)->tv_usec - (b)->tv_usec; if ((result)->tv_usec < 0) { --(result)->tv_sec; (result)->tv_usec += 1000000; } } while (0) | |
# 105 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 2 | |
# 119 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" | |
typedef struct os_log_s *os_log_t; | |
#define os_log(...) do { } while (0) | |
#define os_log_info(...) do { } while (0) | |
#define os_log_debug(...) do { } while (0) | |
#define os_log_error(...) do { } while (0) | |
#define os_log_create(...) (NULL) | |
#define _CF_CONSTANT_OBJECT_BACKING | |
# 150 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" | |
#define __CF_LITTLE_ENDIAN__ 1 | |
#define __CF_BIG_ENDIAN__ 0 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 1 | |
# 14 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
#define __COREFOUNDATION_FORFOUNDATIONONLY__ 1 | |
# 23 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" | |
#define __COREFOUNDATION_CFPROPERTYLIST__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
#define __COREFOUNDATION_CFSTREAM__ 1 | |
# 20 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" | |
#define __DISPATCH_PUBLIC__ | |
# 32 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/generic_unix_base.h" 1 | |
# 14 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/generic_unix_base.h" | |
#define __OS_GENERIC_UNIX_BASE__ | |
# 1 "/usr/include/sys/sysmacros.h" 1 3 4 | |
# 20 "/usr/include/sys/sysmacros.h" 3 4 | |
#define _SYS_SYSMACROS_H 1 | |
# 1 "/usr/include/bits/sysmacros.h" 1 3 4 | |
# 20 "/usr/include/bits/sysmacros.h" 3 4 | |
#define _BITS_SYSMACROS_H 1 | |
# 36 "/usr/include/bits/sysmacros.h" 3 4 | |
#define __SYSMACROS_DECLARE_MAJOR(DECL_TEMPL) DECL_TEMPL(unsigned int, major, (__dev_t __dev)) | |
#define __SYSMACROS_DEFINE_MAJOR(DECL_TEMPL) __SYSMACROS_DECLARE_MAJOR (DECL_TEMPL) { unsigned int __major; __major = ((__dev & (__dev_t) 0x00000000000fff00u) >> 8); __major |= ((__dev & (__dev_t) 0xfffff00000000000u) >> 32); return __major; } | |
# 48 "/usr/include/bits/sysmacros.h" 3 4 | |
#define __SYSMACROS_DECLARE_MINOR(DECL_TEMPL) DECL_TEMPL(unsigned int, minor, (__dev_t __dev)) | |
#define __SYSMACROS_DEFINE_MINOR(DECL_TEMPL) __SYSMACROS_DECLARE_MINOR (DECL_TEMPL) { unsigned int __minor; __minor = ((__dev & (__dev_t) 0x00000000000000ffu) >> 0); __minor |= ((__dev & (__dev_t) 0x00000ffffff00000u) >> 12); return __minor; } | |
# 60 "/usr/include/bits/sysmacros.h" 3 4 | |
#define __SYSMACROS_DECLARE_MAKEDEV(DECL_TEMPL) DECL_TEMPL(__dev_t, makedev, (unsigned int __major, unsigned int __minor)) | |
#define __SYSMACROS_DEFINE_MAKEDEV(DECL_TEMPL) __SYSMACROS_DECLARE_MAKEDEV (DECL_TEMPL) { __dev_t __dev; __dev = (((__dev_t) (__major & 0x00000fffu)) << 8); __dev |= (((__dev_t) (__major & 0xfffff000u)) << 32); __dev |= (((__dev_t) (__minor & 0x000000ffu)) << 0); __dev |= (((__dev_t) (__minor & 0xffffff00u)) << 12); return __dev; } | |
# 25 "/usr/include/sys/sysmacros.h" 2 3 4 | |
#define __SYSMACROS_DECL_TEMPL(rtype,name,proto) extern rtype gnu_dev_##name proto __THROW __attribute_const__; | |
#define __SYSMACROS_IMPL_TEMPL(rtype,name,proto) __extension__ __extern_inline __attribute_const__ rtype __NTH (gnu_dev_##name proto) | |
extern unsigned int gnu_dev_major (__dev_t __dev) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern unsigned int gnu_dev_minor (__dev_t __dev) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
extern __dev_t gnu_dev_makedev (unsigned int __major, unsigned int __minor) __attribute__ ((__nothrow__ )) __attribute__ ((__const__)); | |
__extension__ extern __inline __attribute__ ((__gnu_inline__)) __attribute__ ((__const__)) unsigned int __attribute__ ((__nothrow__ )) gnu_dev_major (__dev_t __dev) { unsigned int __major; __major = ((__dev & (__dev_t) 0x00000000000fff00u) >> 8); __major |= ((__dev & (__dev_t) 0xfffff00000000000u) >> 32); return __major; } | |
__extension__ extern __inline __attribute__ ((__gnu_inline__)) __attribute__ ((__const__)) unsigned int __attribute__ ((__nothrow__ )) gnu_dev_minor (__dev_t __dev) { unsigned int __minor; __minor = ((__dev & (__dev_t) 0x00000000000000ffu) >> 0); __minor |= ((__dev & (__dev_t) 0x00000ffffff00000u) >> 12); return __minor; } | |
__extension__ extern __inline __attribute__ ((__gnu_inline__)) __attribute__ ((__const__)) __dev_t __attribute__ ((__nothrow__ )) gnu_dev_makedev (unsigned int __major, unsigned int __minor) { __dev_t __dev; __dev = (((__dev_t) (__major & 0x00000fffu)) << 8); __dev |= (((__dev_t) (__major & 0xfffff000u)) << 32); __dev |= (((__dev_t) (__minor & 0x000000ffu)) << 0); __dev |= (((__dev_t) (__minor & 0xffffff00u)) << 12); return __dev; } | |
#undef __SYSMACROS_DECL_TEMPL | |
#undef __SYSMACROS_IMPL_TEMPL | |
#undef __SYSMACROS_DECLARE_MAJOR | |
#undef __SYSMACROS_DECLARE_MINOR | |
#undef __SYSMACROS_DECLARE_MAKEDEV | |
#undef __SYSMACROS_DEFINE_MAJOR | |
#undef __SYSMACROS_DEFINE_MINOR | |
#undef __SYSMACROS_DEFINE_MAKEDEV | |
#define major(dev) gnu_dev_major (dev) | |
#define minor(dev) gnu_dev_minor (dev) | |
#define makedev(maj,min) gnu_dev_makedev (maj, min) | |
# 18 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/generic_unix_base.h" 2 | |
# 40 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/generic_unix_base.h" | |
#define API_DEPRECATED_WITH_REPLACEMENT(...) | |
#define OS_EXPECT(x,v) __builtin_expect((x), (v)) | |
#define OS_UNUSED __attribute__((__unused__)) | |
#define os_likely(x) OS_EXPECT(!!(x), 1) | |
#define os_unlikely(x) OS_EXPECT(!!(x), 0) | |
#define OS_ASSUME_NONNULL_BEGIN _Pragma("clang assume_nonnull begin") | |
#define OS_ASSUME_NONNULL_END _Pragma("clang assume_nonnull end") | |
#define OS_COMPILER_CAN_ASSUME(expr) __builtin_assume(expr) | |
#define OS_SWIFT_UNAVAILABLE(_msg) __attribute__((__availability__(swift, unavailable, message=_msg))) | |
#define OS_REFINED_FOR_SWIFT __attribute__((__swift_private__)) | |
#define OS_SWIFT_NAME(_name) __attribute__((__swift_name__(#_name))) | |
#define __OS_STRINGIFY(s) #s | |
#define OS_STRINGIFY(s) __OS_STRINGIFY(s) | |
#define __OS_CONCAT(x,y) x ## y | |
#define OS_CONCAT(x,y) __OS_CONCAT(x, y) | |
#define OS_ENUM(_name,_type,...) enum { __VA_ARGS__ }; typedef _type _name##_t | |
# 112 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/generic_unix_base.h" | |
#define OS_EXPORT | |
# 121 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/generic_unix_base.h" | |
#define OS_WARN_RESULT | |
#define OS_NOTHROW | |
# 33 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 | |
# 37 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/usr/include/fcntl.h" 1 3 4 | |
# 23 "/usr/include/fcntl.h" 3 4 | |
#define _FCNTL_H 1 | |
# 35 "/usr/include/fcntl.h" 3 4 | |
# 1 "/usr/include/bits/fcntl.h" 1 3 4 | |
# 24 "/usr/include/bits/fcntl.h" 3 4 | |
#define __O_LARGEFILE 0 | |
#define F_GETLK64 5 | |
#define F_SETLK64 6 | |
#define F_SETLKW64 7 | |
struct flock | |
{ | |
short int l_type; | |
short int l_whence; | |
__off_t l_start; | |
__off_t l_len; | |
__pid_t l_pid; | |
}; | |
struct flock64 | |
{ | |
short int l_type; | |
short int l_whence; | |
__off64_t l_start; | |
__off64_t l_len; | |
__pid_t l_pid; | |
}; | |
# 1 "/usr/include/bits/fcntl-linux.h" 1 3 4 | |
# 38 "/usr/include/bits/fcntl-linux.h" 3 4 | |
# 1 "/usr/include/bits/types/struct_iovec.h" 1 3 4 | |
# 20 "/usr/include/bits/types/struct_iovec.h" 3 4 | |
#define __iovec_defined 1 | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 24 "/usr/include/bits/types/struct_iovec.h" 2 3 4 | |
struct iovec | |
{ | |
void *iov_base; | |
size_t iov_len; | |
}; | |
# 39 "/usr/include/bits/fcntl-linux.h" 2 3 4 | |
#define O_ACCMODE 0003 | |
#define O_RDONLY 00 | |
#define O_WRONLY 01 | |
#define O_RDWR 02 | |
#define O_CREAT 0100 | |
#define O_EXCL 0200 | |
#define O_NOCTTY 0400 | |
#define O_TRUNC 01000 | |
#define O_APPEND 02000 | |
#define O_NONBLOCK 04000 | |
#define O_NDELAY O_NONBLOCK | |
#define O_SYNC 04010000 | |
#define O_FSYNC O_SYNC | |
#define O_ASYNC 020000 | |
#define __O_DIRECTORY 0200000 | |
#define __O_NOFOLLOW 0400000 | |
#define __O_CLOEXEC 02000000 | |
#define __O_DIRECT 040000 | |
#define __O_NOATIME 01000000 | |
#define __O_PATH 010000000 | |
#define __O_DSYNC 010000 | |
#define __O_TMPFILE (020000000 | __O_DIRECTORY) | |
#define F_GETLK 5 | |
#define F_SETLK 6 | |
#define F_SETLKW 7 | |
# 132 "/usr/include/bits/fcntl-linux.h" 3 4 | |
#define F_OFD_GETLK 36 | |
#define F_OFD_SETLK 37 | |
#define F_OFD_SETLKW 38 | |
#define O_LARGEFILE __O_LARGEFILE | |
#define O_DIRECTORY __O_DIRECTORY | |
#define O_NOFOLLOW __O_NOFOLLOW | |
#define O_CLOEXEC __O_CLOEXEC | |
#define O_DIRECT __O_DIRECT | |
#define O_NOATIME __O_NOATIME | |
#define O_PATH __O_PATH | |
#define O_TMPFILE __O_TMPFILE | |
#define O_DSYNC __O_DSYNC | |
#define O_RSYNC O_SYNC | |
#define F_DUPFD 0 | |
#define F_GETFD 1 | |
#define F_SETFD 2 | |
#define F_GETFL 3 | |
#define F_SETFL 4 | |
#define __F_SETOWN 8 | |
#define __F_GETOWN 9 | |
#define F_SETOWN __F_SETOWN | |
#define F_GETOWN __F_GETOWN | |
#define __F_SETSIG 10 | |
#define __F_GETSIG 11 | |
#define __F_SETOWN_EX 15 | |
#define __F_GETOWN_EX 16 | |
#define F_SETSIG __F_SETSIG | |
#define F_GETSIG __F_GETSIG | |
#define F_SETOWN_EX __F_SETOWN_EX | |
#define F_GETOWN_EX __F_GETOWN_EX | |
#define F_SETLEASE 1024 | |
#define F_GETLEASE 1025 | |
#define F_NOTIFY 1026 | |
#define F_SETPIPE_SZ 1031 | |
#define F_GETPIPE_SZ 1032 | |
#define F_ADD_SEALS 1033 | |
#define F_GET_SEALS 1034 | |
#define F_GET_RW_HINT 1035 | |
#define F_SET_RW_HINT 1036 | |
#define F_GET_FILE_RW_HINT 1037 | |
#define F_SET_FILE_RW_HINT 1038 | |
#define F_DUPFD_CLOEXEC 1030 | |
#define FD_CLOEXEC 1 | |
#define F_RDLCK 0 | |
#define F_WRLCK 1 | |
#define F_UNLCK 2 | |
#define F_EXLCK 4 | |
#define F_SHLCK 8 | |
#define LOCK_SH 1 | |
#define LOCK_EX 2 | |
#define LOCK_NB 4 | |
#define LOCK_UN 8 | |
#define LOCK_MAND 32 | |
#define LOCK_READ 64 | |
#define LOCK_WRITE 128 | |
#define LOCK_RW 192 | |
#define DN_ACCESS 0x00000001 | |
#define DN_MODIFY 0x00000002 | |
#define DN_CREATE 0x00000004 | |
#define DN_DELETE 0x00000008 | |
#define DN_RENAME 0x00000010 | |
#define DN_ATTRIB 0x00000020 | |
#define DN_MULTISHOT 0x80000000 | |
enum __pid_type | |
{ | |
F_OWNER_TID = 0, | |
F_OWNER_PID, | |
F_OWNER_PGRP, | |
F_OWNER_GID = F_OWNER_PGRP | |
}; | |
struct f_owner_ex | |
{ | |
enum __pid_type type; | |
__pid_t pid; | |
}; | |
#define F_SEAL_SEAL 0x0001 | |
#define F_SEAL_SHRINK 0x0002 | |
#define F_SEAL_GROW 0x0004 | |
#define F_SEAL_WRITE 0x0008 | |
#define RWF_WRITE_LIFE_NOT_SET 0 | |
#define RWH_WRITE_LIFE_NONE 1 | |
#define RWH_WRITE_LIFE_SHORT 2 | |
#define RWH_WRITE_LIFE_MEDIUM 3 | |
#define RWH_WRITE_LIFE_LONG 4 | |
#define RWH_WRITE_LIFE_EXTREME 5 | |
#define FAPPEND O_APPEND | |
#define FFSYNC O_FSYNC | |
#define FASYNC O_ASYNC | |
#define FNONBLOCK O_NONBLOCK | |
#define FNDELAY O_NDELAY | |
#define __POSIX_FADV_DONTNEED 4 | |
#define __POSIX_FADV_NOREUSE 5 | |
#define POSIX_FADV_NORMAL 0 | |
#define POSIX_FADV_RANDOM 1 | |
#define POSIX_FADV_SEQUENTIAL 2 | |
#define POSIX_FADV_WILLNEED 3 | |
#define POSIX_FADV_DONTNEED __POSIX_FADV_DONTNEED | |
#define POSIX_FADV_NOREUSE __POSIX_FADV_NOREUSE | |
#define SYNC_FILE_RANGE_WAIT_BEFORE 1 | |
#define SYNC_FILE_RANGE_WRITE 2 | |
#define SYNC_FILE_RANGE_WAIT_AFTER 4 | |
#define SPLICE_F_MOVE 1 | |
#define SPLICE_F_NONBLOCK 2 | |
#define SPLICE_F_MORE 4 | |
#define SPLICE_F_GIFT 8 | |
# 1 "/usr/include/linux/falloc.h" 1 3 4 | |
#define _FALLOC_H_ | |
#define FALLOC_FL_KEEP_SIZE 0x01 | |
#define FALLOC_FL_PUNCH_HOLE 0x02 | |
#define FALLOC_FL_NO_HIDE_STALE 0x04 | |
# 29 "/usr/include/linux/falloc.h" 3 4 | |
#define FALLOC_FL_COLLAPSE_RANGE 0x08 | |
# 43 "/usr/include/linux/falloc.h" 3 4 | |
#define FALLOC_FL_ZERO_RANGE 0x10 | |
# 60 "/usr/include/linux/falloc.h" 3 4 | |
#define FALLOC_FL_INSERT_RANGE 0x20 | |
# 78 "/usr/include/linux/falloc.h" 3 4 | |
#define FALLOC_FL_UNSHARE_RANGE 0x40 | |
# 347 "/usr/include/bits/fcntl-linux.h" 2 3 4 | |
struct file_handle | |
{ | |
unsigned int handle_bytes; | |
int handle_type; | |
unsigned char f_handle[0]; | |
}; | |
#define MAX_HANDLE_SZ 128 | |
extern __ssize_t readahead (int __fd, __off64_t __offset, size_t __count) | |
__attribute__ ((__nothrow__ )); | |
extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count, | |
unsigned int __flags); | |
extern __ssize_t vmsplice (int __fdout, const struct iovec *__iov, | |
size_t __count, unsigned int __flags); | |
extern __ssize_t splice (int __fdin, __off64_t *__offin, int __fdout, | |
__off64_t *__offout, size_t __len, | |
unsigned int __flags); | |
extern __ssize_t tee (int __fdin, int __fdout, size_t __len, | |
unsigned int __flags); | |
extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len); | |
# 417 "/usr/include/bits/fcntl-linux.h" 3 4 | |
extern int fallocate64 (int __fd, int __mode, __off64_t __offset, | |
__off64_t __len); | |
extern int name_to_handle_at (int __dfd, const char *__name, | |
struct file_handle *__handle, int *__mnt_id, | |
int __flags) __attribute__ ((__nothrow__ )); | |
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle, | |
int __flags); | |
# 62 "/usr/include/bits/fcntl.h" 2 3 4 | |
# 36 "/usr/include/fcntl.h" 2 3 4 | |
#define __OPEN_NEEDS_MODE(oflag) (((oflag) & O_CREAT) != 0 || ((oflag) & __O_TMPFILE) == __O_TMPFILE) | |
# 78 "/usr/include/fcntl.h" 3 4 | |
# 1 "/usr/include/bits/stat.h" 1 3 4 | |
# 23 "/usr/include/bits/stat.h" 3 4 | |
#define _BITS_STAT_H 1 | |
# 37 "/usr/include/bits/stat.h" 3 4 | |
#define _STAT_VER_KERNEL 0 | |
#define _STAT_VER_LINUX 1 | |
#define _MKNOD_VER_LINUX 0 | |
#define _STAT_VER _STAT_VER_LINUX | |
struct stat | |
{ | |
__dev_t st_dev; | |
__ino_t st_ino; | |
__nlink_t st_nlink; | |
__mode_t st_mode; | |
__uid_t st_uid; | |
__gid_t st_gid; | |
int __pad0; | |
__dev_t st_rdev; | |
__off_t st_size; | |
__blksize_t st_blksize; | |
__blkcnt_t st_blocks; | |
# 91 "/usr/include/bits/stat.h" 3 4 | |
struct timespec st_atim; | |
struct timespec st_mtim; | |
struct timespec st_ctim; | |
#define st_atime st_atim.tv_sec | |
#define st_mtime st_mtim.tv_sec | |
#define st_ctime st_ctim.tv_sec | |
# 106 "/usr/include/bits/stat.h" 3 4 | |
__syscall_slong_t __glibc_reserved[3]; | |
# 115 "/usr/include/bits/stat.h" 3 4 | |
}; | |
struct stat64 | |
{ | |
__dev_t st_dev; | |
__ino64_t st_ino; | |
__nlink_t st_nlink; | |
__mode_t st_mode; | |
__uid_t st_uid; | |
__gid_t st_gid; | |
int __pad0; | |
__dev_t st_rdev; | |
__off_t st_size; | |
__blksize_t st_blksize; | |
__blkcnt64_t st_blocks; | |
struct timespec st_atim; | |
struct timespec st_mtim; | |
struct timespec st_ctim; | |
# 164 "/usr/include/bits/stat.h" 3 4 | |
__syscall_slong_t __glibc_reserved[3]; | |
}; | |
#define _STATBUF_ST_BLKSIZE | |
#define _STATBUF_ST_RDEV | |
#define _STATBUF_ST_NSEC | |
#define __S_IFMT 0170000 | |
#define __S_IFDIR 0040000 | |
#define __S_IFCHR 0020000 | |
#define __S_IFBLK 0060000 | |
#define __S_IFREG 0100000 | |
#define __S_IFIFO 0010000 | |
#define __S_IFLNK 0120000 | |
#define __S_IFSOCK 0140000 | |
#define __S_TYPEISMQ(buf) ((buf)->st_mode - (buf)->st_mode) | |
#define __S_TYPEISSEM(buf) ((buf)->st_mode - (buf)->st_mode) | |
#define __S_TYPEISSHM(buf) ((buf)->st_mode - (buf)->st_mode) | |
#define __S_ISUID 04000 | |
#define __S_ISGID 02000 | |
#define __S_ISVTX 01000 | |
#define __S_IREAD 0400 | |
#define __S_IWRITE 0200 | |
#define __S_IEXEC 0100 | |
#define UTIME_NOW ((1l << 30) - 1l) | |
#define UTIME_OMIT ((1l << 30) - 2l) | |
# 79 "/usr/include/fcntl.h" 2 3 4 | |
#define S_IFMT __S_IFMT | |
#define S_IFDIR __S_IFDIR | |
#define S_IFCHR __S_IFCHR | |
#define S_IFBLK __S_IFBLK | |
#define S_IFREG __S_IFREG | |
#define S_IFIFO __S_IFIFO | |
#define S_IFLNK __S_IFLNK | |
#define S_IFSOCK __S_IFSOCK | |
#define S_ISUID __S_ISUID | |
#define S_ISGID __S_ISGID | |
#define S_ISVTX __S_ISVTX | |
#define S_IRUSR __S_IREAD | |
#define S_IWUSR __S_IWRITE | |
#define S_IXUSR __S_IEXEC | |
#define S_IRWXU (__S_IREAD|__S_IWRITE|__S_IEXEC) | |
#define S_IRGRP (S_IRUSR >> 3) | |
#define S_IWGRP (S_IWUSR >> 3) | |
#define S_IXGRP (S_IXUSR >> 3) | |
#define S_IRWXG (S_IRWXU >> 3) | |
#define S_IROTH (S_IRGRP >> 3) | |
#define S_IWOTH (S_IWGRP >> 3) | |
#define S_IXOTH (S_IXGRP >> 3) | |
#define S_IRWXO (S_IRWXG >> 3) | |
# 137 "/usr/include/fcntl.h" 3 4 | |
#define SEEK_SET 0 | |
#define SEEK_CUR 1 | |
#define SEEK_END 2 | |
# 149 "/usr/include/fcntl.h" 3 4 | |
#define AT_FDCWD -100 | |
#define AT_SYMLINK_NOFOLLOW 0x100 | |
#define AT_REMOVEDIR 0x200 | |
#define AT_SYMLINK_FOLLOW 0x400 | |
#define AT_NO_AUTOMOUNT 0x800 | |
#define AT_EMPTY_PATH 0x1000 | |
#define AT_STATX_SYNC_TYPE 0x6000 | |
#define AT_STATX_SYNC_AS_STAT 0x0000 | |
#define AT_STATX_FORCE_SYNC 0x2000 | |
#define AT_STATX_DONT_SYNC 0x4000 | |
#define AT_EACCESS 0x200 | |
# 175 "/usr/include/fcntl.h" 3 4 | |
extern int fcntl (int __fd, int __cmd, ...); | |
# 184 "/usr/include/fcntl.h" 3 4 | |
extern int fcntl64 (int __fd, int __cmd, ...); | |
# 195 "/usr/include/fcntl.h" 3 4 | |
extern int open (const char *__file, int __oflag, ...) __attribute__ ((__nonnull__ (1))); | |
# 205 "/usr/include/fcntl.h" 3 4 | |
extern int open64 (const char *__file, int __oflag, ...) __attribute__ ((__nonnull__ (1))); | |
# 219 "/usr/include/fcntl.h" 3 4 | |
extern int openat (int __fd, const char *__file, int __oflag, ...) | |
__attribute__ ((__nonnull__ (2))); | |
# 230 "/usr/include/fcntl.h" 3 4 | |
extern int openat64 (int __fd, const char *__file, int __oflag, ...) | |
__attribute__ ((__nonnull__ (2))); | |
# 241 "/usr/include/fcntl.h" 3 4 | |
extern int creat (const char *__file, mode_t __mode) __attribute__ ((__nonnull__ (1))); | |
# 251 "/usr/include/fcntl.h" 3 4 | |
extern int creat64 (const char *__file, mode_t __mode) __attribute__ ((__nonnull__ (1))); | |
# 287 "/usr/include/fcntl.h" 3 4 | |
extern int posix_fadvise (int __fd, off_t __offset, off_t __len, | |
int __advise) __attribute__ ((__nothrow__ )); | |
# 299 "/usr/include/fcntl.h" 3 4 | |
extern int posix_fadvise64 (int __fd, off64_t __offset, off64_t __len, | |
int __advise) __attribute__ ((__nothrow__ )); | |
# 309 "/usr/include/fcntl.h" 3 4 | |
extern int posix_fallocate (int __fd, off_t __offset, off_t __len); | |
# 320 "/usr/include/fcntl.h" 3 4 | |
extern int posix_fallocate64 (int __fd, off64_t __offset, off64_t __len); | |
# 45 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 57 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" | |
#define DISPATCH_API_VERSION 20180109 | |
#define __DISPATCH_INDIRECT__ | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
#define __OS_OBJECT__ | |
# 60 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
#define OS_OBJECT_HAVE_OBJC_SUPPORT 0 | |
# 90 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
#define OS_OBJECT_USE_OBJC 0 | |
#define OS_OBJECT_SWIFT3 0 | |
# 196 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
#define OS_OBJECT_RETURNS_RETAINED | |
#define OS_OBJECT_CONSUMED | |
#define OS_OBJECT_BRIDGE | |
#define OS_WARN_RESULT_NEEDS_RELEASE OS_WARN_RESULT | |
#define OS_OBJECT_OBJC_RUNTIME_VISIBLE | |
#define OS_OBJECT_USE_OBJC_RETAIN_RELEASE 0 | |
# 215 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
#define OS_OBJECT_DECL_CLASS(name) typedef struct name##_s *name##_t | |
#define OS_OBJECT_GLOBAL_OBJECT(type,object) ((OS_OBJECT_BRIDGE type)&(object)) | |
# 240 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
__attribute__((__availability__(swift, unavailable, message="Can't be used with ARC"))) | |
void* | |
os_retain(void *object); | |
# 263 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/os/object.h" | |
void __attribute__((__availability__(swift, unavailable, message="Can't be used with ARC"))) | |
os_release(void *object); | |
# 65 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define __DISPATCH_BASE__ | |
# 45 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_NORETURN __attribute__((__noreturn__)) | |
#define DISPATCH_NOTHROW __attribute__((__nothrow__)) | |
#define DISPATCH_NONNULL1 __attribute__((__nonnull__(1))) | |
#define DISPATCH_NONNULL2 __attribute__((__nonnull__(2))) | |
#define DISPATCH_NONNULL3 __attribute__((__nonnull__(3))) | |
#define DISPATCH_NONNULL4 __attribute__((__nonnull__(4))) | |
#define DISPATCH_NONNULL5 __attribute__((__nonnull__(5))) | |
#define DISPATCH_NONNULL6 __attribute__((__nonnull__(6))) | |
#define DISPATCH_NONNULL7 __attribute__((__nonnull__(7))) | |
#define DISPATCH_NONNULL_ALL __attribute__((__nonnull__)) | |
#define DISPATCH_SENTINEL __attribute__((__sentinel__)) | |
#define DISPATCH_PURE __attribute__((__pure__)) | |
#define DISPATCH_CONST __attribute__((__const__)) | |
#define DISPATCH_WARN_RESULT __attribute__((__warn_unused_result__)) | |
#define DISPATCH_MALLOC __attribute__((__malloc__)) | |
#define DISPATCH_ALWAYS_INLINE __attribute__((__always_inline__)) | |
#define DISPATCH_UNAVAILABLE __attribute__((__unavailable__)) | |
#define DISPATCH_UNAVAILABLE_MSG(msg) __attribute__((__unavailable__(msg))) | |
# 131 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_LINUX_UNAVAILABLE() DISPATCH_UNAVAILABLE_MSG( "This interface is unavailable on linux systems") | |
# 143 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_FREEBSD_UNAVAILABLE() | |
#define DISPATCH_ALIAS_V2(sym) | |
# 169 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_EXPORT extern __attribute__((visibility("default"))) | |
#define DISPATCH_INLINE static __inline__ | |
#define DISPATCH_EXPECT(x,v) __builtin_expect((x), (v)) | |
#define dispatch_compiler_barrier() __asm__ __volatile__("" ::: "memory") | |
#define DISPATCH_NOT_TAIL_CALLED __attribute__((__not_tail_called__)) | |
#define DISPATCH_COMPILER_CAN_ASSUME(expr) __builtin_assume(expr) | |
#define DISPATCH_NOESCAPE __attribute__((__noescape__)) | |
#define DISPATCH_COLD __attribute__((__cold__)) | |
#define DISPATCH_ASSUME_NONNULL_BEGIN _Pragma("clang assume_nonnull begin") | |
#define DISPATCH_ASSUME_NONNULL_END _Pragma("clang assume_nonnull end") | |
# 234 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_RETURNS_RETAINED_BLOCK __attribute__((__ns_returns_retained__)) | |
# 244 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_ENUM(name,type,...) enum { __VA_ARGS__ }; typedef type name##_t | |
#define DISPATCH_ENUM_API_AVAILABLE(...) API_AVAILABLE(__VA_ARGS__) | |
#define DISPATCH_ENUM_API_DEPRECATED(...) API_DEPRECATED(__VA_ARGS__) | |
#define DISPATCH_ENUM_API_DEPRECATED_WITH_REPLACEMENT(...) API_DEPRECATED_WITH_REPLACEMENT(__VA_ARGS__) | |
# 263 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_SWIFT3_OVERLAY 0 | |
#define DISPATCH_SWIFT_UNAVAILABLE(_msg) __attribute__((__availability__(swift, unavailable, message=_msg))) | |
# 276 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/base.h" | |
#define DISPATCH_SWIFT3_UNAVAILABLE(_msg) | |
#define DISPATCH_REFINED_FOR_SWIFT __attribute__((__swift_private__)) | |
#define DISPATCH_SWIFT_NAME(_name) __attribute__((__swift_name__(#_name))) | |
#define DISPATCH_TRANSPARENT_UNION __attribute__((__transparent_union__)) | |
typedef void (*dispatch_function_t)(void *_Nullable); | |
# 66 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" | |
#define __DISPATCH_TIME__ | |
# 36 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" | |
#pragma clang assume_nonnull begin | |
# 50 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" | |
#define NSEC_PER_SEC 1000000000ull | |
#define NSEC_PER_MSEC 1000000ull | |
#define USEC_PER_SEC 1000000ull | |
#define NSEC_PER_USEC 1000ull | |
struct timespec; | |
# 67 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" | |
typedef uint64_t dispatch_time_t; | |
enum { | |
DISPATCH_WALLTIME_NOW = ~1ull, | |
}; | |
#define DISPATCH_TIME_NOW (0ull) | |
#define DISPATCH_TIME_FOREVER (~0ull) | |
# 101 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_time_t | |
dispatch_time(dispatch_time_t when, int64_t delta); | |
# 127 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/time.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_time_t | |
dispatch_walltime(const struct timespec *_Nullable when, int64_t delta); | |
#pragma clang assume_nonnull end | |
# 67 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
#define __DISPATCH_OBJECT__ | |
#pragma clang assume_nonnull begin | |
# 91 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
typedef union { | |
struct _os_object_s *_os_obj; | |
struct dispatch_object_s *_do; | |
struct dispatch_queue_s *_dq; | |
struct dispatch_queue_attr_s *_dqa; | |
struct dispatch_group_s *_dg; | |
struct dispatch_source_s *_ds; | |
struct dispatch_mach_s *_dm; | |
struct dispatch_mach_msg_s *_dmsg; | |
struct dispatch_semaphore_s *_dsema; | |
struct dispatch_data_s *_ddata; | |
struct dispatch_io_s *_dchannel; | |
} dispatch_object_t __attribute__((__transparent_union__)); | |
#define DISPATCH_DECL(name) typedef struct name##_s *name##_t | |
#define DISPATCH_DECL_SUBCLASS(name,base) typedef base##_t name##_t | |
#define DISPATCH_GLOBAL_OBJECT(type,object) ((type)&(object)) | |
#define DISPATCH_RETURNS_RETAINED | |
# 126 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
#define DISPATCH_SOURCE_DECL(name) DISPATCH_DECL(name); | |
#define DISPATCH_DATA_DECL(name) DISPATCH_DECL(name) | |
#define DISPATCH_SOURCE_TYPE_DECL(name) DISPATCH_EXPORT const struct dispatch_source_type_s _dispatch_source_type_##name | |
# 176 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
typedef void (^dispatch_block_t)(void); | |
# 196 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
__attribute__((__availability__(swift, unavailable, message="Can't be used with ARC"))) | |
void | |
dispatch_retain(dispatch_object_t object); | |
# 224 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
__attribute__((__availability__(swift, unavailable, message="Can't be used with ARC"))) | |
void | |
dispatch_release(dispatch_object_t object); | |
# 248 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__pure__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
void *_Nullable | |
dispatch_get_context(dispatch_object_t object); | |
# 267 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nothrow__)) | |
void | |
dispatch_set_context(dispatch_object_t object, void *_Nullable context); | |
# 293 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nothrow__)) | |
void | |
dispatch_set_finalizer_f(dispatch_object_t object, | |
dispatch_function_t _Nullable finalizer); | |
# 321 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_activate(dispatch_object_t object); | |
# 344 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_suspend(dispatch_object_t object); | |
# 373 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_resume(dispatch_object_t object); | |
# 401 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
__attribute__((__unavailable__)) | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
intptr_t | |
dispatch_wait(void *object, dispatch_time_t timeout); | |
#define dispatch_wait(object,timeout) _Generic((object), dispatch_block_t:dispatch_block_wait, dispatch_group_t:dispatch_group_wait, dispatch_semaphore_t:dispatch_semaphore_wait )((object),(timeout)) | |
# 438 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
__attribute__((__unavailable__)) | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_notify(void *object, dispatch_object_t queue, | |
dispatch_block_t notification_block); | |
#define dispatch_notify(object,queue,notification_block) _Generic((object), dispatch_block_t:dispatch_block_notify, dispatch_group_t:dispatch_group_notify )((object),(queue), (notification_block)) | |
# 467 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
__attribute__((__unavailable__)) | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_cancel(void *object); | |
#define dispatch_cancel(object) _Generic((object), dispatch_block_t:dispatch_block_cancel, dispatch_source_t:dispatch_source_cancel )((object)) | |
# 498 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
__attribute__((__unavailable__)) | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) | |
__attribute__((__nothrow__)) | |
intptr_t | |
dispatch_testcancel(void *object); | |
#define dispatch_testcancel(object) _Generic((object), dispatch_block_t:dispatch_block_testcancel, dispatch_source_t:dispatch_source_testcancel )((object)) | |
# 535 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/object.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__nothrow__)) __attribute__((__cold__)) | |
__attribute__((__format__(printf,2,3))) | |
void | |
dispatch_debug(dispatch_object_t object, const char *message, ...); | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__nothrow__)) __attribute__((__cold__)) | |
__attribute__((__format__(printf,2,0))) | |
void | |
dispatch_debugv(dispatch_object_t object, const char *message, va_list ap); | |
#pragma clang assume_nonnull end | |
# 68 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define __DISPATCH_QUEUE__ | |
# 33 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#pragma clang assume_nonnull begin | |
# 73 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
typedef struct dispatch_queue_s *dispatch_queue_t; | |
# 108 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
typedef dispatch_queue_t dispatch_queue_global_t; | |
# 138 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
typedef dispatch_queue_t dispatch_queue_serial_t; | |
# 164 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
typedef dispatch_queue_serial_t dispatch_queue_main_t; | |
# 198 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
typedef dispatch_queue_t dispatch_queue_concurrent_t; | |
# 233 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_async(dispatch_queue_t queue, dispatch_block_t block); | |
# 263 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_async_f(dispatch_queue_t queue, | |
void *_Nullable context, dispatch_function_t work); | |
# 306 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_sync(dispatch_queue_t queue, __attribute__((__noescape__)) dispatch_block_t block); | |
# 334 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_sync_f(dispatch_queue_t queue, | |
void *_Nullable context, dispatch_function_t work); | |
# 348 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_APPLY_AUTO_AVAILABLE 1 | |
#define DISPATCH_APPLY_QUEUE_ARG_NULLABILITY _Nullable | |
# 372 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_APPLY_AUTO ((dispatch_queue_t _Nonnull)0) | |
# 403 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_apply(size_t iterations, | |
dispatch_queue_t _Nullable queue, | |
__attribute__((__noescape__)) void (^block)(size_t)); | |
# 438 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(4))) __attribute__((__nothrow__)) | |
void | |
dispatch_apply_f(size_t iterations, | |
dispatch_queue_t _Nullable queue, | |
void *_Nullable context, void (*work)(void *_Nullable, size_t)); | |
# 474 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__pure__)) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_queue_t | |
dispatch_get_current_queue(void); | |
extern __attribute__((visibility("default"))) | |
struct dispatch_queue_s _dispatch_main_q; | |
# 510 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
static __inline__ __attribute__((__always_inline__)) __attribute__((__const__)) __attribute__((__nothrow__)) | |
dispatch_queue_main_t | |
dispatch_get_main_queue(void) | |
{ | |
return ((dispatch_queue_main_t)&(_dispatch_main_q)); | |
} | |
# 545 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_PRIORITY_HIGH 2 | |
#define DISPATCH_QUEUE_PRIORITY_DEFAULT 0 | |
#define DISPATCH_QUEUE_PRIORITY_LOW (-2) | |
#define DISPATCH_QUEUE_PRIORITY_BACKGROUND INT16_MIN | |
typedef long dispatch_queue_priority_t; | |
# 559 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
typedef unsigned int dispatch_qos_class_t; | |
# 600 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__const__)) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_queue_global_t | |
dispatch_get_global_queue(intptr_t identifier, uintptr_t flags); | |
typedef struct dispatch_queue_attr_s *dispatch_queue_attr_t; | |
# 621 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_SERIAL NULL | |
# 632 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_SERIAL_INACTIVE dispatch_queue_attr_make_initially_inactive(DISPATCH_QUEUE_SERIAL) | |
# 645 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_CONCURRENT DISPATCH_GLOBAL_OBJECT(dispatch_queue_attr_t, _dispatch_queue_attr_concurrent) | |
extern __attribute__((visibility("default"))) | |
struct dispatch_queue_attr_s _dispatch_queue_attr_concurrent; | |
# 662 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_CONCURRENT_INACTIVE dispatch_queue_attr_make_initially_inactive(DISPATCH_QUEUE_CONCURRENT) | |
# 695 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) __attribute__((__nothrow__)) | |
dispatch_queue_attr_t | |
dispatch_queue_attr_make_initially_inactive( | |
dispatch_queue_attr_t _Nullable attr); | |
# 711 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_SERIAL_WITH_AUTORELEASE_POOL dispatch_queue_attr_make_with_autorelease_frequency( DISPATCH_QUEUE_SERIAL, DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM) | |
# 726 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_QUEUE_CONCURRENT_WITH_AUTORELEASE_POOL dispatch_queue_attr_make_with_autorelease_frequency( DISPATCH_QUEUE_CONCURRENT, DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM) | |
# 750 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
enum { DISPATCH_AUTORELEASE_FREQUENCY_INHERIT = 0, DISPATCH_AUTORELEASE_FREQUENCY_WORK_ITEM = 1, DISPATCH_AUTORELEASE_FREQUENCY_NEVER = 2, }; typedef unsigned long dispatch_autorelease_frequency_t; | |
# 794 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) __attribute__((__nothrow__)) | |
dispatch_queue_attr_t | |
dispatch_queue_attr_make_with_autorelease_frequency( | |
dispatch_queue_attr_t _Nullable attr, | |
dispatch_autorelease_frequency_t frequency); | |
# 858 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) __attribute__((__nothrow__)) | |
dispatch_queue_attr_t | |
dispatch_queue_attr_make_with_qos_class(dispatch_queue_attr_t _Nullable attr, | |
dispatch_qos_class_t qos_class, int relative_priority); | |
# 870 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
#define DISPATCH_TARGET_QUEUE_DEFAULT NULL | |
# 923 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__malloc__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
dispatch_queue_t | |
dispatch_queue_create_with_target(const char *_Nullable label, | |
dispatch_queue_attr_t _Nullable attr, dispatch_queue_t _Nullable target) | |
; | |
# 974 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__malloc__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
dispatch_queue_t | |
dispatch_queue_create(const char *_Nullable label, | |
dispatch_queue_attr_t _Nullable attr); | |
#define DISPATCH_CURRENT_QUEUE_LABEL NULL | |
# 1004 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__pure__)) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
const char * | |
dispatch_queue_get_label(dispatch_queue_t _Nullable queue); | |
# 1043 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
dispatch_qos_class_t | |
dispatch_queue_get_qos_class(dispatch_queue_t queue, | |
int *_Nullable relative_priority_ptr); | |
# 1108 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nothrow__)) | |
void | |
dispatch_set_target_queue(dispatch_object_t object, | |
dispatch_queue_t _Nullable queue); | |
# 1127 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nothrow__)) __attribute__((__noreturn__)) | |
void | |
dispatch_main(void); | |
# 1155 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_after(dispatch_time_t when, dispatch_queue_t queue, | |
dispatch_block_t block); | |
# 1187 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__nonnull__(4))) __attribute__((__nothrow__)) | |
void | |
dispatch_after_f(dispatch_time_t when, dispatch_queue_t queue, | |
void *_Nullable context, dispatch_function_t work); | |
# 1232 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_barrier_async(dispatch_queue_t queue, dispatch_block_t block); | |
# 1266 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_barrier_async_f(dispatch_queue_t queue, | |
void *_Nullable context, dispatch_function_t work); | |
# 1293 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_barrier_sync(dispatch_queue_t queue, | |
__attribute__((__noescape__)) dispatch_block_t block); | |
# 1325 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_barrier_sync_f(dispatch_queue_t queue, | |
void *_Nullable context, dispatch_function_t work); | |
# 1367 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_queue_set_specific(dispatch_queue_t queue, const void *key, | |
void *_Nullable context, dispatch_function_t _Nullable destructor); | |
# 1396 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__pure__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
void *_Nullable | |
dispatch_queue_get_specific(dispatch_queue_t queue, const void *key); | |
# 1423 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__pure__)) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
void *_Nullable | |
dispatch_get_specific(const void *key); | |
# 1477 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) | |
void | |
dispatch_assert_queue(dispatch_queue_t queue) | |
; | |
# 1503 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) | |
void | |
dispatch_assert_queue_barrier(dispatch_queue_t queue); | |
# 1526 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/queue.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) | |
void | |
dispatch_assert_queue_not(dispatch_queue_t queue) | |
; | |
#define dispatch_assert_queue_debug(q) ((void)(0 && (q))) | |
#define dispatch_assert_queue_barrier_debug(q) ((void)(0 && (q))) | |
#define dispatch_assert_queue_not_debug(q) ((void)(0 && (q))) | |
#pragma clang assume_nonnull end | |
# 69 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
#define __DISPATCH_BLOCK__ | |
# 35 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
#pragma clang assume_nonnull begin | |
# 103 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
enum { DISPATCH_BLOCK_BARRIER = 0x1, DISPATCH_BLOCK_DETACHED = 0x2, DISPATCH_BLOCK_ASSIGN_CURRENT = 0x4, DISPATCH_BLOCK_NO_QOS_CLASS = 0x8, DISPATCH_BLOCK_INHERIT_QOS_CLASS = 0x10, DISPATCH_BLOCK_ENFORCE_QOS_CLASS = 0x20, }; typedef unsigned long dispatch_block_flags_t; | |
# 169 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__ns_returns_retained__)) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_block_t | |
dispatch_block_create(dispatch_block_flags_t flags, dispatch_block_t block); | |
# 241 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(4))) __attribute__((__ns_returns_retained__)) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_block_t | |
dispatch_block_create_with_qos_class(dispatch_block_flags_t flags, | |
dispatch_qos_class_t qos_class, int relative_priority, | |
dispatch_block_t block); | |
# 274 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__nothrow__)) | |
void | |
dispatch_block_perform(dispatch_block_flags_t flags, | |
__attribute__((__noescape__)) dispatch_block_t block); | |
# 325 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
intptr_t | |
dispatch_block_wait(dispatch_block_t block, dispatch_time_t timeout); | |
# 366 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_block_notify(dispatch_block_t block, dispatch_queue_t queue, | |
dispatch_block_t notification_block); | |
# 398 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_block_cancel(dispatch_block_t block); | |
# 417 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/block.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) | |
__attribute__((__nothrow__)) | |
intptr_t | |
dispatch_block_testcancel(dispatch_block_t block); | |
#pragma clang assume_nonnull end | |
# 70 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define __DISPATCH_SOURCE__ | |
# 35 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
# 1 "/usr/include/sys/signal.h" 1 3 4 | |
# 36 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" 2 | |
#pragma clang assume_nonnull begin | |
# 57 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
typedef struct dispatch_source_s *dispatch_source_t;; | |
# 72 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
typedef const struct dispatch_source_type_s *dispatch_source_type_t; | |
# 81 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_DATA_ADD (&_dispatch_source_type_data_add) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_data_add; | |
# 92 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_DATA_OR (&_dispatch_source_type_data_or) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_data_or; | |
# 107 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_DATA_REPLACE (&_dispatch_source_type_data_replace) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_data_replace; | |
# 118 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_MACH_SEND (&_dispatch_source_type_mach_send) | |
__attribute__((__unavailable__("This interface is unavailable on linux systems"))) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_mach_send; | |
#define DISPATCH_SOURCE_TYPE_MACH_RECV (&_dispatch_source_type_mach_recv) | |
__attribute__((__unavailable__("This interface is unavailable on linux systems"))) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_mach_recv; | |
# 140 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_MEMORYPRESSURE (&_dispatch_source_type_memorypressure) | |
__attribute__((__unavailable__("This interface is unavailable on linux systems"))) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_memorypressure; | |
# 152 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_PROC (&_dispatch_source_type_proc) | |
__attribute__((__unavailable__("This interface is unavailable on linux systems"))) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_proc; | |
# 163 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_READ (&_dispatch_source_type_read) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_read; | |
#define DISPATCH_SOURCE_TYPE_SIGNAL (&_dispatch_source_type_signal) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_signal; | |
# 184 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_TIMER (&_dispatch_source_type_timer) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_timer; | |
# 195 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_VNODE (&_dispatch_source_type_vnode) | |
__attribute__((__unavailable__("This interface is unavailable on linux systems"))) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_vnode; | |
# 206 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_SOURCE_TYPE_WRITE (&_dispatch_source_type_write) | |
extern __attribute__((visibility("default"))) const struct dispatch_source_type_s _dispatch_source_type_write; | |
# 217 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_MACH_SEND_DEAD 0x1 | |
typedef unsigned long dispatch_source_mach_send_flags_t; | |
# 245 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_MEMORYPRESSURE_NORMAL 0x01 | |
#define DISPATCH_MEMORYPRESSURE_WARN 0x02 | |
#define DISPATCH_MEMORYPRESSURE_CRITICAL 0x04 | |
typedef unsigned long dispatch_source_memorypressure_flags_t; | |
# 268 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_PROC_EXIT 0x80000000 | |
#define DISPATCH_PROC_FORK 0x40000000 | |
#define DISPATCH_PROC_EXEC 0x20000000 | |
#define DISPATCH_PROC_SIGNAL 0x08000000 | |
typedef unsigned long dispatch_source_proc_flags_t; | |
# 304 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_VNODE_DELETE 0x1 | |
#define DISPATCH_VNODE_WRITE 0x2 | |
#define DISPATCH_VNODE_EXTEND 0x4 | |
#define DISPATCH_VNODE_ATTRIB 0x8 | |
#define DISPATCH_VNODE_LINK 0x10 | |
#define DISPATCH_VNODE_RENAME 0x20 | |
#define DISPATCH_VNODE_REVOKE 0x40 | |
#define DISPATCH_VNODE_FUNLOCK 0x100 | |
typedef unsigned long dispatch_source_vnode_flags_t; | |
# 331 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
#define DISPATCH_TIMER_STRICT 0x1 | |
typedef unsigned long dispatch_source_timer_flags_t; | |
# 380 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__malloc__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
dispatch_source_t | |
dispatch_source_create(dispatch_source_type_t type, | |
uintptr_t handle, | |
uintptr_t mask, | |
dispatch_queue_t _Nullable queue); | |
# 403 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_event_handler(dispatch_source_t source, | |
dispatch_block_t _Nullable handler); | |
# 425 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_event_handler_f(dispatch_source_t source, | |
dispatch_function_t _Nullable handler); | |
# 460 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_cancel_handler(dispatch_source_t source, | |
dispatch_block_t _Nullable handler); | |
# 485 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_cancel_handler_f(dispatch_source_t source, | |
dispatch_function_t _Nullable handler); | |
# 513 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_source_cancel(dispatch_source_t source); | |
# 531 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) | |
__attribute__((__nothrow__)) | |
intptr_t | |
dispatch_source_testcancel(dispatch_source_t source); | |
# 563 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) | |
__attribute__((__nothrow__)) | |
uintptr_t | |
dispatch_source_get_handle(dispatch_source_t source); | |
# 595 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) | |
__attribute__((__nothrow__)) | |
uintptr_t | |
dispatch_source_get_mask(dispatch_source_t source); | |
# 634 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__pure__)) | |
__attribute__((__nothrow__)) | |
uintptr_t | |
dispatch_source_get_data(dispatch_source_t source); | |
# 656 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_source_merge_data(dispatch_source_t source, uintptr_t value); | |
# 709 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_timer(dispatch_source_t source, | |
dispatch_time_t start, | |
uint64_t interval, | |
uint64_t leeway); | |
# 739 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_registration_handler(dispatch_source_t source, | |
dispatch_block_t _Nullable handler); | |
# 764 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/source.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_source_set_registration_handler_f(dispatch_source_t source, | |
dispatch_function_t _Nullable handler); | |
#pragma clang assume_nonnull end | |
# 71 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
#define __DISPATCH_GROUP__ | |
#pragma clang assume_nonnull begin | |
typedef struct dispatch_group_s *dispatch_group_t; | |
# 55 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__malloc__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
dispatch_group_t | |
dispatch_group_create(void); | |
# 85 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_group_async(dispatch_group_t group, | |
dispatch_queue_t queue, | |
dispatch_block_t block); | |
# 119 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(2))) __attribute__((__nonnull__(4))) | |
__attribute__((__nothrow__)) | |
void | |
dispatch_group_async_f(dispatch_group_t group, | |
dispatch_queue_t queue, | |
void *_Nullable context, | |
dispatch_function_t work); | |
# 162 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
intptr_t | |
dispatch_group_wait(dispatch_group_t group, dispatch_time_t timeout); | |
# 198 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_group_notify(dispatch_group_t group, | |
dispatch_queue_t queue, | |
dispatch_block_t block); | |
# 228 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(2))) __attribute__((__nonnull__(4))) | |
__attribute__((__nothrow__)) | |
void | |
dispatch_group_notify_f(dispatch_group_t group, | |
dispatch_queue_t queue, | |
void *_Nullable context, | |
dispatch_function_t work); | |
# 252 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_group_enter(dispatch_group_t group); | |
# 271 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/group.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_group_leave(dispatch_group_t group); | |
#pragma clang assume_nonnull end | |
# 72 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/semaphore.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/semaphore.h" | |
#define __DISPATCH_SEMAPHORE__ | |
#pragma clang assume_nonnull begin | |
typedef struct dispatch_semaphore_s *dispatch_semaphore_t; | |
# 61 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/semaphore.h" | |
extern __attribute__((visibility("default"))) __attribute__((__malloc__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
dispatch_semaphore_t | |
dispatch_semaphore_create(intptr_t value); | |
# 87 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/semaphore.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
intptr_t | |
dispatch_semaphore_wait(dispatch_semaphore_t dsema, dispatch_time_t timeout); | |
# 109 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/semaphore.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
intptr_t | |
dispatch_semaphore_signal(dispatch_semaphore_t dsema); | |
#pragma clang assume_nonnull end | |
# 73 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/once.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/once.h" | |
#define __DISPATCH_ONCE__ | |
#pragma clang assume_nonnull begin | |
# 41 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/once.h" | |
typedef intptr_t dispatch_once_t; | |
#define DISPATCH_ONCE_INLINE_FASTPATH 1 | |
# 70 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/once.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_once(dispatch_once_t *predicate, | |
__attribute__((__noescape__)) dispatch_block_t block); | |
static __inline__ __attribute__((__always_inline__)) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
_dispatch_once(dispatch_once_t *predicate, | |
__attribute__((__noescape__)) dispatch_block_t block) | |
{ | |
if (__builtin_expect((*predicate), (~0l)) != ~0l) { | |
dispatch_once(predicate, block); | |
} else { | |
__asm__ __volatile__("" ::: "memory"); | |
} | |
__builtin_assume(*predicate == ~0l); | |
} | |
#undef dispatch_once | |
#define dispatch_once _dispatch_once | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) __attribute__((__nothrow__)) | |
void | |
dispatch_once_f(dispatch_once_t *predicate, void *_Nullable context, | |
dispatch_function_t function); | |
static __inline__ __attribute__((__always_inline__)) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) | |
__attribute__((__nothrow__)) | |
void | |
_dispatch_once_f(dispatch_once_t *predicate, void *_Nullable context, | |
dispatch_function_t function) | |
{ | |
if (__builtin_expect((*predicate), (~0l)) != ~0l) { | |
dispatch_once_f(predicate, context, function); | |
} else { | |
__asm__ __volatile__("" ::: "memory"); | |
} | |
__builtin_assume(*predicate == ~0l); | |
} | |
#undef dispatch_once_f | |
#define dispatch_once_f _dispatch_once_f | |
#pragma clang assume_nonnull end | |
# 74 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
#define __DISPATCH_DATA__ | |
#pragma clang assume_nonnull begin | |
# 44 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
typedef struct dispatch_data_s *dispatch_data_t; | |
#define dispatch_data_empty DISPATCH_GLOBAL_OBJECT(dispatch_data_t, _dispatch_data_empty) | |
extern __attribute__((visibility("default"))) struct dispatch_data_s _dispatch_data_empty; | |
#define DISPATCH_DATA_DESTRUCTOR_DEFAULT NULL | |
#define DISPATCH_DATA_DESTRUCTOR_TYPE_DECL(name) DISPATCH_EXPORT const dispatch_block_t _dispatch_data_destructor_##name | |
# 80 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
#define DISPATCH_DATA_DESTRUCTOR_FREE (_dispatch_data_destructor_free) | |
extern __attribute__((visibility("default"))) const dispatch_block_t _dispatch_data_destructor_free; | |
#define DISPATCH_DATA_DESTRUCTOR_MUNMAP (_dispatch_data_destructor_munmap) | |
extern __attribute__((visibility("default"))) const dispatch_block_t _dispatch_data_destructor_munmap; | |
# 116 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_data_t | |
dispatch_data_create(const void *buffer, | |
size_t size, | |
dispatch_queue_t _Nullable queue, | |
dispatch_block_t _Nullable destructor); | |
# 133 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__pure__)) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
size_t | |
dispatch_data_get_size(dispatch_data_t data); | |
# 157 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_data_t | |
dispatch_data_create_map(dispatch_data_t data, | |
const void *_Nullable *_Nullable buffer_ptr, | |
size_t *_Nullable size_ptr); | |
# 180 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_data_t | |
dispatch_data_create_concat(dispatch_data_t data1, dispatch_data_t data2); | |
# 201 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_data_t | |
dispatch_data_create_subrange(dispatch_data_t data, | |
size_t offset, | |
size_t length); | |
# 220 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
typedef _Bool (^dispatch_data_applier_t)(dispatch_data_t region, | |
size_t offset, | |
const void *buffer, | |
size_t size); | |
# 246 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
_Bool | |
dispatch_data_apply(dispatch_data_t data, | |
__attribute__((__noescape__)) dispatch_data_applier_t applier); | |
# 267 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/data.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_data_t | |
dispatch_data_copy_region(dispatch_data_t data, | |
size_t location, | |
size_t *offset_ptr); | |
#pragma clang assume_nonnull end | |
# 75 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
#define __DISPATCH_IO__ | |
#pragma clang assume_nonnull begin | |
# 56 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
typedef int dispatch_fd_t; | |
# 110 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(3))) __attribute__((__nonnull__(4))) __attribute__((__nothrow__)) | |
void | |
dispatch_read(dispatch_fd_t fd, | |
size_t length, | |
dispatch_queue_t queue, | |
void (^handler)(dispatch_data_t data, int error)); | |
# 148 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__nonnull__(3))) __attribute__((__nonnull__(4))) | |
__attribute__((__nothrow__)) | |
void | |
dispatch_write(dispatch_fd_t fd, | |
dispatch_data_t data, | |
dispatch_queue_t queue, | |
void (^handler)(dispatch_data_t _Nullable data, int error)); | |
# 167 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
typedef struct dispatch_io_s *dispatch_io_t; | |
# 187 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
#define DISPATCH_IO_STREAM 0 | |
#define DISPATCH_IO_RANDOM 1 | |
typedef unsigned long dispatch_io_type_t; | |
# 219 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__malloc__)) __attribute__((__warn_unused_result__)) | |
__attribute__((__nothrow__)) | |
dispatch_io_t | |
dispatch_io_create(dispatch_io_type_t type, | |
dispatch_fd_t fd, | |
dispatch_queue_t queue, | |
void (^cleanup_handler)(int error)); | |
# 255 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__malloc__)) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_io_t | |
dispatch_io_create_with_path(dispatch_io_type_t type, | |
const char *path, int oflag, mode_t mode, | |
dispatch_queue_t queue, | |
void (^cleanup_handler)(int error)); | |
# 295 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(2))) __attribute__((__malloc__)) | |
__attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_io_t | |
dispatch_io_create_with_io(dispatch_io_type_t type, | |
dispatch_io_t io, | |
dispatch_queue_t queue, | |
void (^cleanup_handler)(int error)); | |
# 311 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
typedef void (^dispatch_io_handler_t)(_Bool done, dispatch_data_t _Nullable data, | |
int error); | |
# 357 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(4))) __attribute__((__nonnull__(5))) | |
__attribute__((__nothrow__)) | |
void | |
dispatch_io_read(dispatch_io_t channel, | |
off_t offset, | |
size_t length, | |
dispatch_queue_t queue, | |
dispatch_io_handler_t io_handler); | |
# 410 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nonnull__(3))) __attribute__((__nonnull__(4))) | |
__attribute__((__nonnull__(5))) __attribute__((__nothrow__)) | |
void | |
dispatch_io_write(dispatch_io_t channel, | |
off_t offset, | |
dispatch_data_t data, | |
dispatch_queue_t queue, | |
dispatch_io_handler_t io_handler); | |
# 427 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
#define DISPATCH_IO_STOP 0x1 | |
typedef unsigned long dispatch_io_close_flags_t; | |
# 449 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_io_close(dispatch_io_t channel, dispatch_io_close_flags_t flags); | |
# 476 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__nothrow__)) | |
void | |
dispatch_io_barrier(dispatch_io_t channel, dispatch_block_t barrier); | |
# 496 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__)) __attribute__((__warn_unused_result__)) __attribute__((__nothrow__)) | |
dispatch_fd_t | |
dispatch_io_get_descriptor(dispatch_io_t channel); | |
# 517 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_io_set_high_water(dispatch_io_t channel, size_t high_water); | |
# 548 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_io_set_low_water(dispatch_io_t channel, size_t low_water); | |
# 560 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
#define DISPATCH_IO_STRICT_INTERVAL 0x1 | |
typedef unsigned long dispatch_io_interval_flags_t; | |
# 587 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/io.h" | |
extern __attribute__((visibility("default"))) __attribute__((__nonnull__(1))) __attribute__((__nothrow__)) | |
void | |
dispatch_io_set_interval(dispatch_io_t channel, | |
uint64_t interval, | |
dispatch_io_interval_flags_t flags); | |
#pragma clang assume_nonnull end | |
# 76 "/home/segabor/Workspace/swift-dev/swift-corelibs-libdispatch/dispatch/dispatch.h" 2 | |
#undef __DISPATCH_INDIRECT__ | |
# 21 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" 2 | |
typedef struct { | |
CFIndex domain; | |
SInt32 error; | |
} CFStreamError; | |
typedef CFStringRef CFStreamPropertyKey ; | |
typedef CFIndex CFStreamStatus; enum { | |
kCFStreamStatusNotOpen = 0, | |
kCFStreamStatusOpening, | |
kCFStreamStatusOpen, | |
kCFStreamStatusReading, | |
kCFStreamStatusWriting, | |
kCFStreamStatusAtEnd, | |
kCFStreamStatusClosed, | |
kCFStreamStatusError | |
}; | |
typedef CFOptionFlags CFStreamEventType; enum { | |
kCFStreamEventNone = 0, | |
kCFStreamEventOpenCompleted = 1, | |
kCFStreamEventHasBytesAvailable = 2, | |
kCFStreamEventCanAcceptBytes = 4, | |
kCFStreamEventErrorOccurred = 8, | |
kCFStreamEventEndEncountered = 16 | |
}; | |
typedef struct { | |
CFIndex version; | |
void * _Null_unspecified info; | |
void *_Null_unspecified(* _Null_unspecified retain)(void * _Null_unspecified info); | |
void (* _Null_unspecified release)(void * _Null_unspecified info); | |
CFStringRef _Null_unspecified (* _Null_unspecified copyDescription)(void * _Null_unspecified info); | |
} CFStreamClientContext; | |
typedef struct __attribute__((objc_bridge_mutable(NSInputStream))) __CFReadStream * CFReadStreamRef; | |
typedef struct __attribute__((objc_bridge_mutable(NSOutputStream))) __CFWriteStream * CFWriteStreamRef; | |
typedef void (*CFReadStreamClientCallBack)(CFReadStreamRef _Null_unspecified stream, CFStreamEventType type, void * _Null_unspecified clientCallBackInfo); | |
typedef void (*CFWriteStreamClientCallBack)(CFWriteStreamRef _Null_unspecified stream, CFStreamEventType type, void * _Null_unspecified clientCallBackInfo); | |
extern | |
CFTypeID CFReadStreamGetTypeID(void); | |
extern | |
CFTypeID CFWriteStreamGetTypeID(void); | |
extern | |
const CFStreamPropertyKey _Null_unspecified kCFStreamPropertyDataWritten; | |
extern | |
CFReadStreamRef _Null_unspecified CFReadStreamCreateWithBytesNoCopy(CFAllocatorRef _Null_unspecified alloc, const UInt8 * _Null_unspecified bytes, CFIndex length, CFAllocatorRef _Null_unspecified bytesDeallocator); | |
extern | |
CFWriteStreamRef _Null_unspecified CFWriteStreamCreateWithBuffer(CFAllocatorRef _Null_unspecified alloc, UInt8 * _Null_unspecified buffer, CFIndex bufferCapacity); | |
extern | |
CFWriteStreamRef _Null_unspecified CFWriteStreamCreateWithAllocatedBuffers(CFAllocatorRef _Null_unspecified alloc, CFAllocatorRef _Null_unspecified bufferAllocator); | |
extern | |
CFReadStreamRef _Null_unspecified CFReadStreamCreateWithFile(CFAllocatorRef _Null_unspecified alloc, CFURLRef _Null_unspecified fileURL); | |
extern | |
CFWriteStreamRef _Null_unspecified CFWriteStreamCreateWithFile(CFAllocatorRef _Null_unspecified alloc, CFURLRef _Null_unspecified fileURL); | |
extern | |
void CFStreamCreateBoundPair(CFAllocatorRef _Null_unspecified alloc, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream, CFIndex transferBufferSize); | |
extern | |
const CFStreamPropertyKey _Null_unspecified kCFStreamPropertyAppendToFile; | |
extern | |
const CFStreamPropertyKey _Null_unspecified kCFStreamPropertyFileCurrentOffset; | |
extern | |
const CFStreamPropertyKey _Null_unspecified kCFStreamPropertySocketNativeHandle; | |
extern | |
const CFStreamPropertyKey _Null_unspecified kCFStreamPropertySocketRemoteHostName; | |
extern | |
const CFStreamPropertyKey _Null_unspecified kCFStreamPropertySocketRemotePortNumber; | |
extern const int kCFStreamErrorDomainSOCKS ; | |
# 143 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySOCKSProxy ; | |
# 155 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySOCKSProxyHost ; | |
# 168 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySOCKSProxyPort ; | |
# 181 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySOCKSVersion ; | |
# 191 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSOCKSVersion4 ; | |
# 201 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSOCKSVersion5 ; | |
# 215 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySOCKSUser ; | |
# 229 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySOCKSPassword ; | |
# 238 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const int kCFStreamErrorDomainSSL ; | |
# 252 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertySocketSecurityLevel ; | |
# 262 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSecurityLevelNone ; | |
# 274 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSecurityLevelSSLv2 ; | |
# 286 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSecurityLevelSSLv3 ; | |
# 296 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSecurityLevelTLSv1 ; | |
# 307 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamSocketSecurityLevelNegotiatedSSL ; | |
# 325 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern const CFStringRef _Nonnull kCFStreamPropertyShouldCloseNativeSocket ; | |
extern | |
void CFStreamCreatePairWithSocket(CFAllocatorRef _Null_unspecified alloc, CFSocketNativeHandle sock, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream); | |
extern | |
void CFStreamCreatePairWithSocketToHost(CFAllocatorRef _Null_unspecified alloc, CFStringRef _Null_unspecified host, UInt32 port, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream); | |
extern | |
void CFStreamCreatePairWithPeerSocketSignature(CFAllocatorRef _Null_unspecified alloc, const CFSocketSignature * _Null_unspecified signature, CFReadStreamRef _Null_unspecified * _Null_unspecified readStream, CFWriteStreamRef _Null_unspecified * _Null_unspecified writeStream); | |
extern | |
CFStreamStatus CFReadStreamGetStatus(CFReadStreamRef _Null_unspecified stream); | |
extern | |
CFStreamStatus CFWriteStreamGetStatus(CFWriteStreamRef _Null_unspecified stream); | |
extern | |
CFErrorRef _Null_unspecified CFReadStreamCopyError(CFReadStreamRef _Null_unspecified stream) ; | |
extern | |
CFErrorRef _Null_unspecified CFWriteStreamCopyError(CFWriteStreamRef _Null_unspecified stream) ; | |
extern | |
Boolean CFReadStreamOpen(CFReadStreamRef _Null_unspecified stream); | |
extern | |
Boolean CFWriteStreamOpen(CFWriteStreamRef _Null_unspecified stream); | |
extern | |
void CFReadStreamClose(CFReadStreamRef _Null_unspecified stream); | |
extern | |
void CFWriteStreamClose(CFWriteStreamRef _Null_unspecified stream); | |
extern | |
Boolean CFReadStreamHasBytesAvailable(CFReadStreamRef _Null_unspecified stream); | |
# 380 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern | |
CFIndex CFReadStreamRead(CFReadStreamRef _Null_unspecified stream, UInt8 * _Null_unspecified buffer, CFIndex bufferLength); | |
# 392 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern | |
const UInt8 * _Null_unspecified CFReadStreamGetBuffer(CFReadStreamRef _Null_unspecified stream, CFIndex maxBytesToRead, CFIndex * _Null_unspecified numBytesRead); | |
extern | |
Boolean CFWriteStreamCanAcceptBytes(CFWriteStreamRef _Null_unspecified stream); | |
extern | |
CFIndex CFWriteStreamWrite(CFWriteStreamRef _Null_unspecified stream, const UInt8 * _Null_unspecified buffer, CFIndex bufferLength); | |
# 416 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern | |
CFTypeRef _Null_unspecified CFReadStreamCopyProperty(CFReadStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName); | |
extern | |
CFTypeRef _Null_unspecified CFWriteStreamCopyProperty(CFWriteStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName); | |
extern | |
Boolean CFReadStreamSetProperty(CFReadStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName, CFTypeRef _Null_unspecified propertyValue); | |
extern | |
Boolean CFWriteStreamSetProperty(CFWriteStreamRef _Null_unspecified stream, CFStreamPropertyKey _Null_unspecified propertyName, CFTypeRef _Null_unspecified propertyValue); | |
# 444 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern | |
Boolean CFReadStreamSetClient(CFReadStreamRef _Null_unspecified stream, CFOptionFlags streamEvents, CFReadStreamClientCallBack _Null_unspecified clientCB, CFStreamClientContext * _Null_unspecified clientContext); | |
extern | |
Boolean CFWriteStreamSetClient(CFWriteStreamRef _Null_unspecified stream, CFOptionFlags streamEvents, CFWriteStreamClientCallBack _Null_unspecified clientCB, CFStreamClientContext * _Null_unspecified clientContext); | |
extern | |
void CFReadStreamScheduleWithRunLoop(CFReadStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode); | |
extern | |
void CFWriteStreamScheduleWithRunLoop(CFWriteStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, _Null_unspecified CFRunLoopMode runLoopMode); | |
extern | |
void CFReadStreamUnscheduleFromRunLoop(CFReadStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode); | |
extern | |
void CFWriteStreamUnscheduleFromRunLoop(CFWriteStreamRef _Null_unspecified stream, CFRunLoopRef _Null_unspecified runLoop, CFRunLoopMode _Null_unspecified runLoopMode); | |
# 467 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStream.h" | |
extern | |
void CFReadStreamSetDispatchQueue(CFReadStreamRef _Null_unspecified stream, dispatch_queue_t _Null_unspecified q) ; | |
extern | |
void CFWriteStreamSetDispatchQueue(CFWriteStreamRef _Null_unspecified stream, dispatch_queue_t _Null_unspecified q) ; | |
extern | |
dispatch_queue_t _Null_unspecified CFReadStreamCopyDispatchQueue(CFReadStreamRef _Null_unspecified stream) ; | |
extern | |
dispatch_queue_t _Null_unspecified CFWriteStreamCopyDispatchQueue(CFWriteStreamRef _Null_unspecified stream) ; | |
typedef CFIndex CFStreamErrorDomain; enum { | |
kCFStreamErrorDomainCustom = -1L, | |
kCFStreamErrorDomainPOSIX = 1, | |
kCFStreamErrorDomainMacOSStatus | |
}; | |
extern | |
CFStreamError CFReadStreamGetError(CFReadStreamRef _Null_unspecified stream); | |
extern | |
CFStreamError CFWriteStreamGetError(CFWriteStreamRef _Null_unspecified stream); | |
# 18 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" 2 | |
typedef CFOptionFlags CFPropertyListMutabilityOptions; enum { | |
kCFPropertyListImmutable = 0, | |
kCFPropertyListMutableContainers = 1 << 0, | |
kCFPropertyListMutableContainersAndLeaves = 1 << 1, | |
}; | |
# 40 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" | |
extern | |
CFPropertyListRef CFPropertyListCreateFromXMLData(CFAllocatorRef allocator, CFDataRef xmlData, CFOptionFlags mutabilityOption, CFStringRef *errorString) ; | |
# 55 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" | |
extern | |
CFDataRef CFPropertyListCreateXMLData(CFAllocatorRef allocator, CFPropertyListRef propertyList) ; | |
# 66 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" | |
extern | |
CFPropertyListRef CFPropertyListCreateDeepCopy(CFAllocatorRef allocator, CFPropertyListRef propertyList, CFOptionFlags mutabilityOption); | |
typedef CFIndex CFPropertyListFormat; enum { | |
kCFPropertyListOpenStepFormat = 1, | |
kCFPropertyListXMLFormat_v1_0 = 100, | |
kCFPropertyListBinaryFormat_v1_0 = 200 | |
}; | |
extern | |
Boolean CFPropertyListIsValid(CFPropertyListRef plist, CFPropertyListFormat format); | |
# 95 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" | |
extern | |
CFIndex CFPropertyListWriteToStream(CFPropertyListRef propertyList, CFWriteStreamRef stream, CFPropertyListFormat format, CFStringRef *errorString) ; | |
# 110 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFPropertyList.h" | |
extern | |
CFPropertyListRef CFPropertyListCreateFromStream(CFAllocatorRef allocator, CFReadStreamRef stream, CFIndex streamLength, CFOptionFlags mutabilityOption, CFPropertyListFormat *format, CFStringRef *errorString) ; | |
enum { | |
kCFPropertyListReadCorruptError = 3840, | |
kCFPropertyListReadUnknownVersionError = 3841, | |
kCFPropertyListReadStreamError = 3842, | |
kCFPropertyListWriteStreamError = 3851, | |
} ; | |
extern | |
CFPropertyListRef CFPropertyListCreateWithData(CFAllocatorRef allocator, CFDataRef data, CFOptionFlags options, CFPropertyListFormat *format, CFErrorRef *error) ; | |
extern | |
CFPropertyListRef CFPropertyListCreateWithStream(CFAllocatorRef allocator, CFReadStreamRef stream, CFIndex streamLength, CFOptionFlags options, CFPropertyListFormat *format, CFErrorRef *error) ; | |
extern | |
CFIndex CFPropertyListWrite(CFPropertyListRef propertyList, CFWriteStreamRef stream, CFPropertyListFormat format, CFOptionFlags options, CFErrorRef *error) ; | |
extern | |
CFDataRef CFPropertyListCreateData(CFAllocatorRef allocator, CFPropertyListRef propertyList, CFPropertyListFormat format, CFOptionFlags options, CFErrorRef *error) ; | |
# 24 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingExt.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingExt.h" | |
#define __COREFOUNDATION_CFSTRINGENCODINGEXT__ 1 | |
typedef CFIndex CFStringEncodings; enum { | |
kCFStringEncodingMacJapanese = 1, | |
kCFStringEncodingMacChineseTrad = 2, | |
kCFStringEncodingMacKorean = 3, | |
kCFStringEncodingMacArabic = 4, | |
kCFStringEncodingMacHebrew = 5, | |
kCFStringEncodingMacGreek = 6, | |
kCFStringEncodingMacCyrillic = 7, | |
kCFStringEncodingMacDevanagari = 9, | |
kCFStringEncodingMacGurmukhi = 10, | |
kCFStringEncodingMacGujarati = 11, | |
kCFStringEncodingMacOriya = 12, | |
kCFStringEncodingMacBengali = 13, | |
kCFStringEncodingMacTamil = 14, | |
kCFStringEncodingMacTelugu = 15, | |
kCFStringEncodingMacKannada = 16, | |
kCFStringEncodingMacMalayalam = 17, | |
kCFStringEncodingMacSinhalese = 18, | |
kCFStringEncodingMacBurmese = 19, | |
kCFStringEncodingMacKhmer = 20, | |
kCFStringEncodingMacThai = 21, | |
kCFStringEncodingMacLaotian = 22, | |
kCFStringEncodingMacGeorgian = 23, | |
kCFStringEncodingMacArmenian = 24, | |
kCFStringEncodingMacChineseSimp = 25, | |
kCFStringEncodingMacTibetan = 26, | |
kCFStringEncodingMacMongolian = 27, | |
kCFStringEncodingMacEthiopic = 28, | |
kCFStringEncodingMacCentralEurRoman = 29, | |
kCFStringEncodingMacVietnamese = 30, | |
kCFStringEncodingMacExtArabic = 31, | |
kCFStringEncodingMacSymbol = 33, | |
kCFStringEncodingMacDingbats = 34, | |
kCFStringEncodingMacTurkish = 35, | |
kCFStringEncodingMacCroatian = 36, | |
kCFStringEncodingMacIcelandic = 37, | |
kCFStringEncodingMacRomanian = 38, | |
kCFStringEncodingMacCeltic = 39, | |
kCFStringEncodingMacGaelic = 40, | |
kCFStringEncodingMacFarsi = 0x8C, | |
kCFStringEncodingMacUkrainian = 0x98, | |
kCFStringEncodingMacInuit = 0xEC, | |
kCFStringEncodingMacVT100 = 0xFC, | |
kCFStringEncodingMacHFS = 0xFF, | |
kCFStringEncodingISOLatin2 = 0x0202, | |
kCFStringEncodingISOLatin3 = 0x0203, | |
kCFStringEncodingISOLatin4 = 0x0204, | |
kCFStringEncodingISOLatinCyrillic = 0x0205, | |
kCFStringEncodingISOLatinArabic = 0x0206, | |
kCFStringEncodingISOLatinGreek = 0x0207, | |
kCFStringEncodingISOLatinHebrew = 0x0208, | |
kCFStringEncodingISOLatin5 = 0x0209, | |
kCFStringEncodingISOLatin6 = 0x020A, | |
kCFStringEncodingISOLatinThai = 0x020B, | |
kCFStringEncodingISOLatin7 = 0x020D, | |
kCFStringEncodingISOLatin8 = 0x020E, | |
kCFStringEncodingISOLatin9 = 0x020F, | |
kCFStringEncodingISOLatin10 = 0x0210, | |
kCFStringEncodingDOSLatinUS = 0x0400, | |
kCFStringEncodingDOSGreek = 0x0405, | |
kCFStringEncodingDOSBalticRim = 0x0406, | |
kCFStringEncodingDOSLatin1 = 0x0410, | |
kCFStringEncodingDOSGreek1 = 0x0411, | |
kCFStringEncodingDOSLatin2 = 0x0412, | |
kCFStringEncodingDOSCyrillic = 0x0413, | |
kCFStringEncodingDOSTurkish = 0x0414, | |
kCFStringEncodingDOSPortuguese = 0x0415, | |
kCFStringEncodingDOSIcelandic = 0x0416, | |
kCFStringEncodingDOSHebrew = 0x0417, | |
kCFStringEncodingDOSCanadianFrench = 0x0418, | |
kCFStringEncodingDOSArabic = 0x0419, | |
kCFStringEncodingDOSNordic = 0x041A, | |
kCFStringEncodingDOSRussian = 0x041B, | |
kCFStringEncodingDOSGreek2 = 0x041C, | |
kCFStringEncodingDOSThai = 0x041D, | |
kCFStringEncodingDOSJapanese = 0x0420, | |
kCFStringEncodingDOSChineseSimplif = 0x0421, | |
kCFStringEncodingDOSKorean = 0x0422, | |
kCFStringEncodingDOSChineseTrad = 0x0423, | |
kCFStringEncodingWindowsLatin2 = 0x0501, | |
kCFStringEncodingWindowsCyrillic = 0x0502, | |
kCFStringEncodingWindowsGreek = 0x0503, | |
kCFStringEncodingWindowsLatin5 = 0x0504, | |
kCFStringEncodingWindowsHebrew = 0x0505, | |
kCFStringEncodingWindowsArabic = 0x0506, | |
kCFStringEncodingWindowsBalticRim = 0x0507, | |
kCFStringEncodingWindowsVietnamese = 0x0508, | |
kCFStringEncodingWindowsKoreanJohab = 0x0510, | |
kCFStringEncodingANSEL = 0x0601, | |
kCFStringEncodingJIS_X0201_76 = 0x0620, | |
kCFStringEncodingJIS_X0208_83 = 0x0621, | |
kCFStringEncodingJIS_X0208_90 = 0x0622, | |
kCFStringEncodingJIS_X0212_90 = 0x0623, | |
kCFStringEncodingJIS_C6226_78 = 0x0624, | |
kCFStringEncodingShiftJIS_X0213 = 0x0628, | |
kCFStringEncodingShiftJIS_X0213_MenKuTen = 0x0629, | |
kCFStringEncodingGB_2312_80 = 0x0630, | |
kCFStringEncodingGBK_95 = 0x0631, | |
kCFStringEncodingGB_18030_2000 = 0x0632, | |
kCFStringEncodingKSC_5601_87 = 0x0640, | |
kCFStringEncodingKSC_5601_92_Johab = 0x0641, | |
kCFStringEncodingCNS_11643_92_P1 = 0x0651, | |
kCFStringEncodingCNS_11643_92_P2 = 0x0652, | |
kCFStringEncodingCNS_11643_92_P3 = 0x0653, | |
kCFStringEncodingISO_2022_JP = 0x0820, | |
kCFStringEncodingISO_2022_JP_2 = 0x0821, | |
kCFStringEncodingISO_2022_JP_1 = 0x0822, | |
kCFStringEncodingISO_2022_JP_3 = 0x0823, | |
kCFStringEncodingISO_2022_CN = 0x0830, | |
kCFStringEncodingISO_2022_CN_EXT = 0x0831, | |
kCFStringEncodingISO_2022_KR = 0x0840, | |
kCFStringEncodingEUC_JP = 0x0920, | |
kCFStringEncodingEUC_CN = 0x0930, | |
kCFStringEncodingEUC_TW = 0x0931, | |
kCFStringEncodingEUC_KR = 0x0940, | |
kCFStringEncodingShiftJIS = 0x0A01, | |
kCFStringEncodingKOI8_R = 0x0A02, | |
kCFStringEncodingBig5 = 0x0A03, | |
kCFStringEncodingMacRomanLatin1 = 0x0A04, | |
kCFStringEncodingHZ_GB_2312 = 0x0A05, | |
kCFStringEncodingBig5_HKSCS_1999 = 0x0A06, | |
kCFStringEncodingVISCII = 0x0A07, | |
kCFStringEncodingKOI8_U = 0x0A08, | |
kCFStringEncodingBig5_E = 0x0A09, | |
kCFStringEncodingNextStepJapanese = 0x0B02, | |
kCFStringEncodingEBCDIC_US = 0x0C01, | |
kCFStringEncodingEBCDIC_CP037 = 0x0C02, | |
kCFStringEncodingUTF7 = 0x04000100, | |
kCFStringEncodingUTF7_IMAP = 0x0A10, | |
kCFStringEncodingShiftJIS_X0213_00 = 0x0628 | |
}; | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingConverterExt.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingConverterExt.h" | |
#define __COREFOUNDATION_CFSTRINGENCODINGCONVERETEREXT__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingConverter.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingConverter.h" | |
#define __COREFOUNDATION_CFSTRINGENCODINGCONVERTER__ 1 | |
# 21 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingConverter.h" | |
enum { | |
kCFStringEncodingAllowLossyConversion = (1UL << 0), | |
kCFStringEncodingBasicDirectionLeftToRight = (1UL << 1), | |
kCFStringEncodingBasicDirectionRightToLeft = (1UL << 2), | |
kCFStringEncodingSubstituteCombinings = (1UL << 3), | |
kCFStringEncodingComposeCombinings = (1UL << 4), | |
kCFStringEncodingIgnoreCombinings = (1UL << 5), | |
kCFStringEncodingUseCanonical = (1UL << 6), | |
kCFStringEncodingUseHFSPlusCanonical = (1UL << 7), | |
kCFStringEncodingPrependBOM = (1UL << 8), | |
kCFStringEncodingDisableCorporateArea = (1UL << 9), | |
kCFStringEncodingASCIICompatibleConversion = (1UL << 10), | |
kCFStringEncodingLenientUTF8Conversion = (1UL << 11), | |
kCFStringEncodingPartialInput = (1UL << 12), | |
kCFStringEncodingPartialOutput = (1UL << 13) | |
}; | |
enum { | |
kCFStringEncodingConversionSuccess = 0, | |
kCFStringEncodingInvalidInputStream = 1, | |
kCFStringEncodingInsufficientOutputBufferLength = 2, | |
kCFStringEncodingConverterUnavailable = 3 | |
}; | |
#define CFStringEncodingLossyByteToMask(lossByte) ((uint32_t)(lossByte << 24)|kCFStringEncodingAllowLossyConversion) | |
#define CFStringEncodingMaskToLossyByte(flags) ((uint8_t)(flags >> 24)) | |
#define CFStringEncodingStreamIDMask (0x00FF0000) | |
#define CFStringEncodingStreamIDFromMask(mask) ((mask >> 16) & 0xFF) | |
#define CFStringEncodingStreamIDToMask(identifier) ((uint32_t)((identifier & 0xFF) << 16)) | |
extern uint32_t CFStringEncodingUnicodeToBytes(uint32_t encoding, uint32_t flags, const UniChar *characters, CFIndex numChars, CFIndex *usedCharLen, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen); | |
extern uint32_t CFStringEncodingBytesToUnicode(uint32_t encoding, uint32_t flags, const uint8_t *bytes, CFIndex numBytes, CFIndex *usedByteLen, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen); | |
typedef CFIndex (*CFStringEncodingToBytesFallbackProc)(const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen); | |
typedef CFIndex (*CFStringEncodingToUnicodeFallbackProc)(const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen); | |
extern void CFStringEncodingRegisterFallbackProcedures(uint32_t encoding, CFStringEncodingToBytesFallbackProc toBytes, CFStringEncodingToUnicodeFallbackProc toUnicode); | |
# 14 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStringEncodingConverterExt.h" 2 | |
#define MAX_DECOMPOSED_LENGTH (10) | |
enum { | |
kCFStringEncodingConverterStandard = 0, | |
kCFStringEncodingConverterCheapEightBit = 1, | |
kCFStringEncodingConverterStandardEightBit = 2, | |
kCFStringEncodingConverterCheapMultiByte = 3, | |
kCFStringEncodingConverterPlatformSpecific = 4, | |
kCFStringEncodingConverterICU = 5 | |
}; | |
typedef CFIndex (*CFStringEncodingToBytesProc)(uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen); | |
typedef CFIndex (*CFStringEncodingToUnicodeProc)(uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *characters, CFIndex maxCharLen, CFIndex *usedCharLen); | |
typedef _Bool (*CFStringEncodingCheapEightBitToBytesProc)(uint32_t flags, UniChar character, uint8_t *byte); | |
typedef _Bool (*CFStringEncodingCheapEightBitToUnicodeProc)(uint32_t flags, uint8_t byte, UniChar *character); | |
typedef uint16_t (*CFStringEncodingStandardEightBitToBytesProc)(uint32_t flags, const UniChar *characters, CFIndex numChars, uint8_t *byte); | |
typedef uint16_t (*CFStringEncodingStandardEightBitToUnicodeProc)(uint32_t flags, uint8_t byte, UniChar *characters); | |
typedef uint16_t (*CFStringEncodingCheapMultiByteToBytesProc)(uint32_t flags, UniChar character, uint8_t *bytes); | |
typedef uint16_t (*CFStringEncodingCheapMultiByteToUnicodeProc)(uint32_t flags, const uint8_t *bytes, CFIndex numBytes, UniChar *character); | |
typedef CFIndex (*CFStringEncodingToBytesLenProc)(uint32_t flags, const UniChar *characters, CFIndex numChars); | |
typedef CFIndex (*CFStringEncodingToUnicodeLenProc)(uint32_t flags, const uint8_t *bytes, CFIndex numBytes); | |
typedef CFIndex (*CFStringEncodingToBytesPrecomposeProc)(uint32_t flags, const UniChar *character, CFIndex numChars, uint8_t *bytes, CFIndex maxByteLen, CFIndex *usedByteLen); | |
typedef _Bool (*CFStringEncodingIsValidCombiningCharacterProc)(UniChar character); | |
typedef struct { | |
union { | |
CFStringEncodingToBytesProc standard; | |
CFStringEncodingCheapEightBitToBytesProc cheapEightBit; | |
CFStringEncodingStandardEightBitToBytesProc standardEightBit; | |
CFStringEncodingCheapMultiByteToBytesProc cheapMultibyte; | |
} toBytes; | |
union { | |
CFStringEncodingToUnicodeProc standard; | |
CFStringEncodingCheapEightBitToUnicodeProc cheapEightBit; | |
CFStringEncodingStandardEightBitToUnicodeProc standardEightBit; | |
CFStringEncodingCheapMultiByteToUnicodeProc cheapMultibyte; | |
} toUnicode; | |
uint16_t maxBytesPerChar; | |
uint16_t maxDecomposedCharLen; | |
uint8_t encodingClass; | |
uint32_t :24; | |
CFStringEncodingToBytesLenProc toBytesLen; | |
CFStringEncodingToUnicodeLenProc toUnicodeLen; | |
CFStringEncodingToBytesFallbackProc toBytesFallback; | |
CFStringEncodingToUnicodeFallbackProc toUnicodeFallback; | |
CFStringEncodingToBytesPrecomposeProc toBytesPrecompose; | |
CFStringEncodingIsValidCombiningCharacterProc isValidCombiningChar; | |
} CFStringEncodingConverter; | |
enum { | |
kCFStringEncodingGetConverterSelector = 0, | |
kCFStringEncodingIsDecomposableCharacterSelector = 1, | |
kCFStringEncodingDecomposeCharacterSelector = 2, | |
kCFStringEncodingIsValidLatin1CombiningCharacterSelector = 3, | |
kCFStringEncodingPrecomposeLatin1CharacterSelector = 4 | |
}; | |
#define BOOTSTRAPFUNC_NAME CFStringEncodingBootstrap | |
typedef const CFStringEncodingConverter* (*CFStringEncodingBootstrapProc)(uint32_t encoding, const void *getSelector); | |
extern _Bool CFStringEncodingIsValidCombiningCharacterForLatin1(UniChar character); | |
extern UniChar CFStringEncodingPrecomposeLatinCharacter(const UniChar *character, CFIndex numChars, CFIndex *usedChars); | |
typedef struct _CFStringEncodingUnicodeTo8BitCharMap { | |
UniChar _u; | |
uint8_t _c; | |
uint8_t :8; | |
} CFStringEncodingUnicodeTo8BitCharMap; | |
static __inline__ __attribute__((always_inline)) _Bool CFStringEncodingUnicodeTo8BitEncoding(const CFStringEncodingUnicodeTo8BitCharMap *theTable, CFIndex numElem, UniChar character, uint8_t *ch) { | |
const CFStringEncodingUnicodeTo8BitCharMap *p, *q, *divider; | |
if ((character < theTable[0]._u) || (character > theTable[numElem-1]._u)) { | |
return 0; | |
} | |
p = theTable; | |
q = p + (numElem-1); | |
while (p <= q) { | |
divider = p + ((q - p) >> 1); | |
if (character < divider->_u) { q = divider - 1; } | |
else if (character > divider->_u) { p = divider + 1; } | |
else { *ch = divider->_c; return 1; } | |
} | |
return 0; | |
} | |
# 27 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumberFormatter.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumberFormatter.h" | |
#define __COREFOUNDATION_CFNUMBERFORMATTER__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumber.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumber.h" | |
#define __COREFOUNDATION_CFNUMBER__ 1 | |
typedef const struct __attribute__((objc_bridge(NSNumber))) __CFBoolean * CFBooleanRef; | |
extern | |
const CFBooleanRef kCFBooleanTrue; | |
extern | |
const CFBooleanRef kCFBooleanFalse; | |
extern | |
CFTypeID CFBooleanGetTypeID(void); | |
extern | |
Boolean CFBooleanGetValue(CFBooleanRef boolean); | |
typedef CFIndex CFNumberType; enum { | |
kCFNumberSInt8Type = 1, | |
kCFNumberSInt16Type = 2, | |
kCFNumberSInt32Type = 3, | |
kCFNumberSInt64Type = 4, | |
kCFNumberFloat32Type = 5, | |
kCFNumberFloat64Type = 6, | |
kCFNumberCharType = 7, | |
kCFNumberShortType = 8, | |
kCFNumberIntType = 9, | |
kCFNumberLongType = 10, | |
kCFNumberLongLongType = 11, | |
kCFNumberFloatType = 12, | |
kCFNumberDoubleType = 13, | |
kCFNumberCFIndexType = 14, | |
kCFNumberNSIntegerType = 15, | |
kCFNumberCGFloatType = 16, | |
kCFNumberMaxType = 16 | |
}; | |
typedef const struct __attribute__((objc_bridge(NSNumber))) __CFNumber * CFNumberRef; | |
extern | |
const CFNumberRef kCFNumberPositiveInfinity; | |
extern | |
const CFNumberRef kCFNumberNegativeInfinity; | |
extern | |
const CFNumberRef kCFNumberNaN; | |
extern | |
CFTypeID CFNumberGetTypeID(void); | |
# 73 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumber.h" | |
extern | |
CFNumberRef CFNumberCreate(CFAllocatorRef allocator, CFNumberType theType, const void *valuePtr); | |
extern | |
CFNumberType CFNumberGetType(CFNumberRef number); | |
extern | |
CFIndex CFNumberGetByteSize(CFNumberRef number); | |
extern | |
Boolean CFNumberIsFloatType(CFNumberRef number); | |
# 104 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumber.h" | |
extern | |
Boolean CFNumberGetValue(CFNumberRef number, CFNumberType theType, void *valuePtr); | |
# 122 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumber.h" | |
extern | |
CFComparisonResult CFNumberCompare(CFNumberRef number, CFNumberRef otherNumber, void *context); | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumberFormatter.h" 2 | |
typedef CFStringRef CFNumberFormatterKey ; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFNumberFormatter *CFNumberFormatterRef; | |
extern | |
CFTypeID CFNumberFormatterGetTypeID(void); | |
typedef CFIndex CFNumberFormatterStyle; enum { | |
kCFNumberFormatterNoStyle = 0, | |
kCFNumberFormatterDecimalStyle = 1, | |
kCFNumberFormatterCurrencyStyle = 2, | |
kCFNumberFormatterPercentStyle = 3, | |
kCFNumberFormatterScientificStyle = 4, | |
kCFNumberFormatterSpellOutStyle = 5, | |
kCFNumberFormatterOrdinalStyle = 6, | |
kCFNumberFormatterCurrencyISOCodeStyle = 8, | |
kCFNumberFormatterCurrencyPluralStyle = 9, | |
kCFNumberFormatterCurrencyAccountingStyle = 10, | |
}; | |
extern | |
CFNumberFormatterRef CFNumberFormatterCreate(CFAllocatorRef allocator, CFLocaleRef locale, CFNumberFormatterStyle style); | |
extern | |
CFLocaleRef CFNumberFormatterGetLocale(CFNumberFormatterRef formatter); | |
extern | |
CFNumberFormatterStyle CFNumberFormatterGetStyle(CFNumberFormatterRef formatter); | |
extern | |
CFStringRef CFNumberFormatterGetFormat(CFNumberFormatterRef formatter); | |
extern | |
void CFNumberFormatterSetFormat(CFNumberFormatterRef formatter, CFStringRef formatString); | |
# 68 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumberFormatter.h" | |
extern | |
CFStringRef CFNumberFormatterCreateStringWithNumber(CFAllocatorRef allocator, CFNumberFormatterRef formatter, CFNumberRef number); | |
extern | |
CFStringRef CFNumberFormatterCreateStringWithValue(CFAllocatorRef allocator, CFNumberFormatterRef formatter, CFNumberType numberType, const void *valuePtr); | |
typedef CFOptionFlags CFNumberFormatterOptionFlags; enum { | |
kCFNumberFormatterParseIntegersOnly = 1 | |
}; | |
extern | |
CFNumberRef CFNumberFormatterCreateNumberFromString(CFAllocatorRef allocator, CFNumberFormatterRef formatter, CFStringRef string, CFRange *rangep, CFOptionFlags options); | |
extern | |
Boolean CFNumberFormatterGetValueFromString(CFNumberFormatterRef formatter, CFStringRef string, CFRange *rangep, CFNumberType numberType, void *valuePtr); | |
# 97 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFNumberFormatter.h" | |
extern | |
void CFNumberFormatterSetProperty(CFNumberFormatterRef formatter, CFNumberFormatterKey key, CFTypeRef value); | |
extern | |
CFTypeRef CFNumberFormatterCopyProperty(CFNumberFormatterRef formatter, CFNumberFormatterKey key); | |
extern const CFNumberFormatterKey kCFNumberFormatterCurrencyCode; | |
extern const CFNumberFormatterKey kCFNumberFormatterDecimalSeparator; | |
extern const CFNumberFormatterKey kCFNumberFormatterCurrencyDecimalSeparator; | |
extern const CFNumberFormatterKey kCFNumberFormatterAlwaysShowDecimalSeparator; | |
extern const CFNumberFormatterKey kCFNumberFormatterGroupingSeparator; | |
extern const CFNumberFormatterKey kCFNumberFormatterUseGroupingSeparator; | |
extern const CFNumberFormatterKey kCFNumberFormatterPercentSymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterZeroSymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterNaNSymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterInfinitySymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterMinusSign; | |
extern const CFNumberFormatterKey kCFNumberFormatterPlusSign; | |
extern const CFNumberFormatterKey kCFNumberFormatterCurrencySymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterExponentSymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterMinIntegerDigits; | |
extern const CFNumberFormatterKey kCFNumberFormatterMaxIntegerDigits; | |
extern const CFNumberFormatterKey kCFNumberFormatterMinFractionDigits; | |
extern const CFNumberFormatterKey kCFNumberFormatterMaxFractionDigits; | |
extern const CFNumberFormatterKey kCFNumberFormatterGroupingSize; | |
extern const CFNumberFormatterKey kCFNumberFormatterSecondaryGroupingSize; | |
extern const CFNumberFormatterKey kCFNumberFormatterRoundingMode; | |
extern const CFNumberFormatterKey kCFNumberFormatterRoundingIncrement; | |
extern const CFNumberFormatterKey kCFNumberFormatterFormatWidth; | |
extern const CFNumberFormatterKey kCFNumberFormatterPaddingPosition; | |
extern const CFNumberFormatterKey kCFNumberFormatterPaddingCharacter; | |
extern const CFNumberFormatterKey kCFNumberFormatterDefaultFormat; | |
extern const CFNumberFormatterKey kCFNumberFormatterMultiplier; | |
extern const CFNumberFormatterKey kCFNumberFormatterPositivePrefix; | |
extern const CFNumberFormatterKey kCFNumberFormatterPositiveSuffix; | |
extern const CFNumberFormatterKey kCFNumberFormatterNegativePrefix; | |
extern const CFNumberFormatterKey kCFNumberFormatterNegativeSuffix; | |
extern const CFNumberFormatterKey kCFNumberFormatterPerMillSymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterInternationalCurrencySymbol; | |
extern const CFNumberFormatterKey kCFNumberFormatterCurrencyGroupingSeparator ; | |
extern const CFNumberFormatterKey kCFNumberFormatterIsLenient ; | |
extern const CFNumberFormatterKey kCFNumberFormatterUseSignificantDigits ; | |
extern const CFNumberFormatterKey kCFNumberFormatterMinSignificantDigits ; | |
extern const CFNumberFormatterKey kCFNumberFormatterMaxSignificantDigits ; | |
typedef CFIndex CFNumberFormatterRoundingMode; enum { | |
kCFNumberFormatterRoundCeiling = 0, | |
kCFNumberFormatterRoundFloor = 1, | |
kCFNumberFormatterRoundDown = 2, | |
kCFNumberFormatterRoundUp = 3, | |
kCFNumberFormatterRoundHalfEven = 4, | |
kCFNumberFormatterRoundHalfDown = 5, | |
kCFNumberFormatterRoundHalfUp = 6 | |
}; | |
typedef CFIndex CFNumberFormatterPadPosition; enum { | |
kCFNumberFormatterPadBeforePrefix = 0, | |
kCFNumberFormatterPadAfterPrefix = 1, | |
kCFNumberFormatterPadBeforeSuffix = 2, | |
kCFNumberFormatterPadAfterSuffix = 3 | |
}; | |
extern | |
Boolean CFNumberFormatterGetDecimalInfoForCurrencyCode(CFStringRef currencyCode, int32_t *defaultFractionDigits, double *roundingIncrement); | |
# 28 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBag.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFBag.h" | |
#define __COREFOUNDATION_CFBAG__ 1 | |
typedef const void * (*CFBagRetainCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef void (*CFBagReleaseCallBack)(CFAllocatorRef allocator, const void *value); | |
typedef CFStringRef (*CFBagCopyDescriptionCallBack)(const void *value); | |
typedef Boolean (*CFBagEqualCallBack)(const void *value1, const void *value2); | |
typedef CFHashCode (*CFBagHashCallBack)(const void *value); | |
typedef struct { | |
CFIndex version; | |
CFBagRetainCallBack retain; | |
CFBagReleaseCallBack release; | |
CFBagCopyDescriptionCallBack copyDescription; | |
CFBagEqualCallBack equal; | |
CFBagHashCallBack hash; | |
} CFBagCallBacks; | |
extern | |
const CFBagCallBacks kCFTypeBagCallBacks; | |
extern | |
const CFBagCallBacks kCFCopyStringBagCallBacks; | |
typedef void (*CFBagApplierFunction)(const void *value, void *context); | |
typedef const struct __attribute__((objc_bridge(id))) __CFBag * CFBagRef; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFBag * CFMutableBagRef; | |
extern | |
CFTypeID CFBagGetTypeID(void); | |
extern | |
CFBagRef CFBagCreate(CFAllocatorRef allocator, const void **values, CFIndex numValues, const CFBagCallBacks *callBacks); | |
extern | |
CFBagRef CFBagCreateCopy(CFAllocatorRef allocator, CFBagRef theBag); | |
extern | |
CFMutableBagRef CFBagCreateMutable(CFAllocatorRef allocator, CFIndex capacity, const CFBagCallBacks *callBacks); | |
extern | |
CFMutableBagRef CFBagCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFBagRef theBag); | |
extern | |
CFIndex CFBagGetCount(CFBagRef theBag); | |
extern | |
CFIndex CFBagGetCountOfValue(CFBagRef theBag, const void *value); | |
extern | |
Boolean CFBagContainsValue(CFBagRef theBag, const void *value); | |
extern | |
const void *CFBagGetValue(CFBagRef theBag, const void *value); | |
extern | |
Boolean CFBagGetValueIfPresent(CFBagRef theBag, const void *candidate, const void **value); | |
extern | |
void CFBagGetValues(CFBagRef theBag, const void **values); | |
extern | |
void CFBagApplyFunction(CFBagRef theBag, CFBagApplierFunction __attribute__((noescape)) applier, void *context); | |
extern | |
void CFBagAddValue(CFMutableBagRef theBag, const void *value); | |
extern | |
void CFBagReplaceValue(CFMutableBagRef theBag, const void *value); | |
extern | |
void CFBagSetValue(CFMutableBagRef theBag, const void *value); | |
extern | |
void CFBagRemoveValue(CFMutableBagRef theBag, const void *value); | |
extern | |
void CFBagRemoveAllValues(CFMutableBagRef theBag); | |
# 29 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCalendar.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCalendar.h" | |
#define __COREFOUNDATION_CFCALENDAR__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTimeZone.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTimeZone.h" | |
#define __COREFOUNDATION_CFTIMEZONE__ 1 | |
# 25 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTimeZone.h" | |
extern | |
CFTypeID CFTimeZoneGetTypeID(void); | |
extern | |
CFTimeZoneRef CFTimeZoneCopySystem(void); | |
extern | |
void CFTimeZoneResetSystem(void); | |
extern | |
CFTimeZoneRef CFTimeZoneCopyDefault(void); | |
extern | |
void CFTimeZoneSetDefault(CFTimeZoneRef tz); | |
extern | |
CFArrayRef CFTimeZoneCopyKnownNames(void); | |
extern | |
CFDictionaryRef CFTimeZoneCopyAbbreviationDictionary(void); | |
extern | |
void CFTimeZoneSetAbbreviationDictionary(CFDictionaryRef dict); | |
extern | |
CFTimeZoneRef CFTimeZoneCreate(CFAllocatorRef allocator, CFStringRef name, CFDataRef data); | |
extern | |
CFTimeZoneRef CFTimeZoneCreateWithTimeIntervalFromGMT(CFAllocatorRef allocator, CFTimeInterval ti); | |
extern | |
CFTimeZoneRef CFTimeZoneCreateWithName(CFAllocatorRef allocator, CFStringRef name, Boolean tryAbbrev); | |
extern | |
CFStringRef CFTimeZoneGetName(CFTimeZoneRef tz); | |
extern | |
CFDataRef CFTimeZoneGetData(CFTimeZoneRef tz); | |
extern | |
CFTimeInterval CFTimeZoneGetSecondsFromGMT(CFTimeZoneRef tz, CFAbsoluteTime at); | |
extern | |
CFStringRef CFTimeZoneCopyAbbreviation(CFTimeZoneRef tz, CFAbsoluteTime at); | |
extern | |
Boolean CFTimeZoneIsDaylightSavingTime(CFTimeZoneRef tz, CFAbsoluteTime at); | |
extern | |
CFTimeInterval CFTimeZoneGetDaylightSavingTimeOffset(CFTimeZoneRef tz, CFAbsoluteTime at) ; | |
extern | |
CFAbsoluteTime CFTimeZoneGetNextDaylightSavingTimeTransition(CFTimeZoneRef tz, CFAbsoluteTime at) ; | |
typedef CFIndex CFTimeZoneNameStyle; enum { | |
kCFTimeZoneNameStyleStandard, | |
kCFTimeZoneNameStyleShortStandard, | |
kCFTimeZoneNameStyleDaylightSaving, | |
kCFTimeZoneNameStyleShortDaylightSaving, | |
kCFTimeZoneNameStyleGeneric, | |
kCFTimeZoneNameStyleShortGeneric | |
} ; | |
extern | |
CFStringRef CFTimeZoneCopyLocalizedName(CFTimeZoneRef tz, CFTimeZoneNameStyle style, CFLocaleRef locale) ; | |
extern | |
const CFNotificationName kCFTimeZoneSystemTimeZoneDidChangeNotification ; | |
# 17 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCalendar.h" 2 | |
typedef struct __attribute__((objc_bridge_mutable(NSCalendar))) __CFCalendar * CFCalendarRef; | |
extern | |
CFTypeID CFCalendarGetTypeID(void); | |
extern | |
CFCalendarRef CFCalendarCopyCurrent(void); | |
extern | |
CFCalendarRef CFCalendarCreateWithIdentifier(CFAllocatorRef allocator, CFCalendarIdentifier identifier); | |
extern | |
CFCalendarIdentifier CFCalendarGetIdentifier(CFCalendarRef calendar); | |
extern | |
CFLocaleRef CFCalendarCopyLocale(CFCalendarRef calendar); | |
extern | |
void CFCalendarSetLocale(CFCalendarRef calendar, CFLocaleRef locale); | |
extern | |
CFTimeZoneRef CFCalendarCopyTimeZone(CFCalendarRef calendar); | |
extern | |
void CFCalendarSetTimeZone(CFCalendarRef calendar, CFTimeZoneRef tz); | |
extern | |
CFIndex CFCalendarGetFirstWeekday(CFCalendarRef calendar); | |
extern | |
void CFCalendarSetFirstWeekday(CFCalendarRef calendar, CFIndex wkdy); | |
extern | |
CFIndex CFCalendarGetMinimumDaysInFirstWeek(CFCalendarRef calendar); | |
extern | |
void CFCalendarSetMinimumDaysInFirstWeek(CFCalendarRef calendar, CFIndex mwd); | |
typedef CFOptionFlags CFCalendarUnit; enum { | |
kCFCalendarUnitEra = (1UL << 1), | |
kCFCalendarUnitYear = (1UL << 2), | |
kCFCalendarUnitMonth = (1UL << 3), | |
kCFCalendarUnitDay = (1UL << 4), | |
kCFCalendarUnitHour = (1UL << 5), | |
kCFCalendarUnitMinute = (1UL << 6), | |
kCFCalendarUnitSecond = (1UL << 7), | |
kCFCalendarUnitWeek = (1UL << 8), | |
kCFCalendarUnitWeekday = (1UL << 9), | |
kCFCalendarUnitWeekdayOrdinal = (1UL << 10), | |
kCFCalendarUnitQuarter = (1UL << 11), | |
kCFCalendarUnitWeekOfMonth = (1UL << 12), | |
kCFCalendarUnitWeekOfYear = (1UL << 13), | |
kCFCalendarUnitYearForWeekOfYear = (1UL << 14), | |
}; | |
extern | |
CFRange CFCalendarGetMinimumRangeOfUnit(CFCalendarRef calendar, CFCalendarUnit unit); | |
extern | |
CFRange CFCalendarGetMaximumRangeOfUnit(CFCalendarRef calendar, CFCalendarUnit unit); | |
extern | |
CFRange CFCalendarGetRangeOfUnit(CFCalendarRef calendar, CFCalendarUnit smallerUnit, CFCalendarUnit biggerUnit, CFAbsoluteTime at); | |
extern | |
CFIndex CFCalendarGetOrdinalityOfUnit(CFCalendarRef calendar, CFCalendarUnit smallerUnit, CFCalendarUnit biggerUnit, CFAbsoluteTime at); | |
extern | |
Boolean CFCalendarGetTimeRangeOfUnit(CFCalendarRef calendar, CFCalendarUnit unit, CFAbsoluteTime at, CFAbsoluteTime *startp, CFTimeInterval *tip) ; | |
extern | |
Boolean CFCalendarComposeAbsoluteTime(CFCalendarRef calendar, CFAbsoluteTime *at, const char *componentDesc, ...); | |
extern | |
Boolean CFCalendarDecomposeAbsoluteTime(CFCalendarRef calendar, CFAbsoluteTime at, const char *componentDesc, ...); | |
enum { | |
kCFCalendarComponentsWrap = (1UL << 0) | |
}; | |
extern | |
Boolean CFCalendarAddComponents(CFCalendarRef calendar, CFAbsoluteTime *at, CFOptionFlags options, const char *componentDesc, ...); | |
extern | |
Boolean CFCalendarGetComponentDifference(CFCalendarRef calendar, CFAbsoluteTime startingAT, CFAbsoluteTime resultAT, CFOptionFlags options, const char *componentDesc, ...); | |
# 30 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStreamPriv.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStreamPriv.h" | |
#define __COREFOUNDATION_CFSTREAMPRIV__ 1 | |
struct _CFStream; | |
struct _CFStreamClient { | |
CFStreamClientContext cbContext; | |
void (*cb)(struct _CFStream *, CFStreamEventType, void *); | |
CFOptionFlags when; | |
CFRunLoopSourceRef rlSource; | |
CFMutableArrayRef runLoopsAndModes; | |
CFOptionFlags whatToSignal; | |
}; | |
#define CFStreamCurrentVersion 2 | |
struct _CFStreamCallBacks { | |
CFIndex version; | |
void *(*create)(struct _CFStream *stream, void *info); | |
void (*finalize)(struct _CFStream *stream, void *info); | |
CFStringRef (*copyDescription)(struct _CFStream *stream, void *info); | |
Boolean (*open)(struct _CFStream *stream, CFErrorRef *error, Boolean *openComplete, void *info); | |
Boolean (*openCompleted)(struct _CFStream *stream, CFErrorRef *error, void *info); | |
CFIndex (*read)(CFReadStreamRef stream, UInt8 *buffer, CFIndex bufferLength, CFErrorRef *error, Boolean *atEOF, void *info); | |
const UInt8 *(*getBuffer)(CFReadStreamRef sream, CFIndex maxBytesToRead, CFIndex *numBytesRead, CFErrorRef *error, Boolean *atEOF, void *info); | |
Boolean (*canRead)(CFReadStreamRef, CFErrorRef *error, void *info); | |
CFIndex (*write)(CFWriteStreamRef, const UInt8 *buffer, CFIndex bufferLength, CFErrorRef *error, void *info); | |
Boolean (*canWrite)(CFWriteStreamRef, CFErrorRef *error, void *info); | |
void (*close)(struct _CFStream *stream, void *info); | |
CFTypeRef (*copyProperty)(struct _CFStream *stream, CFStringRef propertyName, void *info); | |
Boolean (*setProperty)(struct _CFStream *stream, CFStringRef propertyName, CFTypeRef propertyValue, void *info); | |
void (*requestEvents)(struct _CFStream *stream, CFOptionFlags events, void *info); | |
void (*schedule)(struct _CFStream *stream, CFRunLoopRef runLoop, CFStringRef runLoopMode, void *info); | |
void (*unschedule)(struct _CFStream *stream, CFRunLoopRef runLoop, CFStringRef runLoopMode, void *info); | |
}; | |
struct _CFStream; | |
extern void* _CFStreamGetInfoPointer(struct _CFStream* stream); | |
extern __attribute__((visibility("hidden"))) struct _CFStream *_CFStreamCreateWithConstantCallbacks(CFAllocatorRef alloc, void *info, const struct _CFStreamCallBacks *cb, Boolean isReading); | |
extern __attribute__((visibility("hidden"))) | |
CFArrayRef _CFReadStreamCopyRunLoopsAndModes(CFReadStreamRef readStream); | |
extern __attribute__((visibility("hidden"))) | |
CFArrayRef _CFWriteStreamCopyRunLoopsAndModes(CFWriteStreamRef writeStream); | |
extern | |
CFReadStreamRef _CFReadStreamCreateFromFileDescriptor(CFAllocatorRef alloc, int fd); | |
extern | |
CFWriteStreamRef _CFWriteStreamCreateFromFileDescriptor(CFAllocatorRef alloc, int fd); | |
#define SECURITY_NONE (0) | |
#define SECURITY_SSLv2 (1) | |
#define SECURITY_SSLv3 (2) | |
#define SECURITY_SSLv32 (3) | |
#define SECURITY_TLS (4) | |
# 94 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStreamPriv.h" | |
extern | |
Boolean __CFSocketGetBytesAvailable(CFSocketRef s, CFIndex* ctBytesAvailable); | |
extern | |
CFIndex __CFSocketRead(CFSocketRef s, UInt8* buffer, CFIndex length, int* error); | |
#define CFNETWORK_6030579 1 | |
extern | |
void __CFSocketSetSocketReadBufferAttrs(CFSocketRef s, CFTimeInterval timeout, CFIndex length); | |
# 117 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStreamPriv.h" | |
extern const CFStringRef kCFStreamPropertySocketSSLContext; | |
# 128 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFStreamPriv.h" | |
extern const CFStringRef _kCFStreamPropertyFileNativeHandle ; | |
extern const CFStringRef _kCFStreamPropertyHTTPTrailer ; | |
# 31 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" 2 | |
#define _CF_EXPORT_SCOPE_BEGIN CF_EXTERN_C_BEGIN CF_ASSUME_NONNULL_BEGIN CF_IMPLICIT_BRIDGING_ENABLED | |
#define _CF_EXPORT_SCOPE_END CF_EXTERN_C_END CF_ASSUME_NONNULL_END CF_IMPLICIT_BRIDGING_DISABLED | |
# 68 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
extern void *_Nonnull __CFSafelyReallocate(void * _Nullable destination, size_t newCapacity, void (^_Nullable reallocationFailureHandler)(void *_Nonnull original, _Bool *_Nonnull outRecovered)); | |
extern void *_Nonnull __CFSafelyReallocateWithAllocator(CFAllocatorRef _Nullable, void * _Nullable destination, size_t newCapacity, CFOptionFlags options, void (^_Nullable reallocationFailureHandler)(void *_Nonnull original, _Bool *_Nonnull outRecovered)); | |
#pragma clang assume_nonnull begin | |
extern const CFStringRef _kCFBundleExecutablePathKey; | |
extern const CFStringRef _kCFBundleInfoPlistURLKey; | |
extern const CFStringRef _kCFBundleRawInfoPlistURLKey; | |
extern const CFStringRef _kCFBundleNumericVersionKey; | |
extern const CFStringRef _kCFBundleResourcesFileMappedKey; | |
extern const CFStringRef _kCFBundleAllowMixedLocalizationsKey; | |
extern const CFStringRef _kCFBundlePrincipalClassKey; | |
extern CFTypeRef _CFBundleCopyFindResources(CFBundleRef _Nullable bundle, CFURLRef _Nullable bundleURL, CFArrayRef _Nullable _unused_pass_null_, CFStringRef _Nullable resourceName, CFStringRef _Nullable resourceType, CFStringRef _Nullable subPath, CFStringRef _Nullable lproj, Boolean returnArray, Boolean localized, Boolean (^_Nullable predicate)(CFStringRef filename, Boolean *_Nullable stop)); | |
extern Boolean _CFBundleLoadExecutableAndReturnError(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error); | |
extern CFErrorRef _CFBundleCreateError(CFAllocatorRef _Nullable allocator, CFBundleRef bundle, CFIndex code); | |
#pragma clang assume_nonnull end | |
#define DEBUG_PREFERENCES_MEMORY 0 | |
#pragma clang assume_nonnull begin | |
typedef struct { | |
void *_Null_unspecified (*_Null_unspecified createDomain)(CFAllocatorRef _Nullable allocator, CFTypeRef context); | |
void (*_Null_unspecified freeDomain)(CFAllocatorRef _Nullable allocator, CFTypeRef context, void *domain); | |
CFTypeRef _Null_unspecified (*_Null_unspecified fetchValue)(CFTypeRef context, void *domain, CFStringRef key); | |
void (*_Null_unspecified writeValue)(CFTypeRef context, void *domain, CFStringRef key, CFTypeRef value); | |
Boolean (*_Null_unspecified synchronize)(CFTypeRef context, void *domain); | |
void (*_Null_unspecified getKeysAndValues)(CFAllocatorRef _Nullable alloc, CFTypeRef context, void *domain, void *_Null_unspecified * _Null_unspecified buf[_Null_unspecified], CFIndex *numKeyValuePairs); | |
CFDictionaryRef _Null_unspecified (*_Null_unspecified copyDomainDictionary)(CFTypeRef context, void *domain); | |
void (*setIsWorldReadable)(CFTypeRef context, void *domain, Boolean isWorldReadable); | |
} _CFPreferencesDomainCallBacks; | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFPreferencesDomain * CFPreferencesDomainRef; | |
typedef struct { | |
CFMutableArrayRef _search; | |
CFMutableDictionaryRef _dictRep; | |
CFStringRef _appName; | |
} _CFApplicationPreferences; | |
#pragma clang assume_nonnull end | |
# 132 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
#define NSSTRING_BOUNDSERROR [NSException raise:NSRangeException format:@"%@: Range or index out of bounds", __CFExceptionProem((id)self, _cmd)] | |
#define NSSTRING_RANGEERROR(range,len) [NSException raise:NSRangeException format:@"%@: Range {%lu, %lu} out of bounds; string length %lu%s", __CFExceptionProem((id)self, _cmd), (unsigned long)range.location, (unsigned long)range.length, (unsigned long)len, ((range.length == __kCFStringInlineBufferLength) ? " (Note that the indicated range may be smaller than the original range passed to the API)" : "")] | |
#define NSSTRING_INDEXERROR(index,len) [NSException raise:NSRangeException format:@"%@: Index %lu out of bounds; string length %lu", __CFExceptionProem((id)self, _cmd), (unsigned long)index, (unsigned long)len] | |
#define NSSTRING_POSSIBLE_RANGEERROR(range,len) if (__CFStringNoteErrors()) { static bool warnonce = false; if (!warnonce) { warnonce = true; CFLog(kCFLogLevelWarning, CFSTR("*** %@: Range {%lu, %lu} out of bounds; string length %lu. This will become an exception for apps linked after 10.10 and iOS 8. Warning shown once per app execution."), __CFExceptionProem((id)self, _cmd), (unsigned long)range.location, (unsigned long)range.length, (unsigned long)len); } } | |
# 151 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
#define NSSTRING_ILLEGALREQUESTERROR [NSException raise:NSInvalidArgumentException format:@"Can't call %s in %@", sel_getName(_cmd), object_getClass((id)self)] | |
#define NSSTRING_INVALIDMUTATIONERROR [NSException raise:NSInvalidArgumentException format:@"Attempt to mutate immutable object with %s", sel_getName(_cmd)] | |
#define NSSTRING_NULLCSTRINGERROR [NSException raise:NSInvalidArgumentException format:@"%@: NULL cString", __CFExceptionProem((id)self, _cmd)] | |
#define NSSTRING_NILSTRINGERROR [NSException raise:NSInvalidArgumentException format:@"%@: nil argument", __CFExceptionProem((id)self, _cmd)] | |
#pragma clang assume_nonnull begin | |
# 178 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
extern CFIndex __CFStringEncodeByteStream(CFStringRef string, CFIndex rangeLoc, CFIndex rangeLen, Boolean generatingExternalFile, CFStringEncoding encoding, uint8_t lossByte, UInt8 *_Nullable buffer, CFIndex max, CFIndex *_Nullable usedBufLen); | |
extern CFStringRef __CFStringCreateImmutableFunnel2(CFAllocatorRef _Nullable alloc, const void *bytes, CFIndex numBytes, CFStringEncoding encoding, Boolean possiblyExternalFormat, Boolean tryToReduceUnicode, Boolean hasLengthByte, Boolean hasNullByte, Boolean noCopy, CFAllocatorRef _Nullable contentsDeallocator); | |
extern void __CFStringAppendBytes(CFMutableStringRef str, const char *cStr, CFIndex appendedLength, CFStringEncoding encoding); | |
static __inline__ __attribute__((always_inline)) Boolean __CFStringEncodingIsSupersetOfASCII(CFStringEncoding encoding) { | |
switch (encoding & 0x0000FF00) { | |
case 0x0: | |
if (encoding == kCFStringEncodingMacJapanese || encoding == kCFStringEncodingMacArabic || encoding == kCFStringEncodingMacHebrew || encoding == kCFStringEncodingMacUkrainian || encoding == kCFStringEncodingMacSymbol || encoding == kCFStringEncodingMacDingbats) return 0; | |
return 1; | |
case 0x100: | |
if (encoding != kCFStringEncodingUTF8) return 0; | |
return 1; | |
case 0x200: | |
if (encoding == kCFStringEncodingISOLatinArabic) return 0; | |
return 1; | |
case 0x600: | |
if (encoding != kCFStringEncodingASCII) return 0; | |
return 1; | |
case 0x800: | |
return 0; | |
case 0xA00: | |
if ((encoding == kCFStringEncodingShiftJIS) || (encoding == kCFStringEncodingHZ_GB_2312) || (encoding == kCFStringEncodingUTF7_IMAP)) return 0; | |
return 1; | |
case 0xB00: | |
if (encoding == kCFStringEncodingNonLossyASCII) return 0; | |
return 1; | |
case 0xC00: | |
return 0; | |
default: | |
return ((encoding & 0x0000FF00) > 0x0C00 ? 0 : 1); | |
} | |
} | |
extern CFStringEncoding __CFDefaultEightBitStringEncoding; | |
extern CFStringEncoding __CFStringComputeEightBitStringEncoding(void); | |
static __inline__ __attribute__((always_inline)) CFStringEncoding __CFStringGetEightBitStringEncoding(void) { | |
if (__CFDefaultEightBitStringEncoding == (0xffffffffU)) __CFStringComputeEightBitStringEncoding(); | |
return __CFDefaultEightBitStringEncoding; | |
} | |
enum { | |
__kCFVarWidthLocalBufferSize = 1008 | |
}; | |
typedef struct { | |
union { | |
UInt8 *ascii; | |
UniChar *unicode; | |
} chars; | |
Boolean isASCII; | |
Boolean shouldFreeChars; | |
Boolean _unused1; | |
Boolean _unused2; | |
CFAllocatorRef allocator; | |
CFIndex numChars; | |
UInt8 localBuffer[__kCFVarWidthLocalBufferSize]; | |
} CFVarWidthCharBuffer; | |
extern Boolean __CFStringDecodeByteStream2(const UInt8 *bytes, UInt32 len, CFStringEncoding encoding, Boolean alwaysUnicode, CFVarWidthCharBuffer *buffer, Boolean *_Nullable useClientsMemoryPtr); | |
extern Boolean __CFStringDecodeByteStream3(const UInt8 *bytes, CFIndex len, CFStringEncoding encoding, Boolean alwaysUnicode, CFVarWidthCharBuffer *buffer, Boolean *_Nullable useClientsMemoryPtr, UInt32 converterFlags); | |
extern CFStringEncodingCheapEightBitToUnicodeProc __CFCharToUniCharFunc; | |
static __inline__ __attribute__((always_inline)) Boolean __CFIsWhitespace(UniChar theChar) { | |
return ((theChar < 0x21) || (theChar > 0x7E && theChar < 0xA1) || (theChar >= 0x2000 && theChar <= 0x200B) || (theChar == 0x3000)) ? 1 : 0; | |
} | |
static __inline__ __attribute__((always_inline)) UniChar __CFStringGetCharacterFromInlineBufferAux(CFStringInlineBuffer *buf, CFIndex idx) { | |
if (idx < 0 || idx >= buf->rangeToBuffer.length) return 0xFFFF; | |
if (buf->directUniCharBuffer) return buf->directUniCharBuffer[idx + buf->rangeToBuffer.location]; | |
if (buf->directCStringBuffer) return (UniChar)(buf->directCStringBuffer[idx + buf->rangeToBuffer.location]); | |
if (idx >= buf->bufferedRangeEnd || idx < buf->bufferedRangeStart) { | |
if ((buf->bufferedRangeStart = idx - 4) < 0) buf->bufferedRangeStart = 0; | |
buf->bufferedRangeEnd = buf->bufferedRangeStart + 64; | |
if (buf->bufferedRangeEnd > buf->rangeToBuffer.length) buf->bufferedRangeEnd = buf->rangeToBuffer.length; | |
CFStringGetCharacters(buf->theString, CFRangeMake(buf->rangeToBuffer.location + buf->bufferedRangeStart, buf->bufferedRangeEnd - buf->bufferedRangeStart), buf->buffer); | |
} | |
return buf->buffer[idx - buf->bufferedRangeStart]; | |
} | |
static __inline__ __attribute__((always_inline)) UniChar __CFStringGetCharacterFromInlineBufferQuick(CFStringInlineBuffer *buf, CFIndex idx) { | |
if (buf->directUniCharBuffer) return buf->directUniCharBuffer[idx + buf->rangeToBuffer.location]; | |
if (buf->directCStringBuffer) return (UniChar)(buf->directCStringBuffer[idx + buf->rangeToBuffer.location]); | |
if (idx >= buf->bufferedRangeEnd || idx < buf->bufferedRangeStart) { | |
if ((buf->bufferedRangeStart = idx - 4) < 0) buf->bufferedRangeStart = 0; | |
buf->bufferedRangeEnd = buf->bufferedRangeStart + 64; | |
if (buf->bufferedRangeEnd > buf->rangeToBuffer.length) buf->bufferedRangeEnd = buf->rangeToBuffer.length; | |
CFStringGetCharacters(buf->theString, CFRangeMake(buf->rangeToBuffer.location + buf->bufferedRangeStart, buf->bufferedRangeEnd - buf->bufferedRangeStart), buf->buffer); | |
} | |
return buf->buffer[idx - buf->bufferedRangeStart]; | |
} | |
extern void _CFStringAppendFormatAndArgumentsAux(CFMutableStringRef outputString, CFStringRef _Nonnull (*_Nullable copyDescFunc)(void *, const void *loc), CFDictionaryRef _Nullable formatOptions, CFStringRef formatString, va_list args); | |
extern CFStringRef _CFStringCreateWithFormatAndArgumentsAux(CFAllocatorRef _Nullable alloc, CFStringRef _Nonnull (*_Nullable copyDescFunc)(void *, const void *loc), CFDictionaryRef _Nullable formatOptions, CFStringRef format, va_list arguments); | |
extern void _CFStringAppendFormatAndArgumentsAux2(CFMutableStringRef outputString, CFStringRef _Nonnull (*_Nullable copyDescFunc)(void *, const void *loc), CFStringRef _Nonnull (*_Nullable contextDescFunc)(void *, const void *, const void *, _Bool, _Bool *), CFDictionaryRef _Nullable formatOptions, CFStringRef formatString, va_list args); | |
extern CFStringRef _Nullable _CFStringCreateWithFormatAndArgumentsAux2(CFAllocatorRef _Nullable alloc, CFStringRef _Nonnull (*_Nullable copyDescFunc)(void *, const void *loc), CFStringRef _Nonnull (*_Nullable contextDescFunc)(void *, const void *, const void *, _Bool, _Bool *), CFDictionaryRef _Nullable formatOptions, CFStringRef format, va_list arguments); | |
extern CFStringRef _Nullable CFStringCreateStringWithValidatedFormat(CFAllocatorRef alloc, CFDictionaryRef formatOptions, CFStringRef validFormatSpecifiers, CFStringRef format, va_list arguments, CFErrorRef *errorPtr) ; | |
enum {_CFStringErrNone = 0, _CFStringErrNotMutable = 1, _CFStringErrNilArg = 2, _CFStringErrBounds = 3}; | |
extern int __CFStringCheckAndReplace(CFMutableStringRef str, CFRange range, CFStringRef replacement); | |
extern Boolean __CFStringNoteErrors(void); | |
extern Boolean __CFStringIsEightBit(CFStringRef str); | |
extern int _CFStringCheckAndGetCharacterAtIndex(CFStringRef str, CFIndex idx, UniChar *ch); | |
extern int _CFStringCheckAndGetCharacters(CFStringRef str, CFRange range, UniChar *buffer); | |
extern CFIndex _CFStringGetLength2(CFStringRef str); | |
extern CFHashCode __CFStringHash(CFTypeRef cf); | |
extern CFHashCode CFStringHashISOLatin1CString(const uint8_t *bytes, CFIndex len); | |
extern CFHashCode CFStringHashCString(const uint8_t *bytes, CFIndex len); | |
extern CFHashCode CFStringHashCharacters(const UniChar *characters, CFIndex len); | |
extern CFHashCode CFStringHashNSString(CFStringRef str); | |
extern CFHashCode CFHashBytes(uint8_t *_Nullable bytes, CFIndex length); | |
#pragma clang assume_nonnull end | |
#pragma clang assume_nonnull begin | |
typedef const struct __attribute__((objc_bridge(_NSKeyedArchiverUID))) __CFKeyedArchiverUID * CFKeyedArchiverUIDRef; | |
extern CFTypeID _CFKeyedArchiverUIDGetTypeID(void); | |
extern CFKeyedArchiverUIDRef _Nullable _CFKeyedArchiverUIDCreate(CFAllocatorRef _Nullable allocator, uint32_t value); | |
extern uint32_t _CFKeyedArchiverUIDGetValue(CFKeyedArchiverUIDRef uid); | |
enum { | |
kCFBinaryPlistMarkerNull = 0x00, | |
kCFBinaryPlistMarkerFalse = 0x08, | |
kCFBinaryPlistMarkerTrue = 0x09, | |
kCFBinaryPlistMarkerFill = 0x0F, | |
kCFBinaryPlistMarkerInt = 0x10, | |
kCFBinaryPlistMarkerReal = 0x20, | |
kCFBinaryPlistMarkerDate = 0x33, | |
kCFBinaryPlistMarkerData = 0x40, | |
kCFBinaryPlistMarkerASCIIString = 0x50, | |
kCFBinaryPlistMarkerUnicode16String = 0x60, | |
kCFBinaryPlistMarkerUID = 0x80, | |
kCFBinaryPlistMarkerArray = 0xA0, | |
kCFBinaryPlistMarkerSet = 0xC0, | |
kCFBinaryPlistMarkerDict = 0xD0 | |
}; | |
typedef struct { | |
uint8_t _magic[6]; | |
uint8_t _version[2]; | |
} CFBinaryPlistHeader; | |
typedef struct { | |
uint8_t _unused[5]; | |
uint8_t _sortVersion; | |
uint8_t _offsetIntSize; | |
uint8_t _objectRefSize; | |
uint64_t _numObjects; | |
uint64_t _topObject; | |
uint64_t _offsetTableOffset; | |
} CFBinaryPlistTrailer; | |
extern _Bool __CFBinaryPlistGetTopLevelInfo(const uint8_t *databytes, uint64_t datalen, uint8_t *marker, uint64_t *offset, CFBinaryPlistTrailer *trailer); | |
extern _Bool __CFBinaryPlistGetOffsetForValueFromArray2(const uint8_t *databytes, uint64_t datalen, uint64_t startOffset, const CFBinaryPlistTrailer *trailer, CFIndex idx, uint64_t *offset, CFMutableDictionaryRef objects); | |
extern _Bool __CFBinaryPlistGetOffsetForValueFromDictionary3(const uint8_t *databytes, uint64_t datalen, uint64_t startOffset, const CFBinaryPlistTrailer *trailer, CFTypeRef key, uint64_t *_Nullable koffset, uint64_t *_Nullable voffset, Boolean unused, CFMutableDictionaryRef objects); | |
extern _Bool __CFBinaryPlistCreateObject(const uint8_t *databytes, uint64_t datalen, uint64_t startOffset, const CFBinaryPlistTrailer *trailer, CFAllocatorRef _Nullable allocator, CFOptionFlags mutabilityOption, CFMutableDictionaryRef objects, CFPropertyListRef _Nullable * _Nonnull plist); | |
extern CFIndex __CFBinaryPlistWriteToStream(CFPropertyListRef plist, CFTypeRef stream); | |
extern CFIndex __CFBinaryPlistWriteToStreamWithEstimate(CFPropertyListRef plist, CFTypeRef stream, uint64_t estimate); | |
extern CFIndex __CFBinaryPlistWriteToStreamWithOptions(CFPropertyListRef plist, CFTypeRef stream, uint64_t estimate, CFOptionFlags options); | |
extern CFIndex __CFBinaryPlistWrite(CFPropertyListRef plist, CFTypeRef stream, uint64_t estimate, CFOptionFlags options, CFErrorRef *error); | |
extern CFTypeRef _CFPropertyListCreateFromXMLData(CFAllocatorRef _Nullable allocator, CFDataRef xmlData, CFOptionFlags option, CFStringRef _Nullable * _Nullable errorString, Boolean allowNewTypes, CFPropertyListFormat *_Nullable format); | |
extern CFTypeRef _CFPropertyListCreateFromXMLString(CFAllocatorRef _Nullable allocator, CFStringRef xmlString, CFOptionFlags option, CFStringRef _Nullable * _Nullable errorString, Boolean allowNewTypes, CFPropertyListFormat *_Nullable format); | |
extern void _CFSuddenTerminationDisable(void); | |
extern void _CFSuddenTerminationEnable(void); | |
extern void _CFSuddenTerminationExitIfTerminationEnabled(int exitStatus); | |
extern void _CFSuddenTerminationExitWhenTerminationEnabled(int exitStatus); | |
extern size_t _CFSuddenTerminationDisablingCount(void); | |
extern void *_Nullable _CFGetTSDCreateIfNeeded(uint32_t slot, Boolean create); | |
extern void *_Nullable _CFGetTSD(uint32_t slot); | |
extern void *_Nullable _CFSetTSD(uint32_t slot, void * _Nullable newVal, void (*_Nullable destructor)(void * _Nullable)); | |
typedef CFTypeRef _Nonnull (^CFErrorUserInfoKeyCallBackBlock)(CFErrorRef err, CFStringRef key); | |
extern void CFErrorSetCallBackBlockForDomain(CFStringRef domainName, CFErrorUserInfoKeyCallBackBlock _Nullable provider) ; | |
extern CFErrorUserInfoKeyCallBackBlock CFErrorGetCallBackBlockForDomain(CFStringRef domainName) ; | |
extern CFErrorUserInfoKeyCallBackBlock CFErrorCopyCallBackBlockForDomain(CFStringRef domainName) ; | |
typedef CFTypeRef _Nonnull (*CFErrorUserInfoKeyCallBack)(CFErrorRef err, CFStringRef key); | |
extern void CFErrorSetCallBackForDomain(CFStringRef domainName, CFErrorUserInfoKeyCallBack _Nullable callBack) ; | |
extern CFErrorUserInfoKeyCallBack _Nullable CFErrorGetCallBackForDomain(CFStringRef domainName) ; | |
#pragma clang assume_nonnull end | |
# 452 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
#pragma clang assume_nonnull begin | |
extern CFTypeID CFTypeGetTypeID(void); | |
extern void _CFArraySetCapacity(CFMutableArrayRef array, CFIndex cap); | |
extern void _CFBagSetCapacity(CFMutableBagRef bag, CFIndex cap); | |
extern void _CFDictionarySetCapacity(CFMutableDictionaryRef dict, CFIndex cap); | |
extern void _CFSetSetCapacity(CFMutableSetRef set, CFIndex cap); | |
extern void CFCharacterSetCompact(CFMutableCharacterSetRef theSet); | |
extern void CFCharacterSetFast(CFMutableCharacterSetRef theSet); | |
extern const void *_CFArrayCheckAndGetValueAtIndex(CFArrayRef array, CFIndex idx, Boolean *outOfBounds); | |
extern void _CFArrayReplaceValues(CFMutableArrayRef array, CFRange range, const void *_Nullable * _Nullable newValues, CFIndex newCount); | |
# 489 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
#define HASHFACTOR 2654435761U | |
static __inline__ __attribute__((always_inline)) CFHashCode _CFHashInt(long i) { | |
return ((i > 0) ? (CFHashCode)(i) : (CFHashCode)(-i)) * 2654435761U; | |
} | |
static __inline__ __attribute__((always_inline)) CFHashCode _CFHashDouble(const double d) { | |
const double positive = (d < 0) ? -d : d; | |
const double positiveInt = floor(positive + 0.5); | |
const double fractional = (positive - positiveInt) * (9223372036854775807L *2UL+1UL); | |
CFHashCode result = 2654435761U * (CFHashCode)fmod(positiveInt, (double)(9223372036854775807L *2UL+1UL)); | |
if (fractional < 0) { | |
result += -((CFHashCode)(fabs(fractional))); | |
} else if (fractional > 0) { | |
result += (CFHashCode)fractional; | |
} | |
return result; | |
} | |
extern void _CFNumberInitBool(CFNumberRef result, Boolean value); | |
extern void _CFNumberInitInt8(CFNumberRef result, int8_t value); | |
extern void _CFNumberInitUInt8(CFNumberRef result, uint8_t value); | |
extern void _CFNumberInitInt16(CFNumberRef result, int16_t value); | |
extern void _CFNumberInitUInt16(CFNumberRef result, uint16_t value); | |
extern void _CFNumberInitInt32(CFNumberRef result, int32_t value); | |
extern void _CFNumberInitUInt32(CFNumberRef result, uint32_t value); | |
extern void _CFNumberInitInt(CFNumberRef result, long value); | |
extern void _CFNumberInitUInt(CFNumberRef result, unsigned long value); | |
extern void _CFNumberInitInt64(CFNumberRef result, int64_t value); | |
extern void _CFNumberInitUInt64(CFNumberRef result, uint64_t value); | |
extern void _CFNumberInitFloat(CFNumberRef result, float value); | |
extern void _CFNumberInitDouble(CFNumberRef result, double value); | |
extern CFStringRef _CFErrorCreateLocalizedDescription(CFErrorRef err); | |
extern CFStringRef _CFErrorCreateLocalizedFailureReason(CFErrorRef err); | |
extern CFStringRef _CFErrorCreateLocalizedRecoverySuggestion(CFErrorRef err); | |
extern CFStringRef _CFErrorCreateDebugDescription(CFErrorRef err); | |
extern CFStringRef _CFErrorCreateRedactedDescription(CFErrorRef err); | |
extern void *__CFURLReservedPtr(CFURLRef url); | |
extern void __CFURLSetReservedPtr(CFURLRef url, void *_Nullable ptr); | |
extern CFStringEncoding _CFURLGetEncoding(CFURLRef url); | |
extern void _CFURLInitWithFileSystemPathRelativeToBase(CFURLRef url, CFStringRef fileSystemPath, CFURLPathStyle pathStyle, Boolean isDirectory, _Nullable CFURLRef baseURL); | |
extern Boolean _CFURLInitWithURLString(CFURLRef url, CFStringRef string, Boolean checkForLegalCharacters, _Nullable CFURLRef baseURL); | |
extern Boolean _CFURLInitAbsoluteURLWithBytes(CFURLRef url, const UInt8 *relativeURLBytes, CFIndex length, CFStringEncoding encoding, _Nullable CFURLRef baseURL); | |
extern Boolean _CFRunLoopFinished(CFRunLoopRef rl, CFStringRef mode); | |
extern CFTypeRef _CFRunLoopGet2(CFRunLoopRef rl); | |
extern Boolean _CFRunLoopIsCurrent(CFRunLoopRef rl); | |
extern CFIndex _CFStreamInstanceSize(void); | |
extern CFReadStreamRef CFReadStreamCreateWithData(_Nullable CFAllocatorRef alloc, CFDataRef data); | |
# 564 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
enum { | |
kCFNumberFormatterDurationStyle = 7, | |
}; | |
extern void *_CFNumberFormatterGetFormatter(CFNumberFormatterRef formatter); | |
extern void _CFDataInit(CFMutableDataRef memory, CFOptionFlags variety, CFIndex capacity, const uint8_t *_Nullable bytes, CFIndex length, Boolean noCopy); | |
extern CFRange _CFDataFindBytes(CFDataRef data, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions); | |
# 605 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
extern CFTimeInterval CFGetSystemUptime(void); | |
extern CFStringRef CFCopySystemVersionString(void); | |
extern CFDictionaryRef _CFCopySystemVersionDictionary(void); | |
extern Boolean _CFCalendarInitWithIdentifier(CFCalendarRef calendar, CFStringRef identifier); | |
extern Boolean _CFCalendarComposeAbsoluteTimeV(CFCalendarRef calendar, CFAbsoluteTime *atp, const char *componentDesc, int32_t *vector, int32_t count); | |
extern Boolean _CFCalendarDecomposeAbsoluteTimeV(CFCalendarRef calendar, CFAbsoluteTime at, const char *componentDesc, int32_t *_Nonnull * _Nonnull vector, int32_t count); | |
extern Boolean _CFCalendarAddComponentsV(CFCalendarRef calendar, CFAbsoluteTime *atp, CFOptionFlags options, const char *componentDesc, int32_t *vector, int32_t count); | |
extern Boolean _CFCalendarGetComponentDifferenceV(CFCalendarRef calendar, CFAbsoluteTime startingAT, CFAbsoluteTime resultAT, CFOptionFlags options, const char *componentDesc, int32_t *_Nonnull * _Nonnull vector, int32_t count); | |
extern Boolean _CFLocaleInit(CFLocaleRef locale, CFStringRef identifier); | |
extern Boolean _CFTimeZoneInit(CFTimeZoneRef timeZone, CFStringRef name, _Nullable CFDataRef data); | |
extern Boolean _CFCharacterSetInitWithCharactersInRange(CFMutableCharacterSetRef cset, CFRange theRange); | |
extern Boolean _CFCharacterSetInitWithCharactersInString(CFMutableCharacterSetRef cset, CFStringRef theString); | |
extern Boolean _CFCharacterSetInitMutable(CFMutableCharacterSetRef cset); | |
extern Boolean _CFCharacterSetInitWithBitmapRepresentation(CFMutableCharacterSetRef cset, CFDataRef theData); | |
extern Boolean _CFNonObjCEqual(CFTypeRef cf1, CFTypeRef cf2); | |
extern CFTypeRef _CFNonObjCRetain(CFTypeRef cf); | |
extern void _CFNonObjCRelease(CFTypeRef cf); | |
extern CFHashCode _CFNonObjCHash(CFTypeRef cf); | |
extern void *__CFTSANTagMutableArray; | |
extern void *__CFTSANTagMutableDictionary; | |
extern void *__CFTSANTagMutableSet; | |
extern void *__CFTSANTagMutableOrderedSet; | |
extern void *_CFRegisterThreadSanitizerTag(char *name); | |
extern void _CFAssignThreadSanitizerTag(void *const _Nonnull ptr, void *const tag); | |
extern void (*__cf_tsanReadFunction)(void *, void *, void *); | |
#define _CFRecordReadForDataOwnedBy(P,T) do { if (__builtin_expect(__cf_tsanReadFunction != NULL, false) && (P) && (T)) { __cf_tsanReadFunction((P), __builtin_return_address(0), (T)); }} while(0) | |
extern void (*__cf_tsanWriteFunction)(void *, void *, void *); | |
#define _CFRecordWriteForDataOwnedBy(P,T) do { if (__builtin_expect(__cf_tsanWriteFunction != NULL, false) && (P) && (T)) { __cf_tsanWriteFunction((P), __builtin_return_address(0), (T)); }} while (0) | |
extern void *_CFCreateArrayStorage(size_t numPointers, Boolean zeroed, size_t *actualNumPointers); | |
# 661 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForFoundationOnly.h" | |
#define STATIC_CLASS_PREFIX $s10Foundation | |
#define STATIC_CLASS_NAME_LENGTH_LOOKUP___NSCFType 10 | |
#define STATIC_CLASS_NAME_LOOKUP___NSCFType __NSCFTypeCN | |
#define STATIC_CLASS_NAME_LENGTH_LOOKUP_NSNull 6 | |
#define STATIC_CLASS_NAME_LOOKUP_NSNull NSNullCN | |
#define STATIC_CLASS_NAME_LENGTH_LOOKUP___NSCFBoolean 13 | |
#define STATIC_CLASS_NAME_LOOKUP___NSCFBoolean __NSCFBooleanCN | |
#define STATIC_CLASS_NAME_LENGTH_LOOKUP___NSCFNumber 8 | |
#define STATIC_CLASS_NAME_LOOKUP___NSCFNumber NSNumberCN | |
#define STATIC_CLASS_NAME_LENGTH_LOOKUP_NSMutableData 13 | |
#define STATIC_CLASS_NAME_LOOKUP_NSMutableData NSMutableDataCN | |
#define STATIC_CLASS_NAME_CONCAT_INNER(x,y) x ## y | |
#define STATIC_CLASS_NAME_CONCAT(x,y) STATIC_CLASS_NAME_CONCAT_INNER(x,y) | |
#define STATIC_CLASS_NAME_LOOKUP(CLASSNAME) STATIC_CLASS_NAME_CONCAT(STATIC_CLASS_NAME_LOOKUP_, CLASSNAME) | |
#define STATIC_CLASS_NAME_LENGTH_LOOKUP(CLASSNAME) STATIC_CLASS_NAME_CONCAT(STATIC_CLASS_NAME_LENGTH_LOOKUP_, CLASSNAME) | |
#define STATIC_CLASS_NAME(CLASSNAME) STATIC_CLASS_NAME_CONCAT(STATIC_CLASS_NAME_LENGTH_LOOKUP(CLASSNAME), STATIC_CLASS_NAME_LOOKUP(CLASSNAME)) | |
#define DECLARE_STATIC_CLASS_REF(CLASSNAME) extern void STATIC_CLASS_NAME_CONCAT(STATIC_CLASS_PREFIX, STATIC_CLASS_NAME(CLASSNAME)) | |
#define STATIC_CLASS_REF(CLASSNAME) &(STATIC_CLASS_NAME_CONCAT(STATIC_CLASS_PREFIX, STATIC_CLASS_NAME(CLASSNAME))) | |
#pragma clang assume_nonnull end | |
# 155 "/home/segabor/Workspace/swift-dev/swift-corelibs-foundation/CoreFoundation/Base.subproj/CFInternal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 1 | |
# 12 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" | |
#define __COREFOUNDATION_FORSWIFTFOUNDATIONONLY__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocking.h" 1 | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocking.h" | |
#define __COREFOUNDATION_CFLOCKING_H__ 1 | |
# 70 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocking.h" | |
typedef int32_t CFLock_t; | |
#define CFLockInit 0 | |
#define CF_LOCK_INIT_FOR_STRUCTS(X) (X = CFLockInit) | |
static __inline__ __attribute__((always_inline)) void __CFLock(volatile CFLock_t *lock) { | |
while (__sync_val_compare_and_swap(lock, 0, ~0) != 0) { | |
sleep(0); | |
} | |
} | |
static __inline__ __attribute__((always_inline)) void __CFUnlock(volatile CFLock_t *lock) { | |
__sync_synchronize(); | |
*lock = 0; | |
} | |
static __inline__ __attribute__((always_inline)) Boolean __CFLockTry(volatile CFLock_t *lock) { | |
return (__sync_val_compare_and_swap(lock, 0, ~0) == 0); | |
} | |
static inline CFLock_t __CFLockInit(void) { return 0; } | |
typedef CFLock_t OSSpinLock; | |
#define OS_SPINLOCK_INIT CFLockInit | |
#define OSSpinLockLock(lock) __CFLock(lock) | |
#define OSSpinLockUnlock(lock) __CFUnlock(lock) | |
# 21 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocaleInternal.h" 1 | |
# 17 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFLocaleInternal.h" | |
extern CFStringRef const kCFLocaleAlternateQuotationBeginDelimiterKey; | |
extern CFStringRef const kCFLocaleAlternateQuotationEndDelimiterKey; | |
extern CFStringRef const kCFLocaleQuotationBeginDelimiterKey; | |
extern CFStringRef const kCFLocaleQuotationEndDelimiterKey; | |
extern CFStringRef const kCFLocaleCalendarIdentifierKey; | |
extern CFStringRef const kCFLocaleCalendarKey; | |
extern CFStringRef const kCFLocaleCollationIdentifierKey; | |
extern CFStringRef const kCFLocaleCollatorIdentifierKey; | |
extern CFStringRef const kCFLocaleCountryCodeKey; | |
extern CFStringRef const kCFLocaleCurrencyCodeKey; | |
extern CFStringRef const kCFLocaleCurrencySymbolKey; | |
extern CFStringRef const kCFLocaleDecimalSeparatorKey; | |
extern CFStringRef const kCFLocaleExemplarCharacterSetKey; | |
extern CFStringRef const kCFLocaleGroupingSeparatorKey; | |
extern CFStringRef const kCFLocaleIdentifierKey; | |
extern CFStringRef const kCFLocaleLanguageCodeKey; | |
extern CFStringRef const kCFLocaleMeasurementSystemKey; | |
extern CFStringRef const kCFLocaleTemperatureUnitKey; | |
extern CFStringRef const kCFLocaleScriptCodeKey; | |
extern CFStringRef const kCFLocaleUsesMetricSystemKey; | |
extern CFStringRef const kCFLocaleVariantCodeKey; | |
extern CFStringRef const kCFDateFormatterAMSymbolKey; | |
extern CFStringRef const kCFDateFormatterCalendarKey; | |
extern CFStringRef const kCFDateFormatterCalendarIdentifierKey; | |
extern CFStringRef const kCFDateFormatterDefaultDateKey; | |
extern CFStringRef const kCFDateFormatterDefaultFormatKey; | |
extern CFStringRef const kCFDateFormatterDoesRelativeDateFormattingKey; | |
extern CFStringRef const kCFDateFormatterEraSymbolsKey; | |
extern CFStringRef const kCFDateFormatterGregorianStartDateKey; | |
extern CFStringRef const kCFDateFormatterIsLenientKey; | |
extern CFStringRef const kCFDateFormatterLongEraSymbolsKey; | |
extern CFStringRef const kCFDateFormatterMonthSymbolsKey; | |
extern CFStringRef const kCFDateFormatterPMSymbolKey; | |
extern CFStringRef const kCFDateFormatterAmbiguousYearStrategyKey; | |
extern CFStringRef const kCFDateFormatterQuarterSymbolsKey; | |
extern CFStringRef const kCFDateFormatterShortMonthSymbolsKey; | |
extern CFStringRef const kCFDateFormatterShortQuarterSymbolsKey; | |
extern CFStringRef const kCFDateFormatterShortStandaloneMonthSymbolsKey; | |
extern CFStringRef const kCFDateFormatterShortStandaloneQuarterSymbolsKey; | |
extern CFStringRef const kCFDateFormatterShortStandaloneWeekdaySymbolsKey; | |
extern CFStringRef const kCFDateFormatterShortWeekdaySymbolsKey; | |
extern CFStringRef const kCFDateFormatterStandaloneMonthSymbolsKey; | |
extern CFStringRef const kCFDateFormatterStandaloneQuarterSymbolsKey; | |
extern CFStringRef const kCFDateFormatterStandaloneWeekdaySymbolsKey; | |
extern CFStringRef const kCFDateFormatterTimeZoneKey; | |
extern CFStringRef const kCFDateFormatterTwoDigitStartDateKey; | |
extern CFStringRef const kCFDateFormatterVeryShortMonthSymbolsKey; | |
extern CFStringRef const kCFDateFormatterVeryShortStandaloneMonthSymbolsKey; | |
extern CFStringRef const kCFDateFormatterVeryShortStandaloneWeekdaySymbolsKey; | |
extern CFStringRef const kCFDateFormatterVeryShortWeekdaySymbolsKey; | |
extern CFStringRef const kCFDateFormatterWeekdaySymbolsKey; | |
extern CFStringRef const kCFDateFormatterUsesCharacterDirectionKey; | |
extern CFStringRef const kCFNumberFormatterAlwaysShowDecimalSeparatorKey; | |
extern CFStringRef const kCFNumberFormatterCurrencyCodeKey; | |
extern CFStringRef const kCFNumberFormatterCurrencyDecimalSeparatorKey; | |
extern CFStringRef const kCFNumberFormatterCurrencyGroupingSeparatorKey; | |
extern CFStringRef const kCFNumberFormatterCurrencySymbolKey; | |
extern CFStringRef const kCFNumberFormatterDecimalSeparatorKey; | |
extern CFStringRef const kCFNumberFormatterDefaultFormatKey; | |
extern CFStringRef const kCFNumberFormatterExponentSymbolKey; | |
extern CFStringRef const kCFNumberFormatterFormatWidthKey; | |
extern CFStringRef const kCFNumberFormatterGroupingSeparatorKey; | |
extern CFStringRef const kCFNumberFormatterGroupingSizeKey; | |
extern CFStringRef const kCFNumberFormatterInfinitySymbolKey; | |
extern CFStringRef const kCFNumberFormatterInternationalCurrencySymbolKey; | |
extern CFStringRef const kCFNumberFormatterIsLenientKey; | |
extern CFStringRef const kCFNumberFormatterMaxFractionDigitsKey; | |
extern CFStringRef const kCFNumberFormatterMaxIntegerDigitsKey; | |
extern CFStringRef const kCFNumberFormatterMaxSignificantDigitsKey; | |
extern CFStringRef const kCFNumberFormatterMinFractionDigitsKey; | |
extern CFStringRef const kCFNumberFormatterMinIntegerDigitsKey; | |
extern CFStringRef const kCFNumberFormatterMinSignificantDigitsKey; | |
extern CFStringRef const kCFNumberFormatterMinusSignKey; | |
extern CFStringRef const kCFNumberFormatterMultiplierKey; | |
extern CFStringRef const kCFNumberFormatterNaNSymbolKey; | |
extern CFStringRef const kCFNumberFormatterNegativePrefixKey; | |
extern CFStringRef const kCFNumberFormatterNegativeSuffixKey; | |
extern CFStringRef const kCFNumberFormatterPaddingCharacterKey; | |
extern CFStringRef const kCFNumberFormatterPaddingPositionKey; | |
extern CFStringRef const kCFNumberFormatterPerMillSymbolKey; | |
extern CFStringRef const kCFNumberFormatterPercentSymbolKey; | |
extern CFStringRef const kCFNumberFormatterPlusSignKey; | |
extern CFStringRef const kCFNumberFormatterPositivePrefixKey; | |
extern CFStringRef const kCFNumberFormatterPositiveSuffixKey; | |
extern CFStringRef const kCFNumberFormatterRoundingIncrementKey; | |
extern CFStringRef const kCFNumberFormatterRoundingModeKey; | |
extern CFStringRef const kCFNumberFormatterSecondaryGroupingSizeKey; | |
extern CFStringRef const kCFNumberFormatterUseGroupingSeparatorKey; | |
extern CFStringRef const kCFNumberFormatterUseSignificantDigitsKey; | |
extern CFStringRef const kCFNumberFormatterZeroSymbolKey; | |
extern CFStringRef const kCFNumberFormatterUsesCharacterDirectionKey; | |
extern CFStringRef const kCFCalendarIdentifierGregorian; | |
extern CFStringRef const kCFCalendarIdentifierBuddhist; | |
extern CFStringRef const kCFCalendarIdentifierJapanese; | |
extern CFStringRef const kCFCalendarIdentifierIslamic; | |
extern CFStringRef const kCFCalendarIdentifierIslamicCivil; | |
extern CFStringRef const kCFCalendarIdentifierIslamicTabular; | |
extern CFStringRef const kCFCalendarIdentifierIslamicUmmAlQura; | |
extern CFStringRef const kCFCalendarIdentifierHebrew; | |
extern CFStringRef const kCFCalendarIdentifierChinese; | |
extern CFStringRef const kCFCalendarIdentifierRepublicOfChina; | |
extern CFStringRef const kCFCalendarIdentifierPersian; | |
extern CFStringRef const kCFCalendarIdentifierIndian; | |
extern CFStringRef const kCFCalendarIdentifierISO8601; | |
extern CFStringRef const kCFCalendarIdentifierCoptic; | |
extern CFStringRef const kCFCalendarIdentifierEthiopicAmeteMihret; | |
extern CFStringRef const kCFCalendarIdentifierEthiopicAmeteAlem; | |
# 22 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFXMLInterface.h" 1 | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFXMLInterface.h" | |
#define __COREFOUNDATION_CFXMLINTERFACE__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" 1 | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
#define __COREFOUNDATION_CFTREE__ 1 | |
# 33 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
typedef const void * (*CFTreeRetainCallBack)(const void *info); | |
typedef void (*CFTreeReleaseCallBack)(const void *info); | |
# 50 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
typedef CFStringRef (*CFTreeCopyDescriptionCallBack)(const void *info); | |
# 69 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
typedef struct { | |
CFIndex version; | |
void * info; | |
CFTreeRetainCallBack retain; | |
CFTreeReleaseCallBack release; | |
CFTreeCopyDescriptionCallBack copyDescription; | |
} CFTreeContext; | |
# 85 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
typedef void (*CFTreeApplierFunction)(const void *value, void *context); | |
typedef struct __attribute__((objc_bridge_mutable(id))) __CFTree * CFTreeRef; | |
extern | |
CFTypeID CFTreeGetTypeID(void); | |
# 117 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFTreeRef CFTreeCreate(CFAllocatorRef allocator, const CFTreeContext *context); | |
# 127 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFTreeRef CFTreeGetParent(CFTreeRef tree); | |
# 137 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFTreeRef CFTreeGetNextSibling(CFTreeRef tree); | |
# 147 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFTreeRef CFTreeGetFirstChild(CFTreeRef tree); | |
# 161 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeGetContext(CFTreeRef tree, CFTreeContext *context); | |
# 171 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFIndex CFTreeGetChildCount(CFTreeRef tree); | |
# 184 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFTreeRef CFTreeGetChildAtIndex(CFTreeRef tree, CFIndex idx); | |
# 196 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeGetChildren(CFTreeRef tree, CFTreeRef *children); | |
# 217 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeApplyFunctionToChildren(CFTreeRef tree, CFTreeApplierFunction __attribute__((noescape)) applier, void *context); | |
# 227 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
CFTreeRef CFTreeFindRoot(CFTreeRef tree); | |
# 244 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeSetContext(CFTreeRef tree, const CFTreeContext *context); | |
# 257 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreePrependChild(CFTreeRef tree, CFTreeRef newChild); | |
# 270 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeAppendChild(CFTreeRef tree, CFTreeRef newChild); | |
# 285 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeInsertSibling(CFTreeRef tree, CFTreeRef newSibling); | |
extern | |
void CFTreeRemove(CFTreeRef tree); | |
extern | |
void CFTreeRemoveAllChildren(CFTreeRef tree); | |
# 323 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFTree.h" | |
extern | |
void CFTreeSortChildren(CFTreeRef tree, CFComparatorFunction comparator, void *context); | |
# 22 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFXMLInterface.h" 2 | |
#pragma clang assume_nonnull begin | |
extern CFIndex _kCFXMLInterfaceRecover; | |
extern CFIndex _kCFXMLInterfaceNoEnt; | |
extern CFIndex _kCFXMLInterfaceDTDLoad; | |
extern CFIndex _kCFXMLInterfaceDTDAttr; | |
extern CFIndex _kCFXMLInterfaceDTDValid; | |
extern CFIndex _kCFXMLInterfaceNoError; | |
extern CFIndex _kCFXMLInterfaceNoWarning; | |
extern CFIndex _kCFXMLInterfacePedantic; | |
extern CFIndex _kCFXMLInterfaceNoBlanks; | |
extern CFIndex _kCFXMLInterfaceSAX1; | |
extern CFIndex _kCFXMLInterfaceXInclude; | |
extern CFIndex _kCFXMLInterfaceNoNet; | |
extern CFIndex _kCFXMLInterfaceNoDict; | |
extern CFIndex _kCFXMLInterfaceNSClean; | |
extern CFIndex _kCFXMLInterfaceNoCdata; | |
extern CFIndex _kCFXMLInterfaceNoXIncnode; | |
extern CFIndex _kCFXMLInterfaceCompact; | |
extern CFIndex _kCFXMLInterfaceOld10; | |
extern CFIndex _kCFXMLInterfaceNoBasefix; | |
extern CFIndex _kCFXMLInterfaceHuge; | |
extern CFIndex _kCFXMLInterfaceOldsax; | |
extern CFIndex _kCFXMLInterfaceIgnoreEnc; | |
extern CFIndex _kCFXMLInterfaceBigLines; | |
extern CFIndex _kCFXMLTypeInvalid; | |
extern CFIndex _kCFXMLTypeDocument; | |
extern CFIndex _kCFXMLTypeElement; | |
extern CFIndex _kCFXMLTypeAttribute; | |
extern CFIndex _kCFXMLTypeProcessingInstruction; | |
extern CFIndex _kCFXMLTypeComment; | |
extern CFIndex _kCFXMLTypeText; | |
extern CFIndex _kCFXMLTypeDTD; | |
extern CFIndex _kCFXMLDocTypeHTML; | |
extern CFIndex _kCFXMLTypeNamespace; | |
extern CFIndex _kCFXMLDTDNodeTypeEntity; | |
extern CFIndex _kCFXMLDTDNodeTypeAttribute; | |
extern CFIndex _kCFXMLDTDNodeTypeElement; | |
extern CFIndex _kCFXMLDTDNodeTypeNotation; | |
extern CFIndex _kCFXMLDTDNodeElementTypeUndefined; | |
extern CFIndex _kCFXMLDTDNodeElementTypeEmpty; | |
extern CFIndex _kCFXMLDTDNodeElementTypeAny; | |
extern CFIndex _kCFXMLDTDNodeElementTypeMixed; | |
extern CFIndex _kCFXMLDTDNodeElementTypeElement; | |
extern CFIndex _kCFXMLDTDNodeEntityTypeInternalGeneral; | |
extern CFIndex _kCFXMLDTDNodeEntityTypeExternalGeneralParsed; | |
extern CFIndex _kCFXMLDTDNodeEntityTypeExternalGeneralUnparsed; | |
extern CFIndex _kCFXMLDTDNodeEntityTypeInternalParameter; | |
extern CFIndex _kCFXMLDTDNodeEntityTypeExternalParameter; | |
extern CFIndex _kCFXMLDTDNodeEntityTypeInternalPredefined; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeCData; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeID; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeIDRef; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeIDRefs; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeEntity; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeEntities; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeNMToken; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeNMTokens; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeEnumeration; | |
extern CFIndex _kCFXMLDTDNodeAttributeTypeNotation; | |
typedef struct _xmlParserInput *_CFXMLInterfaceParserInput; | |
typedef struct _xmlParserCtxt *_CFXMLInterfaceParserContext; | |
typedef struct _xmlSAXHandler *_CFXMLInterfaceSAXHandler; | |
typedef struct _xmlEntity *_CFXMLInterfaceEntity; | |
typedef struct _xmlEnumeration *_CFXMLInterfaceEnumeration; | |
typedef struct _xmlElementContent *_CFXMLInterfaceElementContent; | |
typedef struct _xmlError *_CFXMLInterfaceError; | |
typedef struct __CFXMLInterface *_CFXMLInterface; | |
typedef _CFXMLInterfaceParserInput _Nonnull (*_CFXMLInterfaceExternalEntityLoader)(const char *URL, const char *ID, _CFXMLInterfaceParserContext); | |
typedef void (*_CFXMLInterfaceStructuredErrorFunc)(_CFXMLInterface ctx, _CFXMLInterfaceError error); | |
void _CFSetupXMLInterface(void); | |
_CFXMLInterfaceParserInput _CFXMLInterfaceNoNetExternalEntityLoader(const char *URL, const char *ID, _CFXMLInterfaceParserContext ctxt); | |
_CFXMLInterfaceSAXHandler _CFXMLInterfaceCreateSAXHandler(void); | |
void _CFXMLInterfaceDestroySAXHandler(_CFXMLInterfaceSAXHandler handler); | |
void _CFXMLInterfaceSetStructuredErrorFunc(_CFXMLInterface ctx, _CFXMLInterfaceStructuredErrorFunc _Nullable handler); | |
_CFXMLInterfaceParserContext _CFXMLInterfaceCreatePushParserCtxt(_CFXMLInterfaceSAXHandler _Nullable sax, _CFXMLInterface user_data, const char * chunk, int size, const char *_Nullable filename); | |
void _CFXMLInterfaceCtxtUseOptions(_CFXMLInterfaceParserContext _Nullable ctx, CFIndex options); | |
int _CFXMLInterfaceParseChunk(_CFXMLInterfaceParserContext _Nullable ctxt, const char * chunk, int size, int terminate); | |
void _CFXMLInterfaceStopParser(_CFXMLInterfaceParserContext _Nullable ctx); | |
void _CFXMLInterfaceDestroyContext(_CFXMLInterfaceParserContext _Nullable ctx); | |
int _CFXMLInterfaceSAX2GetColumnNumber(_CFXMLInterfaceParserContext _Nullable ctx); | |
int _CFXMLInterfaceSAX2GetLineNumber(_CFXMLInterfaceParserContext _Nullable ctx); | |
void _CFXMLInterfaceSAX2InternalSubset(_CFXMLInterfaceParserContext _Nullable ctx, | |
const unsigned char * name, | |
const unsigned char * ExternalID, | |
const unsigned char * SystemID); | |
void _CFXMLInterfaceSAX2ExternalSubset(_CFXMLInterfaceParserContext _Nullable ctx, | |
const unsigned char * name, | |
const unsigned char * ExternalID, | |
const unsigned char * SystemID); | |
int _CFXMLInterfaceIsStandalone(_CFXMLInterfaceParserContext _Nullable ctx); | |
int _CFXMLInterfaceHasInternalSubset(_CFXMLInterfaceParserContext _Nullable ctx); | |
int _CFXMLInterfaceHasExternalSubset(_CFXMLInterfaceParserContext _Nullable ctx); | |
_CFXMLInterfaceEntity _Nullable _CFXMLInterfaceGetPredefinedEntity(const unsigned char * name); | |
_CFXMLInterfaceEntity _Nullable _CFXMLInterfaceSAX2GetEntity(_CFXMLInterfaceParserContext _Nullable ctx, const unsigned char * name); | |
int _CFXMLInterfaceInRecursiveState(_CFXMLInterfaceParserContext ctx); | |
void _CFXMLInterfaceResetRecursiveState(_CFXMLInterfaceParserContext ctx); | |
int _CFXMLInterfaceHasDocument(_CFXMLInterfaceParserContext _Nullable ctx); | |
void _CFXMLInterfaceFreeEnumeration(_CFXMLInterfaceEnumeration _Nullable enumeration); | |
void _CFXMLInterfaceSAX2UnparsedEntityDecl(_CFXMLInterfaceParserContext _Nullable ctx, const unsigned char * name, const unsigned char *_Nullable publicId, const unsigned char *_Nullable systemId, const unsigned char *_Nullable notationName); | |
CFErrorRef _CFErrorCreateFromXMLInterface(_CFXMLInterfaceError err) __attribute__((cf_returns_retained)); | |
typedef void* _CFXMLNodePtr; | |
typedef void* _CFXMLDocPtr; | |
typedef void* _CFXMLNamespacePtr; | |
typedef void* _CFXMLEntityPtr; | |
typedef void* _CFXMLDTDPtr; | |
typedef void* _CFXMLDTDNodePtr; | |
_CFXMLNodePtr _CFXMLNewNode(_CFXMLNamespacePtr _Nullable name_space, const char* name); | |
_CFXMLNodePtr _CFXMLCopyNode(_CFXMLNodePtr node, _Bool recursive); | |
_CFXMLDocPtr _CFXMLNewDoc(const unsigned char* version); | |
_CFXMLNodePtr _CFXMLNewProcessingInstruction(const unsigned char* name, const unsigned char* value); | |
_CFXMLNodePtr _CFXMLNewTextNode(const unsigned char* value); | |
_CFXMLNodePtr _CFXMLNewComment(const unsigned char* value); | |
_CFXMLNodePtr _CFXMLNewProperty(_CFXMLNodePtr _Nullable node, const unsigned char* name, const unsigned char* _Nullable uri, const unsigned char* value); | |
CFStringRef _Nullable _CFXMLNodeCopyURI(_CFXMLNodePtr node); | |
void _CFXMLNodeSetURI(_CFXMLNodePtr node, const unsigned char* _Nullable URI); | |
void _CFXMLNodeSetPrivateData(_CFXMLNodePtr node, void* data); | |
void* _Nullable _CFXMLNodeGetPrivateData(_CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeProperties(_CFXMLNodePtr node); | |
CFIndex _CFXMLNodeGetType(_CFXMLNodePtr node); | |
CFStringRef _Nullable _CFXMLNodeCopyName(_CFXMLNodePtr node); | |
void _CFXMLNodeSetName(_CFXMLNodePtr node, const char* name); | |
CFStringRef _Nullable _CFXMLNodeCopyContent(_CFXMLNodePtr node); | |
void _CFXMLNodeSetContent(_CFXMLNodePtr node, const unsigned char* _Nullable content); | |
void _CFXMLUnlinkNode(_CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeGetFirstChild(_CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeGetLastChild(_CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeGetNextSibling(_CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeGetPrevSibling(_CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeGetParent(_CFXMLNodePtr node); | |
CFIndex _CFXMLNodeGetElementChildCount(_CFXMLNodePtr node); | |
void _CFXMLNodeAddChild(_CFXMLNodePtr node, _CFXMLNodePtr child); | |
void _CFXMLNodeAddPrevSibling(_CFXMLNodePtr node, _CFXMLNodePtr prevSibling); | |
void _CFXMLNodeAddNextSibling(_CFXMLNodePtr node, _CFXMLNodePtr nextSibling); | |
void _CFXMLNodeReplaceNode(_CFXMLNodePtr node, _CFXMLNodePtr replacement); | |
_CFXMLDocPtr _Nullable _CFXMLNodeGetDocument(_CFXMLNodePtr node); | |
_Bool _CFXMLDocStandalone(_CFXMLDocPtr doc); | |
void _CFXMLDocSetStandalone(_CFXMLDocPtr doc, _Bool standalone); | |
_CFXMLNodePtr _Nullable _CFXMLDocRootElement(_CFXMLDocPtr doc); | |
void _CFXMLDocSetRootElement(_CFXMLDocPtr doc, _CFXMLNodePtr node); | |
CFStringRef _Nullable _CFXMLDocCopyCharacterEncoding(_CFXMLDocPtr doc); | |
void _CFXMLDocSetCharacterEncoding(_CFXMLDocPtr doc, const unsigned char* _Nullable encoding); | |
CFStringRef _Nullable _CFXMLDocCopyVersion(_CFXMLDocPtr doc); | |
void _CFXMLDocSetVersion(_CFXMLDocPtr doc, const unsigned char* _Nullable version); | |
int _CFXMLDocProperties(_CFXMLDocPtr doc); | |
void _CFXMLDocSetProperties(_CFXMLDocPtr doc, int newProperties); | |
_CFXMLDTDPtr _Nullable _CFXMLDocDTD(_CFXMLDocPtr doc); | |
void _CFXMLDocSetDTD(_CFXMLDocPtr doc, _CFXMLDTDPtr _Nullable dtd); | |
__attribute__((cf_returns_retained)) CFStringRef _Nullable _CFXMLEncodeEntities(_CFXMLDocPtr _Nullable doc, const unsigned char* string); | |
_CFXMLEntityPtr _Nullable _CFXMLGetDocEntity(_CFXMLDocPtr doc, const char* entity); | |
_CFXMLEntityPtr _Nullable _CFXMLGetDTDEntity(_CFXMLDocPtr doc, const char* entity); | |
_CFXMLEntityPtr _Nullable _CFXMLGetParameterEntity(_CFXMLDocPtr doc, const char* entity); | |
CFStringRef _Nullable _CFXMLCopyEntityContent(_CFXMLEntityPtr entity); | |
CFStringRef _CFXMLCopyStringWithOptions(_CFXMLNodePtr node, uint32_t options); | |
__attribute__((cf_returns_retained)) CFArrayRef _Nullable _CFXMLNodesForXPath(_CFXMLNodePtr node, const unsigned char* xpath); | |
CFStringRef _Nullable _CFXMLCopyPathForNode(_CFXMLNodePtr node); | |
void _CFXMLCompletePropURI(_CFXMLNodePtr propertyNode, _CFXMLNodePtr node); | |
_CFXMLNodePtr _Nullable _CFXMLNodeHasProp(_CFXMLNodePtr node, const unsigned char* propertyName, const unsigned char* _Nullable uri); | |
_CFXMLDocPtr _CFXMLDocPtrFromDataWithOptions(CFDataRef data, unsigned int options); | |
CFStringRef _Nullable _CFXMLNodeCopyLocalName(_CFXMLNodePtr node); | |
CFStringRef _Nullable _CFXMLNodeCopyPrefix(_CFXMLNodePtr node); | |
_Bool _CFXMLDocValidate(_CFXMLDocPtr doc, CFErrorRef _Nullable * error); | |
_CFXMLDTDPtr _CFXMLNewDTD(_CFXMLDocPtr _Nullable doc, const unsigned char* name, const unsigned char* publicID, const unsigned char* systemID); | |
_CFXMLDTDNodePtr _Nullable _CFXMLParseDTDNode(const unsigned char* xmlString); | |
_CFXMLDTDPtr _Nullable _CFXMLParseDTD(const unsigned char* URL); | |
_CFXMLDTDPtr _Nullable _CFXMLParseDTDFromData(CFDataRef data, CFErrorRef _Nullable * error); | |
CFStringRef _Nullable _CFXMLDTDCopyExternalID(_CFXMLDTDPtr dtd); | |
void _CFXMLDTDSetExternalID(_CFXMLDTDPtr dtd, const unsigned char* _Nullable externalID); | |
CFStringRef _Nullable _CFXMLDTDCopySystemID(_CFXMLDTDPtr dtd); | |
void _CFXMLDTDSetSystemID(_CFXMLDTDPtr dtd, const unsigned char* _Nullable systemID); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDGetElementDesc(_CFXMLDTDPtr dtd, const unsigned char* name); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDGetAttributeDesc(_CFXMLDTDPtr dtd, const unsigned char* elementName, const unsigned char* name); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDGetNotationDesc(_CFXMLDTDPtr dtd, const unsigned char* name); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDGetEntityDesc(_CFXMLDTDPtr dtd, const unsigned char* name); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDGetPredefinedEntity(const unsigned char* name); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDNewElementDesc(_CFXMLDTDPtr _Nullable dtd, const unsigned char* _Nullable name); | |
_CFXMLDTDNodePtr _Nullable _CFXMLDTDNewAttributeDesc(_CFXMLDTDPtr dtd, const unsigned char* name); | |
CFIndex _CFXMLDTDElementNodeGetType(_CFXMLDTDNodePtr node); | |
CFIndex _CFXMLDTDEntityNodeGetType(_CFXMLDTDNodePtr node); | |
CFIndex _CFXMLDTDAttributeNodeGetType(_CFXMLDTDNodePtr node); | |
CFStringRef _Nullable _CFXMLDTDNodeCopySystemID(_CFXMLDTDNodePtr node); | |
void _CFXMLDTDNodeSetSystemID(_CFXMLDTDNodePtr node, const unsigned char* _Nullable systemID); | |
CFStringRef _Nullable _CFXMLDTDNodeCopyPublicID(_CFXMLDTDNodePtr node); | |
void _CFXMLDTDNodeSetPublicID(_CFXMLDTDNodePtr node, const unsigned char* _Nullable publicID); | |
_CFXMLNodePtr _Nonnull * _Nullable _CFXMLNamespaces(_CFXMLNodePtr node, CFIndex* count); | |
void _CFXMLSetNamespaces(_CFXMLNodePtr node, _CFXMLNodePtr _Nonnull * _Nullable nodes, CFIndex count); | |
CFStringRef _Nullable _CFXMLNamespaceCopyValue(_CFXMLNodePtr node); | |
void _CFXMLNamespaceSetValue(_CFXMLNodePtr node, const char* _Nullable value, int64_t length); | |
CFStringRef _Nullable _CFXMLNamespaceCopyPrefix(_CFXMLNodePtr node); | |
void _CFXMLNamespaceSetPrefix(_CFXMLNodePtr node, const char* _Nullable prefix, int64_t length); | |
_CFXMLNodePtr _CFXMLNewNamespace(const char* name, const char* stringValue); | |
void _CFXMLAddNamespace(_CFXMLNodePtr node, _CFXMLNodePtr nsNode); | |
void _CFXMLRemoveNamespace(_CFXMLNodePtr node, const char* prefix); | |
void _CFXMLFreeNode(_CFXMLNodePtr node); | |
void _CFXMLFreeDocument(_CFXMLDocPtr doc); | |
void _CFXMLFreeDTD(_CFXMLDTDPtr dtd); | |
void _CFXMLFreeProperty(_CFXMLNodePtr prop); | |
#pragma clang assume_nonnull end | |
# 25 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRegularExpression.h" 1 | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFRegularExpression.h" | |
#define __COREFOUNDATION_CFREGULAREXPRESSION__ 1 | |
#pragma clang assume_nonnull begin | |
typedef CFOptionFlags _CFRegularExpressionOptions; enum { | |
_kCFRegularExpressionCaseInsensitive = 1 << 0, | |
_kCFRegularExpressionAllowCommentsAndWhitespace = 1 << 1, | |
_kCFRegularExpressionIgnoreMetacharacters = 1 << 2, | |
_kCFRegularExpressionDotMatchesLineSeparators = 1 << 3, | |
_kCFRegularExpressionAnchorsMatchLines = 1 << 4, | |
_kCFRegularExpressionUseUnixLineSeparators = 1 << 5, | |
_kCFRegularExpressionUseUnicodeWordBoundaries = 1 << 6 | |
}; | |
typedef CFOptionFlags _CFRegularExpressionMatchingOptions; enum { | |
_kCFRegularExpressionMatchingReportProgress = 1 << 0, | |
_kCFRegularExpressionMatchingReportCompletion = 1 << 1, | |
_kCFRegularExpressionMatchingAnchored = 1 << 2, | |
_kCFRegularExpressionMatchingWithTransparentBounds = 1 << 3, | |
_kCFRegularExpressionMatchingWithoutAnchoringBounds = 1 << 4, | |
_kCFRegularExpressionMatchingOmitResult = 1 << 13 | |
}; | |
typedef CFOptionFlags _CFRegularExpressionMatchingFlags; enum { | |
_kCFRegularExpressionMatchingProgress = 1 << 0, | |
_kCFRegularExpressionMatchingCompleted = 1 << 1, | |
_kCFRegularExpressionMatchingHitEnd = 1 << 2, | |
_kCFRegularExpressionMatchingRequiredEnd = 1 << 3, | |
_kCFRegularExpressionMatchingInternalError = 1 << 4 | |
}; | |
typedef const struct __attribute__((objc_bridge(_NSCFRegex))) ___CFRegularExpression * _CFRegularExpressionRef; | |
typedef void (*_CFRegularExpressionMatch)(void *_Nullable context, CFRange * _Nullable ranges, CFIndex count, _CFRegularExpressionMatchingFlags flags, Boolean *stop); | |
CFStringRef _CFRegularExpressionCreateEscapedPattern(CFStringRef pattern); | |
_CFRegularExpressionRef _Nullable _CFRegularExpressionCreate(CFAllocatorRef allocator, CFStringRef pattern, _CFRegularExpressionOptions options, CFErrorRef *errorPtr); | |
void _CFRegularExpressionDestroy(_CFRegularExpressionRef regex); | |
CFIndex _CFRegularExpressionGetNumberOfCaptureGroups(_CFRegularExpressionRef regex); | |
CFIndex _CFRegularExpressionGetCaptureGroupNumberWithName(_CFRegularExpressionRef regex, CFStringRef groupName); | |
void _CFRegularExpressionEnumerateMatchesInString(_CFRegularExpressionRef regexObj, CFStringRef string, _CFRegularExpressionMatchingOptions options, CFRange range, void *_Nullable context, _CFRegularExpressionMatch match); | |
CFStringRef _CFRegularExpressionGetPattern(_CFRegularExpressionRef regex); | |
_CFRegularExpressionOptions _CFRegularExpressionGetOptions(_CFRegularExpressionRef regex); | |
#pragma clang assume_nonnull end | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateIntervalFormatter.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateIntervalFormatter.h" | |
#define __COREFOUNDATION_CFDATEINTERVALFORMATTER__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateInterval.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateInterval.h" | |
#define __COREFOUNDATION_CFDATEINTERVAL__ 1 | |
#pragma clang assume_nonnull begin | |
typedef struct __CFDateInterval * CFDateIntervalRef; | |
extern CFDateIntervalRef CFDateIntervalCreate(CFAllocatorRef _Nullable allocator, CFDateRef startDate, CFTimeInterval duration) ; | |
extern CFDateIntervalRef CFDateIntervalCreateWithEndDate(CFAllocatorRef _Nullable allocator, CFDateRef startDate, CFDateRef endDate) ; | |
extern CFTimeInterval CFDateIntervalGetDuration(CFDateIntervalRef interval) ; | |
extern CFDateRef CFDateIntervalCopyStartDate(CFDateIntervalRef interval) ; | |
extern CFDateRef CFDateIntervalCopyEndDate(CFDateIntervalRef interval) ; | |
# 49 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateInterval.h" | |
extern CFComparisonResult CFDateIntervalCompare(CFDateIntervalRef interval1, CFDateIntervalRef interval2) ; | |
extern Boolean CFDateIntervalIntersectsDateInterval(CFDateIntervalRef interval, CFDateIntervalRef intervalToIntersect) ; | |
extern CFDateIntervalRef _Nullable CFDateIntervalCreateIntersectionWithDateInterval(CFAllocatorRef _Nullable allocator, CFDateIntervalRef interval, CFDateIntervalRef intervalToIntersect) ; | |
extern Boolean CFDateIntervalContainsDate(CFDateIntervalRef interval, CFDateRef date) ; | |
#pragma clang assume_nonnull end | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateIntervalFormatter.h" 2 | |
#pragma clang assume_nonnull begin | |
typedef struct __attribute__((objc_bridge(id))) __CFDateIntervalFormatter * CFDateIntervalFormatterRef; | |
typedef CFIndex CFDateIntervalFormatterStyle; enum { | |
kCFDateIntervalFormatterNoStyle = 0, | |
kCFDateIntervalFormatterShortStyle = 1, | |
kCFDateIntervalFormatterMediumStyle = 2, | |
kCFDateIntervalFormatterLongStyle = 3, | |
kCFDateIntervalFormatterFullStyle = 4, | |
}; | |
typedef CFIndex _CFDateIntervalFormatterBoundaryStyle; enum { | |
kCFDateIntervalFormatterBoundaryStyleDefault = 0, | |
}; | |
extern CFDateIntervalFormatterRef CFDateIntervalFormatterCreate(CFAllocatorRef _Nullable allocator, CFLocaleRef _Nullable locale, CFDateIntervalFormatterStyle dateStyle, CFDateIntervalFormatterStyle timeStyle); | |
extern CFDateIntervalFormatterRef CFDateIntervalFormatterCreateCopy(CFAllocatorRef _Nullable allocator, CFDateIntervalFormatterRef formatter); | |
extern CFLocaleRef CFDateIntervalFormatterCopyLocale(CFDateIntervalFormatterRef formatter); | |
extern void CFDateIntervalFormatterSetLocale(CFDateIntervalFormatterRef formatter, CFLocaleRef _Nullable locale); | |
extern CFCalendarRef CFDateIntervalFormatterCopyCalendar(CFDateIntervalFormatterRef formatter); | |
extern void CFDateIntervalFormatterSetCalendar(CFDateIntervalFormatterRef formatter, CFCalendarRef _Nullable calendar); | |
extern CFTimeZoneRef CFDateIntervalFormatterCopyTimeZone(CFDateIntervalFormatterRef formatter); | |
extern void CFDateIntervalFormatterSetTimeZone(CFDateIntervalFormatterRef formatter, CFTimeZoneRef _Nullable timeZone); | |
extern CFStringRef CFDateIntervalFormatterCopyDateTemplate(CFDateIntervalFormatterRef formatter); | |
extern void CFDateIntervalFormatterSetDateTemplate(CFDateIntervalFormatterRef formatter, CFStringRef _Nullable dateTemplate); | |
extern CFDateIntervalFormatterStyle CFDateIntervalFormatterGetDateStyle(CFDateIntervalFormatterRef formatter); | |
extern void CFDateIntervalFormatterSetDateStyle(CFDateIntervalFormatterRef formatter, CFDateIntervalFormatterStyle dateStyle); | |
extern CFDateIntervalFormatterStyle CFDateIntervalFormatterGetTimeStyle(CFDateIntervalFormatterRef formatter); | |
extern void CFDateIntervalFormatterSetTimeStyle(CFDateIntervalFormatterRef formatter, CFDateIntervalFormatterStyle timeStyle); | |
extern CFStringRef CFDateIntervalFormatterCreateStringFromDateToDate(CFDateIntervalFormatterRef formatter, CFDateRef fromDate, CFDateRef toDate); | |
extern CFStringRef CFDateIntervalFormatterCreateStringFromDateInterval(CFDateIntervalFormatterRef formatter, CFDateIntervalRef interval); | |
extern _CFDateIntervalFormatterBoundaryStyle _CFDateIntervalFormatterGetBoundaryStyle(CFDateIntervalFormatterRef formatter); | |
extern void _CFDateIntervalFormatterSetBoundaryStyle(CFDateIntervalFormatterRef formatter, _CFDateIntervalFormatterBoundaryStyle boundaryStyle); | |
extern void _CFDateIntervalFormatterInitializeFromCoderValues(CFDateIntervalFormatterRef formatter, | |
int64_t dateStyle, | |
int64_t timeStyle, | |
CFStringRef _Nullable dateTemplate, | |
CFStringRef _Nullable dateTemplateFromStyles, | |
_Bool modified, | |
_Bool useTemplate, | |
CFLocaleRef _Nullable locale, | |
CFCalendarRef _Nullable calendar, | |
CFTimeZoneRef _Nullable timeZone); | |
extern void _CFDateIntervalFormatterCopyCoderValues(CFDateIntervalFormatterRef formatter, | |
int64_t *dateStyle, | |
int64_t *timeStyle, | |
CFStringRef _Nullable *_Nonnull dateTemplate, | |
CFStringRef _Nullable *_Nonnull dateTemplateFromStyles, | |
_Bool *modified, | |
_Bool *useTemplate, | |
CFLocaleRef _Nullable *_Nonnull locale, | |
CFCalendarRef _Nullable *_Nonnull calendar, | |
CFTimeZoneRef _Nullable *_Nonnull timeZone); | |
#pragma clang assume_nonnull end | |
# 28 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSetPriv.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSetPriv.h" | |
#define __COREFOUNDATION_CFCHARACTERSETPRIV__ 1 | |
# 23 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSetPriv.h" | |
static __inline__ __attribute__((always_inline)) Boolean CFCharacterSetIsSurrogateHighCharacter(UniChar character) { | |
return ((character >= 0xD800UL) && (character <= 0xDBFFUL) ? 1 : 0); | |
} | |
static __inline__ __attribute__((always_inline)) Boolean CFCharacterSetIsSurrogateLowCharacter(UniChar character) { | |
return ((character >= 0xDC00UL) && (character <= 0xDFFFUL) ? 1 : 0); | |
} | |
# 46 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCharacterSetPriv.h" | |
static __inline__ __attribute__((always_inline)) UTF32Char CFCharacterSetGetLongCharacterForSurrogatePair(UniChar surrogateHigh, UniChar surrogateLow) { | |
return (UTF32Char)(((surrogateHigh - 0xD800UL) << 10) + (surrogateLow - 0xDC00UL) + 0x0010000UL); | |
} | |
extern Boolean CFCharacterSetIsSurrogatePairMember(CFCharacterSetRef theSet, UniChar surrogateHigh, UniChar surrogateLow) ; | |
typedef CFIndex CFCharacterSetKeyedCodingType; enum { | |
kCFCharacterSetKeyedCodingTypeBitmap = 1, | |
kCFCharacterSetKeyedCodingTypeBuiltin = 2, | |
kCFCharacterSetKeyedCodingTypeRange = 3, | |
kCFCharacterSetKeyedCodingTypeString = 4, | |
kCFCharacterSetKeyedCodingTypeBuiltinAndBitmap = 5 | |
}; | |
extern CFCharacterSetKeyedCodingType _CFCharacterSetGetKeyedCodingType(CFCharacterSetRef cset); | |
extern CFCharacterSetPredefinedSet _CFCharacterSetGetKeyedCodingBuiltinType(CFCharacterSetRef cset); | |
extern CFRange _CFCharacterSetGetKeyedCodingRange(CFCharacterSetRef cset); | |
extern CFStringRef _CFCharacterSetCreateKeyedCodingString(CFCharacterSetRef cset); | |
extern _Bool _CFCharacterSetIsInverted(CFCharacterSetRef cset); | |
extern void _CFCharacterSetSetIsInverted(CFCharacterSetRef cset, _Bool flag); | |
# 30 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/usr/include/fts.h" 1 3 4 | |
# 51 "/usr/include/fts.h" 3 4 | |
#define _FTS_H 1 | |
typedef struct { | |
struct _ftsent *fts_cur; | |
struct _ftsent *fts_child; | |
struct _ftsent **fts_array; | |
dev_t fts_dev; | |
char *fts_path; | |
int fts_rfd; | |
int fts_pathlen; | |
int fts_nitems; | |
int (*fts_compar) (const void *, const void *); | |
#define FTS_COMFOLLOW 0x0001 | |
#define FTS_LOGICAL 0x0002 | |
#define FTS_NOCHDIR 0x0004 | |
#define FTS_NOSTAT 0x0008 | |
#define FTS_PHYSICAL 0x0010 | |
#define FTS_SEEDOT 0x0020 | |
#define FTS_XDEV 0x0040 | |
#define FTS_WHITEOUT 0x0080 | |
#define FTS_OPTIONMASK 0x00ff | |
#define FTS_NAMEONLY 0x0100 | |
#define FTS_STOP 0x0200 | |
int fts_options; | |
} FTS; | |
typedef struct { | |
struct _ftsent64 *fts_cur; | |
struct _ftsent64 *fts_child; | |
struct _ftsent64 **fts_array; | |
dev_t fts_dev; | |
char *fts_path; | |
int fts_rfd; | |
int fts_pathlen; | |
int fts_nitems; | |
int (*fts_compar) (const void *, const void *); | |
int fts_options; | |
} FTS64; | |
typedef struct _ftsent { | |
struct _ftsent *fts_cycle; | |
struct _ftsent *fts_parent; | |
struct _ftsent *fts_link; | |
long fts_number; | |
void *fts_pointer; | |
char *fts_accpath; | |
char *fts_path; | |
int fts_errno; | |
int fts_symfd; | |
unsigned short fts_pathlen; | |
unsigned short fts_namelen; | |
ino_t fts_ino; | |
dev_t fts_dev; | |
nlink_t fts_nlink; | |
#define FTS_ROOTPARENTLEVEL -1 | |
#define FTS_ROOTLEVEL 0 | |
short fts_level; | |
#define FTS_D 1 | |
#define FTS_DC 2 | |
#define FTS_DEFAULT 3 | |
#define FTS_DNR 4 | |
#define FTS_DOT 5 | |
#define FTS_DP 6 | |
#define FTS_ERR 7 | |
#define FTS_F 8 | |
#define FTS_INIT 9 | |
#define FTS_NS 10 | |
#define FTS_NSOK 11 | |
#define FTS_SL 12 | |
#define FTS_SLNONE 13 | |
#define FTS_W 14 | |
unsigned short fts_info; | |
#define FTS_DONTCHDIR 0x01 | |
#define FTS_SYMFOLLOW 0x02 | |
unsigned short fts_flags; | |
#define FTS_AGAIN 1 | |
#define FTS_FOLLOW 2 | |
#define FTS_NOINSTR 3 | |
#define FTS_SKIP 4 | |
unsigned short fts_instr; | |
struct stat *fts_statp; | |
char fts_name[1]; | |
} FTSENT; | |
typedef struct _ftsent64 { | |
struct _ftsent64 *fts_cycle; | |
struct _ftsent64 *fts_parent; | |
struct _ftsent64 *fts_link; | |
long fts_number; | |
void *fts_pointer; | |
char *fts_accpath; | |
char *fts_path; | |
int fts_errno; | |
int fts_symfd; | |
unsigned short fts_pathlen; | |
unsigned short fts_namelen; | |
ino64_t fts_ino; | |
dev_t fts_dev; | |
nlink_t fts_nlink; | |
short fts_level; | |
unsigned short fts_info; | |
unsigned short fts_flags; | |
unsigned short fts_instr; | |
struct stat64 *fts_statp; | |
char fts_name[1]; | |
} FTSENT64; | |
FTSENT *fts_children (FTS *, int); | |
int fts_close (FTS *); | |
FTS *fts_open (char * const *, int, | |
int (*)(const FTSENT **, const FTSENT **)); | |
FTSENT *fts_read (FTS *); | |
int fts_set (FTS *, FTSENT *, int) __attribute__ ((__nothrow__ )); | |
# 206 "/usr/include/fts.h" 3 4 | |
FTSENT64 *fts64_children (FTS64 *, int); | |
int fts64_close (FTS64 *); | |
FTS64 *fts64_open (char * const *, int, | |
int (*)(const FTSENT64 **, const FTSENT64 **)); | |
FTSENT64 *fts64_read (FTS64 *); | |
int fts64_set (FTS64 *, FTSENT64 *, int) __attribute__ ((__nothrow__ )); | |
# 37 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/usr/include/dirent.h" 1 3 4 | |
# 23 "/usr/include/dirent.h" 3 4 | |
#define _DIRENT_H 1 | |
# 61 "/usr/include/dirent.h" 3 4 | |
# 1 "/usr/include/bits/dirent.h" 1 3 4 | |
# 22 "/usr/include/bits/dirent.h" 3 4 | |
struct dirent | |
{ | |
__ino_t d_ino; | |
__off_t d_off; | |
unsigned short int d_reclen; | |
unsigned char d_type; | |
char d_name[256]; | |
}; | |
struct dirent64 | |
{ | |
__ino64_t d_ino; | |
__off64_t d_off; | |
unsigned short int d_reclen; | |
unsigned char d_type; | |
char d_name[256]; | |
}; | |
#define d_fileno d_ino | |
#undef _DIRENT_HAVE_D_NAMLEN | |
#define _DIRENT_HAVE_D_RECLEN | |
#define _DIRENT_HAVE_D_OFF | |
#define _DIRENT_HAVE_D_TYPE | |
#define _DIRENT_MATCHES_DIRENT64 1 | |
# 62 "/usr/include/dirent.h" 2 3 4 | |
# 85 "/usr/include/dirent.h" 3 4 | |
#define _D_EXACT_NAMLEN(d) (strlen ((d)->d_name)) | |
#define _D_ALLOC_NAMLEN(d) (((char *) (d) + (d)->d_reclen) - &(d)->d_name[0]) | |
# 97 "/usr/include/dirent.h" 3 4 | |
enum | |
{ | |
DT_UNKNOWN = 0, | |
#define DT_UNKNOWN DT_UNKNOWN | |
DT_FIFO = 1, | |
#define DT_FIFO DT_FIFO | |
DT_CHR = 2, | |
#define DT_CHR DT_CHR | |
DT_DIR = 4, | |
#define DT_DIR DT_DIR | |
DT_BLK = 6, | |
#define DT_BLK DT_BLK | |
DT_REG = 8, | |
#define DT_REG DT_REG | |
DT_LNK = 10, | |
#define DT_LNK DT_LNK | |
DT_SOCK = 12, | |
#define DT_SOCK DT_SOCK | |
DT_WHT = 14 | |
#define DT_WHT DT_WHT | |
}; | |
#define IFTODT(mode) (((mode) & 0170000) >> 12) | |
#define DTTOIF(dirtype) ((dirtype) << 12) | |
typedef struct __dirstream DIR; | |
extern DIR *opendir (const char *__name) __attribute__ ((__nonnull__ (1))); | |
extern DIR *fdopendir (int __fd); | |
extern int closedir (DIR *__dirp) __attribute__ ((__nonnull__ (1))); | |
# 162 "/usr/include/dirent.h" 3 4 | |
extern struct dirent *readdir (DIR *__dirp) __attribute__ ((__nonnull__ (1))); | |
# 173 "/usr/include/dirent.h" 3 4 | |
extern struct dirent64 *readdir64 (DIR *__dirp) __attribute__ ((__nonnull__ (1))); | |
# 183 "/usr/include/dirent.h" 3 4 | |
extern int readdir_r (DIR *__restrict __dirp, | |
struct dirent *__restrict __entry, | |
struct dirent **__restrict __result) | |
__attribute__ ((__nonnull__ (1, 2, 3))) __attribute__ ((__deprecated__)); | |
# 201 "/usr/include/dirent.h" 3 4 | |
extern int readdir64_r (DIR *__restrict __dirp, | |
struct dirent64 *__restrict __entry, | |
struct dirent64 **__restrict __result) | |
__attribute__ ((__nonnull__ (1, 2, 3))) __attribute__ ((__deprecated__)); | |
extern void rewinddir (DIR *__dirp) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern void seekdir (DIR *__dirp, long int __pos) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern long int telldir (DIR *__dirp) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
extern int dirfd (DIR *__dirp) __attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (1))); | |
# 237 "/usr/include/dirent.h" 3 4 | |
#define MAXNAMLEN NAME_MAX | |
#define __need_size_t | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 4 | |
# 64 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 3 4 | |
#undef __need_size_t | |
# 246 "/usr/include/dirent.h" 2 3 4 | |
# 255 "/usr/include/dirent.h" 3 4 | |
extern int scandir (const char *__restrict __dir, | |
struct dirent ***__restrict __namelist, | |
int (*__selector) (const struct dirent *), | |
int (*__cmp) (const struct dirent **, | |
const struct dirent **)) | |
__attribute__ ((__nonnull__ (1, 2))); | |
# 278 "/usr/include/dirent.h" 3 4 | |
extern int scandir64 (const char *__restrict __dir, | |
struct dirent64 ***__restrict __namelist, | |
int (*__selector) (const struct dirent64 *), | |
int (*__cmp) (const struct dirent64 **, | |
const struct dirent64 **)) | |
__attribute__ ((__nonnull__ (1, 2))); | |
# 293 "/usr/include/dirent.h" 3 4 | |
extern int scandirat (int __dfd, const char *__restrict __dir, | |
struct dirent ***__restrict __namelist, | |
int (*__selector) (const struct dirent *), | |
int (*__cmp) (const struct dirent **, | |
const struct dirent **)) | |
__attribute__ ((__nonnull__ (2, 3))); | |
# 315 "/usr/include/dirent.h" 3 4 | |
extern int scandirat64 (int __dfd, const char *__restrict __dir, | |
struct dirent64 ***__restrict __namelist, | |
int (*__selector) (const struct dirent64 *), | |
int (*__cmp) (const struct dirent64 **, | |
const struct dirent64 **)) | |
__attribute__ ((__nonnull__ (2, 3))); | |
extern int alphasort (const struct dirent **__e1, | |
const struct dirent **__e2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 340 "/usr/include/dirent.h" 3 4 | |
extern int alphasort64 (const struct dirent64 **__e1, | |
const struct dirent64 **__e2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 353 "/usr/include/dirent.h" 3 4 | |
extern __ssize_t getdirentries (int __fd, char *__restrict __buf, | |
size_t __nbytes, | |
__off_t *__restrict __basep) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 4))); | |
# 370 "/usr/include/dirent.h" 3 4 | |
extern __ssize_t getdirentries64 (int __fd, char *__restrict __buf, | |
size_t __nbytes, | |
__off64_t *__restrict __basep) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__nonnull__ (2, 4))); | |
extern int versionsort (const struct dirent **__e1, | |
const struct dirent **__e2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 396 "/usr/include/dirent.h" 3 4 | |
extern int versionsort64 (const struct dirent64 **__e1, | |
const struct dirent64 **__e2) | |
__attribute__ ((__nothrow__ )) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2))); | |
# 46 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/ForSwiftFoundationOnly.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCalendar_Internal.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCalendar_Internal.h" | |
#define __COREFOUNDATION_CFCALENDAR_INTERNAL__ 1 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateComponents.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFDateComponents.h" | |
#define __COREFOUNDATION_CFDATECOMPONENTS__ 1 | |
#pragma clang assume_nonnull begin | |
enum { | |
CFDateComponentUndefined = 9223372036854775807L | |
}; | |
enum { | |
kCFCalendarUnitNanosecond = (1 << 15), | |
kCFCalendarUnitCalendar = (1 << 20), | |
kCFCalendarUnitTimeZone = (1 << 21), | |
kCFCalendarUnitLeapMonth = (1 << 30) | |
}; | |
typedef struct __attribute__((objc_bridge(id))) __CFDateComponents * CFDateComponentsRef; | |
extern | |
CFDateComponentsRef _Nullable CFDateComponentsCreate(CFAllocatorRef _Nullable allocator) __attribute__((cf_returns_retained)); | |
extern | |
CFIndex CFDateComponentsGetValue(CFDateComponentsRef dateComp, CFCalendarUnit unit); | |
extern | |
void CFDateComponentsSetValue(CFDateComponentsRef dateComp, CFCalendarUnit unit, CFIndex value); | |
extern | |
CFCalendarRef _Nullable CFDateComponentsCopyCalendar(CFDateComponentsRef dateComp); | |
extern | |
void CFDateComponentsSetCalendar(CFDateComponentsRef dateComp, CFCalendarRef _Nullable calendar); | |
extern | |
CFTimeZoneRef _Nullable CFDateComponentsCopyTimeZone(CFDateComponentsRef dateComp); | |
extern | |
void CFDateComponentsSetTimeZone(CFDateComponentsRef dateComp, CFTimeZoneRef _Nullable timeZone); | |
extern | |
Boolean CFDateComponentsIsLeapMonthSet(CFDateComponentsRef dc); | |
extern | |
Boolean CFDateComponentsIsLeapMonth(CFDateComponentsRef dc); | |
extern | |
Boolean CFDateComponentsIsValidDate(CFDateComponentsRef dateComp); | |
extern | |
Boolean CFDateComponentsIsValidDateInCalendar(CFDateComponentsRef dateComp, CFCalendarRef _Nullable calendar); | |
extern | |
Boolean CFDateComponentsDateMatchesComponents(CFDateComponentsRef dateComp, CFCalendarRef calendar, CFDateRef date); | |
extern | |
CFDateRef _Nullable CFCalendarCreateDateFromComponents(CFAllocatorRef _Nullable allocator, CFCalendarRef calendar, CFDateComponentsRef dateComp); | |
extern | |
CFIndex CFCalendarGetComponentFromDate(CFCalendarRef calendar, CFCalendarUnit unit, CFDateRef date); | |
extern | |
CFDateComponentsRef CFCalendarCreateDateComponentsFromDate(CFAllocatorRef _Nullable allocator, CFCalendarRef calendar, CFCalendarUnit units, CFDateRef date); | |
extern | |
CFDateComponentsRef CFDateComponentsCreateCopy(CFAllocatorRef allocator, CFDateComponentsRef dc); | |
#pragma clang assume_nonnull end | |
# 20 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/foundation-linux-x86_64/CoreFoundation.framework/Headers/CFCalendar_Internal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" 1 | |
# 11 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" | |
#define UCAL_H | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" 1 | |
# 35 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define UTYPES_H | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" 1 | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define __UMACHINE_H__ | |
# 46 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ptypes.h" 1 | |
# 28 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ptypes.h" | |
#define _PTYPES_H | |
# 39 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ptypes.h" | |
#define __STDC_LIMIT_MACROS | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 | |
# 44 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ptypes.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" 1 | |
# 22 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define _PLATFORM_H | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" 1 | |
# 18 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define __UCONFIG_H__ | |
#define U_HAVE_LIB_SUFFIX 1 | |
#define U_LIB_SUFFIX_C_NAME _swift | |
# 86 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_DEBUG 0 | |
#define UCLN_NO_AUTO_CLEANUP 1 | |
# 103 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_DISABLE_RENAMING 0 | |
# 121 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_NO_DEFAULT_INCLUDE_UTF_HEADERS 0 | |
# 138 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_OVERRIDE_CXX_ALLOCATION 1 | |
# 147 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_ENABLE_TRACING 0 | |
# 156 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_ENABLE_PLUGINS 0 | |
# 165 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_ENABLE_DYLOAD 1 | |
# 174 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_CHECK_DYLOAD 1 | |
# 183 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define U_DEFAULT_SHOW_DRAFT 1 | |
# 209 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define CONVERT_TO_STRING(s) #s | |
#define U_LIB_SUFFIX_C_NAME_STRING CONVERT_TO_STRING(U_LIB_SUFFIX_C_NAME) | |
# 229 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_ONLY_COLLATION 0 | |
# 267 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_FILE_IO 0 | |
# 287 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_CONVERSION 0 | |
# 306 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_ONLY_HTML_CONVERSION 0 | |
# 322 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_LEGACY_CONVERSION 0 | |
# 334 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_NORMALIZATION 0 | |
# 359 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_BREAK_ITERATION 0 | |
# 369 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_IDNA 0 | |
# 380 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_MSGPAT_DEFAULT_APOSTROPHE_MODE UMSGPAT_APOS_DOUBLE_OPTIONAL | |
# 392 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_COLLATION 0 | |
# 402 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_FORMATTING 0 | |
# 412 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_TRANSLITERATION 0 | |
# 422 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_REGULAR_EXPRESSIONS 0 | |
# 432 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_SERVICE 0 | |
# 442 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_HAVE_PARSEALLINPUT 1 | |
# 453 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_FORMAT_FASTPATHS_49 1 | |
# 463 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uconfig.h" | |
#define UCONFIG_NO_FILTERED_BREAK_ITERATION 0 | |
# 25 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" 1 | |
# 48 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define UVERNUM_H | |
#define U_COPYRIGHT_STRING " Copyright (C) 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html " | |
#define U_ICU_VERSION_MAJOR_NUM 61 | |
#define U_ICU_VERSION_MINOR_NUM 1 | |
#define U_ICU_VERSION_PATCHLEVEL_NUM 0 | |
#define U_ICU_VERSION_BUILDLEVEL_NUM 0 | |
#define U_ICU_VERSION_SUFFIX _61 | |
# 107 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define U_DEF_ICU_ENTRY_POINT_RENAME(x,y,z) x ## y ## z | |
#define U_DEF2_ICU_ENTRY_POINT_RENAME(x,y,z) U_DEF_ICU_ENTRY_POINT_RENAME(x,y,z) | |
#define U_ICU_ENTRY_POINT_RENAME(x) U_DEF2_ICU_ENTRY_POINT_RENAME(x,U_ICU_VERSION_SUFFIX,U_LIB_SUFFIX_C_NAME) | |
# 122 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define U_ICU_VERSION "61.1" | |
# 135 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define U_ICU_VERSION_SHORT "61" | |
#define U_ICU_DATA_VERSION "61.1" | |
# 157 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define UCOL_RUNTIME_VERSION 9 | |
# 166 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define UCOL_BUILDER_VERSION 9 | |
# 175 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uvernum.h" | |
#define UCOL_TAILORINGS_VERSION 1 | |
# 26 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" 2 | |
# 89 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PF_UNKNOWN 0 | |
#define U_PF_WINDOWS 1000 | |
#define U_PF_MINGW 1800 | |
#define U_PF_CYGWIN 1900 | |
#define U_PF_HPUX 2100 | |
#define U_PF_SOLARIS 2600 | |
#define U_PF_BSD 3000 | |
#define U_PF_AIX 3100 | |
#define U_PF_IRIX 3200 | |
# 119 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PF_DARWIN 3500 | |
#define U_PF_IPHONE 3550 | |
#define U_PF_QNX 3700 | |
#define U_PF_LINUX 4000 | |
#define U_PF_BROWSER_NATIVE_CLIENT 4020 | |
#define U_PF_ANDROID 4050 | |
#define U_PF_FUCHSIA 4100 | |
#define U_PF_OS390 9000 | |
#define U_PF_OS400 9400 | |
# 160 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM U_PF_LINUX | |
# 210 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define UPRV_INCOMPLETE_CPP11_SUPPORT (U_PLATFORM == U_PF_AIX || U_PLATFORM == U_PF_OS390 || U_PLATFORM == U_PF_SOLARIS ) | |
# 237 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM_USES_ONLY_WIN32_API 0 | |
# 251 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM_HAS_WIN32_API 0 | |
# 263 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM_HAS_WINUWP_API 0 | |
# 277 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM_IMPLEMENTS_POSIX 1 | |
# 288 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM_IS_LINUX_BASED 1 | |
# 303 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_PLATFORM_IS_DARWIN_BASED 0 | |
# 329 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_HAVE_STDINT_H 1 | |
# 348 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_HAVE_INTTYPES_H U_HAVE_STDINT_H | |
# 366 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_GCC_MAJOR_MINOR (__GNUC__ * 100 + __GNUC_MINOR__) | |
# 379 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN) | |
# 410 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_HAVE_PLACEMENT_NEW 1 | |
# 424 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_HAVE_DEBUG_LOCATION_NEW 0 | |
#define __has_cpp_attribute(x) 0 | |
# 453 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_MALLOC_ATTR __attribute__ ((__malloc__)) | |
# 464 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_ALLOC_SIZE_ATTR(X) __attribute__ ((alloc_size(X))) | |
#define U_ALLOC_SIZE_ATTR2(X,Y) __attribute__ ((alloc_size(X,Y))) | |
# 484 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_CPLUSPLUS_VERSION 0 | |
# 516 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_NOEXCEPT | |
# 539 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_FALLTHROUGH | |
# 552 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_ASCII_FAMILY 0 | |
#define U_EBCDIC_FAMILY 1 | |
# 609 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_CHARSET_FAMILY U_ASCII_FAMILY | |
# 635 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_CHARSET_IS_UTF8 1 | |
# 662 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_HAVE_WCHAR_H 1 | |
# 730 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_SIZEOF_WCHAR_T 4 | |
#define U_HAVE_WCSCPY U_HAVE_WCHAR_H | |
# 764 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_HAVE_CHAR16_T 0 | |
# 800 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_EXPORT __attribute__((visibility("default"))) | |
# 818 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_EXPORT2 | |
# 827 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_IMPORT | |
# 850 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_CALLCONV U_EXPORT2 | |
# 861 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/platform.h" | |
#define U_CALLCONV_FPTR | |
# 53 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ptypes.h" 2 | |
# 47 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/stddef.h" 1 3 | |
# 53 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" 2 | |
# 83 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_CFUNC extern | |
#define U_CDECL_BEGIN | |
#define U_CDECL_END | |
# 95 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_ATTRIBUTE_DEPRECATED __attribute__ ((deprecated)) | |
# 109 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_CAPI U_CFUNC U_EXPORT | |
#define U_STABLE U_CAPI | |
#define U_DRAFT U_CAPI | |
#define U_DEPRECATED U_CAPI U_ATTRIBUTE_DEPRECATED | |
#define U_OBSOLETE U_CAPI | |
#define U_INTERNAL U_CAPI | |
# 148 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_OVERRIDE | |
#define U_FINAL | |
# 219 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_INT64_MIN ((int64_t)(INT64_C(-9223372036854775807)-1)) | |
#define U_INT64_MAX ((int64_t)(INT64_C(9223372036854775807))) | |
#define U_UINT64_MAX ((uint64_t)(UINT64_C(18446744073709551615))) | |
typedef int8_t UBool; | |
# 271 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_WCHAR_IS_UTF32 | |
# 291 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_SIZEOF_UCHAR 2 | |
# 307 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_CHAR16_IS_TYPEDEF 0 | |
# 353 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
typedef uint16_t UChar; | |
# 378 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
typedef unsigned short OldUChar; | |
# 400 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
typedef int32_t UChar32; | |
# 420 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" | |
#define U_SENTINEL (-1) | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/urename.h" 1 | |
# 24 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/urename.h" | |
#define URENAME_H | |
# 58 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/urename.h" | |
#define T_CString_int64ToString U_ICU_ENTRY_POINT_RENAME(T_CString_int64ToString) | |
#define T_CString_integerToString U_ICU_ENTRY_POINT_RENAME(T_CString_integerToString) | |
#define T_CString_stringToInteger U_ICU_ENTRY_POINT_RENAME(T_CString_stringToInteger) | |
#define T_CString_toLowerCase U_ICU_ENTRY_POINT_RENAME(T_CString_toLowerCase) | |
#define T_CString_toUpperCase U_ICU_ENTRY_POINT_RENAME(T_CString_toUpperCase) | |
#define UCNV_FROM_U_CALLBACK_ESCAPE U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_ESCAPE) | |
#define UCNV_FROM_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_SKIP) | |
#define UCNV_FROM_U_CALLBACK_STOP U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_STOP) | |
#define UCNV_FROM_U_CALLBACK_SUBSTITUTE U_ICU_ENTRY_POINT_RENAME(UCNV_FROM_U_CALLBACK_SUBSTITUTE) | |
#define UCNV_TO_U_CALLBACK_ESCAPE U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_ESCAPE) | |
#define UCNV_TO_U_CALLBACK_SKIP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SKIP) | |
#define UCNV_TO_U_CALLBACK_STOP U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_STOP) | |
#define UCNV_TO_U_CALLBACK_SUBSTITUTE U_ICU_ENTRY_POINT_RENAME(UCNV_TO_U_CALLBACK_SUBSTITUTE) | |
#define UDataMemory_createNewInstance U_ICU_ENTRY_POINT_RENAME(UDataMemory_createNewInstance) | |
#define UDataMemory_init U_ICU_ENTRY_POINT_RENAME(UDataMemory_init) | |
#define UDataMemory_isLoaded U_ICU_ENTRY_POINT_RENAME(UDataMemory_isLoaded) | |
#define UDataMemory_normalizeDataPointer U_ICU_ENTRY_POINT_RENAME(UDataMemory_normalizeDataPointer) | |
#define UDataMemory_setData U_ICU_ENTRY_POINT_RENAME(UDataMemory_setData) | |
#define UDatamemory_assign U_ICU_ENTRY_POINT_RENAME(UDatamemory_assign) | |
#define _ASCIIData U_ICU_ENTRY_POINT_RENAME(_ASCIIData) | |
#define _Bocu1Data U_ICU_ENTRY_POINT_RENAME(_Bocu1Data) | |
#define _CESU8Data U_ICU_ENTRY_POINT_RENAME(_CESU8Data) | |
#define _CompoundTextData U_ICU_ENTRY_POINT_RENAME(_CompoundTextData) | |
#define _HZData U_ICU_ENTRY_POINT_RENAME(_HZData) | |
#define _IMAPData U_ICU_ENTRY_POINT_RENAME(_IMAPData) | |
#define _ISCIIData U_ICU_ENTRY_POINT_RENAME(_ISCIIData) | |
#define _ISO2022Data U_ICU_ENTRY_POINT_RENAME(_ISO2022Data) | |
#define _LMBCSData1 U_ICU_ENTRY_POINT_RENAME(_LMBCSData1) | |
#define _LMBCSData11 U_ICU_ENTRY_POINT_RENAME(_LMBCSData11) | |
#define _LMBCSData16 U_ICU_ENTRY_POINT_RENAME(_LMBCSData16) | |
#define _LMBCSData17 U_ICU_ENTRY_POINT_RENAME(_LMBCSData17) | |
#define _LMBCSData18 U_ICU_ENTRY_POINT_RENAME(_LMBCSData18) | |
#define _LMBCSData19 U_ICU_ENTRY_POINT_RENAME(_LMBCSData19) | |
#define _LMBCSData2 U_ICU_ENTRY_POINT_RENAME(_LMBCSData2) | |
#define _LMBCSData3 U_ICU_ENTRY_POINT_RENAME(_LMBCSData3) | |
#define _LMBCSData4 U_ICU_ENTRY_POINT_RENAME(_LMBCSData4) | |
#define _LMBCSData5 U_ICU_ENTRY_POINT_RENAME(_LMBCSData5) | |
#define _LMBCSData6 U_ICU_ENTRY_POINT_RENAME(_LMBCSData6) | |
#define _LMBCSData8 U_ICU_ENTRY_POINT_RENAME(_LMBCSData8) | |
#define _Latin1Data U_ICU_ENTRY_POINT_RENAME(_Latin1Data) | |
#define _MBCSData U_ICU_ENTRY_POINT_RENAME(_MBCSData) | |
#define _SCSUData U_ICU_ENTRY_POINT_RENAME(_SCSUData) | |
#define _UTF16BEData U_ICU_ENTRY_POINT_RENAME(_UTF16BEData) | |
#define _UTF16Data U_ICU_ENTRY_POINT_RENAME(_UTF16Data) | |
#define _UTF16LEData U_ICU_ENTRY_POINT_RENAME(_UTF16LEData) | |
#define _UTF16v2Data U_ICU_ENTRY_POINT_RENAME(_UTF16v2Data) | |
#define _UTF32BEData U_ICU_ENTRY_POINT_RENAME(_UTF32BEData) | |
#define _UTF32Data U_ICU_ENTRY_POINT_RENAME(_UTF32Data) | |
#define _UTF32LEData U_ICU_ENTRY_POINT_RENAME(_UTF32LEData) | |
#define _UTF7Data U_ICU_ENTRY_POINT_RENAME(_UTF7Data) | |
#define _UTF8Data U_ICU_ENTRY_POINT_RENAME(_UTF8Data) | |
#define allowedHourFormatsCleanup U_ICU_ENTRY_POINT_RENAME(allowedHourFormatsCleanup) | |
#define cmemory_cleanup U_ICU_ENTRY_POINT_RENAME(cmemory_cleanup) | |
#define dayPeriodRulesCleanup U_ICU_ENTRY_POINT_RENAME(dayPeriodRulesCleanup) | |
#define deleteAllowedHourFormats U_ICU_ENTRY_POINT_RENAME(deleteAllowedHourFormats) | |
#define gTimeZoneFilesInitOnce U_ICU_ENTRY_POINT_RENAME(gTimeZoneFilesInitOnce) | |
#define izrule_clone U_ICU_ENTRY_POINT_RENAME(izrule_clone) | |
#define izrule_close U_ICU_ENTRY_POINT_RENAME(izrule_close) | |
#define izrule_equals U_ICU_ENTRY_POINT_RENAME(izrule_equals) | |
#define izrule_getDSTSavings U_ICU_ENTRY_POINT_RENAME(izrule_getDSTSavings) | |
#define izrule_getDynamicClassID U_ICU_ENTRY_POINT_RENAME(izrule_getDynamicClassID) | |
#define izrule_getFinalStart U_ICU_ENTRY_POINT_RENAME(izrule_getFinalStart) | |
#define izrule_getFirstStart U_ICU_ENTRY_POINT_RENAME(izrule_getFirstStart) | |
#define izrule_getName U_ICU_ENTRY_POINT_RENAME(izrule_getName) | |
#define izrule_getNextStart U_ICU_ENTRY_POINT_RENAME(izrule_getNextStart) | |
#define izrule_getPreviousStart U_ICU_ENTRY_POINT_RENAME(izrule_getPreviousStart) | |
#define izrule_getRawOffset U_ICU_ENTRY_POINT_RENAME(izrule_getRawOffset) | |
#define izrule_getStaticClassID U_ICU_ENTRY_POINT_RENAME(izrule_getStaticClassID) | |
#define izrule_isEquivalentTo U_ICU_ENTRY_POINT_RENAME(izrule_isEquivalentTo) | |
#define izrule_open U_ICU_ENTRY_POINT_RENAME(izrule_open) | |
#define locale_getKeywords U_ICU_ENTRY_POINT_RENAME(locale_getKeywords) | |
#define locale_getKeywordsStart U_ICU_ENTRY_POINT_RENAME(locale_getKeywordsStart) | |
#define locale_get_default U_ICU_ENTRY_POINT_RENAME(locale_get_default) | |
#define locale_set_default U_ICU_ENTRY_POINT_RENAME(locale_set_default) | |
#define pl_addFontRun U_ICU_ENTRY_POINT_RENAME(pl_addFontRun) | |
#define pl_addLocaleRun U_ICU_ENTRY_POINT_RENAME(pl_addLocaleRun) | |
#define pl_addValueRun U_ICU_ENTRY_POINT_RENAME(pl_addValueRun) | |
#define pl_close U_ICU_ENTRY_POINT_RENAME(pl_close) | |
#define pl_closeFontRuns U_ICU_ENTRY_POINT_RENAME(pl_closeFontRuns) | |
#define pl_closeLine U_ICU_ENTRY_POINT_RENAME(pl_closeLine) | |
#define pl_closeLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_closeLocaleRuns) | |
#define pl_closeValueRuns U_ICU_ENTRY_POINT_RENAME(pl_closeValueRuns) | |
#define pl_countLineRuns U_ICU_ENTRY_POINT_RENAME(pl_countLineRuns) | |
#define pl_create U_ICU_ENTRY_POINT_RENAME(pl_create) | |
#define pl_getAscent U_ICU_ENTRY_POINT_RENAME(pl_getAscent) | |
#define pl_getDescent U_ICU_ENTRY_POINT_RENAME(pl_getDescent) | |
#define pl_getFontRunCount U_ICU_ENTRY_POINT_RENAME(pl_getFontRunCount) | |
#define pl_getFontRunFont U_ICU_ENTRY_POINT_RENAME(pl_getFontRunFont) | |
#define pl_getFontRunLastLimit U_ICU_ENTRY_POINT_RENAME(pl_getFontRunLastLimit) | |
#define pl_getFontRunLimit U_ICU_ENTRY_POINT_RENAME(pl_getFontRunLimit) | |
#define pl_getLeading U_ICU_ENTRY_POINT_RENAME(pl_getLeading) | |
#define pl_getLineAscent U_ICU_ENTRY_POINT_RENAME(pl_getLineAscent) | |
#define pl_getLineDescent U_ICU_ENTRY_POINT_RENAME(pl_getLineDescent) | |
#define pl_getLineLeading U_ICU_ENTRY_POINT_RENAME(pl_getLineLeading) | |
#define pl_getLineVisualRun U_ICU_ENTRY_POINT_RENAME(pl_getLineVisualRun) | |
#define pl_getLineWidth U_ICU_ENTRY_POINT_RENAME(pl_getLineWidth) | |
#define pl_getLocaleRunCount U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunCount) | |
#define pl_getLocaleRunLastLimit U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunLastLimit) | |
#define pl_getLocaleRunLimit U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunLimit) | |
#define pl_getLocaleRunLocale U_ICU_ENTRY_POINT_RENAME(pl_getLocaleRunLocale) | |
#define pl_getParagraphLevel U_ICU_ENTRY_POINT_RENAME(pl_getParagraphLevel) | |
#define pl_getTextDirection U_ICU_ENTRY_POINT_RENAME(pl_getTextDirection) | |
#define pl_getValueRunCount U_ICU_ENTRY_POINT_RENAME(pl_getValueRunCount) | |
#define pl_getValueRunLastLimit U_ICU_ENTRY_POINT_RENAME(pl_getValueRunLastLimit) | |
#define pl_getValueRunLimit U_ICU_ENTRY_POINT_RENAME(pl_getValueRunLimit) | |
#define pl_getValueRunValue U_ICU_ENTRY_POINT_RENAME(pl_getValueRunValue) | |
#define pl_getVisualRunAscent U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunAscent) | |
#define pl_getVisualRunDescent U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunDescent) | |
#define pl_getVisualRunDirection U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunDirection) | |
#define pl_getVisualRunFont U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunFont) | |
#define pl_getVisualRunGlyphCount U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunGlyphCount) | |
#define pl_getVisualRunGlyphToCharMap U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunGlyphToCharMap) | |
#define pl_getVisualRunGlyphs U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunGlyphs) | |
#define pl_getVisualRunLeading U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunLeading) | |
#define pl_getVisualRunPositions U_ICU_ENTRY_POINT_RENAME(pl_getVisualRunPositions) | |
#define pl_isComplex U_ICU_ENTRY_POINT_RENAME(pl_isComplex) | |
#define pl_nextLine U_ICU_ENTRY_POINT_RENAME(pl_nextLine) | |
#define pl_openEmptyFontRuns U_ICU_ENTRY_POINT_RENAME(pl_openEmptyFontRuns) | |
#define pl_openEmptyLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_openEmptyLocaleRuns) | |
#define pl_openEmptyValueRuns U_ICU_ENTRY_POINT_RENAME(pl_openEmptyValueRuns) | |
#define pl_openFontRuns U_ICU_ENTRY_POINT_RENAME(pl_openFontRuns) | |
#define pl_openLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_openLocaleRuns) | |
#define pl_openValueRuns U_ICU_ENTRY_POINT_RENAME(pl_openValueRuns) | |
#define pl_reflow U_ICU_ENTRY_POINT_RENAME(pl_reflow) | |
#define pl_resetFontRuns U_ICU_ENTRY_POINT_RENAME(pl_resetFontRuns) | |
#define pl_resetLocaleRuns U_ICU_ENTRY_POINT_RENAME(pl_resetLocaleRuns) | |
#define pl_resetValueRuns U_ICU_ENTRY_POINT_RENAME(pl_resetValueRuns) | |
#define res_countArrayItems U_ICU_ENTRY_POINT_RENAME(res_countArrayItems) | |
#define res_findResource U_ICU_ENTRY_POINT_RENAME(res_findResource) | |
#define res_getAlias U_ICU_ENTRY_POINT_RENAME(res_getAlias) | |
#define res_getArrayItem U_ICU_ENTRY_POINT_RENAME(res_getArrayItem) | |
#define res_getBinary U_ICU_ENTRY_POINT_RENAME(res_getBinary) | |
#define res_getIntVector U_ICU_ENTRY_POINT_RENAME(res_getIntVector) | |
#define res_getPublicType U_ICU_ENTRY_POINT_RENAME(res_getPublicType) | |
#define res_getResource U_ICU_ENTRY_POINT_RENAME(res_getResource) | |
#define res_getString U_ICU_ENTRY_POINT_RENAME(res_getString) | |
#define res_getTableItemByIndex U_ICU_ENTRY_POINT_RENAME(res_getTableItemByIndex) | |
#define res_getTableItemByKey U_ICU_ENTRY_POINT_RENAME(res_getTableItemByKey) | |
#define res_load U_ICU_ENTRY_POINT_RENAME(res_load) | |
#define res_read U_ICU_ENTRY_POINT_RENAME(res_read) | |
#define res_unload U_ICU_ENTRY_POINT_RENAME(res_unload) | |
#define u_UCharsToChars U_ICU_ENTRY_POINT_RENAME(u_UCharsToChars) | |
#define u_austrcpy U_ICU_ENTRY_POINT_RENAME(u_austrcpy) | |
#define u_austrncpy U_ICU_ENTRY_POINT_RENAME(u_austrncpy) | |
#define u_caseInsensitivePrefixMatch U_ICU_ENTRY_POINT_RENAME(u_caseInsensitivePrefixMatch) | |
#define u_catclose U_ICU_ENTRY_POINT_RENAME(u_catclose) | |
#define u_catgets U_ICU_ENTRY_POINT_RENAME(u_catgets) | |
#define u_catopen U_ICU_ENTRY_POINT_RENAME(u_catopen) | |
#define u_charAge U_ICU_ENTRY_POINT_RENAME(u_charAge) | |
#define u_charDigitValue U_ICU_ENTRY_POINT_RENAME(u_charDigitValue) | |
#define u_charDirection U_ICU_ENTRY_POINT_RENAME(u_charDirection) | |
#define u_charFromName U_ICU_ENTRY_POINT_RENAME(u_charFromName) | |
#define u_charMirror U_ICU_ENTRY_POINT_RENAME(u_charMirror) | |
#define u_charName U_ICU_ENTRY_POINT_RENAME(u_charName) | |
#define u_charType U_ICU_ENTRY_POINT_RENAME(u_charType) | |
#define u_charsToUChars U_ICU_ENTRY_POINT_RENAME(u_charsToUChars) | |
#define u_cleanup U_ICU_ENTRY_POINT_RENAME(u_cleanup) | |
#define u_countChar32 U_ICU_ENTRY_POINT_RENAME(u_countChar32) | |
#define u_digit U_ICU_ENTRY_POINT_RENAME(u_digit) | |
#define u_enumCharNames U_ICU_ENTRY_POINT_RENAME(u_enumCharNames) | |
#define u_enumCharTypes U_ICU_ENTRY_POINT_RENAME(u_enumCharTypes) | |
#define u_errorName U_ICU_ENTRY_POINT_RENAME(u_errorName) | |
#define u_fadopt U_ICU_ENTRY_POINT_RENAME(u_fadopt) | |
#define u_fclose U_ICU_ENTRY_POINT_RENAME(u_fclose) | |
#define u_feof U_ICU_ENTRY_POINT_RENAME(u_feof) | |
#define u_fflush U_ICU_ENTRY_POINT_RENAME(u_fflush) | |
#define u_fgetConverter U_ICU_ENTRY_POINT_RENAME(u_fgetConverter) | |
#define u_fgetNumberFormat U_ICU_ENTRY_POINT_RENAME(u_fgetNumberFormat) | |
#define u_fgetc U_ICU_ENTRY_POINT_RENAME(u_fgetc) | |
#define u_fgetcodepage U_ICU_ENTRY_POINT_RENAME(u_fgetcodepage) | |
#define u_fgetcx U_ICU_ENTRY_POINT_RENAME(u_fgetcx) | |
#define u_fgetfile U_ICU_ENTRY_POINT_RENAME(u_fgetfile) | |
#define u_fgetlocale U_ICU_ENTRY_POINT_RENAME(u_fgetlocale) | |
#define u_fgets U_ICU_ENTRY_POINT_RENAME(u_fgets) | |
#define u_file_read U_ICU_ENTRY_POINT_RENAME(u_file_read) | |
#define u_file_write U_ICU_ENTRY_POINT_RENAME(u_file_write) | |
#define u_file_write_flush U_ICU_ENTRY_POINT_RENAME(u_file_write_flush) | |
#define u_finit U_ICU_ENTRY_POINT_RENAME(u_finit) | |
#define u_flushDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_flushDefaultConverter) | |
#define u_foldCase U_ICU_ENTRY_POINT_RENAME(u_foldCase) | |
#define u_fopen U_ICU_ENTRY_POINT_RENAME(u_fopen) | |
#define u_fopen_u U_ICU_ENTRY_POINT_RENAME(u_fopen_u) | |
#define u_forDigit U_ICU_ENTRY_POINT_RENAME(u_forDigit) | |
#define u_formatMessage U_ICU_ENTRY_POINT_RENAME(u_formatMessage) | |
#define u_formatMessageWithError U_ICU_ENTRY_POINT_RENAME(u_formatMessageWithError) | |
#define u_fprintf U_ICU_ENTRY_POINT_RENAME(u_fprintf) | |
#define u_fprintf_u U_ICU_ENTRY_POINT_RENAME(u_fprintf_u) | |
#define u_fputc U_ICU_ENTRY_POINT_RENAME(u_fputc) | |
#define u_fputs U_ICU_ENTRY_POINT_RENAME(u_fputs) | |
#define u_frewind U_ICU_ENTRY_POINT_RENAME(u_frewind) | |
#define u_fscanf U_ICU_ENTRY_POINT_RENAME(u_fscanf) | |
#define u_fscanf_u U_ICU_ENTRY_POINT_RENAME(u_fscanf_u) | |
#define u_fsetcodepage U_ICU_ENTRY_POINT_RENAME(u_fsetcodepage) | |
#define u_fsetlocale U_ICU_ENTRY_POINT_RENAME(u_fsetlocale) | |
#define u_fsettransliterator U_ICU_ENTRY_POINT_RENAME(u_fsettransliterator) | |
#define u_fstropen U_ICU_ENTRY_POINT_RENAME(u_fstropen) | |
#define u_fungetc U_ICU_ENTRY_POINT_RENAME(u_fungetc) | |
#define u_getBidiPairedBracket U_ICU_ENTRY_POINT_RENAME(u_getBidiPairedBracket) | |
#define u_getCombiningClass U_ICU_ENTRY_POINT_RENAME(u_getCombiningClass) | |
#define u_getDataDirectory U_ICU_ENTRY_POINT_RENAME(u_getDataDirectory) | |
#define u_getDataVersion U_ICU_ENTRY_POINT_RENAME(u_getDataVersion) | |
#define u_getDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_getDefaultConverter) | |
#define u_getFC_NFKC_Closure U_ICU_ENTRY_POINT_RENAME(u_getFC_NFKC_Closure) | |
#define u_getISOComment U_ICU_ENTRY_POINT_RENAME(u_getISOComment) | |
#define u_getIntPropertyMaxValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMaxValue) | |
#define u_getIntPropertyMinValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyMinValue) | |
#define u_getIntPropertyValue U_ICU_ENTRY_POINT_RENAME(u_getIntPropertyValue) | |
#define u_getMainProperties U_ICU_ENTRY_POINT_RENAME(u_getMainProperties) | |
#define u_getNumericValue U_ICU_ENTRY_POINT_RENAME(u_getNumericValue) | |
#define u_getPropertyEnum U_ICU_ENTRY_POINT_RENAME(u_getPropertyEnum) | |
#define u_getPropertyName U_ICU_ENTRY_POINT_RENAME(u_getPropertyName) | |
#define u_getPropertyValueEnum U_ICU_ENTRY_POINT_RENAME(u_getPropertyValueEnum) | |
#define u_getPropertyValueName U_ICU_ENTRY_POINT_RENAME(u_getPropertyValueName) | |
#define u_getTimeZoneFilesDirectory U_ICU_ENTRY_POINT_RENAME(u_getTimeZoneFilesDirectory) | |
#define u_getUnicodeProperties U_ICU_ENTRY_POINT_RENAME(u_getUnicodeProperties) | |
#define u_getUnicodeVersion U_ICU_ENTRY_POINT_RENAME(u_getUnicodeVersion) | |
#define u_getVersion U_ICU_ENTRY_POINT_RENAME(u_getVersion) | |
#define u_get_stdout U_ICU_ENTRY_POINT_RENAME(u_get_stdout) | |
#define u_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(u_hasBinaryProperty) | |
#define u_init U_ICU_ENTRY_POINT_RENAME(u_init) | |
#define u_isIDIgnorable U_ICU_ENTRY_POINT_RENAME(u_isIDIgnorable) | |
#define u_isIDPart U_ICU_ENTRY_POINT_RENAME(u_isIDPart) | |
#define u_isIDStart U_ICU_ENTRY_POINT_RENAME(u_isIDStart) | |
#define u_isISOControl U_ICU_ENTRY_POINT_RENAME(u_isISOControl) | |
#define u_isJavaIDPart U_ICU_ENTRY_POINT_RENAME(u_isJavaIDPart) | |
#define u_isJavaIDStart U_ICU_ENTRY_POINT_RENAME(u_isJavaIDStart) | |
#define u_isJavaSpaceChar U_ICU_ENTRY_POINT_RENAME(u_isJavaSpaceChar) | |
#define u_isMirrored U_ICU_ENTRY_POINT_RENAME(u_isMirrored) | |
#define u_isUAlphabetic U_ICU_ENTRY_POINT_RENAME(u_isUAlphabetic) | |
#define u_isULowercase U_ICU_ENTRY_POINT_RENAME(u_isULowercase) | |
#define u_isUUppercase U_ICU_ENTRY_POINT_RENAME(u_isUUppercase) | |
#define u_isUWhiteSpace U_ICU_ENTRY_POINT_RENAME(u_isUWhiteSpace) | |
#define u_isWhitespace U_ICU_ENTRY_POINT_RENAME(u_isWhitespace) | |
#define u_isalnum U_ICU_ENTRY_POINT_RENAME(u_isalnum) | |
#define u_isalnumPOSIX U_ICU_ENTRY_POINT_RENAME(u_isalnumPOSIX) | |
#define u_isalpha U_ICU_ENTRY_POINT_RENAME(u_isalpha) | |
#define u_isbase U_ICU_ENTRY_POINT_RENAME(u_isbase) | |
#define u_isblank U_ICU_ENTRY_POINT_RENAME(u_isblank) | |
#define u_iscntrl U_ICU_ENTRY_POINT_RENAME(u_iscntrl) | |
#define u_isdefined U_ICU_ENTRY_POINT_RENAME(u_isdefined) | |
#define u_isdigit U_ICU_ENTRY_POINT_RENAME(u_isdigit) | |
#define u_isgraph U_ICU_ENTRY_POINT_RENAME(u_isgraph) | |
#define u_isgraphPOSIX U_ICU_ENTRY_POINT_RENAME(u_isgraphPOSIX) | |
#define u_islower U_ICU_ENTRY_POINT_RENAME(u_islower) | |
#define u_isprint U_ICU_ENTRY_POINT_RENAME(u_isprint) | |
#define u_isprintPOSIX U_ICU_ENTRY_POINT_RENAME(u_isprintPOSIX) | |
#define u_ispunct U_ICU_ENTRY_POINT_RENAME(u_ispunct) | |
#define u_isspace U_ICU_ENTRY_POINT_RENAME(u_isspace) | |
#define u_istitle U_ICU_ENTRY_POINT_RENAME(u_istitle) | |
#define u_isupper U_ICU_ENTRY_POINT_RENAME(u_isupper) | |
#define u_isxdigit U_ICU_ENTRY_POINT_RENAME(u_isxdigit) | |
#define u_locbund_close U_ICU_ENTRY_POINT_RENAME(u_locbund_close) | |
#define u_locbund_getNumberFormat U_ICU_ENTRY_POINT_RENAME(u_locbund_getNumberFormat) | |
#define u_locbund_init U_ICU_ENTRY_POINT_RENAME(u_locbund_init) | |
#define u_memcasecmp U_ICU_ENTRY_POINT_RENAME(u_memcasecmp) | |
#define u_memchr U_ICU_ENTRY_POINT_RENAME(u_memchr) | |
#define u_memchr32 U_ICU_ENTRY_POINT_RENAME(u_memchr32) | |
#define u_memcmp U_ICU_ENTRY_POINT_RENAME(u_memcmp) | |
#define u_memcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_memcmpCodePointOrder) | |
#define u_memcpy U_ICU_ENTRY_POINT_RENAME(u_memcpy) | |
#define u_memmove U_ICU_ENTRY_POINT_RENAME(u_memmove) | |
#define u_memrchr U_ICU_ENTRY_POINT_RENAME(u_memrchr) | |
#define u_memrchr32 U_ICU_ENTRY_POINT_RENAME(u_memrchr32) | |
#define u_memset U_ICU_ENTRY_POINT_RENAME(u_memset) | |
#define u_parseMessage U_ICU_ENTRY_POINT_RENAME(u_parseMessage) | |
#define u_parseMessageWithError U_ICU_ENTRY_POINT_RENAME(u_parseMessageWithError) | |
#define u_printf U_ICU_ENTRY_POINT_RENAME(u_printf) | |
#define u_printf_parse U_ICU_ENTRY_POINT_RENAME(u_printf_parse) | |
#define u_printf_u U_ICU_ENTRY_POINT_RENAME(u_printf_u) | |
#define u_releaseDefaultConverter U_ICU_ENTRY_POINT_RENAME(u_releaseDefaultConverter) | |
#define u_scanf_parse U_ICU_ENTRY_POINT_RENAME(u_scanf_parse) | |
#define u_setAtomicIncDecFunctions U_ICU_ENTRY_POINT_RENAME(u_setAtomicIncDecFunctions) | |
#define u_setDataDirectory U_ICU_ENTRY_POINT_RENAME(u_setDataDirectory) | |
#define u_setMemoryFunctions U_ICU_ENTRY_POINT_RENAME(u_setMemoryFunctions) | |
#define u_setMutexFunctions U_ICU_ENTRY_POINT_RENAME(u_setMutexFunctions) | |
#define u_setTimeZoneFilesDirectory U_ICU_ENTRY_POINT_RENAME(u_setTimeZoneFilesDirectory) | |
#define u_shapeArabic U_ICU_ENTRY_POINT_RENAME(u_shapeArabic) | |
#define u_snprintf U_ICU_ENTRY_POINT_RENAME(u_snprintf) | |
#define u_snprintf_u U_ICU_ENTRY_POINT_RENAME(u_snprintf_u) | |
#define u_sprintf U_ICU_ENTRY_POINT_RENAME(u_sprintf) | |
#define u_sprintf_u U_ICU_ENTRY_POINT_RENAME(u_sprintf_u) | |
#define u_sscanf U_ICU_ENTRY_POINT_RENAME(u_sscanf) | |
#define u_sscanf_u U_ICU_ENTRY_POINT_RENAME(u_sscanf_u) | |
#define u_strCaseCompare U_ICU_ENTRY_POINT_RENAME(u_strCaseCompare) | |
#define u_strCompare U_ICU_ENTRY_POINT_RENAME(u_strCompare) | |
#define u_strCompareIter U_ICU_ENTRY_POINT_RENAME(u_strCompareIter) | |
#define u_strFindFirst U_ICU_ENTRY_POINT_RENAME(u_strFindFirst) | |
#define u_strFindLast U_ICU_ENTRY_POINT_RENAME(u_strFindLast) | |
#define u_strFoldCase U_ICU_ENTRY_POINT_RENAME(u_strFoldCase) | |
#define u_strFromJavaModifiedUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromJavaModifiedUTF8WithSub) | |
#define u_strFromPunycode U_ICU_ENTRY_POINT_RENAME(u_strFromPunycode) | |
#define u_strFromUTF32 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32) | |
#define u_strFromUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF32WithSub) | |
#define u_strFromUTF8 U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8) | |
#define u_strFromUTF8Lenient U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8Lenient) | |
#define u_strFromUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strFromUTF8WithSub) | |
#define u_strFromWCS U_ICU_ENTRY_POINT_RENAME(u_strFromWCS) | |
#define u_strHasMoreChar32Than U_ICU_ENTRY_POINT_RENAME(u_strHasMoreChar32Than) | |
#define u_strToJavaModifiedUTF8 U_ICU_ENTRY_POINT_RENAME(u_strToJavaModifiedUTF8) | |
#define u_strToLower U_ICU_ENTRY_POINT_RENAME(u_strToLower) | |
#define u_strToPunycode U_ICU_ENTRY_POINT_RENAME(u_strToPunycode) | |
#define u_strToTitle U_ICU_ENTRY_POINT_RENAME(u_strToTitle) | |
#define u_strToUTF32 U_ICU_ENTRY_POINT_RENAME(u_strToUTF32) | |
#define u_strToUTF32WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF32WithSub) | |
#define u_strToUTF8 U_ICU_ENTRY_POINT_RENAME(u_strToUTF8) | |
#define u_strToUTF8WithSub U_ICU_ENTRY_POINT_RENAME(u_strToUTF8WithSub) | |
#define u_strToUpper U_ICU_ENTRY_POINT_RENAME(u_strToUpper) | |
#define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) | |
#define u_strcasecmp U_ICU_ENTRY_POINT_RENAME(u_strcasecmp) | |
#define u_strcat U_ICU_ENTRY_POINT_RENAME(u_strcat) | |
#define u_strchr U_ICU_ENTRY_POINT_RENAME(u_strchr) | |
#define u_strchr32 U_ICU_ENTRY_POINT_RENAME(u_strchr32) | |
#define u_strcmp U_ICU_ENTRY_POINT_RENAME(u_strcmp) | |
#define u_strcmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strcmpCodePointOrder) | |
#define u_strcmpFold U_ICU_ENTRY_POINT_RENAME(u_strcmpFold) | |
#define u_strcpy U_ICU_ENTRY_POINT_RENAME(u_strcpy) | |
#define u_strcspn U_ICU_ENTRY_POINT_RENAME(u_strcspn) | |
#define u_strlen U_ICU_ENTRY_POINT_RENAME(u_strlen) | |
#define u_strncasecmp U_ICU_ENTRY_POINT_RENAME(u_strncasecmp) | |
#define u_strncat U_ICU_ENTRY_POINT_RENAME(u_strncat) | |
#define u_strncmp U_ICU_ENTRY_POINT_RENAME(u_strncmp) | |
#define u_strncmpCodePointOrder U_ICU_ENTRY_POINT_RENAME(u_strncmpCodePointOrder) | |
#define u_strncpy U_ICU_ENTRY_POINT_RENAME(u_strncpy) | |
#define u_strpbrk U_ICU_ENTRY_POINT_RENAME(u_strpbrk) | |
#define u_strrchr U_ICU_ENTRY_POINT_RENAME(u_strrchr) | |
#define u_strrchr32 U_ICU_ENTRY_POINT_RENAME(u_strrchr32) | |
#define u_strrstr U_ICU_ENTRY_POINT_RENAME(u_strrstr) | |
#define u_strspn U_ICU_ENTRY_POINT_RENAME(u_strspn) | |
#define u_strstr U_ICU_ENTRY_POINT_RENAME(u_strstr) | |
#define u_strtok_r U_ICU_ENTRY_POINT_RENAME(u_strtok_r) | |
#define u_terminateChars U_ICU_ENTRY_POINT_RENAME(u_terminateChars) | |
#define u_terminateUChar32s U_ICU_ENTRY_POINT_RENAME(u_terminateUChar32s) | |
#define u_terminateUChars U_ICU_ENTRY_POINT_RENAME(u_terminateUChars) | |
#define u_terminateWChars U_ICU_ENTRY_POINT_RENAME(u_terminateWChars) | |
#define u_tolower U_ICU_ENTRY_POINT_RENAME(u_tolower) | |
#define u_totitle U_ICU_ENTRY_POINT_RENAME(u_totitle) | |
#define u_toupper U_ICU_ENTRY_POINT_RENAME(u_toupper) | |
#define u_uastrcpy U_ICU_ENTRY_POINT_RENAME(u_uastrcpy) | |
#define u_uastrncpy U_ICU_ENTRY_POINT_RENAME(u_uastrncpy) | |
#define u_unescape U_ICU_ENTRY_POINT_RENAME(u_unescape) | |
#define u_unescapeAt U_ICU_ENTRY_POINT_RENAME(u_unescapeAt) | |
#define u_versionFromString U_ICU_ENTRY_POINT_RENAME(u_versionFromString) | |
#define u_versionFromUString U_ICU_ENTRY_POINT_RENAME(u_versionFromUString) | |
#define u_versionToString U_ICU_ENTRY_POINT_RENAME(u_versionToString) | |
#define u_vformatMessage U_ICU_ENTRY_POINT_RENAME(u_vformatMessage) | |
#define u_vformatMessageWithError U_ICU_ENTRY_POINT_RENAME(u_vformatMessageWithError) | |
#define u_vfprintf U_ICU_ENTRY_POINT_RENAME(u_vfprintf) | |
#define u_vfprintf_u U_ICU_ENTRY_POINT_RENAME(u_vfprintf_u) | |
#define u_vfscanf U_ICU_ENTRY_POINT_RENAME(u_vfscanf) | |
#define u_vfscanf_u U_ICU_ENTRY_POINT_RENAME(u_vfscanf_u) | |
#define u_vparseMessage U_ICU_ENTRY_POINT_RENAME(u_vparseMessage) | |
#define u_vparseMessageWithError U_ICU_ENTRY_POINT_RENAME(u_vparseMessageWithError) | |
#define u_vsnprintf U_ICU_ENTRY_POINT_RENAME(u_vsnprintf) | |
#define u_vsnprintf_u U_ICU_ENTRY_POINT_RENAME(u_vsnprintf_u) | |
#define u_vsprintf U_ICU_ENTRY_POINT_RENAME(u_vsprintf) | |
#define u_vsprintf_u U_ICU_ENTRY_POINT_RENAME(u_vsprintf_u) | |
#define u_vsscanf U_ICU_ENTRY_POINT_RENAME(u_vsscanf) | |
#define u_vsscanf_u U_ICU_ENTRY_POINT_RENAME(u_vsscanf_u) | |
#define u_writeIdenticalLevelRun U_ICU_ENTRY_POINT_RENAME(u_writeIdenticalLevelRun) | |
#define ubidi_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(ubidi_addPropertyStarts) | |
#define ubidi_close U_ICU_ENTRY_POINT_RENAME(ubidi_close) | |
#define ubidi_countParagraphs U_ICU_ENTRY_POINT_RENAME(ubidi_countParagraphs) | |
#define ubidi_countRuns U_ICU_ENTRY_POINT_RENAME(ubidi_countRuns) | |
#define ubidi_getBaseDirection U_ICU_ENTRY_POINT_RENAME(ubidi_getBaseDirection) | |
#define ubidi_getClass U_ICU_ENTRY_POINT_RENAME(ubidi_getClass) | |
#define ubidi_getClassCallback U_ICU_ENTRY_POINT_RENAME(ubidi_getClassCallback) | |
#define ubidi_getCustomizedClass U_ICU_ENTRY_POINT_RENAME(ubidi_getCustomizedClass) | |
#define ubidi_getDirection U_ICU_ENTRY_POINT_RENAME(ubidi_getDirection) | |
#define ubidi_getJoiningGroup U_ICU_ENTRY_POINT_RENAME(ubidi_getJoiningGroup) | |
#define ubidi_getJoiningType U_ICU_ENTRY_POINT_RENAME(ubidi_getJoiningType) | |
#define ubidi_getLength U_ICU_ENTRY_POINT_RENAME(ubidi_getLength) | |
#define ubidi_getLevelAt U_ICU_ENTRY_POINT_RENAME(ubidi_getLevelAt) | |
#define ubidi_getLevels U_ICU_ENTRY_POINT_RENAME(ubidi_getLevels) | |
#define ubidi_getLogicalIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalIndex) | |
#define ubidi_getLogicalMap U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalMap) | |
#define ubidi_getLogicalRun U_ICU_ENTRY_POINT_RENAME(ubidi_getLogicalRun) | |
#define ubidi_getMaxValue U_ICU_ENTRY_POINT_RENAME(ubidi_getMaxValue) | |
#define ubidi_getMemory U_ICU_ENTRY_POINT_RENAME(ubidi_getMemory) | |
#define ubidi_getMirror U_ICU_ENTRY_POINT_RENAME(ubidi_getMirror) | |
#define ubidi_getPairedBracket U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracket) | |
#define ubidi_getPairedBracketType U_ICU_ENTRY_POINT_RENAME(ubidi_getPairedBracketType) | |
#define ubidi_getParaLevel U_ICU_ENTRY_POINT_RENAME(ubidi_getParaLevel) | |
#define ubidi_getParaLevelAtIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParaLevelAtIndex) | |
#define ubidi_getParagraph U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraph) | |
#define ubidi_getParagraphByIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getParagraphByIndex) | |
#define ubidi_getProcessedLength U_ICU_ENTRY_POINT_RENAME(ubidi_getProcessedLength) | |
#define ubidi_getReorderingMode U_ICU_ENTRY_POINT_RENAME(ubidi_getReorderingMode) | |
#define ubidi_getReorderingOptions U_ICU_ENTRY_POINT_RENAME(ubidi_getReorderingOptions) | |
#define ubidi_getResultLength U_ICU_ENTRY_POINT_RENAME(ubidi_getResultLength) | |
#define ubidi_getRuns U_ICU_ENTRY_POINT_RENAME(ubidi_getRuns) | |
#define ubidi_getText U_ICU_ENTRY_POINT_RENAME(ubidi_getText) | |
#define ubidi_getVisualIndex U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualIndex) | |
#define ubidi_getVisualMap U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualMap) | |
#define ubidi_getVisualRun U_ICU_ENTRY_POINT_RENAME(ubidi_getVisualRun) | |
#define ubidi_invertMap U_ICU_ENTRY_POINT_RENAME(ubidi_invertMap) | |
#define ubidi_isBidiControl U_ICU_ENTRY_POINT_RENAME(ubidi_isBidiControl) | |
#define ubidi_isInverse U_ICU_ENTRY_POINT_RENAME(ubidi_isInverse) | |
#define ubidi_isJoinControl U_ICU_ENTRY_POINT_RENAME(ubidi_isJoinControl) | |
#define ubidi_isMirrored U_ICU_ENTRY_POINT_RENAME(ubidi_isMirrored) | |
#define ubidi_isOrderParagraphsLTR U_ICU_ENTRY_POINT_RENAME(ubidi_isOrderParagraphsLTR) | |
#define ubidi_open U_ICU_ENTRY_POINT_RENAME(ubidi_open) | |
#define ubidi_openSized U_ICU_ENTRY_POINT_RENAME(ubidi_openSized) | |
#define ubidi_orderParagraphsLTR U_ICU_ENTRY_POINT_RENAME(ubidi_orderParagraphsLTR) | |
#define ubidi_reorderLogical U_ICU_ENTRY_POINT_RENAME(ubidi_reorderLogical) | |
#define ubidi_reorderVisual U_ICU_ENTRY_POINT_RENAME(ubidi_reorderVisual) | |
#define ubidi_setClassCallback U_ICU_ENTRY_POINT_RENAME(ubidi_setClassCallback) | |
#define ubidi_setContext U_ICU_ENTRY_POINT_RENAME(ubidi_setContext) | |
#define ubidi_setInverse U_ICU_ENTRY_POINT_RENAME(ubidi_setInverse) | |
#define ubidi_setLine U_ICU_ENTRY_POINT_RENAME(ubidi_setLine) | |
#define ubidi_setPara U_ICU_ENTRY_POINT_RENAME(ubidi_setPara) | |
#define ubidi_setReorderingMode U_ICU_ENTRY_POINT_RENAME(ubidi_setReorderingMode) | |
#define ubidi_setReorderingOptions U_ICU_ENTRY_POINT_RENAME(ubidi_setReorderingOptions) | |
#define ubidi_writeReordered U_ICU_ENTRY_POINT_RENAME(ubidi_writeReordered) | |
#define ubidi_writeReverse U_ICU_ENTRY_POINT_RENAME(ubidi_writeReverse) | |
#define ubiditransform_close U_ICU_ENTRY_POINT_RENAME(ubiditransform_close) | |
#define ubiditransform_open U_ICU_ENTRY_POINT_RENAME(ubiditransform_open) | |
#define ubiditransform_transform U_ICU_ENTRY_POINT_RENAME(ubiditransform_transform) | |
#define ublock_getCode U_ICU_ENTRY_POINT_RENAME(ublock_getCode) | |
#define ubrk_close U_ICU_ENTRY_POINT_RENAME(ubrk_close) | |
#define ubrk_countAvailable U_ICU_ENTRY_POINT_RENAME(ubrk_countAvailable) | |
#define ubrk_current U_ICU_ENTRY_POINT_RENAME(ubrk_current) | |
#define ubrk_first U_ICU_ENTRY_POINT_RENAME(ubrk_first) | |
#define ubrk_following U_ICU_ENTRY_POINT_RENAME(ubrk_following) | |
#define ubrk_getAvailable U_ICU_ENTRY_POINT_RENAME(ubrk_getAvailable) | |
#define ubrk_getBinaryRules U_ICU_ENTRY_POINT_RENAME(ubrk_getBinaryRules) | |
#define ubrk_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ubrk_getLocaleByType) | |
#define ubrk_getRuleStatus U_ICU_ENTRY_POINT_RENAME(ubrk_getRuleStatus) | |
#define ubrk_getRuleStatusVec U_ICU_ENTRY_POINT_RENAME(ubrk_getRuleStatusVec) | |
#define ubrk_isBoundary U_ICU_ENTRY_POINT_RENAME(ubrk_isBoundary) | |
#define ubrk_last U_ICU_ENTRY_POINT_RENAME(ubrk_last) | |
#define ubrk_next U_ICU_ENTRY_POINT_RENAME(ubrk_next) | |
#define ubrk_open U_ICU_ENTRY_POINT_RENAME(ubrk_open) | |
#define ubrk_openBinaryRules U_ICU_ENTRY_POINT_RENAME(ubrk_openBinaryRules) | |
#define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) | |
#define ubrk_preceding U_ICU_ENTRY_POINT_RENAME(ubrk_preceding) | |
#define ubrk_previous U_ICU_ENTRY_POINT_RENAME(ubrk_previous) | |
#define ubrk_refreshUText U_ICU_ENTRY_POINT_RENAME(ubrk_refreshUText) | |
#define ubrk_safeClone U_ICU_ENTRY_POINT_RENAME(ubrk_safeClone) | |
#define ubrk_setText U_ICU_ENTRY_POINT_RENAME(ubrk_setText) | |
#define ubrk_setUText U_ICU_ENTRY_POINT_RENAME(ubrk_setUText) | |
#define ubrk_swap U_ICU_ENTRY_POINT_RENAME(ubrk_swap) | |
#define ucache_compareKeys U_ICU_ENTRY_POINT_RENAME(ucache_compareKeys) | |
#define ucache_deleteKey U_ICU_ENTRY_POINT_RENAME(ucache_deleteKey) | |
#define ucache_hashKeys U_ICU_ENTRY_POINT_RENAME(ucache_hashKeys) | |
#define ucal_add U_ICU_ENTRY_POINT_RENAME(ucal_add) | |
#define ucal_clear U_ICU_ENTRY_POINT_RENAME(ucal_clear) | |
#define ucal_clearField U_ICU_ENTRY_POINT_RENAME(ucal_clearField) | |
#define ucal_clone U_ICU_ENTRY_POINT_RENAME(ucal_clone) | |
#define ucal_close U_ICU_ENTRY_POINT_RENAME(ucal_close) | |
#define ucal_countAvailable U_ICU_ENTRY_POINT_RENAME(ucal_countAvailable) | |
#define ucal_equivalentTo U_ICU_ENTRY_POINT_RENAME(ucal_equivalentTo) | |
#define ucal_get U_ICU_ENTRY_POINT_RENAME(ucal_get) | |
#define ucal_getAttribute U_ICU_ENTRY_POINT_RENAME(ucal_getAttribute) | |
#define ucal_getAvailable U_ICU_ENTRY_POINT_RENAME(ucal_getAvailable) | |
#define ucal_getCanonicalTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getCanonicalTimeZoneID) | |
#define ucal_getDSTSavings U_ICU_ENTRY_POINT_RENAME(ucal_getDSTSavings) | |
#define ucal_getDayOfWeekType U_ICU_ENTRY_POINT_RENAME(ucal_getDayOfWeekType) | |
#define ucal_getDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_getDefaultTimeZone) | |
#define ucal_getFieldDifference U_ICU_ENTRY_POINT_RENAME(ucal_getFieldDifference) | |
#define ucal_getGregorianChange U_ICU_ENTRY_POINT_RENAME(ucal_getGregorianChange) | |
#define ucal_getKeywordValuesForLocale U_ICU_ENTRY_POINT_RENAME(ucal_getKeywordValuesForLocale) | |
#define ucal_getLimit U_ICU_ENTRY_POINT_RENAME(ucal_getLimit) | |
#define ucal_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucal_getLocaleByType) | |
#define ucal_getMillis U_ICU_ENTRY_POINT_RENAME(ucal_getMillis) | |
#define ucal_getNow U_ICU_ENTRY_POINT_RENAME(ucal_getNow) | |
#define ucal_getTZDataVersion U_ICU_ENTRY_POINT_RENAME(ucal_getTZDataVersion) | |
#define ucal_getTimeZoneDisplayName U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneDisplayName) | |
#define ucal_getTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneID) | |
#define ucal_getTimeZoneIDForWindowsID U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneIDForWindowsID) | |
#define ucal_getTimeZoneTransitionDate U_ICU_ENTRY_POINT_RENAME(ucal_getTimeZoneTransitionDate) | |
#define ucal_getType U_ICU_ENTRY_POINT_RENAME(ucal_getType) | |
#define ucal_getWeekendTransition U_ICU_ENTRY_POINT_RENAME(ucal_getWeekendTransition) | |
#define ucal_getWindowsTimeZoneID U_ICU_ENTRY_POINT_RENAME(ucal_getWindowsTimeZoneID) | |
#define ucal_inDaylightTime U_ICU_ENTRY_POINT_RENAME(ucal_inDaylightTime) | |
#define ucal_isSet U_ICU_ENTRY_POINT_RENAME(ucal_isSet) | |
#define ucal_isWeekend U_ICU_ENTRY_POINT_RENAME(ucal_isWeekend) | |
#define ucal_open U_ICU_ENTRY_POINT_RENAME(ucal_open) | |
#define ucal_openCountryTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openCountryTimeZones) | |
#define ucal_openTimeZoneIDEnumeration U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZoneIDEnumeration) | |
#define ucal_openTimeZones U_ICU_ENTRY_POINT_RENAME(ucal_openTimeZones) | |
#define ucal_roll U_ICU_ENTRY_POINT_RENAME(ucal_roll) | |
#define ucal_set U_ICU_ENTRY_POINT_RENAME(ucal_set) | |
#define ucal_setAttribute U_ICU_ENTRY_POINT_RENAME(ucal_setAttribute) | |
#define ucal_setDate U_ICU_ENTRY_POINT_RENAME(ucal_setDate) | |
#define ucal_setDateTime U_ICU_ENTRY_POINT_RENAME(ucal_setDateTime) | |
#define ucal_setDefaultTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_setDefaultTimeZone) | |
#define ucal_setGregorianChange U_ICU_ENTRY_POINT_RENAME(ucal_setGregorianChange) | |
#define ucal_setMillis U_ICU_ENTRY_POINT_RENAME(ucal_setMillis) | |
#define ucal_setTimeZone U_ICU_ENTRY_POINT_RENAME(ucal_setTimeZone) | |
#define ucase_addCaseClosure U_ICU_ENTRY_POINT_RENAME(ucase_addCaseClosure) | |
#define ucase_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(ucase_addPropertyStarts) | |
#define ucase_addStringCaseClosure U_ICU_ENTRY_POINT_RENAME(ucase_addStringCaseClosure) | |
#define ucase_fold U_ICU_ENTRY_POINT_RENAME(ucase_fold) | |
#define ucase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ucase_getCaseLocale) | |
#define ucase_getTrie U_ICU_ENTRY_POINT_RENAME(ucase_getTrie) | |
#define ucase_getType U_ICU_ENTRY_POINT_RENAME(ucase_getType) | |
#define ucase_getTypeOrIgnorable U_ICU_ENTRY_POINT_RENAME(ucase_getTypeOrIgnorable) | |
#define ucase_hasBinaryProperty U_ICU_ENTRY_POINT_RENAME(ucase_hasBinaryProperty) | |
#define ucase_isCaseSensitive U_ICU_ENTRY_POINT_RENAME(ucase_isCaseSensitive) | |
#define ucase_isSoftDotted U_ICU_ENTRY_POINT_RENAME(ucase_isSoftDotted) | |
#define ucase_toFullFolding U_ICU_ENTRY_POINT_RENAME(ucase_toFullFolding) | |
#define ucase_toFullLower U_ICU_ENTRY_POINT_RENAME(ucase_toFullLower) | |
#define ucase_toFullTitle U_ICU_ENTRY_POINT_RENAME(ucase_toFullTitle) | |
#define ucase_toFullUpper U_ICU_ENTRY_POINT_RENAME(ucase_toFullUpper) | |
#define ucase_tolower U_ICU_ENTRY_POINT_RENAME(ucase_tolower) | |
#define ucase_totitle U_ICU_ENTRY_POINT_RENAME(ucase_totitle) | |
#define ucase_toupper U_ICU_ENTRY_POINT_RENAME(ucase_toupper) | |
#define ucasemap_close U_ICU_ENTRY_POINT_RENAME(ucasemap_close) | |
#define ucasemap_getBreakIterator U_ICU_ENTRY_POINT_RENAME(ucasemap_getBreakIterator) | |
#define ucasemap_getLocale U_ICU_ENTRY_POINT_RENAME(ucasemap_getLocale) | |
#define ucasemap_getOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_getOptions) | |
#define ucasemap_internalUTF8ToTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_internalUTF8ToTitle) | |
#define ucasemap_mapUTF8 U_ICU_ENTRY_POINT_RENAME(ucasemap_mapUTF8) | |
#define ucasemap_open U_ICU_ENTRY_POINT_RENAME(ucasemap_open) | |
#define ucasemap_setBreakIterator U_ICU_ENTRY_POINT_RENAME(ucasemap_setBreakIterator) | |
#define ucasemap_setLocale U_ICU_ENTRY_POINT_RENAME(ucasemap_setLocale) | |
#define ucasemap_setOptions U_ICU_ENTRY_POINT_RENAME(ucasemap_setOptions) | |
#define ucasemap_toTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_toTitle) | |
#define ucasemap_utf8FoldCase U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8FoldCase) | |
#define ucasemap_utf8ToLower U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToLower) | |
#define ucasemap_utf8ToTitle U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToTitle) | |
#define ucasemap_utf8ToUpper U_ICU_ENTRY_POINT_RENAME(ucasemap_utf8ToUpper) | |
#define uchar_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(uchar_addPropertyStarts) | |
#define uchar_swapNames U_ICU_ENTRY_POINT_RENAME(uchar_swapNames) | |
#define ucln_cleanupOne U_ICU_ENTRY_POINT_RENAME(ucln_cleanupOne) | |
#define ucln_common_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_common_registerCleanup) | |
#define ucln_i18n_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_i18n_registerCleanup) | |
#define ucln_io_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_io_registerCleanup) | |
#define ucln_lib_cleanup U_ICU_ENTRY_POINT_RENAME(ucln_lib_cleanup) | |
#define ucln_registerCleanup U_ICU_ENTRY_POINT_RENAME(ucln_registerCleanup) | |
#define ucnv_MBCSFromUChar32 U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSFromUChar32) | |
#define ucnv_MBCSFromUnicodeWithOffsets U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSFromUnicodeWithOffsets) | |
#define ucnv_MBCSGetFilteredUnicodeSetForUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSGetFilteredUnicodeSetForUnicode) | |
#define ucnv_MBCSGetType U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSGetType) | |
#define ucnv_MBCSGetUnicodeSetForUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSGetUnicodeSetForUnicode) | |
#define ucnv_MBCSIsLeadByte U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSIsLeadByte) | |
#define ucnv_MBCSSimpleGetNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSSimpleGetNextUChar) | |
#define ucnv_MBCSToUnicodeWithOffsets U_ICU_ENTRY_POINT_RENAME(ucnv_MBCSToUnicodeWithOffsets) | |
#define ucnv_bld_countAvailableConverters U_ICU_ENTRY_POINT_RENAME(ucnv_bld_countAvailableConverters) | |
#define ucnv_bld_getAvailableConverter U_ICU_ENTRY_POINT_RENAME(ucnv_bld_getAvailableConverter) | |
#define ucnv_canCreateConverter U_ICU_ENTRY_POINT_RENAME(ucnv_canCreateConverter) | |
#define ucnv_cbFromUWriteBytes U_ICU_ENTRY_POINT_RENAME(ucnv_cbFromUWriteBytes) | |
#define ucnv_cbFromUWriteSub U_ICU_ENTRY_POINT_RENAME(ucnv_cbFromUWriteSub) | |
#define ucnv_cbFromUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_cbFromUWriteUChars) | |
#define ucnv_cbToUWriteSub U_ICU_ENTRY_POINT_RENAME(ucnv_cbToUWriteSub) | |
#define ucnv_cbToUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_cbToUWriteUChars) | |
#define ucnv_close U_ICU_ENTRY_POINT_RENAME(ucnv_close) | |
#define ucnv_compareNames U_ICU_ENTRY_POINT_RENAME(ucnv_compareNames) | |
#define ucnv_convert U_ICU_ENTRY_POINT_RENAME(ucnv_convert) | |
#define ucnv_convertEx U_ICU_ENTRY_POINT_RENAME(ucnv_convertEx) | |
#define ucnv_countAliases U_ICU_ENTRY_POINT_RENAME(ucnv_countAliases) | |
#define ucnv_countAvailable U_ICU_ENTRY_POINT_RENAME(ucnv_countAvailable) | |
#define ucnv_countStandards U_ICU_ENTRY_POINT_RENAME(ucnv_countStandards) | |
#define ucnv_createAlgorithmicConverter U_ICU_ENTRY_POINT_RENAME(ucnv_createAlgorithmicConverter) | |
#define ucnv_createConverter U_ICU_ENTRY_POINT_RENAME(ucnv_createConverter) | |
#define ucnv_createConverterFromPackage U_ICU_ENTRY_POINT_RENAME(ucnv_createConverterFromPackage) | |
#define ucnv_createConverterFromSharedData U_ICU_ENTRY_POINT_RENAME(ucnv_createConverterFromSharedData) | |
#define ucnv_detectUnicodeSignature U_ICU_ENTRY_POINT_RENAME(ucnv_detectUnicodeSignature) | |
#define ucnv_extContinueMatchFromU U_ICU_ENTRY_POINT_RENAME(ucnv_extContinueMatchFromU) | |
#define ucnv_extContinueMatchToU U_ICU_ENTRY_POINT_RENAME(ucnv_extContinueMatchToU) | |
#define ucnv_extGetUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_extGetUnicodeSet) | |
#define ucnv_extInitialMatchFromU U_ICU_ENTRY_POINT_RENAME(ucnv_extInitialMatchFromU) | |
#define ucnv_extInitialMatchToU U_ICU_ENTRY_POINT_RENAME(ucnv_extInitialMatchToU) | |
#define ucnv_extSimpleMatchFromU U_ICU_ENTRY_POINT_RENAME(ucnv_extSimpleMatchFromU) | |
#define ucnv_extSimpleMatchToU U_ICU_ENTRY_POINT_RENAME(ucnv_extSimpleMatchToU) | |
#define ucnv_fixFileSeparator U_ICU_ENTRY_POINT_RENAME(ucnv_fixFileSeparator) | |
#define ucnv_flushCache U_ICU_ENTRY_POINT_RENAME(ucnv_flushCache) | |
#define ucnv_fromAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_fromAlgorithmic) | |
#define ucnv_fromUChars U_ICU_ENTRY_POINT_RENAME(ucnv_fromUChars) | |
#define ucnv_fromUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_fromUCountPending) | |
#define ucnv_fromUWriteBytes U_ICU_ENTRY_POINT_RENAME(ucnv_fromUWriteBytes) | |
#define ucnv_fromUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode) | |
#define ucnv_fromUnicode_UTF8 U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode_UTF8) | |
#define ucnv_fromUnicode_UTF8_OFFSETS_LOGIC U_ICU_ENTRY_POINT_RENAME(ucnv_fromUnicode_UTF8_OFFSETS_LOGIC) | |
#define ucnv_getAlias U_ICU_ENTRY_POINT_RENAME(ucnv_getAlias) | |
#define ucnv_getAliases U_ICU_ENTRY_POINT_RENAME(ucnv_getAliases) | |
#define ucnv_getAvailableName U_ICU_ENTRY_POINT_RENAME(ucnv_getAvailableName) | |
#define ucnv_getCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_getCCSID) | |
#define ucnv_getCanonicalName U_ICU_ENTRY_POINT_RENAME(ucnv_getCanonicalName) | |
#define ucnv_getCompleteUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_getCompleteUnicodeSet) | |
#define ucnv_getDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_getDefaultName) | |
#define ucnv_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucnv_getDisplayName) | |
#define ucnv_getFromUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_getFromUCallBack) | |
#define ucnv_getInvalidChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidChars) | |
#define ucnv_getInvalidUChars U_ICU_ENTRY_POINT_RENAME(ucnv_getInvalidUChars) | |
#define ucnv_getMaxCharSize U_ICU_ENTRY_POINT_RENAME(ucnv_getMaxCharSize) | |
#define ucnv_getMinCharSize U_ICU_ENTRY_POINT_RENAME(ucnv_getMinCharSize) | |
#define ucnv_getName U_ICU_ENTRY_POINT_RENAME(ucnv_getName) | |
#define ucnv_getNextUChar U_ICU_ENTRY_POINT_RENAME(ucnv_getNextUChar) | |
#define ucnv_getNonSurrogateUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_getNonSurrogateUnicodeSet) | |
#define ucnv_getPlatform U_ICU_ENTRY_POINT_RENAME(ucnv_getPlatform) | |
#define ucnv_getStandard U_ICU_ENTRY_POINT_RENAME(ucnv_getStandard) | |
#define ucnv_getStandardName U_ICU_ENTRY_POINT_RENAME(ucnv_getStandardName) | |
#define ucnv_getStarters U_ICU_ENTRY_POINT_RENAME(ucnv_getStarters) | |
#define ucnv_getSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_getSubstChars) | |
#define ucnv_getToUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_getToUCallBack) | |
#define ucnv_getType U_ICU_ENTRY_POINT_RENAME(ucnv_getType) | |
#define ucnv_getUnicodeSet U_ICU_ENTRY_POINT_RENAME(ucnv_getUnicodeSet) | |
#define ucnv_incrementRefCount U_ICU_ENTRY_POINT_RENAME(ucnv_incrementRefCount) | |
#define ucnv_io_countKnownConverters U_ICU_ENTRY_POINT_RENAME(ucnv_io_countKnownConverters) | |
#define ucnv_io_getConverterName U_ICU_ENTRY_POINT_RENAME(ucnv_io_getConverterName) | |
#define ucnv_io_stripASCIIForCompare U_ICU_ENTRY_POINT_RENAME(ucnv_io_stripASCIIForCompare) | |
#define ucnv_io_stripEBCDICForCompare U_ICU_ENTRY_POINT_RENAME(ucnv_io_stripEBCDICForCompare) | |
#define ucnv_isAmbiguous U_ICU_ENTRY_POINT_RENAME(ucnv_isAmbiguous) | |
#define ucnv_isFixedWidth U_ICU_ENTRY_POINT_RENAME(ucnv_isFixedWidth) | |
#define ucnv_load U_ICU_ENTRY_POINT_RENAME(ucnv_load) | |
#define ucnv_loadSharedData U_ICU_ENTRY_POINT_RENAME(ucnv_loadSharedData) | |
#define ucnv_open U_ICU_ENTRY_POINT_RENAME(ucnv_open) | |
#define ucnv_openAllNames U_ICU_ENTRY_POINT_RENAME(ucnv_openAllNames) | |
#define ucnv_openCCSID U_ICU_ENTRY_POINT_RENAME(ucnv_openCCSID) | |
#define ucnv_openPackage U_ICU_ENTRY_POINT_RENAME(ucnv_openPackage) | |
#define ucnv_openStandardNames U_ICU_ENTRY_POINT_RENAME(ucnv_openStandardNames) | |
#define ucnv_openU U_ICU_ENTRY_POINT_RENAME(ucnv_openU) | |
#define ucnv_reset U_ICU_ENTRY_POINT_RENAME(ucnv_reset) | |
#define ucnv_resetFromUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_resetFromUnicode) | |
#define ucnv_resetToUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_resetToUnicode) | |
#define ucnv_safeClone U_ICU_ENTRY_POINT_RENAME(ucnv_safeClone) | |
#define ucnv_setDefaultName U_ICU_ENTRY_POINT_RENAME(ucnv_setDefaultName) | |
#define ucnv_setFallback U_ICU_ENTRY_POINT_RENAME(ucnv_setFallback) | |
#define ucnv_setFromUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_setFromUCallBack) | |
#define ucnv_setSubstChars U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstChars) | |
#define ucnv_setSubstString U_ICU_ENTRY_POINT_RENAME(ucnv_setSubstString) | |
#define ucnv_setToUCallBack U_ICU_ENTRY_POINT_RENAME(ucnv_setToUCallBack) | |
#define ucnv_swap U_ICU_ENTRY_POINT_RENAME(ucnv_swap) | |
#define ucnv_swapAliases U_ICU_ENTRY_POINT_RENAME(ucnv_swapAliases) | |
#define ucnv_toAlgorithmic U_ICU_ENTRY_POINT_RENAME(ucnv_toAlgorithmic) | |
#define ucnv_toUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUChars) | |
#define ucnv_toUCountPending U_ICU_ENTRY_POINT_RENAME(ucnv_toUCountPending) | |
#define ucnv_toUWriteCodePoint U_ICU_ENTRY_POINT_RENAME(ucnv_toUWriteCodePoint) | |
#define ucnv_toUWriteUChars U_ICU_ENTRY_POINT_RENAME(ucnv_toUWriteUChars) | |
#define ucnv_toUnicode U_ICU_ENTRY_POINT_RENAME(ucnv_toUnicode) | |
#define ucnv_unload U_ICU_ENTRY_POINT_RENAME(ucnv_unload) | |
#define ucnv_unloadSharedDataIfReady U_ICU_ENTRY_POINT_RENAME(ucnv_unloadSharedDataIfReady) | |
#define ucnv_usesFallback U_ICU_ENTRY_POINT_RENAME(ucnv_usesFallback) | |
#define ucnvsel_close U_ICU_ENTRY_POINT_RENAME(ucnvsel_close) | |
#define ucnvsel_open U_ICU_ENTRY_POINT_RENAME(ucnvsel_open) | |
#define ucnvsel_openFromSerialized U_ICU_ENTRY_POINT_RENAME(ucnvsel_openFromSerialized) | |
#define ucnvsel_selectForString U_ICU_ENTRY_POINT_RENAME(ucnvsel_selectForString) | |
#define ucnvsel_selectForUTF8 U_ICU_ENTRY_POINT_RENAME(ucnvsel_selectForUTF8) | |
#define ucnvsel_serialize U_ICU_ENTRY_POINT_RENAME(ucnvsel_serialize) | |
#define ucol_cloneBinary U_ICU_ENTRY_POINT_RENAME(ucol_cloneBinary) | |
#define ucol_close U_ICU_ENTRY_POINT_RENAME(ucol_close) | |
#define ucol_closeElements U_ICU_ENTRY_POINT_RENAME(ucol_closeElements) | |
#define ucol_countAvailable U_ICU_ENTRY_POINT_RENAME(ucol_countAvailable) | |
#define ucol_equal U_ICU_ENTRY_POINT_RENAME(ucol_equal) | |
#define ucol_equals U_ICU_ENTRY_POINT_RENAME(ucol_equals) | |
#define ucol_getAttribute U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute) | |
#define ucol_getAvailable U_ICU_ENTRY_POINT_RENAME(ucol_getAvailable) | |
#define ucol_getBound U_ICU_ENTRY_POINT_RENAME(ucol_getBound) | |
#define ucol_getContractions U_ICU_ENTRY_POINT_RENAME(ucol_getContractions) | |
#define ucol_getContractionsAndExpansions U_ICU_ENTRY_POINT_RENAME(ucol_getContractionsAndExpansions) | |
#define ucol_getDisplayName U_ICU_ENTRY_POINT_RENAME(ucol_getDisplayName) | |
#define ucol_getEquivalentReorderCodes U_ICU_ENTRY_POINT_RENAME(ucol_getEquivalentReorderCodes) | |
#define ucol_getFunctionalEquivalent U_ICU_ENTRY_POINT_RENAME(ucol_getFunctionalEquivalent) | |
#define ucol_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValues) | |
#define ucol_getKeywordValuesForLocale U_ICU_ENTRY_POINT_RENAME(ucol_getKeywordValuesForLocale) | |
#define ucol_getKeywords U_ICU_ENTRY_POINT_RENAME(ucol_getKeywords) | |
#define ucol_getLocale U_ICU_ENTRY_POINT_RENAME(ucol_getLocale) | |
#define ucol_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ucol_getLocaleByType) | |
#define ucol_getMaxExpansion U_ICU_ENTRY_POINT_RENAME(ucol_getMaxExpansion) | |
#define ucol_getMaxVariable U_ICU_ENTRY_POINT_RENAME(ucol_getMaxVariable) | |
#define ucol_getOffset U_ICU_ENTRY_POINT_RENAME(ucol_getOffset) | |
#define ucol_getReorderCodes U_ICU_ENTRY_POINT_RENAME(ucol_getReorderCodes) | |
#define ucol_getRules U_ICU_ENTRY_POINT_RENAME(ucol_getRules) | |
#define ucol_getRulesEx U_ICU_ENTRY_POINT_RENAME(ucol_getRulesEx) | |
#define ucol_getShortDefinitionString U_ICU_ENTRY_POINT_RENAME(ucol_getShortDefinitionString) | |
#define ucol_getSortKey U_ICU_ENTRY_POINT_RENAME(ucol_getSortKey) | |
#define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) | |
#define ucol_getTailoredSet U_ICU_ENTRY_POINT_RENAME(ucol_getTailoredSet) | |
#define ucol_getUCAVersion U_ICU_ENTRY_POINT_RENAME(ucol_getUCAVersion) | |
#define ucol_getUnsafeSet U_ICU_ENTRY_POINT_RENAME(ucol_getUnsafeSet) | |
#define ucol_getVariableTop U_ICU_ENTRY_POINT_RENAME(ucol_getVariableTop) | |
#define ucol_getVersion U_ICU_ENTRY_POINT_RENAME(ucol_getVersion) | |
#define ucol_greater U_ICU_ENTRY_POINT_RENAME(ucol_greater) | |
#define ucol_greaterOrEqual U_ICU_ENTRY_POINT_RENAME(ucol_greaterOrEqual) | |
#define ucol_keyHashCode U_ICU_ENTRY_POINT_RENAME(ucol_keyHashCode) | |
#define ucol_looksLikeCollationBinary U_ICU_ENTRY_POINT_RENAME(ucol_looksLikeCollationBinary) | |
#define ucol_mergeSortkeys U_ICU_ENTRY_POINT_RENAME(ucol_mergeSortkeys) | |
#define ucol_next U_ICU_ENTRY_POINT_RENAME(ucol_next) | |
#define ucol_nextSortKeyPart U_ICU_ENTRY_POINT_RENAME(ucol_nextSortKeyPart) | |
#define ucol_normalizeShortDefinitionString U_ICU_ENTRY_POINT_RENAME(ucol_normalizeShortDefinitionString) | |
#define ucol_open U_ICU_ENTRY_POINT_RENAME(ucol_open) | |
#define ucol_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ucol_openAvailableLocales) | |
#define ucol_openBinary U_ICU_ENTRY_POINT_RENAME(ucol_openBinary) | |
#define ucol_openElements U_ICU_ENTRY_POINT_RENAME(ucol_openElements) | |
#define ucol_openFromShortString U_ICU_ENTRY_POINT_RENAME(ucol_openFromShortString) | |
#define ucol_openRules U_ICU_ENTRY_POINT_RENAME(ucol_openRules) | |
#define ucol_prepareShortStringOpen U_ICU_ENTRY_POINT_RENAME(ucol_prepareShortStringOpen) | |
#define ucol_previous U_ICU_ENTRY_POINT_RENAME(ucol_previous) | |
#define ucol_primaryOrder U_ICU_ENTRY_POINT_RENAME(ucol_primaryOrder) | |
#define ucol_reset U_ICU_ENTRY_POINT_RENAME(ucol_reset) | |
#define ucol_restoreVariableTop U_ICU_ENTRY_POINT_RENAME(ucol_restoreVariableTop) | |
#define ucol_safeClone U_ICU_ENTRY_POINT_RENAME(ucol_safeClone) | |
#define ucol_secondaryOrder U_ICU_ENTRY_POINT_RENAME(ucol_secondaryOrder) | |
#define ucol_setAttribute U_ICU_ENTRY_POINT_RENAME(ucol_setAttribute) | |
#define ucol_setMaxVariable U_ICU_ENTRY_POINT_RENAME(ucol_setMaxVariable) | |
#define ucol_setOffset U_ICU_ENTRY_POINT_RENAME(ucol_setOffset) | |
#define ucol_setReorderCodes U_ICU_ENTRY_POINT_RENAME(ucol_setReorderCodes) | |
#define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) | |
#define ucol_setText U_ICU_ENTRY_POINT_RENAME(ucol_setText) | |
#define ucol_setVariableTop U_ICU_ENTRY_POINT_RENAME(ucol_setVariableTop) | |
#define ucol_strcoll U_ICU_ENTRY_POINT_RENAME(ucol_strcoll) | |
#define ucol_strcollIter U_ICU_ENTRY_POINT_RENAME(ucol_strcollIter) | |
#define ucol_strcollUTF8 U_ICU_ENTRY_POINT_RENAME(ucol_strcollUTF8) | |
#define ucol_swap U_ICU_ENTRY_POINT_RENAME(ucol_swap) | |
#define ucol_swapInverseUCA U_ICU_ENTRY_POINT_RENAME(ucol_swapInverseUCA) | |
#define ucol_tertiaryOrder U_ICU_ENTRY_POINT_RENAME(ucol_tertiaryOrder) | |
#define ucsdet_close U_ICU_ENTRY_POINT_RENAME(ucsdet_close) | |
#define ucsdet_detect U_ICU_ENTRY_POINT_RENAME(ucsdet_detect) | |
#define ucsdet_detectAll U_ICU_ENTRY_POINT_RENAME(ucsdet_detectAll) | |
#define ucsdet_enableInputFilter U_ICU_ENTRY_POINT_RENAME(ucsdet_enableInputFilter) | |
#define ucsdet_getAllDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getAllDetectableCharsets) | |
#define ucsdet_getConfidence U_ICU_ENTRY_POINT_RENAME(ucsdet_getConfidence) | |
#define ucsdet_getDetectableCharsets U_ICU_ENTRY_POINT_RENAME(ucsdet_getDetectableCharsets) | |
#define ucsdet_getLanguage U_ICU_ENTRY_POINT_RENAME(ucsdet_getLanguage) | |
#define ucsdet_getName U_ICU_ENTRY_POINT_RENAME(ucsdet_getName) | |
#define ucsdet_getUChars U_ICU_ENTRY_POINT_RENAME(ucsdet_getUChars) | |
#define ucsdet_isInputFilterEnabled U_ICU_ENTRY_POINT_RENAME(ucsdet_isInputFilterEnabled) | |
#define ucsdet_open U_ICU_ENTRY_POINT_RENAME(ucsdet_open) | |
#define ucsdet_setDeclaredEncoding U_ICU_ENTRY_POINT_RENAME(ucsdet_setDeclaredEncoding) | |
#define ucsdet_setDetectableCharset U_ICU_ENTRY_POINT_RENAME(ucsdet_setDetectableCharset) | |
#define ucsdet_setText U_ICU_ENTRY_POINT_RENAME(ucsdet_setText) | |
#define ucurr_countCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_countCurrencies) | |
#define ucurr_forLocale U_ICU_ENTRY_POINT_RENAME(ucurr_forLocale) | |
#define ucurr_forLocaleAndDate U_ICU_ENTRY_POINT_RENAME(ucurr_forLocaleAndDate) | |
#define ucurr_getDefaultFractionDigits U_ICU_ENTRY_POINT_RENAME(ucurr_getDefaultFractionDigits) | |
#define ucurr_getDefaultFractionDigitsForUsage U_ICU_ENTRY_POINT_RENAME(ucurr_getDefaultFractionDigitsForUsage) | |
#define ucurr_getKeywordValuesForLocale U_ICU_ENTRY_POINT_RENAME(ucurr_getKeywordValuesForLocale) | |
#define ucurr_getName U_ICU_ENTRY_POINT_RENAME(ucurr_getName) | |
#define ucurr_getNumericCode U_ICU_ENTRY_POINT_RENAME(ucurr_getNumericCode) | |
#define ucurr_getPluralName U_ICU_ENTRY_POINT_RENAME(ucurr_getPluralName) | |
#define ucurr_getRoundingIncrement U_ICU_ENTRY_POINT_RENAME(ucurr_getRoundingIncrement) | |
#define ucurr_getRoundingIncrementForUsage U_ICU_ENTRY_POINT_RENAME(ucurr_getRoundingIncrementForUsage) | |
#define ucurr_isAvailable U_ICU_ENTRY_POINT_RENAME(ucurr_isAvailable) | |
#define ucurr_openISOCurrencies U_ICU_ENTRY_POINT_RENAME(ucurr_openISOCurrencies) | |
#define ucurr_register U_ICU_ENTRY_POINT_RENAME(ucurr_register) | |
#define ucurr_unregister U_ICU_ENTRY_POINT_RENAME(ucurr_unregister) | |
#define udat_adoptNumberFormat U_ICU_ENTRY_POINT_RENAME(udat_adoptNumberFormat) | |
#define udat_adoptNumberFormatForFields U_ICU_ENTRY_POINT_RENAME(udat_adoptNumberFormatForFields) | |
#define udat_applyPattern U_ICU_ENTRY_POINT_RENAME(udat_applyPattern) | |
#define udat_applyPatternRelative U_ICU_ENTRY_POINT_RENAME(udat_applyPatternRelative) | |
#define udat_clone U_ICU_ENTRY_POINT_RENAME(udat_clone) | |
#define udat_close U_ICU_ENTRY_POINT_RENAME(udat_close) | |
#define udat_countAvailable U_ICU_ENTRY_POINT_RENAME(udat_countAvailable) | |
#define udat_countSymbols U_ICU_ENTRY_POINT_RENAME(udat_countSymbols) | |
#define udat_format U_ICU_ENTRY_POINT_RENAME(udat_format) | |
#define udat_formatCalendar U_ICU_ENTRY_POINT_RENAME(udat_formatCalendar) | |
#define udat_formatCalendarForFields U_ICU_ENTRY_POINT_RENAME(udat_formatCalendarForFields) | |
#define udat_formatForFields U_ICU_ENTRY_POINT_RENAME(udat_formatForFields) | |
#define udat_get2DigitYearStart U_ICU_ENTRY_POINT_RENAME(udat_get2DigitYearStart) | |
#define udat_getAvailable U_ICU_ENTRY_POINT_RENAME(udat_getAvailable) | |
#define udat_getBooleanAttribute U_ICU_ENTRY_POINT_RENAME(udat_getBooleanAttribute) | |
#define udat_getCalendar U_ICU_ENTRY_POINT_RENAME(udat_getCalendar) | |
#define udat_getContext U_ICU_ENTRY_POINT_RENAME(udat_getContext) | |
#define udat_getLocaleByType U_ICU_ENTRY_POINT_RENAME(udat_getLocaleByType) | |
#define udat_getNumberFormat U_ICU_ENTRY_POINT_RENAME(udat_getNumberFormat) | |
#define udat_getNumberFormatForField U_ICU_ENTRY_POINT_RENAME(udat_getNumberFormatForField) | |
#define udat_getSymbols U_ICU_ENTRY_POINT_RENAME(udat_getSymbols) | |
#define udat_isLenient U_ICU_ENTRY_POINT_RENAME(udat_isLenient) | |
#define udat_open U_ICU_ENTRY_POINT_RENAME(udat_open) | |
#define udat_parse U_ICU_ENTRY_POINT_RENAME(udat_parse) | |
#define udat_parseCalendar U_ICU_ENTRY_POINT_RENAME(udat_parseCalendar) | |
#define udat_registerOpener U_ICU_ENTRY_POINT_RENAME(udat_registerOpener) | |
#define udat_set2DigitYearStart U_ICU_ENTRY_POINT_RENAME(udat_set2DigitYearStart) | |
#define udat_setBooleanAttribute U_ICU_ENTRY_POINT_RENAME(udat_setBooleanAttribute) | |
#define udat_setCalendar U_ICU_ENTRY_POINT_RENAME(udat_setCalendar) | |
#define udat_setContext U_ICU_ENTRY_POINT_RENAME(udat_setContext) | |
#define udat_setLenient U_ICU_ENTRY_POINT_RENAME(udat_setLenient) | |
#define udat_setNumberFormat U_ICU_ENTRY_POINT_RENAME(udat_setNumberFormat) | |
#define udat_setSymbols U_ICU_ENTRY_POINT_RENAME(udat_setSymbols) | |
#define udat_toCalendarDateField U_ICU_ENTRY_POINT_RENAME(udat_toCalendarDateField) | |
#define udat_toPattern U_ICU_ENTRY_POINT_RENAME(udat_toPattern) | |
#define udat_toPatternRelativeDate U_ICU_ENTRY_POINT_RENAME(udat_toPatternRelativeDate) | |
#define udat_toPatternRelativeTime U_ICU_ENTRY_POINT_RENAME(udat_toPatternRelativeTime) | |
#define udat_unregisterOpener U_ICU_ENTRY_POINT_RENAME(udat_unregisterOpener) | |
#define udata_checkCommonData U_ICU_ENTRY_POINT_RENAME(udata_checkCommonData) | |
#define udata_close U_ICU_ENTRY_POINT_RENAME(udata_close) | |
#define udata_closeSwapper U_ICU_ENTRY_POINT_RENAME(udata_closeSwapper) | |
#define udata_getHeaderSize U_ICU_ENTRY_POINT_RENAME(udata_getHeaderSize) | |
#define udata_getInfo U_ICU_ENTRY_POINT_RENAME(udata_getInfo) | |
#define udata_getInfoSize U_ICU_ENTRY_POINT_RENAME(udata_getInfoSize) | |
#define udata_getLength U_ICU_ENTRY_POINT_RENAME(udata_getLength) | |
#define udata_getMemory U_ICU_ENTRY_POINT_RENAME(udata_getMemory) | |
#define udata_getRawMemory U_ICU_ENTRY_POINT_RENAME(udata_getRawMemory) | |
#define udata_open U_ICU_ENTRY_POINT_RENAME(udata_open) | |
#define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) | |
#define udata_openSwapper U_ICU_ENTRY_POINT_RENAME(udata_openSwapper) | |
#define udata_openSwapperForInputData U_ICU_ENTRY_POINT_RENAME(udata_openSwapperForInputData) | |
#define udata_printError U_ICU_ENTRY_POINT_RENAME(udata_printError) | |
#define udata_readInt16 U_ICU_ENTRY_POINT_RENAME(udata_readInt16) | |
#define udata_readInt32 U_ICU_ENTRY_POINT_RENAME(udata_readInt32) | |
#define udata_setAppData U_ICU_ENTRY_POINT_RENAME(udata_setAppData) | |
#define udata_setCommonData U_ICU_ENTRY_POINT_RENAME(udata_setCommonData) | |
#define udata_setFileAccess U_ICU_ENTRY_POINT_RENAME(udata_setFileAccess) | |
#define udata_swapDataHeader U_ICU_ENTRY_POINT_RENAME(udata_swapDataHeader) | |
#define udata_swapInvStringBlock U_ICU_ENTRY_POINT_RENAME(udata_swapInvStringBlock) | |
#define udatpg_addPattern U_ICU_ENTRY_POINT_RENAME(udatpg_addPattern) | |
#define udatpg_clone U_ICU_ENTRY_POINT_RENAME(udatpg_clone) | |
#define udatpg_close U_ICU_ENTRY_POINT_RENAME(udatpg_close) | |
#define udatpg_getAppendItemFormat U_ICU_ENTRY_POINT_RENAME(udatpg_getAppendItemFormat) | |
#define udatpg_getAppendItemName U_ICU_ENTRY_POINT_RENAME(udatpg_getAppendItemName) | |
#define udatpg_getBaseSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getBaseSkeleton) | |
#define udatpg_getBestPattern U_ICU_ENTRY_POINT_RENAME(udatpg_getBestPattern) | |
#define udatpg_getBestPatternWithOptions U_ICU_ENTRY_POINT_RENAME(udatpg_getBestPatternWithOptions) | |
#define udatpg_getDateTimeFormat U_ICU_ENTRY_POINT_RENAME(udatpg_getDateTimeFormat) | |
#define udatpg_getDecimal U_ICU_ENTRY_POINT_RENAME(udatpg_getDecimal) | |
#define udatpg_getFieldDisplayName U_ICU_ENTRY_POINT_RENAME(udatpg_getFieldDisplayName) | |
#define udatpg_getPatternForSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getPatternForSkeleton) | |
#define udatpg_getSkeleton U_ICU_ENTRY_POINT_RENAME(udatpg_getSkeleton) | |
#define udatpg_open U_ICU_ENTRY_POINT_RENAME(udatpg_open) | |
#define udatpg_openBaseSkeletons U_ICU_ENTRY_POINT_RENAME(udatpg_openBaseSkeletons) | |
#define udatpg_openEmpty U_ICU_ENTRY_POINT_RENAME(udatpg_openEmpty) | |
#define udatpg_openSkeletons U_ICU_ENTRY_POINT_RENAME(udatpg_openSkeletons) | |
#define udatpg_replaceFieldTypes U_ICU_ENTRY_POINT_RENAME(udatpg_replaceFieldTypes) | |
#define udatpg_replaceFieldTypesWithOptions U_ICU_ENTRY_POINT_RENAME(udatpg_replaceFieldTypesWithOptions) | |
#define udatpg_setAppendItemFormat U_ICU_ENTRY_POINT_RENAME(udatpg_setAppendItemFormat) | |
#define udatpg_setAppendItemName U_ICU_ENTRY_POINT_RENAME(udatpg_setAppendItemName) | |
#define udatpg_setDateTimeFormat U_ICU_ENTRY_POINT_RENAME(udatpg_setDateTimeFormat) | |
#define udatpg_setDecimal U_ICU_ENTRY_POINT_RENAME(udatpg_setDecimal) | |
#define udict_swap U_ICU_ENTRY_POINT_RENAME(udict_swap) | |
#define udtitvfmt_close U_ICU_ENTRY_POINT_RENAME(udtitvfmt_close) | |
#define udtitvfmt_format U_ICU_ENTRY_POINT_RENAME(udtitvfmt_format) | |
#define udtitvfmt_open U_ICU_ENTRY_POINT_RENAME(udtitvfmt_open) | |
#define uenum_close U_ICU_ENTRY_POINT_RENAME(uenum_close) | |
#define uenum_count U_ICU_ENTRY_POINT_RENAME(uenum_count) | |
#define uenum_next U_ICU_ENTRY_POINT_RENAME(uenum_next) | |
#define uenum_nextDefault U_ICU_ENTRY_POINT_RENAME(uenum_nextDefault) | |
#define uenum_openCharStringsEnumeration U_ICU_ENTRY_POINT_RENAME(uenum_openCharStringsEnumeration) | |
#define uenum_openFromStringEnumeration U_ICU_ENTRY_POINT_RENAME(uenum_openFromStringEnumeration) | |
#define uenum_openUCharStringsEnumeration U_ICU_ENTRY_POINT_RENAME(uenum_openUCharStringsEnumeration) | |
#define uenum_reset U_ICU_ENTRY_POINT_RENAME(uenum_reset) | |
#define uenum_unext U_ICU_ENTRY_POINT_RENAME(uenum_unext) | |
#define uenum_unextDefault U_ICU_ENTRY_POINT_RENAME(uenum_unextDefault) | |
#define ufieldpositer_close U_ICU_ENTRY_POINT_RENAME(ufieldpositer_close) | |
#define ufieldpositer_next U_ICU_ENTRY_POINT_RENAME(ufieldpositer_next) | |
#define ufieldpositer_open U_ICU_ENTRY_POINT_RENAME(ufieldpositer_open) | |
#define ufile_close_translit U_ICU_ENTRY_POINT_RENAME(ufile_close_translit) | |
#define ufile_fill_uchar_buffer U_ICU_ENTRY_POINT_RENAME(ufile_fill_uchar_buffer) | |
#define ufile_flush_io U_ICU_ENTRY_POINT_RENAME(ufile_flush_io) | |
#define ufile_flush_translit U_ICU_ENTRY_POINT_RENAME(ufile_flush_translit) | |
#define ufile_getch U_ICU_ENTRY_POINT_RENAME(ufile_getch) | |
#define ufile_getch32 U_ICU_ENTRY_POINT_RENAME(ufile_getch32) | |
#define ufmt_64tou U_ICU_ENTRY_POINT_RENAME(ufmt_64tou) | |
#define ufmt_close U_ICU_ENTRY_POINT_RENAME(ufmt_close) | |
#define ufmt_defaultCPToUnicode U_ICU_ENTRY_POINT_RENAME(ufmt_defaultCPToUnicode) | |
#define ufmt_digitvalue U_ICU_ENTRY_POINT_RENAME(ufmt_digitvalue) | |
#define ufmt_getArrayItemByIndex U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayItemByIndex) | |
#define ufmt_getArrayLength U_ICU_ENTRY_POINT_RENAME(ufmt_getArrayLength) | |
#define ufmt_getDate U_ICU_ENTRY_POINT_RENAME(ufmt_getDate) | |
#define ufmt_getDecNumChars U_ICU_ENTRY_POINT_RENAME(ufmt_getDecNumChars) | |
#define ufmt_getDouble U_ICU_ENTRY_POINT_RENAME(ufmt_getDouble) | |
#define ufmt_getInt64 U_ICU_ENTRY_POINT_RENAME(ufmt_getInt64) | |
#define ufmt_getLong U_ICU_ENTRY_POINT_RENAME(ufmt_getLong) | |
#define ufmt_getObject U_ICU_ENTRY_POINT_RENAME(ufmt_getObject) | |
#define ufmt_getType U_ICU_ENTRY_POINT_RENAME(ufmt_getType) | |
#define ufmt_getUChars U_ICU_ENTRY_POINT_RENAME(ufmt_getUChars) | |
#define ufmt_isNumeric U_ICU_ENTRY_POINT_RENAME(ufmt_isNumeric) | |
#define ufmt_isdigit U_ICU_ENTRY_POINT_RENAME(ufmt_isdigit) | |
#define ufmt_open U_ICU_ENTRY_POINT_RENAME(ufmt_open) | |
#define ufmt_ptou U_ICU_ENTRY_POINT_RENAME(ufmt_ptou) | |
#define ufmt_uto64 U_ICU_ENTRY_POINT_RENAME(ufmt_uto64) | |
#define ufmt_utop U_ICU_ENTRY_POINT_RENAME(ufmt_utop) | |
#define ugender_getInstance U_ICU_ENTRY_POINT_RENAME(ugender_getInstance) | |
#define ugender_getListGender U_ICU_ENTRY_POINT_RENAME(ugender_getListGender) | |
#define uhash_close U_ICU_ENTRY_POINT_RENAME(uhash_close) | |
#define uhash_compareCaselessUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_compareCaselessUnicodeString) | |
#define uhash_compareChars U_ICU_ENTRY_POINT_RENAME(uhash_compareChars) | |
#define uhash_compareIChars U_ICU_ENTRY_POINT_RENAME(uhash_compareIChars) | |
#define uhash_compareLong U_ICU_ENTRY_POINT_RENAME(uhash_compareLong) | |
#define uhash_compareScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_compareScriptSet) | |
#define uhash_compareUChars U_ICU_ENTRY_POINT_RENAME(uhash_compareUChars) | |
#define uhash_compareUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_compareUnicodeString) | |
#define uhash_count U_ICU_ENTRY_POINT_RENAME(uhash_count) | |
#define uhash_deleteHashtable U_ICU_ENTRY_POINT_RENAME(uhash_deleteHashtable) | |
#define uhash_deleteScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_deleteScriptSet) | |
#define uhash_equals U_ICU_ENTRY_POINT_RENAME(uhash_equals) | |
#define uhash_equalsScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_equalsScriptSet) | |
#define uhash_find U_ICU_ENTRY_POINT_RENAME(uhash_find) | |
#define uhash_get U_ICU_ENTRY_POINT_RENAME(uhash_get) | |
#define uhash_geti U_ICU_ENTRY_POINT_RENAME(uhash_geti) | |
#define uhash_hashCaselessUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_hashCaselessUnicodeString) | |
#define uhash_hashChars U_ICU_ENTRY_POINT_RENAME(uhash_hashChars) | |
#define uhash_hashIChars U_ICU_ENTRY_POINT_RENAME(uhash_hashIChars) | |
#define uhash_hashLong U_ICU_ENTRY_POINT_RENAME(uhash_hashLong) | |
#define uhash_hashScriptSet U_ICU_ENTRY_POINT_RENAME(uhash_hashScriptSet) | |
#define uhash_hashUChars U_ICU_ENTRY_POINT_RENAME(uhash_hashUChars) | |
#define uhash_hashUnicodeString U_ICU_ENTRY_POINT_RENAME(uhash_hashUnicodeString) | |
#define uhash_iget U_ICU_ENTRY_POINT_RENAME(uhash_iget) | |
#define uhash_igeti U_ICU_ENTRY_POINT_RENAME(uhash_igeti) | |
#define uhash_init U_ICU_ENTRY_POINT_RENAME(uhash_init) | |
#define uhash_initSize U_ICU_ENTRY_POINT_RENAME(uhash_initSize) | |
#define uhash_iput U_ICU_ENTRY_POINT_RENAME(uhash_iput) | |
#define uhash_iputi U_ICU_ENTRY_POINT_RENAME(uhash_iputi) | |
#define uhash_iremove U_ICU_ENTRY_POINT_RENAME(uhash_iremove) | |
#define uhash_iremovei U_ICU_ENTRY_POINT_RENAME(uhash_iremovei) | |
#define uhash_nextElement U_ICU_ENTRY_POINT_RENAME(uhash_nextElement) | |
#define uhash_open U_ICU_ENTRY_POINT_RENAME(uhash_open) | |
#define uhash_openSize U_ICU_ENTRY_POINT_RENAME(uhash_openSize) | |
#define uhash_put U_ICU_ENTRY_POINT_RENAME(uhash_put) | |
#define uhash_puti U_ICU_ENTRY_POINT_RENAME(uhash_puti) | |
#define uhash_remove U_ICU_ENTRY_POINT_RENAME(uhash_remove) | |
#define uhash_removeAll U_ICU_ENTRY_POINT_RENAME(uhash_removeAll) | |
#define uhash_removeElement U_ICU_ENTRY_POINT_RENAME(uhash_removeElement) | |
#define uhash_removei U_ICU_ENTRY_POINT_RENAME(uhash_removei) | |
#define uhash_setKeyComparator U_ICU_ENTRY_POINT_RENAME(uhash_setKeyComparator) | |
#define uhash_setKeyDeleter U_ICU_ENTRY_POINT_RENAME(uhash_setKeyDeleter) | |
#define uhash_setKeyHasher U_ICU_ENTRY_POINT_RENAME(uhash_setKeyHasher) | |
#define uhash_setResizePolicy U_ICU_ENTRY_POINT_RENAME(uhash_setResizePolicy) | |
#define uhash_setValueComparator U_ICU_ENTRY_POINT_RENAME(uhash_setValueComparator) | |
#define uhash_setValueDeleter U_ICU_ENTRY_POINT_RENAME(uhash_setValueDeleter) | |
#define uidna_IDNToASCII U_ICU_ENTRY_POINT_RENAME(uidna_IDNToASCII) | |
#define uidna_IDNToUnicode U_ICU_ENTRY_POINT_RENAME(uidna_IDNToUnicode) | |
#define uidna_close U_ICU_ENTRY_POINT_RENAME(uidna_close) | |
#define uidna_compare U_ICU_ENTRY_POINT_RENAME(uidna_compare) | |
#define uidna_labelToASCII U_ICU_ENTRY_POINT_RENAME(uidna_labelToASCII) | |
#define uidna_labelToASCII_UTF8 U_ICU_ENTRY_POINT_RENAME(uidna_labelToASCII_UTF8) | |
#define uidna_labelToUnicode U_ICU_ENTRY_POINT_RENAME(uidna_labelToUnicode) | |
#define uidna_labelToUnicodeUTF8 U_ICU_ENTRY_POINT_RENAME(uidna_labelToUnicodeUTF8) | |
#define uidna_nameToASCII U_ICU_ENTRY_POINT_RENAME(uidna_nameToASCII) | |
#define uidna_nameToASCII_UTF8 U_ICU_ENTRY_POINT_RENAME(uidna_nameToASCII_UTF8) | |
#define uidna_nameToUnicode U_ICU_ENTRY_POINT_RENAME(uidna_nameToUnicode) | |
#define uidna_nameToUnicodeUTF8 U_ICU_ENTRY_POINT_RENAME(uidna_nameToUnicodeUTF8) | |
#define uidna_openUTS46 U_ICU_ENTRY_POINT_RENAME(uidna_openUTS46) | |
#define uidna_toASCII U_ICU_ENTRY_POINT_RENAME(uidna_toASCII) | |
#define uidna_toUnicode U_ICU_ENTRY_POINT_RENAME(uidna_toUnicode) | |
#define uiter_current32 U_ICU_ENTRY_POINT_RENAME(uiter_current32) | |
#define uiter_getState U_ICU_ENTRY_POINT_RENAME(uiter_getState) | |
#define uiter_next32 U_ICU_ENTRY_POINT_RENAME(uiter_next32) | |
#define uiter_previous32 U_ICU_ENTRY_POINT_RENAME(uiter_previous32) | |
#define uiter_setCharacterIterator U_ICU_ENTRY_POINT_RENAME(uiter_setCharacterIterator) | |
#define uiter_setReplaceable U_ICU_ENTRY_POINT_RENAME(uiter_setReplaceable) | |
#define uiter_setState U_ICU_ENTRY_POINT_RENAME(uiter_setState) | |
#define uiter_setString U_ICU_ENTRY_POINT_RENAME(uiter_setString) | |
#define uiter_setUTF16BE U_ICU_ENTRY_POINT_RENAME(uiter_setUTF16BE) | |
#define uiter_setUTF8 U_ICU_ENTRY_POINT_RENAME(uiter_setUTF8) | |
#define uldn_close U_ICU_ENTRY_POINT_RENAME(uldn_close) | |
#define uldn_getContext U_ICU_ENTRY_POINT_RENAME(uldn_getContext) | |
#define uldn_getDialectHandling U_ICU_ENTRY_POINT_RENAME(uldn_getDialectHandling) | |
#define uldn_getLocale U_ICU_ENTRY_POINT_RENAME(uldn_getLocale) | |
#define uldn_keyDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_keyDisplayName) | |
#define uldn_keyValueDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_keyValueDisplayName) | |
#define uldn_languageDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_languageDisplayName) | |
#define uldn_localeDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_localeDisplayName) | |
#define uldn_open U_ICU_ENTRY_POINT_RENAME(uldn_open) | |
#define uldn_openForContext U_ICU_ENTRY_POINT_RENAME(uldn_openForContext) | |
#define uldn_regionDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_regionDisplayName) | |
#define uldn_scriptCodeDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_scriptCodeDisplayName) | |
#define uldn_scriptDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_scriptDisplayName) | |
#define uldn_variantDisplayName U_ICU_ENTRY_POINT_RENAME(uldn_variantDisplayName) | |
#define ulist_addItemBeginList U_ICU_ENTRY_POINT_RENAME(ulist_addItemBeginList) | |
#define ulist_addItemEndList U_ICU_ENTRY_POINT_RENAME(ulist_addItemEndList) | |
#define ulist_close_keyword_values_iterator U_ICU_ENTRY_POINT_RENAME(ulist_close_keyword_values_iterator) | |
#define ulist_containsString U_ICU_ENTRY_POINT_RENAME(ulist_containsString) | |
#define ulist_count_keyword_values U_ICU_ENTRY_POINT_RENAME(ulist_count_keyword_values) | |
#define ulist_createEmptyList U_ICU_ENTRY_POINT_RENAME(ulist_createEmptyList) | |
#define ulist_deleteList U_ICU_ENTRY_POINT_RENAME(ulist_deleteList) | |
#define ulist_getListFromEnum U_ICU_ENTRY_POINT_RENAME(ulist_getListFromEnum) | |
#define ulist_getListSize U_ICU_ENTRY_POINT_RENAME(ulist_getListSize) | |
#define ulist_getNext U_ICU_ENTRY_POINT_RENAME(ulist_getNext) | |
#define ulist_next_keyword_value U_ICU_ENTRY_POINT_RENAME(ulist_next_keyword_value) | |
#define ulist_removeString U_ICU_ENTRY_POINT_RENAME(ulist_removeString) | |
#define ulist_resetList U_ICU_ENTRY_POINT_RENAME(ulist_resetList) | |
#define ulist_reset_keyword_values_iterator U_ICU_ENTRY_POINT_RENAME(ulist_reset_keyword_values_iterator) | |
#define ulistfmt_close U_ICU_ENTRY_POINT_RENAME(ulistfmt_close) | |
#define ulistfmt_format U_ICU_ENTRY_POINT_RENAME(ulistfmt_format) | |
#define ulistfmt_open U_ICU_ENTRY_POINT_RENAME(ulistfmt_open) | |
#define uloc_acceptLanguage U_ICU_ENTRY_POINT_RENAME(uloc_acceptLanguage) | |
#define uloc_acceptLanguageFromHTTP U_ICU_ENTRY_POINT_RENAME(uloc_acceptLanguageFromHTTP) | |
#define uloc_addLikelySubtags U_ICU_ENTRY_POINT_RENAME(uloc_addLikelySubtags) | |
#define uloc_canonicalize U_ICU_ENTRY_POINT_RENAME(uloc_canonicalize) | |
#define uloc_countAvailable U_ICU_ENTRY_POINT_RENAME(uloc_countAvailable) | |
#define uloc_forLanguageTag U_ICU_ENTRY_POINT_RENAME(uloc_forLanguageTag) | |
#define uloc_getAvailable U_ICU_ENTRY_POINT_RENAME(uloc_getAvailable) | |
#define uloc_getBaseName U_ICU_ENTRY_POINT_RENAME(uloc_getBaseName) | |
#define uloc_getCharacterOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getCharacterOrientation) | |
#define uloc_getCountry U_ICU_ENTRY_POINT_RENAME(uloc_getCountry) | |
#define uloc_getCurrentCountryID U_ICU_ENTRY_POINT_RENAME(uloc_getCurrentCountryID) | |
#define uloc_getCurrentLanguageID U_ICU_ENTRY_POINT_RENAME(uloc_getCurrentLanguageID) | |
#define uloc_getDefault U_ICU_ENTRY_POINT_RENAME(uloc_getDefault) | |
#define uloc_getDisplayCountry U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayCountry) | |
#define uloc_getDisplayKeyword U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeyword) | |
#define uloc_getDisplayKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayKeywordValue) | |
#define uloc_getDisplayLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayLanguage) | |
#define uloc_getDisplayName U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayName) | |
#define uloc_getDisplayScript U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScript) | |
#define uloc_getDisplayScriptInContext U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayScriptInContext) | |
#define uloc_getDisplayVariant U_ICU_ENTRY_POINT_RENAME(uloc_getDisplayVariant) | |
#define uloc_getISO3Country U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Country) | |
#define uloc_getISO3Language U_ICU_ENTRY_POINT_RENAME(uloc_getISO3Language) | |
#define uloc_getISOCountries U_ICU_ENTRY_POINT_RENAME(uloc_getISOCountries) | |
#define uloc_getISOLanguages U_ICU_ENTRY_POINT_RENAME(uloc_getISOLanguages) | |
#define uloc_getKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_getKeywordValue) | |
#define uloc_getLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLCID) | |
#define uloc_getLanguage U_ICU_ENTRY_POINT_RENAME(uloc_getLanguage) | |
#define uloc_getLineOrientation U_ICU_ENTRY_POINT_RENAME(uloc_getLineOrientation) | |
#define uloc_getLocaleForLCID U_ICU_ENTRY_POINT_RENAME(uloc_getLocaleForLCID) | |
#define uloc_getName U_ICU_ENTRY_POINT_RENAME(uloc_getName) | |
#define uloc_getParent U_ICU_ENTRY_POINT_RENAME(uloc_getParent) | |
#define uloc_getScript U_ICU_ENTRY_POINT_RENAME(uloc_getScript) | |
#define uloc_getTableStringWithFallback U_ICU_ENTRY_POINT_RENAME(uloc_getTableStringWithFallback) | |
#define uloc_getVariant U_ICU_ENTRY_POINT_RENAME(uloc_getVariant) | |
#define uloc_isRightToLeft U_ICU_ENTRY_POINT_RENAME(uloc_isRightToLeft) | |
#define uloc_minimizeSubtags U_ICU_ENTRY_POINT_RENAME(uloc_minimizeSubtags) | |
#define uloc_openKeywordList U_ICU_ENTRY_POINT_RENAME(uloc_openKeywordList) | |
#define uloc_openKeywords U_ICU_ENTRY_POINT_RENAME(uloc_openKeywords) | |
#define uloc_setDefault U_ICU_ENTRY_POINT_RENAME(uloc_setDefault) | |
#define uloc_setKeywordValue U_ICU_ENTRY_POINT_RENAME(uloc_setKeywordValue) | |
#define uloc_toLanguageTag U_ICU_ENTRY_POINT_RENAME(uloc_toLanguageTag) | |
#define uloc_toLegacyKey U_ICU_ENTRY_POINT_RENAME(uloc_toLegacyKey) | |
#define uloc_toLegacyType U_ICU_ENTRY_POINT_RENAME(uloc_toLegacyType) | |
#define uloc_toUnicodeLocaleKey U_ICU_ENTRY_POINT_RENAME(uloc_toUnicodeLocaleKey) | |
#define uloc_toUnicodeLocaleType U_ICU_ENTRY_POINT_RENAME(uloc_toUnicodeLocaleType) | |
#define ulocdata_close U_ICU_ENTRY_POINT_RENAME(ulocdata_close) | |
#define ulocdata_getCLDRVersion U_ICU_ENTRY_POINT_RENAME(ulocdata_getCLDRVersion) | |
#define ulocdata_getDelimiter U_ICU_ENTRY_POINT_RENAME(ulocdata_getDelimiter) | |
#define ulocdata_getExemplarSet U_ICU_ENTRY_POINT_RENAME(ulocdata_getExemplarSet) | |
#define ulocdata_getLocaleDisplayPattern U_ICU_ENTRY_POINT_RENAME(ulocdata_getLocaleDisplayPattern) | |
#define ulocdata_getLocaleSeparator U_ICU_ENTRY_POINT_RENAME(ulocdata_getLocaleSeparator) | |
#define ulocdata_getMeasurementSystem U_ICU_ENTRY_POINT_RENAME(ulocdata_getMeasurementSystem) | |
#define ulocdata_getNoSubstitute U_ICU_ENTRY_POINT_RENAME(ulocdata_getNoSubstitute) | |
#define ulocdata_getPaperSize U_ICU_ENTRY_POINT_RENAME(ulocdata_getPaperSize) | |
#define ulocdata_open U_ICU_ENTRY_POINT_RENAME(ulocdata_open) | |
#define ulocdata_setNoSubstitute U_ICU_ENTRY_POINT_RENAME(ulocdata_setNoSubstitute) | |
#define ulocimp_getCountry U_ICU_ENTRY_POINT_RENAME(ulocimp_getCountry) | |
#define ulocimp_getLanguage U_ICU_ENTRY_POINT_RENAME(ulocimp_getLanguage) | |
#define ulocimp_getRegionForSupplementalData U_ICU_ENTRY_POINT_RENAME(ulocimp_getRegionForSupplementalData) | |
#define ulocimp_getScript U_ICU_ENTRY_POINT_RENAME(ulocimp_getScript) | |
#define ulocimp_toBcpKey U_ICU_ENTRY_POINT_RENAME(ulocimp_toBcpKey) | |
#define ulocimp_toBcpType U_ICU_ENTRY_POINT_RENAME(ulocimp_toBcpType) | |
#define ulocimp_toLegacyKey U_ICU_ENTRY_POINT_RENAME(ulocimp_toLegacyKey) | |
#define ulocimp_toLegacyType U_ICU_ENTRY_POINT_RENAME(ulocimp_toLegacyType) | |
#define ultag_isUnicodeLocaleKey U_ICU_ENTRY_POINT_RENAME(ultag_isUnicodeLocaleKey) | |
#define ultag_isUnicodeLocaleType U_ICU_ENTRY_POINT_RENAME(ultag_isUnicodeLocaleType) | |
#define umsg_applyPattern U_ICU_ENTRY_POINT_RENAME(umsg_applyPattern) | |
#define umsg_autoQuoteApostrophe U_ICU_ENTRY_POINT_RENAME(umsg_autoQuoteApostrophe) | |
#define umsg_clone U_ICU_ENTRY_POINT_RENAME(umsg_clone) | |
#define umsg_close U_ICU_ENTRY_POINT_RENAME(umsg_close) | |
#define umsg_format U_ICU_ENTRY_POINT_RENAME(umsg_format) | |
#define umsg_getLocale U_ICU_ENTRY_POINT_RENAME(umsg_getLocale) | |
#define umsg_open U_ICU_ENTRY_POINT_RENAME(umsg_open) | |
#define umsg_parse U_ICU_ENTRY_POINT_RENAME(umsg_parse) | |
#define umsg_setLocale U_ICU_ENTRY_POINT_RENAME(umsg_setLocale) | |
#define umsg_toPattern U_ICU_ENTRY_POINT_RENAME(umsg_toPattern) | |
#define umsg_vformat U_ICU_ENTRY_POINT_RENAME(umsg_vformat) | |
#define umsg_vparse U_ICU_ENTRY_POINT_RENAME(umsg_vparse) | |
#define umtx_condBroadcast U_ICU_ENTRY_POINT_RENAME(umtx_condBroadcast) | |
#define umtx_condSignal U_ICU_ENTRY_POINT_RENAME(umtx_condSignal) | |
#define umtx_condWait U_ICU_ENTRY_POINT_RENAME(umtx_condWait) | |
#define umtx_lock U_ICU_ENTRY_POINT_RENAME(umtx_lock) | |
#define umtx_unlock U_ICU_ENTRY_POINT_RENAME(umtx_unlock) | |
#define uniset_getUnicode32Instance U_ICU_ENTRY_POINT_RENAME(uniset_getUnicode32Instance) | |
#define unorm2_append U_ICU_ENTRY_POINT_RENAME(unorm2_append) | |
#define unorm2_close U_ICU_ENTRY_POINT_RENAME(unorm2_close) | |
#define unorm2_composePair U_ICU_ENTRY_POINT_RENAME(unorm2_composePair) | |
#define unorm2_getCombiningClass U_ICU_ENTRY_POINT_RENAME(unorm2_getCombiningClass) | |
#define unorm2_getDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getDecomposition) | |
#define unorm2_getInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getInstance) | |
#define unorm2_getNFCInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFCInstance) | |
#define unorm2_getNFDInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFDInstance) | |
#define unorm2_getNFKCCasefoldInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCCasefoldInstance) | |
#define unorm2_getNFKCInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKCInstance) | |
#define unorm2_getNFKDInstance U_ICU_ENTRY_POINT_RENAME(unorm2_getNFKDInstance) | |
#define unorm2_getRawDecomposition U_ICU_ENTRY_POINT_RENAME(unorm2_getRawDecomposition) | |
#define unorm2_hasBoundaryAfter U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryAfter) | |
#define unorm2_hasBoundaryBefore U_ICU_ENTRY_POINT_RENAME(unorm2_hasBoundaryBefore) | |
#define unorm2_isInert U_ICU_ENTRY_POINT_RENAME(unorm2_isInert) | |
#define unorm2_isNormalized U_ICU_ENTRY_POINT_RENAME(unorm2_isNormalized) | |
#define unorm2_normalize U_ICU_ENTRY_POINT_RENAME(unorm2_normalize) | |
#define unorm2_normalizeSecondAndAppend U_ICU_ENTRY_POINT_RENAME(unorm2_normalizeSecondAndAppend) | |
#define unorm2_openFiltered U_ICU_ENTRY_POINT_RENAME(unorm2_openFiltered) | |
#define unorm2_quickCheck U_ICU_ENTRY_POINT_RENAME(unorm2_quickCheck) | |
#define unorm2_spanQuickCheckYes U_ICU_ENTRY_POINT_RENAME(unorm2_spanQuickCheckYes) | |
#define unorm2_swap U_ICU_ENTRY_POINT_RENAME(unorm2_swap) | |
#define unorm_compare U_ICU_ENTRY_POINT_RENAME(unorm_compare) | |
#define unorm_concatenate U_ICU_ENTRY_POINT_RENAME(unorm_concatenate) | |
#define unorm_getFCD16 U_ICU_ENTRY_POINT_RENAME(unorm_getFCD16) | |
#define unorm_getQuickCheck U_ICU_ENTRY_POINT_RENAME(unorm_getQuickCheck) | |
#define unorm_isNormalized U_ICU_ENTRY_POINT_RENAME(unorm_isNormalized) | |
#define unorm_isNormalizedWithOptions U_ICU_ENTRY_POINT_RENAME(unorm_isNormalizedWithOptions) | |
#define unorm_next U_ICU_ENTRY_POINT_RENAME(unorm_next) | |
#define unorm_normalize U_ICU_ENTRY_POINT_RENAME(unorm_normalize) | |
#define unorm_previous U_ICU_ENTRY_POINT_RENAME(unorm_previous) | |
#define unorm_quickCheck U_ICU_ENTRY_POINT_RENAME(unorm_quickCheck) | |
#define unorm_quickCheckWithOptions U_ICU_ENTRY_POINT_RENAME(unorm_quickCheckWithOptions) | |
#define unum_applyPattern U_ICU_ENTRY_POINT_RENAME(unum_applyPattern) | |
#define unum_clone U_ICU_ENTRY_POINT_RENAME(unum_clone) | |
#define unum_close U_ICU_ENTRY_POINT_RENAME(unum_close) | |
#define unum_countAvailable U_ICU_ENTRY_POINT_RENAME(unum_countAvailable) | |
#define unum_format U_ICU_ENTRY_POINT_RENAME(unum_format) | |
#define unum_formatDecimal U_ICU_ENTRY_POINT_RENAME(unum_formatDecimal) | |
#define unum_formatDouble U_ICU_ENTRY_POINT_RENAME(unum_formatDouble) | |
#define unum_formatDoubleCurrency U_ICU_ENTRY_POINT_RENAME(unum_formatDoubleCurrency) | |
#define unum_formatDoubleForFields U_ICU_ENTRY_POINT_RENAME(unum_formatDoubleForFields) | |
#define unum_formatInt64 U_ICU_ENTRY_POINT_RENAME(unum_formatInt64) | |
#define unum_formatUFormattable U_ICU_ENTRY_POINT_RENAME(unum_formatUFormattable) | |
#define unum_getAttribute U_ICU_ENTRY_POINT_RENAME(unum_getAttribute) | |
#define unum_getAvailable U_ICU_ENTRY_POINT_RENAME(unum_getAvailable) | |
#define unum_getContext U_ICU_ENTRY_POINT_RENAME(unum_getContext) | |
#define unum_getDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_getDoubleAttribute) | |
#define unum_getLocaleByType U_ICU_ENTRY_POINT_RENAME(unum_getLocaleByType) | |
#define unum_getSymbol U_ICU_ENTRY_POINT_RENAME(unum_getSymbol) | |
#define unum_getTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_getTextAttribute) | |
#define unum_open U_ICU_ENTRY_POINT_RENAME(unum_open) | |
#define unum_parse U_ICU_ENTRY_POINT_RENAME(unum_parse) | |
#define unum_parseDecimal U_ICU_ENTRY_POINT_RENAME(unum_parseDecimal) | |
#define unum_parseDouble U_ICU_ENTRY_POINT_RENAME(unum_parseDouble) | |
#define unum_parseDoubleCurrency U_ICU_ENTRY_POINT_RENAME(unum_parseDoubleCurrency) | |
#define unum_parseInt64 U_ICU_ENTRY_POINT_RENAME(unum_parseInt64) | |
#define unum_parseToUFormattable U_ICU_ENTRY_POINT_RENAME(unum_parseToUFormattable) | |
#define unum_setAttribute U_ICU_ENTRY_POINT_RENAME(unum_setAttribute) | |
#define unum_setContext U_ICU_ENTRY_POINT_RENAME(unum_setContext) | |
#define unum_setDoubleAttribute U_ICU_ENTRY_POINT_RENAME(unum_setDoubleAttribute) | |
#define unum_setSymbol U_ICU_ENTRY_POINT_RENAME(unum_setSymbol) | |
#define unum_setTextAttribute U_ICU_ENTRY_POINT_RENAME(unum_setTextAttribute) | |
#define unum_toPattern U_ICU_ENTRY_POINT_RENAME(unum_toPattern) | |
#define unumsys_close U_ICU_ENTRY_POINT_RENAME(unumsys_close) | |
#define unumsys_getDescription U_ICU_ENTRY_POINT_RENAME(unumsys_getDescription) | |
#define unumsys_getName U_ICU_ENTRY_POINT_RENAME(unumsys_getName) | |
#define unumsys_getRadix U_ICU_ENTRY_POINT_RENAME(unumsys_getRadix) | |
#define unumsys_isAlgorithmic U_ICU_ENTRY_POINT_RENAME(unumsys_isAlgorithmic) | |
#define unumsys_open U_ICU_ENTRY_POINT_RENAME(unumsys_open) | |
#define unumsys_openAvailableNames U_ICU_ENTRY_POINT_RENAME(unumsys_openAvailableNames) | |
#define unumsys_openByName U_ICU_ENTRY_POINT_RENAME(unumsys_openByName) | |
#define uplrules_close U_ICU_ENTRY_POINT_RENAME(uplrules_close) | |
#define uplrules_getKeywords U_ICU_ENTRY_POINT_RENAME(uplrules_getKeywords) | |
#define uplrules_open U_ICU_ENTRY_POINT_RENAME(uplrules_open) | |
#define uplrules_openForType U_ICU_ENTRY_POINT_RENAME(uplrules_openForType) | |
#define uplrules_select U_ICU_ENTRY_POINT_RENAME(uplrules_select) | |
#define uplrules_selectWithFormat U_ICU_ENTRY_POINT_RENAME(uplrules_selectWithFormat) | |
#define uplug_closeLibrary U_ICU_ENTRY_POINT_RENAME(uplug_closeLibrary) | |
#define uplug_findLibrary U_ICU_ENTRY_POINT_RENAME(uplug_findLibrary) | |
#define uplug_getConfiguration U_ICU_ENTRY_POINT_RENAME(uplug_getConfiguration) | |
#define uplug_getContext U_ICU_ENTRY_POINT_RENAME(uplug_getContext) | |
#define uplug_getCurrentLevel U_ICU_ENTRY_POINT_RENAME(uplug_getCurrentLevel) | |
#define uplug_getLibrary U_ICU_ENTRY_POINT_RENAME(uplug_getLibrary) | |
#define uplug_getLibraryName U_ICU_ENTRY_POINT_RENAME(uplug_getLibraryName) | |
#define uplug_getPlugInternal U_ICU_ENTRY_POINT_RENAME(uplug_getPlugInternal) | |
#define uplug_getPlugLevel U_ICU_ENTRY_POINT_RENAME(uplug_getPlugLevel) | |
#define uplug_getPlugLoadStatus U_ICU_ENTRY_POINT_RENAME(uplug_getPlugLoadStatus) | |
#define uplug_getPlugName U_ICU_ENTRY_POINT_RENAME(uplug_getPlugName) | |
#define uplug_getPluginFile U_ICU_ENTRY_POINT_RENAME(uplug_getPluginFile) | |
#define uplug_getSymbolName U_ICU_ENTRY_POINT_RENAME(uplug_getSymbolName) | |
#define uplug_init U_ICU_ENTRY_POINT_RENAME(uplug_init) | |
#define uplug_loadPlugFromEntrypoint U_ICU_ENTRY_POINT_RENAME(uplug_loadPlugFromEntrypoint) | |
#define uplug_loadPlugFromLibrary U_ICU_ENTRY_POINT_RENAME(uplug_loadPlugFromLibrary) | |
#define uplug_nextPlug U_ICU_ENTRY_POINT_RENAME(uplug_nextPlug) | |
#define uplug_openLibrary U_ICU_ENTRY_POINT_RENAME(uplug_openLibrary) | |
#define uplug_removePlug U_ICU_ENTRY_POINT_RENAME(uplug_removePlug) | |
#define uplug_setContext U_ICU_ENTRY_POINT_RENAME(uplug_setContext) | |
#define uplug_setPlugLevel U_ICU_ENTRY_POINT_RENAME(uplug_setPlugLevel) | |
#define uplug_setPlugName U_ICU_ENTRY_POINT_RENAME(uplug_setPlugName) | |
#define uplug_setPlugNoUnload U_ICU_ENTRY_POINT_RENAME(uplug_setPlugNoUnload) | |
#define uprops_getSource U_ICU_ENTRY_POINT_RENAME(uprops_getSource) | |
#define upropsvec_addPropertyStarts U_ICU_ENTRY_POINT_RENAME(upropsvec_addPropertyStarts) | |
#define uprv_aestrncpy U_ICU_ENTRY_POINT_RENAME(uprv_aestrncpy) | |
#define uprv_asciiFromEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_asciiFromEbcdic) | |
#define uprv_asciitolower U_ICU_ENTRY_POINT_RENAME(uprv_asciitolower) | |
#define uprv_calloc U_ICU_ENTRY_POINT_RENAME(uprv_calloc) | |
#define uprv_ceil U_ICU_ENTRY_POINT_RENAME(uprv_ceil) | |
#define uprv_compareASCIIPropertyNames U_ICU_ENTRY_POINT_RENAME(uprv_compareASCIIPropertyNames) | |
#define uprv_compareEBCDICPropertyNames U_ICU_ENTRY_POINT_RENAME(uprv_compareEBCDICPropertyNames) | |
#define uprv_compareInvAscii U_ICU_ENTRY_POINT_RENAME(uprv_compareInvAscii) | |
#define uprv_compareInvEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_compareInvEbcdic) | |
#define uprv_compareInvEbcdicAsAscii U_ICU_ENTRY_POINT_RENAME(uprv_compareInvEbcdicAsAscii) | |
#define uprv_convertToLCID U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCID) | |
#define uprv_convertToLCIDPlatform U_ICU_ENTRY_POINT_RENAME(uprv_convertToLCIDPlatform) | |
#define uprv_convertToPosix U_ICU_ENTRY_POINT_RENAME(uprv_convertToPosix) | |
#define uprv_copyAscii U_ICU_ENTRY_POINT_RENAME(uprv_copyAscii) | |
#define uprv_copyEbcdic U_ICU_ENTRY_POINT_RENAME(uprv_copyEbcdic) | |
#define uprv_decContextClearStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextClearStatus) | |
#define uprv_decContextDefault U_ICU_ENTRY_POINT_RENAME(uprv_decContextDefault) | |
#define uprv_decContextGetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextGetRounding) | |
#define uprv_decContextGetStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextGetStatus) | |
#define uprv_decContextRestoreStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextRestoreStatus) | |
#define uprv_decContextSaveStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextSaveStatus) | |
#define uprv_decContextSetRounding U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetRounding) | |
#define uprv_decContextSetStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatus) | |
#define uprv_decContextSetStatusFromString U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusFromString) | |
#define uprv_decContextSetStatusFromStringQuiet U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusFromStringQuiet) | |
#define uprv_decContextSetStatusQuiet U_ICU_ENTRY_POINT_RENAME(uprv_decContextSetStatusQuiet) | |
#define uprv_decContextStatusToString U_ICU_ENTRY_POINT_RENAME(uprv_decContextStatusToString) | |
#define uprv_decContextTestSavedStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestSavedStatus) | |
#define uprv_decContextTestStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextTestStatus) | |
#define uprv_decContextZeroStatus U_ICU_ENTRY_POINT_RENAME(uprv_decContextZeroStatus) | |
#define uprv_decNumberAbs U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAbs) | |
#define uprv_decNumberAdd U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAdd) | |
#define uprv_decNumberAnd U_ICU_ENTRY_POINT_RENAME(uprv_decNumberAnd) | |
#define uprv_decNumberClass U_ICU_ENTRY_POINT_RENAME(uprv_decNumberClass) | |
#define uprv_decNumberClassToString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberClassToString) | |
#define uprv_decNumberCompare U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompare) | |
#define uprv_decNumberCompareSignal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareSignal) | |
#define uprv_decNumberCompareTotal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareTotal) | |
#define uprv_decNumberCompareTotalMag U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCompareTotalMag) | |
#define uprv_decNumberCopy U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopy) | |
#define uprv_decNumberCopyAbs U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopyAbs) | |
#define uprv_decNumberCopyNegate U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopyNegate) | |
#define uprv_decNumberCopySign U_ICU_ENTRY_POINT_RENAME(uprv_decNumberCopySign) | |
#define uprv_decNumberDivide U_ICU_ENTRY_POINT_RENAME(uprv_decNumberDivide) | |
#define uprv_decNumberDivideInteger U_ICU_ENTRY_POINT_RENAME(uprv_decNumberDivideInteger) | |
#define uprv_decNumberExp U_ICU_ENTRY_POINT_RENAME(uprv_decNumberExp) | |
#define uprv_decNumberFMA U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFMA) | |
#define uprv_decNumberFromInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFromInt32) | |
#define uprv_decNumberFromString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFromString) | |
#define uprv_decNumberFromUInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberFromUInt32) | |
#define uprv_decNumberGetBCD U_ICU_ENTRY_POINT_RENAME(uprv_decNumberGetBCD) | |
#define uprv_decNumberInvert U_ICU_ENTRY_POINT_RENAME(uprv_decNumberInvert) | |
#define uprv_decNumberIsNormal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberIsNormal) | |
#define uprv_decNumberIsSubnormal U_ICU_ENTRY_POINT_RENAME(uprv_decNumberIsSubnormal) | |
#define uprv_decNumberLn U_ICU_ENTRY_POINT_RENAME(uprv_decNumberLn) | |
#define uprv_decNumberLog10 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberLog10) | |
#define uprv_decNumberLogB U_ICU_ENTRY_POINT_RENAME(uprv_decNumberLogB) | |
#define uprv_decNumberMax U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMax) | |
#define uprv_decNumberMaxMag U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMaxMag) | |
#define uprv_decNumberMin U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMin) | |
#define uprv_decNumberMinMag U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMinMag) | |
#define uprv_decNumberMinus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMinus) | |
#define uprv_decNumberMultiply U_ICU_ENTRY_POINT_RENAME(uprv_decNumberMultiply) | |
#define uprv_decNumberNextMinus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNextMinus) | |
#define uprv_decNumberNextPlus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNextPlus) | |
#define uprv_decNumberNextToward U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNextToward) | |
#define uprv_decNumberNormalize U_ICU_ENTRY_POINT_RENAME(uprv_decNumberNormalize) | |
#define uprv_decNumberOr U_ICU_ENTRY_POINT_RENAME(uprv_decNumberOr) | |
#define uprv_decNumberPlus U_ICU_ENTRY_POINT_RENAME(uprv_decNumberPlus) | |
#define uprv_decNumberPower U_ICU_ENTRY_POINT_RENAME(uprv_decNumberPower) | |
#define uprv_decNumberQuantize U_ICU_ENTRY_POINT_RENAME(uprv_decNumberQuantize) | |
#define uprv_decNumberReduce U_ICU_ENTRY_POINT_RENAME(uprv_decNumberReduce) | |
#define uprv_decNumberRemainder U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRemainder) | |
#define uprv_decNumberRemainderNear U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRemainderNear) | |
#define uprv_decNumberRescale U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRescale) | |
#define uprv_decNumberRotate U_ICU_ENTRY_POINT_RENAME(uprv_decNumberRotate) | |
#define uprv_decNumberSameQuantum U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSameQuantum) | |
#define uprv_decNumberScaleB U_ICU_ENTRY_POINT_RENAME(uprv_decNumberScaleB) | |
#define uprv_decNumberSetBCD U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSetBCD) | |
#define uprv_decNumberShift U_ICU_ENTRY_POINT_RENAME(uprv_decNumberShift) | |
#define uprv_decNumberSquareRoot U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSquareRoot) | |
#define uprv_decNumberSubtract U_ICU_ENTRY_POINT_RENAME(uprv_decNumberSubtract) | |
#define uprv_decNumberToEngString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToEngString) | |
#define uprv_decNumberToInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToInt32) | |
#define uprv_decNumberToIntegralExact U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToIntegralExact) | |
#define uprv_decNumberToIntegralValue U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToIntegralValue) | |
#define uprv_decNumberToString U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToString) | |
#define uprv_decNumberToUInt32 U_ICU_ENTRY_POINT_RENAME(uprv_decNumberToUInt32) | |
#define uprv_decNumberTrim U_ICU_ENTRY_POINT_RENAME(uprv_decNumberTrim) | |
#define uprv_decNumberVersion U_ICU_ENTRY_POINT_RENAME(uprv_decNumberVersion) | |
#define uprv_decNumberXor U_ICU_ENTRY_POINT_RENAME(uprv_decNumberXor) | |
#define uprv_decNumberZero U_ICU_ENTRY_POINT_RENAME(uprv_decNumberZero) | |
#define uprv_deleteConditionalCE32 U_ICU_ENTRY_POINT_RENAME(uprv_deleteConditionalCE32) | |
#define uprv_deleteUObject U_ICU_ENTRY_POINT_RENAME(uprv_deleteUObject) | |
#define uprv_dl_close U_ICU_ENTRY_POINT_RENAME(uprv_dl_close) | |
#define uprv_dl_open U_ICU_ENTRY_POINT_RENAME(uprv_dl_open) | |
#define uprv_dlsym_func U_ICU_ENTRY_POINT_RENAME(uprv_dlsym_func) | |
#define uprv_eastrncpy U_ICU_ENTRY_POINT_RENAME(uprv_eastrncpy) | |
#define uprv_ebcdicFromAscii U_ICU_ENTRY_POINT_RENAME(uprv_ebcdicFromAscii) | |
#define uprv_ebcdicToLowercaseAscii U_ICU_ENTRY_POINT_RENAME(uprv_ebcdicToLowercaseAscii) | |
#define uprv_ebcdictolower U_ICU_ENTRY_POINT_RENAME(uprv_ebcdictolower) | |
#define uprv_fabs U_ICU_ENTRY_POINT_RENAME(uprv_fabs) | |
#define uprv_floor U_ICU_ENTRY_POINT_RENAME(uprv_floor) | |
#define uprv_fmax U_ICU_ENTRY_POINT_RENAME(uprv_fmax) | |
#define uprv_fmin U_ICU_ENTRY_POINT_RENAME(uprv_fmin) | |
#define uprv_fmod U_ICU_ENTRY_POINT_RENAME(uprv_fmod) | |
#define uprv_free U_ICU_ENTRY_POINT_RENAME(uprv_free) | |
#define uprv_getCharNameCharacters U_ICU_ENTRY_POINT_RENAME(uprv_getCharNameCharacters) | |
#define uprv_getDefaultCodepage U_ICU_ENTRY_POINT_RENAME(uprv_getDefaultCodepage) | |
#define uprv_getDefaultLocaleID U_ICU_ENTRY_POINT_RENAME(uprv_getDefaultLocaleID) | |
#define uprv_getInfinity U_ICU_ENTRY_POINT_RENAME(uprv_getInfinity) | |
#define uprv_getMaxCharNameLength U_ICU_ENTRY_POINT_RENAME(uprv_getMaxCharNameLength) | |
#define uprv_getMaxValues U_ICU_ENTRY_POINT_RENAME(uprv_getMaxValues) | |
#define uprv_getNaN U_ICU_ENTRY_POINT_RENAME(uprv_getNaN) | |
#define uprv_getRawUTCtime U_ICU_ENTRY_POINT_RENAME(uprv_getRawUTCtime) | |
#define uprv_getStaticCurrencyName U_ICU_ENTRY_POINT_RENAME(uprv_getStaticCurrencyName) | |
#define uprv_getUTCtime U_ICU_ENTRY_POINT_RENAME(uprv_getUTCtime) | |
#define uprv_int32Comparator U_ICU_ENTRY_POINT_RENAME(uprv_int32Comparator) | |
#define uprv_isASCIILetter U_ICU_ENTRY_POINT_RENAME(uprv_isASCIILetter) | |
#define uprv_isInfinite U_ICU_ENTRY_POINT_RENAME(uprv_isInfinite) | |
#define uprv_isInvariantString U_ICU_ENTRY_POINT_RENAME(uprv_isInvariantString) | |
#define uprv_isInvariantUString U_ICU_ENTRY_POINT_RENAME(uprv_isInvariantUString) | |
#define uprv_isNaN U_ICU_ENTRY_POINT_RENAME(uprv_isNaN) | |
#define uprv_isNegativeInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isNegativeInfinity) | |
#define uprv_isPositiveInfinity U_ICU_ENTRY_POINT_RENAME(uprv_isPositiveInfinity) | |
#define uprv_itou U_ICU_ENTRY_POINT_RENAME(uprv_itou) | |
#define uprv_log U_ICU_ENTRY_POINT_RENAME(uprv_log) | |
#define uprv_malloc U_ICU_ENTRY_POINT_RENAME(uprv_malloc) | |
#define uprv_mapFile U_ICU_ENTRY_POINT_RENAME(uprv_mapFile) | |
#define uprv_max U_ICU_ENTRY_POINT_RENAME(uprv_max) | |
#define uprv_maxMantissa U_ICU_ENTRY_POINT_RENAME(uprv_maxMantissa) | |
#define uprv_maximumPtr U_ICU_ENTRY_POINT_RENAME(uprv_maximumPtr) | |
#define uprv_min U_ICU_ENTRY_POINT_RENAME(uprv_min) | |
#define uprv_modf U_ICU_ENTRY_POINT_RENAME(uprv_modf) | |
#define uprv_parseCurrency U_ICU_ENTRY_POINT_RENAME(uprv_parseCurrency) | |
#define uprv_pathIsAbsolute U_ICU_ENTRY_POINT_RENAME(uprv_pathIsAbsolute) | |
#define uprv_pow U_ICU_ENTRY_POINT_RENAME(uprv_pow) | |
#define uprv_pow10 U_ICU_ENTRY_POINT_RENAME(uprv_pow10) | |
#define uprv_realloc U_ICU_ENTRY_POINT_RENAME(uprv_realloc) | |
#define uprv_round U_ICU_ENTRY_POINT_RENAME(uprv_round) | |
#define uprv_sortArray U_ICU_ENTRY_POINT_RENAME(uprv_sortArray) | |
#define uprv_stableBinarySearch U_ICU_ENTRY_POINT_RENAME(uprv_stableBinarySearch) | |
#define uprv_strCompare U_ICU_ENTRY_POINT_RENAME(uprv_strCompare) | |
#define uprv_strdup U_ICU_ENTRY_POINT_RENAME(uprv_strdup) | |
#define uprv_stricmp U_ICU_ENTRY_POINT_RENAME(uprv_stricmp) | |
#define uprv_strndup U_ICU_ENTRY_POINT_RENAME(uprv_strndup) | |
#define uprv_strnicmp U_ICU_ENTRY_POINT_RENAME(uprv_strnicmp) | |
#define uprv_syntaxError U_ICU_ENTRY_POINT_RENAME(uprv_syntaxError) | |
#define uprv_timezone U_ICU_ENTRY_POINT_RENAME(uprv_timezone) | |
#define uprv_toupper U_ICU_ENTRY_POINT_RENAME(uprv_toupper) | |
#define uprv_trunc U_ICU_ENTRY_POINT_RENAME(uprv_trunc) | |
#define uprv_tzname U_ICU_ENTRY_POINT_RENAME(uprv_tzname) | |
#define uprv_tzname_clear_cache U_ICU_ENTRY_POINT_RENAME(uprv_tzname_clear_cache) | |
#define uprv_tzset U_ICU_ENTRY_POINT_RENAME(uprv_tzset) | |
#define uprv_uint16Comparator U_ICU_ENTRY_POINT_RENAME(uprv_uint16Comparator) | |
#define uprv_uint32Comparator U_ICU_ENTRY_POINT_RENAME(uprv_uint32Comparator) | |
#define uprv_unmapFile U_ICU_ENTRY_POINT_RENAME(uprv_unmapFile) | |
#define upvec_cloneArray U_ICU_ENTRY_POINT_RENAME(upvec_cloneArray) | |
#define upvec_close U_ICU_ENTRY_POINT_RENAME(upvec_close) | |
#define upvec_compact U_ICU_ENTRY_POINT_RENAME(upvec_compact) | |
#define upvec_compactToUTrie2Handler U_ICU_ENTRY_POINT_RENAME(upvec_compactToUTrie2Handler) | |
#define upvec_compactToUTrie2WithRowIndexes U_ICU_ENTRY_POINT_RENAME(upvec_compactToUTrie2WithRowIndexes) | |
#define upvec_getArray U_ICU_ENTRY_POINT_RENAME(upvec_getArray) | |
#define upvec_getRow U_ICU_ENTRY_POINT_RENAME(upvec_getRow) | |
#define upvec_getValue U_ICU_ENTRY_POINT_RENAME(upvec_getValue) | |
#define upvec_open U_ICU_ENTRY_POINT_RENAME(upvec_open) | |
#define upvec_setValue U_ICU_ENTRY_POINT_RENAME(upvec_setValue) | |
#define uregex_appendReplacement U_ICU_ENTRY_POINT_RENAME(uregex_appendReplacement) | |
#define uregex_appendReplacementUText U_ICU_ENTRY_POINT_RENAME(uregex_appendReplacementUText) | |
#define uregex_appendTail U_ICU_ENTRY_POINT_RENAME(uregex_appendTail) | |
#define uregex_appendTailUText U_ICU_ENTRY_POINT_RENAME(uregex_appendTailUText) | |
#define uregex_clone U_ICU_ENTRY_POINT_RENAME(uregex_clone) | |
#define uregex_close U_ICU_ENTRY_POINT_RENAME(uregex_close) | |
#define uregex_end U_ICU_ENTRY_POINT_RENAME(uregex_end) | |
#define uregex_end64 U_ICU_ENTRY_POINT_RENAME(uregex_end64) | |
#define uregex_find U_ICU_ENTRY_POINT_RENAME(uregex_find) | |
#define uregex_find64 U_ICU_ENTRY_POINT_RENAME(uregex_find64) | |
#define uregex_findNext U_ICU_ENTRY_POINT_RENAME(uregex_findNext) | |
#define uregex_flags U_ICU_ENTRY_POINT_RENAME(uregex_flags) | |
#define uregex_getFindProgressCallback U_ICU_ENTRY_POINT_RENAME(uregex_getFindProgressCallback) | |
#define uregex_getMatchCallback U_ICU_ENTRY_POINT_RENAME(uregex_getMatchCallback) | |
#define uregex_getStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_getStackLimit) | |
#define uregex_getText U_ICU_ENTRY_POINT_RENAME(uregex_getText) | |
#define uregex_getTimeLimit U_ICU_ENTRY_POINT_RENAME(uregex_getTimeLimit) | |
#define uregex_getUText U_ICU_ENTRY_POINT_RENAME(uregex_getUText) | |
#define uregex_group U_ICU_ENTRY_POINT_RENAME(uregex_group) | |
#define uregex_groupCount U_ICU_ENTRY_POINT_RENAME(uregex_groupCount) | |
#define uregex_groupNumberFromCName U_ICU_ENTRY_POINT_RENAME(uregex_groupNumberFromCName) | |
#define uregex_groupNumberFromName U_ICU_ENTRY_POINT_RENAME(uregex_groupNumberFromName) | |
#define uregex_groupUText U_ICU_ENTRY_POINT_RENAME(uregex_groupUText) | |
#define uregex_hasAnchoringBounds U_ICU_ENTRY_POINT_RENAME(uregex_hasAnchoringBounds) | |
#define uregex_hasTransparentBounds U_ICU_ENTRY_POINT_RENAME(uregex_hasTransparentBounds) | |
#define uregex_hitEnd U_ICU_ENTRY_POINT_RENAME(uregex_hitEnd) | |
#define uregex_lookingAt U_ICU_ENTRY_POINT_RENAME(uregex_lookingAt) | |
#define uregex_lookingAt64 U_ICU_ENTRY_POINT_RENAME(uregex_lookingAt64) | |
#define uregex_matches U_ICU_ENTRY_POINT_RENAME(uregex_matches) | |
#define uregex_matches64 U_ICU_ENTRY_POINT_RENAME(uregex_matches64) | |
#define uregex_open U_ICU_ENTRY_POINT_RENAME(uregex_open) | |
#define uregex_openC U_ICU_ENTRY_POINT_RENAME(uregex_openC) | |
#define uregex_openUText U_ICU_ENTRY_POINT_RENAME(uregex_openUText) | |
#define uregex_pattern U_ICU_ENTRY_POINT_RENAME(uregex_pattern) | |
#define uregex_patternUText U_ICU_ENTRY_POINT_RENAME(uregex_patternUText) | |
#define uregex_refreshUText U_ICU_ENTRY_POINT_RENAME(uregex_refreshUText) | |
#define uregex_regionEnd U_ICU_ENTRY_POINT_RENAME(uregex_regionEnd) | |
#define uregex_regionEnd64 U_ICU_ENTRY_POINT_RENAME(uregex_regionEnd64) | |
#define uregex_regionStart U_ICU_ENTRY_POINT_RENAME(uregex_regionStart) | |
#define uregex_regionStart64 U_ICU_ENTRY_POINT_RENAME(uregex_regionStart64) | |
#define uregex_replaceAll U_ICU_ENTRY_POINT_RENAME(uregex_replaceAll) | |
#define uregex_replaceAllUText U_ICU_ENTRY_POINT_RENAME(uregex_replaceAllUText) | |
#define uregex_replaceFirst U_ICU_ENTRY_POINT_RENAME(uregex_replaceFirst) | |
#define uregex_replaceFirstUText U_ICU_ENTRY_POINT_RENAME(uregex_replaceFirstUText) | |
#define uregex_requireEnd U_ICU_ENTRY_POINT_RENAME(uregex_requireEnd) | |
#define uregex_reset U_ICU_ENTRY_POINT_RENAME(uregex_reset) | |
#define uregex_reset64 U_ICU_ENTRY_POINT_RENAME(uregex_reset64) | |
#define uregex_setFindProgressCallback U_ICU_ENTRY_POINT_RENAME(uregex_setFindProgressCallback) | |
#define uregex_setMatchCallback U_ICU_ENTRY_POINT_RENAME(uregex_setMatchCallback) | |
#define uregex_setRegion U_ICU_ENTRY_POINT_RENAME(uregex_setRegion) | |
#define uregex_setRegion64 U_ICU_ENTRY_POINT_RENAME(uregex_setRegion64) | |
#define uregex_setRegionAndStart U_ICU_ENTRY_POINT_RENAME(uregex_setRegionAndStart) | |
#define uregex_setStackLimit U_ICU_ENTRY_POINT_RENAME(uregex_setStackLimit) | |
#define uregex_setText U_ICU_ENTRY_POINT_RENAME(uregex_setText) | |
#define uregex_setTimeLimit U_ICU_ENTRY_POINT_RENAME(uregex_setTimeLimit) | |
#define uregex_setUText U_ICU_ENTRY_POINT_RENAME(uregex_setUText) | |
#define uregex_split U_ICU_ENTRY_POINT_RENAME(uregex_split) | |
#define uregex_splitUText U_ICU_ENTRY_POINT_RENAME(uregex_splitUText) | |
#define uregex_start U_ICU_ENTRY_POINT_RENAME(uregex_start) | |
#define uregex_start64 U_ICU_ENTRY_POINT_RENAME(uregex_start64) | |
#define uregex_ucstr_unescape_charAt U_ICU_ENTRY_POINT_RENAME(uregex_ucstr_unescape_charAt) | |
#define uregex_useAnchoringBounds U_ICU_ENTRY_POINT_RENAME(uregex_useAnchoringBounds) | |
#define uregex_useTransparentBounds U_ICU_ENTRY_POINT_RENAME(uregex_useTransparentBounds) | |
#define uregex_utext_unescape_charAt U_ICU_ENTRY_POINT_RENAME(uregex_utext_unescape_charAt) | |
#define uregion_areEqual U_ICU_ENTRY_POINT_RENAME(uregion_areEqual) | |
#define uregion_contains U_ICU_ENTRY_POINT_RENAME(uregion_contains) | |
#define uregion_getAvailable U_ICU_ENTRY_POINT_RENAME(uregion_getAvailable) | |
#define uregion_getContainedRegions U_ICU_ENTRY_POINT_RENAME(uregion_getContainedRegions) | |
#define uregion_getContainedRegionsOfType U_ICU_ENTRY_POINT_RENAME(uregion_getContainedRegionsOfType) | |
#define uregion_getContainingRegion U_ICU_ENTRY_POINT_RENAME(uregion_getContainingRegion) | |
#define uregion_getContainingRegionOfType U_ICU_ENTRY_POINT_RENAME(uregion_getContainingRegionOfType) | |
#define uregion_getNumericCode U_ICU_ENTRY_POINT_RENAME(uregion_getNumericCode) | |
#define uregion_getPreferredValues U_ICU_ENTRY_POINT_RENAME(uregion_getPreferredValues) | |
#define uregion_getRegionCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionCode) | |
#define uregion_getRegionFromCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromCode) | |
#define uregion_getRegionFromNumericCode U_ICU_ENTRY_POINT_RENAME(uregion_getRegionFromNumericCode) | |
#define uregion_getType U_ICU_ENTRY_POINT_RENAME(uregion_getType) | |
#define ureldatefmt_close U_ICU_ENTRY_POINT_RENAME(ureldatefmt_close) | |
#define ureldatefmt_combineDateAndTime U_ICU_ENTRY_POINT_RENAME(ureldatefmt_combineDateAndTime) | |
#define ureldatefmt_format U_ICU_ENTRY_POINT_RENAME(ureldatefmt_format) | |
#define ureldatefmt_formatNumeric U_ICU_ENTRY_POINT_RENAME(ureldatefmt_formatNumeric) | |
#define ureldatefmt_open U_ICU_ENTRY_POINT_RENAME(ureldatefmt_open) | |
#define ures_close U_ICU_ENTRY_POINT_RENAME(ures_close) | |
#define ures_copyResb U_ICU_ENTRY_POINT_RENAME(ures_copyResb) | |
#define ures_countArrayItems U_ICU_ENTRY_POINT_RENAME(ures_countArrayItems) | |
#define ures_findResource U_ICU_ENTRY_POINT_RENAME(ures_findResource) | |
#define ures_findSubResource U_ICU_ENTRY_POINT_RENAME(ures_findSubResource) | |
#define ures_getAllItemsWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getAllItemsWithFallback) | |
#define ures_getBinary U_ICU_ENTRY_POINT_RENAME(ures_getBinary) | |
#define ures_getByIndex U_ICU_ENTRY_POINT_RENAME(ures_getByIndex) | |
#define ures_getByKey U_ICU_ENTRY_POINT_RENAME(ures_getByKey) | |
#define ures_getByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getByKeyWithFallback) | |
#define ures_getFunctionalEquivalent U_ICU_ENTRY_POINT_RENAME(ures_getFunctionalEquivalent) | |
#define ures_getInt U_ICU_ENTRY_POINT_RENAME(ures_getInt) | |
#define ures_getIntVector U_ICU_ENTRY_POINT_RENAME(ures_getIntVector) | |
#define ures_getKey U_ICU_ENTRY_POINT_RENAME(ures_getKey) | |
#define ures_getKeywordValues U_ICU_ENTRY_POINT_RENAME(ures_getKeywordValues) | |
#define ures_getLocale U_ICU_ENTRY_POINT_RENAME(ures_getLocale) | |
#define ures_getLocaleByType U_ICU_ENTRY_POINT_RENAME(ures_getLocaleByType) | |
#define ures_getLocaleInternal U_ICU_ENTRY_POINT_RENAME(ures_getLocaleInternal) | |
#define ures_getName U_ICU_ENTRY_POINT_RENAME(ures_getName) | |
#define ures_getNextResource U_ICU_ENTRY_POINT_RENAME(ures_getNextResource) | |
#define ures_getNextString U_ICU_ENTRY_POINT_RENAME(ures_getNextString) | |
#define ures_getSize U_ICU_ENTRY_POINT_RENAME(ures_getSize) | |
#define ures_getString U_ICU_ENTRY_POINT_RENAME(ures_getString) | |
#define ures_getStringByIndex U_ICU_ENTRY_POINT_RENAME(ures_getStringByIndex) | |
#define ures_getStringByKey U_ICU_ENTRY_POINT_RENAME(ures_getStringByKey) | |
#define ures_getStringByKeyWithFallback U_ICU_ENTRY_POINT_RENAME(ures_getStringByKeyWithFallback) | |
#define ures_getType U_ICU_ENTRY_POINT_RENAME(ures_getType) | |
#define ures_getUInt U_ICU_ENTRY_POINT_RENAME(ures_getUInt) | |
#define ures_getUTF8String U_ICU_ENTRY_POINT_RENAME(ures_getUTF8String) | |
#define ures_getUTF8StringByIndex U_ICU_ENTRY_POINT_RENAME(ures_getUTF8StringByIndex) | |
#define ures_getUTF8StringByKey U_ICU_ENTRY_POINT_RENAME(ures_getUTF8StringByKey) | |
#define ures_getVersion U_ICU_ENTRY_POINT_RENAME(ures_getVersion) | |
#define ures_getVersionByKey U_ICU_ENTRY_POINT_RENAME(ures_getVersionByKey) | |
#define ures_getVersionNumber U_ICU_ENTRY_POINT_RENAME(ures_getVersionNumber) | |
#define ures_getVersionNumberInternal U_ICU_ENTRY_POINT_RENAME(ures_getVersionNumberInternal) | |
#define ures_hasNext U_ICU_ENTRY_POINT_RENAME(ures_hasNext) | |
#define ures_initStackObject U_ICU_ENTRY_POINT_RENAME(ures_initStackObject) | |
#define ures_open U_ICU_ENTRY_POINT_RENAME(ures_open) | |
#define ures_openAvailableLocales U_ICU_ENTRY_POINT_RENAME(ures_openAvailableLocales) | |
#define ures_openDirect U_ICU_ENTRY_POINT_RENAME(ures_openDirect) | |
#define ures_openFillIn U_ICU_ENTRY_POINT_RENAME(ures_openFillIn) | |
#define ures_openNoDefault U_ICU_ENTRY_POINT_RENAME(ures_openNoDefault) | |
#define ures_openU U_ICU_ENTRY_POINT_RENAME(ures_openU) | |
#define ures_resetIterator U_ICU_ENTRY_POINT_RENAME(ures_resetIterator) | |
#define ures_swap U_ICU_ENTRY_POINT_RENAME(ures_swap) | |
#define uscript_breaksBetweenLetters U_ICU_ENTRY_POINT_RENAME(uscript_breaksBetweenLetters) | |
#define uscript_closeRun U_ICU_ENTRY_POINT_RENAME(uscript_closeRun) | |
#define uscript_getCode U_ICU_ENTRY_POINT_RENAME(uscript_getCode) | |
#define uscript_getName U_ICU_ENTRY_POINT_RENAME(uscript_getName) | |
#define uscript_getSampleString U_ICU_ENTRY_POINT_RENAME(uscript_getSampleString) | |
#define uscript_getSampleUnicodeString U_ICU_ENTRY_POINT_RENAME(uscript_getSampleUnicodeString) | |
#define uscript_getScript U_ICU_ENTRY_POINT_RENAME(uscript_getScript) | |
#define uscript_getScriptExtensions U_ICU_ENTRY_POINT_RENAME(uscript_getScriptExtensions) | |
#define uscript_getShortName U_ICU_ENTRY_POINT_RENAME(uscript_getShortName) | |
#define uscript_getUsage U_ICU_ENTRY_POINT_RENAME(uscript_getUsage) | |
#define uscript_hasScript U_ICU_ENTRY_POINT_RENAME(uscript_hasScript) | |
#define uscript_isCased U_ICU_ENTRY_POINT_RENAME(uscript_isCased) | |
#define uscript_isRightToLeft U_ICU_ENTRY_POINT_RENAME(uscript_isRightToLeft) | |
#define uscript_nextRun U_ICU_ENTRY_POINT_RENAME(uscript_nextRun) | |
#define uscript_openRun U_ICU_ENTRY_POINT_RENAME(uscript_openRun) | |
#define uscript_resetRun U_ICU_ENTRY_POINT_RENAME(uscript_resetRun) | |
#define uscript_setRunText U_ICU_ENTRY_POINT_RENAME(uscript_setRunText) | |
#define usearch_close U_ICU_ENTRY_POINT_RENAME(usearch_close) | |
#define usearch_first U_ICU_ENTRY_POINT_RENAME(usearch_first) | |
#define usearch_following U_ICU_ENTRY_POINT_RENAME(usearch_following) | |
#define usearch_getAttribute U_ICU_ENTRY_POINT_RENAME(usearch_getAttribute) | |
#define usearch_getBreakIterator U_ICU_ENTRY_POINT_RENAME(usearch_getBreakIterator) | |
#define usearch_getCollator U_ICU_ENTRY_POINT_RENAME(usearch_getCollator) | |
#define usearch_getMatchedLength U_ICU_ENTRY_POINT_RENAME(usearch_getMatchedLength) | |
#define usearch_getMatchedStart U_ICU_ENTRY_POINT_RENAME(usearch_getMatchedStart) | |
#define usearch_getMatchedText U_ICU_ENTRY_POINT_RENAME(usearch_getMatchedText) | |
#define usearch_getOffset U_ICU_ENTRY_POINT_RENAME(usearch_getOffset) | |
#define usearch_getPattern U_ICU_ENTRY_POINT_RENAME(usearch_getPattern) | |
#define usearch_getText U_ICU_ENTRY_POINT_RENAME(usearch_getText) | |
#define usearch_handleNextCanonical U_ICU_ENTRY_POINT_RENAME(usearch_handleNextCanonical) | |
#define usearch_handleNextExact U_ICU_ENTRY_POINT_RENAME(usearch_handleNextExact) | |
#define usearch_handlePreviousCanonical U_ICU_ENTRY_POINT_RENAME(usearch_handlePreviousCanonical) | |
#define usearch_handlePreviousExact U_ICU_ENTRY_POINT_RENAME(usearch_handlePreviousExact) | |
#define usearch_last U_ICU_ENTRY_POINT_RENAME(usearch_last) | |
#define usearch_next U_ICU_ENTRY_POINT_RENAME(usearch_next) | |
#define usearch_open U_ICU_ENTRY_POINT_RENAME(usearch_open) | |
#define usearch_openFromCollator U_ICU_ENTRY_POINT_RENAME(usearch_openFromCollator) | |
#define usearch_preceding U_ICU_ENTRY_POINT_RENAME(usearch_preceding) | |
#define usearch_previous U_ICU_ENTRY_POINT_RENAME(usearch_previous) | |
#define usearch_reset U_ICU_ENTRY_POINT_RENAME(usearch_reset) | |
#define usearch_search U_ICU_ENTRY_POINT_RENAME(usearch_search) | |
#define usearch_searchBackwards U_ICU_ENTRY_POINT_RENAME(usearch_searchBackwards) | |
#define usearch_setAttribute U_ICU_ENTRY_POINT_RENAME(usearch_setAttribute) | |
#define usearch_setBreakIterator U_ICU_ENTRY_POINT_RENAME(usearch_setBreakIterator) | |
#define usearch_setCollator U_ICU_ENTRY_POINT_RENAME(usearch_setCollator) | |
#define usearch_setOffset U_ICU_ENTRY_POINT_RENAME(usearch_setOffset) | |
#define usearch_setPattern U_ICU_ENTRY_POINT_RENAME(usearch_setPattern) | |
#define usearch_setText U_ICU_ENTRY_POINT_RENAME(usearch_setText) | |
#define uset_add U_ICU_ENTRY_POINT_RENAME(uset_add) | |
#define uset_addAll U_ICU_ENTRY_POINT_RENAME(uset_addAll) | |
#define uset_addAllCodePoints U_ICU_ENTRY_POINT_RENAME(uset_addAllCodePoints) | |
#define uset_addRange U_ICU_ENTRY_POINT_RENAME(uset_addRange) | |
#define uset_addString U_ICU_ENTRY_POINT_RENAME(uset_addString) | |
#define uset_applyIntPropertyValue U_ICU_ENTRY_POINT_RENAME(uset_applyIntPropertyValue) | |
#define uset_applyPattern U_ICU_ENTRY_POINT_RENAME(uset_applyPattern) | |
#define uset_applyPropertyAlias U_ICU_ENTRY_POINT_RENAME(uset_applyPropertyAlias) | |
#define uset_charAt U_ICU_ENTRY_POINT_RENAME(uset_charAt) | |
#define uset_clear U_ICU_ENTRY_POINT_RENAME(uset_clear) | |
#define uset_clone U_ICU_ENTRY_POINT_RENAME(uset_clone) | |
#define uset_cloneAsThawed U_ICU_ENTRY_POINT_RENAME(uset_cloneAsThawed) | |
#define uset_close U_ICU_ENTRY_POINT_RENAME(uset_close) | |
#define uset_closeOver U_ICU_ENTRY_POINT_RENAME(uset_closeOver) | |
#define uset_compact U_ICU_ENTRY_POINT_RENAME(uset_compact) | |
#define uset_complement U_ICU_ENTRY_POINT_RENAME(uset_complement) | |
#define uset_complementAll U_ICU_ENTRY_POINT_RENAME(uset_complementAll) | |
#define uset_contains U_ICU_ENTRY_POINT_RENAME(uset_contains) | |
#define uset_containsAll U_ICU_ENTRY_POINT_RENAME(uset_containsAll) | |
#define uset_containsAllCodePoints U_ICU_ENTRY_POINT_RENAME(uset_containsAllCodePoints) | |
#define uset_containsNone U_ICU_ENTRY_POINT_RENAME(uset_containsNone) | |
#define uset_containsRange U_ICU_ENTRY_POINT_RENAME(uset_containsRange) | |
#define uset_containsSome U_ICU_ENTRY_POINT_RENAME(uset_containsSome) | |
#define uset_containsString U_ICU_ENTRY_POINT_RENAME(uset_containsString) | |
#define uset_equals U_ICU_ENTRY_POINT_RENAME(uset_equals) | |
#define uset_freeze U_ICU_ENTRY_POINT_RENAME(uset_freeze) | |
#define uset_getItem U_ICU_ENTRY_POINT_RENAME(uset_getItem) | |
#define uset_getItemCount U_ICU_ENTRY_POINT_RENAME(uset_getItemCount) | |
#define uset_getSerializedRange U_ICU_ENTRY_POINT_RENAME(uset_getSerializedRange) | |
#define uset_getSerializedRangeCount U_ICU_ENTRY_POINT_RENAME(uset_getSerializedRangeCount) | |
#define uset_getSerializedSet U_ICU_ENTRY_POINT_RENAME(uset_getSerializedSet) | |
#define uset_indexOf U_ICU_ENTRY_POINT_RENAME(uset_indexOf) | |
#define uset_isEmpty U_ICU_ENTRY_POINT_RENAME(uset_isEmpty) | |
#define uset_isFrozen U_ICU_ENTRY_POINT_RENAME(uset_isFrozen) | |
#define uset_open U_ICU_ENTRY_POINT_RENAME(uset_open) | |
#define uset_openEmpty U_ICU_ENTRY_POINT_RENAME(uset_openEmpty) | |
#define uset_openPattern U_ICU_ENTRY_POINT_RENAME(uset_openPattern) | |
#define uset_openPatternOptions U_ICU_ENTRY_POINT_RENAME(uset_openPatternOptions) | |
#define uset_remove U_ICU_ENTRY_POINT_RENAME(uset_remove) | |
#define uset_removeAll U_ICU_ENTRY_POINT_RENAME(uset_removeAll) | |
#define uset_removeAllStrings U_ICU_ENTRY_POINT_RENAME(uset_removeAllStrings) | |
#define uset_removeRange U_ICU_ENTRY_POINT_RENAME(uset_removeRange) | |
#define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) | |
#define uset_resemblesPattern U_ICU_ENTRY_POINT_RENAME(uset_resemblesPattern) | |
#define uset_retain U_ICU_ENTRY_POINT_RENAME(uset_retain) | |
#define uset_retainAll U_ICU_ENTRY_POINT_RENAME(uset_retainAll) | |
#define uset_serialize U_ICU_ENTRY_POINT_RENAME(uset_serialize) | |
#define uset_serializedContains U_ICU_ENTRY_POINT_RENAME(uset_serializedContains) | |
#define uset_set U_ICU_ENTRY_POINT_RENAME(uset_set) | |
#define uset_setSerializedToOne U_ICU_ENTRY_POINT_RENAME(uset_setSerializedToOne) | |
#define uset_size U_ICU_ENTRY_POINT_RENAME(uset_size) | |
#define uset_span U_ICU_ENTRY_POINT_RENAME(uset_span) | |
#define uset_spanBack U_ICU_ENTRY_POINT_RENAME(uset_spanBack) | |
#define uset_spanBackUTF8 U_ICU_ENTRY_POINT_RENAME(uset_spanBackUTF8) | |
#define uset_spanUTF8 U_ICU_ENTRY_POINT_RENAME(uset_spanUTF8) | |
#define uset_toPattern U_ICU_ENTRY_POINT_RENAME(uset_toPattern) | |
#define uspoof_areConfusable U_ICU_ENTRY_POINT_RENAME(uspoof_areConfusable) | |
#define uspoof_areConfusableUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_areConfusableUTF8) | |
#define uspoof_areConfusableUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_areConfusableUnicodeString) | |
#define uspoof_check U_ICU_ENTRY_POINT_RENAME(uspoof_check) | |
#define uspoof_check2 U_ICU_ENTRY_POINT_RENAME(uspoof_check2) | |
#define uspoof_check2UTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_check2UTF8) | |
#define uspoof_check2UnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_check2UnicodeString) | |
#define uspoof_checkUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_checkUTF8) | |
#define uspoof_checkUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_checkUnicodeString) | |
#define uspoof_clone U_ICU_ENTRY_POINT_RENAME(uspoof_clone) | |
#define uspoof_close U_ICU_ENTRY_POINT_RENAME(uspoof_close) | |
#define uspoof_closeCheckResult U_ICU_ENTRY_POINT_RENAME(uspoof_closeCheckResult) | |
#define uspoof_getAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedChars) | |
#define uspoof_getAllowedLocales U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedLocales) | |
#define uspoof_getAllowedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getAllowedUnicodeSet) | |
#define uspoof_getCheckResultChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultChecks) | |
#define uspoof_getCheckResultNumerics U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultNumerics) | |
#define uspoof_getCheckResultRestrictionLevel U_ICU_ENTRY_POINT_RENAME(uspoof_getCheckResultRestrictionLevel) | |
#define uspoof_getChecks U_ICU_ENTRY_POINT_RENAME(uspoof_getChecks) | |
#define uspoof_getInclusionSet U_ICU_ENTRY_POINT_RENAME(uspoof_getInclusionSet) | |
#define uspoof_getInclusionUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getInclusionUnicodeSet) | |
#define uspoof_getRecommendedSet U_ICU_ENTRY_POINT_RENAME(uspoof_getRecommendedSet) | |
#define uspoof_getRecommendedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_getRecommendedUnicodeSet) | |
#define uspoof_getRestrictionLevel U_ICU_ENTRY_POINT_RENAME(uspoof_getRestrictionLevel) | |
#define uspoof_getSkeleton U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeleton) | |
#define uspoof_getSkeletonUTF8 U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUTF8) | |
#define uspoof_getSkeletonUnicodeString U_ICU_ENTRY_POINT_RENAME(uspoof_getSkeletonUnicodeString) | |
#define uspoof_internalInitStatics U_ICU_ENTRY_POINT_RENAME(uspoof_internalInitStatics) | |
#define uspoof_open U_ICU_ENTRY_POINT_RENAME(uspoof_open) | |
#define uspoof_openCheckResult U_ICU_ENTRY_POINT_RENAME(uspoof_openCheckResult) | |
#define uspoof_openFromSerialized U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSerialized) | |
#define uspoof_openFromSource U_ICU_ENTRY_POINT_RENAME(uspoof_openFromSource) | |
#define uspoof_serialize U_ICU_ENTRY_POINT_RENAME(uspoof_serialize) | |
#define uspoof_setAllowedChars U_ICU_ENTRY_POINT_RENAME(uspoof_setAllowedChars) | |
#define uspoof_setAllowedLocales U_ICU_ENTRY_POINT_RENAME(uspoof_setAllowedLocales) | |
#define uspoof_setAllowedUnicodeSet U_ICU_ENTRY_POINT_RENAME(uspoof_setAllowedUnicodeSet) | |
#define uspoof_setChecks U_ICU_ENTRY_POINT_RENAME(uspoof_setChecks) | |
#define uspoof_setRestrictionLevel U_ICU_ENTRY_POINT_RENAME(uspoof_setRestrictionLevel) | |
#define uspoof_swap U_ICU_ENTRY_POINT_RENAME(uspoof_swap) | |
#define usprep_close U_ICU_ENTRY_POINT_RENAME(usprep_close) | |
#define usprep_open U_ICU_ENTRY_POINT_RENAME(usprep_open) | |
#define usprep_openByType U_ICU_ENTRY_POINT_RENAME(usprep_openByType) | |
#define usprep_prepare U_ICU_ENTRY_POINT_RENAME(usprep_prepare) | |
#define usprep_swap U_ICU_ENTRY_POINT_RENAME(usprep_swap) | |
#define ustr_hashCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashCharsN) | |
#define ustr_hashICharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashICharsN) | |
#define ustr_hashUCharsN U_ICU_ENTRY_POINT_RENAME(ustr_hashUCharsN) | |
#define ustrcase_getCaseLocale U_ICU_ENTRY_POINT_RENAME(ustrcase_getCaseLocale) | |
#define ustrcase_getTitleBreakIterator U_ICU_ENTRY_POINT_RENAME(ustrcase_getTitleBreakIterator) | |
#define ustrcase_internalFold U_ICU_ENTRY_POINT_RENAME(ustrcase_internalFold) | |
#define ustrcase_internalToLower U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToLower) | |
#define ustrcase_internalToTitle U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToTitle) | |
#define ustrcase_internalToUpper U_ICU_ENTRY_POINT_RENAME(ustrcase_internalToUpper) | |
#define ustrcase_map U_ICU_ENTRY_POINT_RENAME(ustrcase_map) | |
#define ustrcase_mapWithOverlap U_ICU_ENTRY_POINT_RENAME(ustrcase_mapWithOverlap) | |
#define utext_char32At U_ICU_ENTRY_POINT_RENAME(utext_char32At) | |
#define utext_clone U_ICU_ENTRY_POINT_RENAME(utext_clone) | |
#define utext_close U_ICU_ENTRY_POINT_RENAME(utext_close) | |
#define utext_copy U_ICU_ENTRY_POINT_RENAME(utext_copy) | |
#define utext_current32 U_ICU_ENTRY_POINT_RENAME(utext_current32) | |
#define utext_equals U_ICU_ENTRY_POINT_RENAME(utext_equals) | |
#define utext_extract U_ICU_ENTRY_POINT_RENAME(utext_extract) | |
#define utext_freeze U_ICU_ENTRY_POINT_RENAME(utext_freeze) | |
#define utext_getNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_getNativeIndex) | |
#define utext_getPreviousNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_getPreviousNativeIndex) | |
#define utext_hasMetaData U_ICU_ENTRY_POINT_RENAME(utext_hasMetaData) | |
#define utext_isLengthExpensive U_ICU_ENTRY_POINT_RENAME(utext_isLengthExpensive) | |
#define utext_isWritable U_ICU_ENTRY_POINT_RENAME(utext_isWritable) | |
#define utext_moveIndex32 U_ICU_ENTRY_POINT_RENAME(utext_moveIndex32) | |
#define utext_nativeLength U_ICU_ENTRY_POINT_RENAME(utext_nativeLength) | |
#define utext_next32 U_ICU_ENTRY_POINT_RENAME(utext_next32) | |
#define utext_next32From U_ICU_ENTRY_POINT_RENAME(utext_next32From) | |
#define utext_openCharacterIterator U_ICU_ENTRY_POINT_RENAME(utext_openCharacterIterator) | |
#define utext_openConstUnicodeString U_ICU_ENTRY_POINT_RENAME(utext_openConstUnicodeString) | |
#define utext_openReplaceable U_ICU_ENTRY_POINT_RENAME(utext_openReplaceable) | |
#define utext_openUChars U_ICU_ENTRY_POINT_RENAME(utext_openUChars) | |
#define utext_openUTF8 U_ICU_ENTRY_POINT_RENAME(utext_openUTF8) | |
#define utext_openUnicodeString U_ICU_ENTRY_POINT_RENAME(utext_openUnicodeString) | |
#define utext_previous32 U_ICU_ENTRY_POINT_RENAME(utext_previous32) | |
#define utext_previous32From U_ICU_ENTRY_POINT_RENAME(utext_previous32From) | |
#define utext_replace U_ICU_ENTRY_POINT_RENAME(utext_replace) | |
#define utext_setNativeIndex U_ICU_ENTRY_POINT_RENAME(utext_setNativeIndex) | |
#define utext_setup U_ICU_ENTRY_POINT_RENAME(utext_setup) | |
#define utf8_appendCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_appendCharSafeBody) | |
#define utf8_back1SafeBody U_ICU_ENTRY_POINT_RENAME(utf8_back1SafeBody) | |
#define utf8_countTrailBytes U_ICU_ENTRY_POINT_RENAME(utf8_countTrailBytes) | |
#define utf8_nextCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_nextCharSafeBody) | |
#define utf8_prevCharSafeBody U_ICU_ENTRY_POINT_RENAME(utf8_prevCharSafeBody) | |
#define utmscale_fromInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_fromInt64) | |
#define utmscale_getTimeScaleValue U_ICU_ENTRY_POINT_RENAME(utmscale_getTimeScaleValue) | |
#define utmscale_toInt64 U_ICU_ENTRY_POINT_RENAME(utmscale_toInt64) | |
#define utrace_cleanup U_ICU_ENTRY_POINT_RENAME(utrace_cleanup) | |
#define utrace_data U_ICU_ENTRY_POINT_RENAME(utrace_data) | |
#define utrace_entry U_ICU_ENTRY_POINT_RENAME(utrace_entry) | |
#define utrace_exit U_ICU_ENTRY_POINT_RENAME(utrace_exit) | |
#define utrace_format U_ICU_ENTRY_POINT_RENAME(utrace_format) | |
#define utrace_functionName U_ICU_ENTRY_POINT_RENAME(utrace_functionName) | |
#define utrace_getFunctions U_ICU_ENTRY_POINT_RENAME(utrace_getFunctions) | |
#define utrace_getLevel U_ICU_ENTRY_POINT_RENAME(utrace_getLevel) | |
#define utrace_setFunctions U_ICU_ENTRY_POINT_RENAME(utrace_setFunctions) | |
#define utrace_setLevel U_ICU_ENTRY_POINT_RENAME(utrace_setLevel) | |
#define utrace_vformat U_ICU_ENTRY_POINT_RENAME(utrace_vformat) | |
#define utrans_clone U_ICU_ENTRY_POINT_RENAME(utrans_clone) | |
#define utrans_close U_ICU_ENTRY_POINT_RENAME(utrans_close) | |
#define utrans_countAvailableIDs U_ICU_ENTRY_POINT_RENAME(utrans_countAvailableIDs) | |
#define utrans_getAvailableID U_ICU_ENTRY_POINT_RENAME(utrans_getAvailableID) | |
#define utrans_getID U_ICU_ENTRY_POINT_RENAME(utrans_getID) | |
#define utrans_getSourceSet U_ICU_ENTRY_POINT_RENAME(utrans_getSourceSet) | |
#define utrans_getUnicodeID U_ICU_ENTRY_POINT_RENAME(utrans_getUnicodeID) | |
#define utrans_open U_ICU_ENTRY_POINT_RENAME(utrans_open) | |
#define utrans_openIDs U_ICU_ENTRY_POINT_RENAME(utrans_openIDs) | |
#define utrans_openInverse U_ICU_ENTRY_POINT_RENAME(utrans_openInverse) | |
#define utrans_openU U_ICU_ENTRY_POINT_RENAME(utrans_openU) | |
#define utrans_register U_ICU_ENTRY_POINT_RENAME(utrans_register) | |
#define utrans_rep_caseContextIterator U_ICU_ENTRY_POINT_RENAME(utrans_rep_caseContextIterator) | |
#define utrans_setFilter U_ICU_ENTRY_POINT_RENAME(utrans_setFilter) | |
#define utrans_stripRules U_ICU_ENTRY_POINT_RENAME(utrans_stripRules) | |
#define utrans_toRules U_ICU_ENTRY_POINT_RENAME(utrans_toRules) | |
#define utrans_trans U_ICU_ENTRY_POINT_RENAME(utrans_trans) | |
#define utrans_transIncremental U_ICU_ENTRY_POINT_RENAME(utrans_transIncremental) | |
#define utrans_transIncrementalUChars U_ICU_ENTRY_POINT_RENAME(utrans_transIncrementalUChars) | |
#define utrans_transUChars U_ICU_ENTRY_POINT_RENAME(utrans_transUChars) | |
#define utrans_transliterator_cleanup U_ICU_ENTRY_POINT_RENAME(utrans_transliterator_cleanup) | |
#define utrans_unregister U_ICU_ENTRY_POINT_RENAME(utrans_unregister) | |
#define utrans_unregisterID U_ICU_ENTRY_POINT_RENAME(utrans_unregisterID) | |
#define utrie2_clone U_ICU_ENTRY_POINT_RENAME(utrie2_clone) | |
#define utrie2_cloneAsThawed U_ICU_ENTRY_POINT_RENAME(utrie2_cloneAsThawed) | |
#define utrie2_close U_ICU_ENTRY_POINT_RENAME(utrie2_close) | |
#define utrie2_enum U_ICU_ENTRY_POINT_RENAME(utrie2_enum) | |
#define utrie2_enumForLeadSurrogate U_ICU_ENTRY_POINT_RENAME(utrie2_enumForLeadSurrogate) | |
#define utrie2_freeze U_ICU_ENTRY_POINT_RENAME(utrie2_freeze) | |
#define utrie2_fromUTrie U_ICU_ENTRY_POINT_RENAME(utrie2_fromUTrie) | |
#define utrie2_get32 U_ICU_ENTRY_POINT_RENAME(utrie2_get32) | |
#define utrie2_get32FromLeadSurrogateCodeUnit U_ICU_ENTRY_POINT_RENAME(utrie2_get32FromLeadSurrogateCodeUnit) | |
#define utrie2_getVersion U_ICU_ENTRY_POINT_RENAME(utrie2_getVersion) | |
#define utrie2_internalU8NextIndex U_ICU_ENTRY_POINT_RENAME(utrie2_internalU8NextIndex) | |
#define utrie2_internalU8PrevIndex U_ICU_ENTRY_POINT_RENAME(utrie2_internalU8PrevIndex) | |
#define utrie2_isFrozen U_ICU_ENTRY_POINT_RENAME(utrie2_isFrozen) | |
#define utrie2_open U_ICU_ENTRY_POINT_RENAME(utrie2_open) | |
#define utrie2_openDummy U_ICU_ENTRY_POINT_RENAME(utrie2_openDummy) | |
#define utrie2_openFromSerialized U_ICU_ENTRY_POINT_RENAME(utrie2_openFromSerialized) | |
#define utrie2_serialize U_ICU_ENTRY_POINT_RENAME(utrie2_serialize) | |
#define utrie2_set32 U_ICU_ENTRY_POINT_RENAME(utrie2_set32) | |
#define utrie2_set32ForLeadSurrogateCodeUnit U_ICU_ENTRY_POINT_RENAME(utrie2_set32ForLeadSurrogateCodeUnit) | |
#define utrie2_setRange32 U_ICU_ENTRY_POINT_RENAME(utrie2_setRange32) | |
#define utrie2_swap U_ICU_ENTRY_POINT_RENAME(utrie2_swap) | |
#define utrie2_swapAnyVersion U_ICU_ENTRY_POINT_RENAME(utrie2_swapAnyVersion) | |
#define utrie_clone U_ICU_ENTRY_POINT_RENAME(utrie_clone) | |
#define utrie_close U_ICU_ENTRY_POINT_RENAME(utrie_close) | |
#define utrie_defaultGetFoldingOffset U_ICU_ENTRY_POINT_RENAME(utrie_defaultGetFoldingOffset) | |
#define utrie_enum U_ICU_ENTRY_POINT_RENAME(utrie_enum) | |
#define utrie_get32 U_ICU_ENTRY_POINT_RENAME(utrie_get32) | |
#define utrie_getData U_ICU_ENTRY_POINT_RENAME(utrie_getData) | |
#define utrie_open U_ICU_ENTRY_POINT_RENAME(utrie_open) | |
#define utrie_serialize U_ICU_ENTRY_POINT_RENAME(utrie_serialize) | |
#define utrie_set32 U_ICU_ENTRY_POINT_RENAME(utrie_set32) | |
#define utrie_setRange32 U_ICU_ENTRY_POINT_RENAME(utrie_setRange32) | |
#define utrie_swap U_ICU_ENTRY_POINT_RENAME(utrie_swap) | |
#define utrie_unserialize U_ICU_ENTRY_POINT_RENAME(utrie_unserialize) | |
#define utrie_unserializeDummy U_ICU_ENTRY_POINT_RENAME(utrie_unserializeDummy) | |
#define vzone_clone U_ICU_ENTRY_POINT_RENAME(vzone_clone) | |
#define vzone_close U_ICU_ENTRY_POINT_RENAME(vzone_close) | |
#define vzone_countTransitionRules U_ICU_ENTRY_POINT_RENAME(vzone_countTransitionRules) | |
#define vzone_equals U_ICU_ENTRY_POINT_RENAME(vzone_equals) | |
#define vzone_getDynamicClassID U_ICU_ENTRY_POINT_RENAME(vzone_getDynamicClassID) | |
#define vzone_getLastModified U_ICU_ENTRY_POINT_RENAME(vzone_getLastModified) | |
#define vzone_getNextTransition U_ICU_ENTRY_POINT_RENAME(vzone_getNextTransition) | |
#define vzone_getOffset U_ICU_ENTRY_POINT_RENAME(vzone_getOffset) | |
#define vzone_getOffset2 U_ICU_ENTRY_POINT_RENAME(vzone_getOffset2) | |
#define vzone_getOffset3 U_ICU_ENTRY_POINT_RENAME(vzone_getOffset3) | |
#define vzone_getPreviousTransition U_ICU_ENTRY_POINT_RENAME(vzone_getPreviousTransition) | |
#define vzone_getRawOffset U_ICU_ENTRY_POINT_RENAME(vzone_getRawOffset) | |
#define vzone_getStaticClassID U_ICU_ENTRY_POINT_RENAME(vzone_getStaticClassID) | |
#define vzone_getTZURL U_ICU_ENTRY_POINT_RENAME(vzone_getTZURL) | |
#define vzone_hasSameRules U_ICU_ENTRY_POINT_RENAME(vzone_hasSameRules) | |
#define vzone_inDaylightTime U_ICU_ENTRY_POINT_RENAME(vzone_inDaylightTime) | |
#define vzone_openData U_ICU_ENTRY_POINT_RENAME(vzone_openData) | |
#define vzone_openID U_ICU_ENTRY_POINT_RENAME(vzone_openID) | |
#define vzone_setLastModified U_ICU_ENTRY_POINT_RENAME(vzone_setLastModified) | |
#define vzone_setRawOffset U_ICU_ENTRY_POINT_RENAME(vzone_setRawOffset) | |
#define vzone_setTZURL U_ICU_ENTRY_POINT_RENAME(vzone_setTZURL) | |
#define vzone_useDaylightTime U_ICU_ENTRY_POINT_RENAME(vzone_useDaylightTime) | |
#define vzone_write U_ICU_ENTRY_POINT_RENAME(vzone_write) | |
#define vzone_writeFromStart U_ICU_ENTRY_POINT_RENAME(vzone_writeFromStart) | |
#define vzone_writeSimple U_ICU_ENTRY_POINT_RENAME(vzone_writeSimple) | |
#define zrule_close U_ICU_ENTRY_POINT_RENAME(zrule_close) | |
#define zrule_equals U_ICU_ENTRY_POINT_RENAME(zrule_equals) | |
#define zrule_getDSTSavings U_ICU_ENTRY_POINT_RENAME(zrule_getDSTSavings) | |
#define zrule_getName U_ICU_ENTRY_POINT_RENAME(zrule_getName) | |
#define zrule_getRawOffset U_ICU_ENTRY_POINT_RENAME(zrule_getRawOffset) | |
#define zrule_isEquivalentTo U_ICU_ENTRY_POINT_RENAME(zrule_isEquivalentTo) | |
#define ztrans_adoptFrom U_ICU_ENTRY_POINT_RENAME(ztrans_adoptFrom) | |
#define ztrans_adoptTo U_ICU_ENTRY_POINT_RENAME(ztrans_adoptTo) | |
#define ztrans_clone U_ICU_ENTRY_POINT_RENAME(ztrans_clone) | |
#define ztrans_close U_ICU_ENTRY_POINT_RENAME(ztrans_close) | |
#define ztrans_equals U_ICU_ENTRY_POINT_RENAME(ztrans_equals) | |
#define ztrans_getDynamicClassID U_ICU_ENTRY_POINT_RENAME(ztrans_getDynamicClassID) | |
#define ztrans_getFrom U_ICU_ENTRY_POINT_RENAME(ztrans_getFrom) | |
#define ztrans_getStaticClassID U_ICU_ENTRY_POINT_RENAME(ztrans_getStaticClassID) | |
#define ztrans_getTime U_ICU_ENTRY_POINT_RENAME(ztrans_getTime) | |
#define ztrans_getTo U_ICU_ENTRY_POINT_RENAME(ztrans_getTo) | |
#define ztrans_open U_ICU_ENTRY_POINT_RENAME(ztrans_open) | |
#define ztrans_openEmpty U_ICU_ENTRY_POINT_RENAME(ztrans_openEmpty) | |
#define ztrans_setFrom U_ICU_ENTRY_POINT_RENAME(ztrans_setFrom) | |
#define ztrans_setTime U_ICU_ENTRY_POINT_RENAME(ztrans_setTime) | |
#define ztrans_setTo U_ICU_ENTRY_POINT_RENAME(ztrans_setTo) | |
# 423 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/umachine.h" 2 | |
# 39 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" 1 | |
# 28 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
#define UVERSION_H | |
# 38 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
#define U_COPYRIGHT_STRING_LENGTH 128 | |
#define U_MAX_VERSION_LENGTH 4 | |
#define U_VERSION_DELIMITER '.' | |
#define U_MAX_VERSION_STRING_LENGTH 20 | |
typedef uint8_t UVersionInfo[4]; | |
# 137 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
#define U_NAMESPACE_BEGIN | |
#define U_NAMESPACE_END | |
#define U_NAMESPACE_USE | |
#define U_NAMESPACE_QUALIFIER | |
# 158 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
extern __attribute__((visibility("default"))) void | |
u_versionFromString_61_swift(UVersionInfo versionArray, const char *versionString); | |
# 172 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
extern __attribute__((visibility("default"))) void | |
u_versionFromUString_61_swift(UVersionInfo versionArray, const UChar *versionString); | |
# 188 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
extern __attribute__((visibility("default"))) void | |
u_versionToString_61_swift(const UVersionInfo versionArray, char *versionString); | |
# 199 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uversion.h" | |
extern __attribute__((visibility("default"))) void | |
u_getVersion_61_swift(UVersionInfo versionArray); | |
# 40 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/float.h" 1 3 | |
# 25 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/float.h" 3 | |
#define __CLANG_FLOAT_H | |
# 96 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/llvm-linux-x86_64/lib/clang/7.0.0/include/float.h" 3 | |
#define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ | |
#define FLT_ROUNDS (__builtin_flt_rounds()) | |
#define FLT_RADIX __FLT_RADIX__ | |
#define FLT_MANT_DIG __FLT_MANT_DIG__ | |
#define DBL_MANT_DIG __DBL_MANT_DIG__ | |
#define LDBL_MANT_DIG __LDBL_MANT_DIG__ | |
#define DECIMAL_DIG __DECIMAL_DIG__ | |
#define FLT_DIG __FLT_DIG__ | |
#define DBL_DIG __DBL_DIG__ | |
#define LDBL_DIG __LDBL_DIG__ | |
#define FLT_MIN_EXP __FLT_MIN_EXP__ | |
#define DBL_MIN_EXP __DBL_MIN_EXP__ | |
#define LDBL_MIN_EXP __LDBL_MIN_EXP__ | |
#define FLT_MIN_10_EXP __FLT_MIN_10_EXP__ | |
#define DBL_MIN_10_EXP __DBL_MIN_10_EXP__ | |
#define LDBL_MIN_10_EXP __LDBL_MIN_10_EXP__ | |
#define FLT_MAX_EXP __FLT_MAX_EXP__ | |
#define DBL_MAX_EXP __DBL_MAX_EXP__ | |
#define LDBL_MAX_EXP __LDBL_MAX_EXP__ | |
#define FLT_MAX_10_EXP __FLT_MAX_10_EXP__ | |
#define DBL_MAX_10_EXP __DBL_MAX_10_EXP__ | |
#define LDBL_MAX_10_EXP __LDBL_MAX_10_EXP__ | |
#define FLT_MAX __FLT_MAX__ | |
#define DBL_MAX __DBL_MAX__ | |
#define LDBL_MAX __LDBL_MAX__ | |
#define FLT_EPSILON __FLT_EPSILON__ | |
#define DBL_EPSILON __DBL_EPSILON__ | |
#define LDBL_EPSILON __LDBL_EPSILON__ | |
#define FLT_MIN __FLT_MIN__ | |
#define DBL_MIN __DBL_MIN__ | |
#define LDBL_MIN __LDBL_MIN__ | |
#define FLT_TRUE_MIN __FLT_DENORM_MIN__ | |
#define DBL_TRUE_MIN __DBL_DENORM_MIN__ | |
#define LDBL_TRUE_MIN __LDBL_DENORM_MIN__ | |
#define FLT_DECIMAL_DIG __FLT_DECIMAL_DIG__ | |
#define DBL_DECIMAL_DIG __DBL_DECIMAL_DIG__ | |
#define LDBL_DECIMAL_DIG __LDBL_DECIMAL_DIG__ | |
#define FLT_HAS_SUBNORM __FLT_HAS_DENORM__ | |
#define DBL_HAS_SUBNORM __DBL_HAS_DENORM__ | |
#define LDBL_HAS_SUBNORM __LDBL_HAS_DENORM__ | |
# 42 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" 1 | |
# 117 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" | |
#define __UTF_H__ | |
# 130 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" | |
#define U_IS_UNICODE_NONCHAR(c) ((c)>=0xfdd0 && ((c)<=0xfdef || ((c)&0xfffe)==0xfffe) && (c)<=0x10ffff) | |
# 151 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" | |
#define U_IS_UNICODE_CHAR(c) ((uint32_t)(c)<0xd800 || (0xdfff<(c) && (c)<=0x10ffff && !U_IS_UNICODE_NONCHAR(c))) | |
# 161 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" | |
#define U_IS_BMP(c) ((uint32_t)(c)<=0xffff) | |
#define U_IS_SUPPLEMENTARY(c) ((uint32_t)((c)-0x10000)<=0xfffff) | |
#define U_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) | |
#define U_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) | |
#define U_IS_SURROGATE(c) (((c)&0xfffff800)==0xd800) | |
# 202 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" | |
#define U_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) | |
# 211 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" | |
#define U_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" 1 | |
# 35 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define __UTF8_H__ | |
# 55 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_COUNT_TRAIL_BYTES(leadByte) (U8_IS_LEAD(leadByte) ? ((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)+1 : 0) | |
# 70 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_COUNT_TRAIL_BYTES_UNSAFE(leadByte) (((uint8_t)(leadByte)>=0xc2)+((uint8_t)(leadByte)>=0xe0)+((uint8_t)(leadByte)>=0xf0)) | |
# 80 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_MASK_LEAD_BYTE(leadByte,countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) | |
# 90 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_LEAD3_T1_BITS "\x20\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x30\x10\x30\x30" | |
#define U8_IS_VALID_LEAD3_AND_T1(lead,t1) (U8_LEAD3_T1_BITS[(lead)&0xf]&(1<<((uint8_t)(t1)>>5))) | |
# 107 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_LEAD4_T1_BITS "\x00\x00\x00\x00\x00\x00\x00\x00\x1E\x0F\x0F\x0F\x00\x00\x00\x00" | |
#define U8_IS_VALID_LEAD4_AND_T1(lead,t1) (U8_LEAD4_T1_BITS[(uint8_t)(t1)>>4]&(1<<((lead)&7))) | |
# 125 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
extern __attribute__((visibility("default"))) UChar32 | |
utf8_nextCharSafeBody_61_swift(const uint8_t *s, int32_t *pi, int32_t length, UChar32 c, UBool strict); | |
# 137 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
extern __attribute__((visibility("default"))) int32_t | |
utf8_appendCharSafeBody_61_swift(uint8_t *s, int32_t i, int32_t length, UChar32 c, UBool *pIsError); | |
# 149 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
extern __attribute__((visibility("default"))) UChar32 | |
utf8_prevCharSafeBody_61_swift(const uint8_t *s, int32_t start, int32_t *pi, UChar32 c, UBool strict); | |
# 161 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
extern __attribute__((visibility("default"))) int32_t | |
utf8_back1SafeBody_61_swift(const uint8_t *s, int32_t start, int32_t i); | |
# 172 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_IS_SINGLE(c) (((c)&0x80)==0) | |
#define U8_IS_LEAD(c) ((uint8_t)((c)-0xc2)<=0x32) | |
# 189 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_IS_TRAIL(c) ((int8_t)(c)<-0x40) | |
# 198 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_LENGTH(c) ((uint32_t)(c)<=0x7f ? 1 : ((uint32_t)(c)<=0x7ff ? 2 : ((uint32_t)(c)<=0xd7ff ? 3 : ((uint32_t)(c)<=0xdfff || (uint32_t)(c)>0x10ffff ? 0 : ((uint32_t)(c)<=0xffff ? 3 : 4) ) ) ) ) | |
# 214 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_MAX_LENGTH 4 | |
# 232 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_GET_UNSAFE(s,i,c) { int32_t _u8_get_unsafe_index=(int32_t)(i); U8_SET_CP_START_UNSAFE(s, _u8_get_unsafe_index); U8_NEXT_UNSAFE(s, _u8_get_unsafe_index, c); } | |
# 259 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_GET(s,start,i,length,c) { int32_t _u8_get_index=(i); U8_SET_CP_START(s, start, _u8_get_index); U8_NEXT(s, _u8_get_index, length, c); } | |
# 290 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_GET_OR_FFFD(s,start,i,length,c) { int32_t _u8_get_index=(i); U8_SET_CP_START(s, start, _u8_get_index); U8_NEXT_OR_FFFD(s, _u8_get_index, length, c); } | |
# 315 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_NEXT_UNSAFE(s,i,c) { (c)=(uint8_t)(s)[(i)++]; if(!U8_IS_SINGLE(c)) { if((c)<0xe0) { (c)=(((c)&0x1f)<<6)|((s)[(i)++]&0x3f); } else if((c)<0xf0) { (c)=(UChar)(((c)<<12)|(((s)[i]&0x3f)<<6)|((s)[(i)+1]&0x3f)); (i)+=2; } else { (c)=(((c)&7)<<18)|(((s)[i]&0x3f)<<12)|(((s)[(i)+1]&0x3f)<<6)|((s)[(i)+2]&0x3f); (i)+=3; } } } | |
# 351 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_NEXT(s,i,length,c) U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, U_SENTINEL) | |
# 377 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_NEXT_OR_FFFD(s,i,length,c) U8_INTERNAL_NEXT_OR_SUB(s, i, length, c, 0xfffd) | |
#define U8_INTERNAL_NEXT_OR_SUB(s,i,length,c,sub) { (c)=(uint8_t)(s)[(i)++]; if(!U8_IS_SINGLE(c)) { uint8_t __t = 0; if((i)!=(length) && ((c)>=0xe0 ? ((c)<0xf0 ? U8_LEAD3_T1_BITS[(c)&=0xf]&(1<<((__t=(s)[i])>>5)) && (__t&=0x3f, 1) : ((c)-=0xf0)<=4 && U8_LEAD4_T1_BITS[(__t=(s)[i])>>4]&(1<<(c)) && ((c)=((c)<<6)|(__t&0x3f), ++(i)!=(length)) && (__t=(s)[i]-0x80)<=0x3f) && ((c)=((c)<<6)|__t, ++(i)!=(length)) : (c)>=0xc2 && ((c)&=0x1f, 1)) && (__t=(s)[i]-0x80)<=0x3f && ((c)=((c)<<6)|__t, ++(i), 1)) { } else { (c)=(sub); } } } | |
# 421 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_APPEND_UNSAFE(s,i,c) { uint32_t __uc=(c); if(__uc<=0x7f) { (s)[(i)++]=(uint8_t)__uc; } else { if(__uc<=0x7ff) { (s)[(i)++]=(uint8_t)((__uc>>6)|0xc0); } else { if(__uc<=0xffff) { (s)[(i)++]=(uint8_t)((__uc>>12)|0xe0); } else { (s)[(i)++]=(uint8_t)((__uc>>18)|0xf0); (s)[(i)++]=(uint8_t)(((__uc>>12)&0x3f)|0x80); } (s)[(i)++]=(uint8_t)(((__uc>>6)&0x3f)|0x80); } (s)[(i)++]=(uint8_t)((__uc&0x3f)|0x80); } } | |
# 458 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_APPEND(s,i,capacity,c,isError) { uint32_t __uc=(c); if(__uc<=0x7f) { (s)[(i)++]=(uint8_t)__uc; } else if(__uc<=0x7ff && (i)+1<(capacity)) { (s)[(i)++]=(uint8_t)((__uc>>6)|0xc0); (s)[(i)++]=(uint8_t)((__uc&0x3f)|0x80); } else if((__uc<=0xd7ff || (0xe000<=__uc && __uc<=0xffff)) && (i)+2<(capacity)) { (s)[(i)++]=(uint8_t)((__uc>>12)|0xe0); (s)[(i)++]=(uint8_t)(((__uc>>6)&0x3f)|0x80); (s)[(i)++]=(uint8_t)((__uc&0x3f)|0x80); } else if(0xffff<__uc && __uc<=0x10ffff && (i)+3<(capacity)) { (s)[(i)++]=(uint8_t)((__uc>>18)|0xf0); (s)[(i)++]=(uint8_t)(((__uc>>12)&0x3f)|0x80); (s)[(i)++]=(uint8_t)(((__uc>>6)&0x3f)|0x80); (s)[(i)++]=(uint8_t)((__uc&0x3f)|0x80); } else { (isError)=TRUE; } } | |
# 489 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_FWD_1_UNSAFE(s,i) { (i)+=1+U8_COUNT_TRAIL_BYTES_UNSAFE((s)[i]); } | |
# 506 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_FWD_1(s,i,length) { uint8_t __b=(s)[(i)++]; if(U8_IS_LEAD(__b) && (i)!=(length)) { uint8_t __t1=(s)[i]; if((0xe0<=__b && __b<0xf0)) { if(U8_IS_VALID_LEAD3_AND_T1(__b, __t1) && ++(i)!=(length) && U8_IS_TRAIL((s)[i])) { ++(i); } } else if(__b<0xe0) { if(U8_IS_TRAIL(__t1)) { ++(i); } } else { if(U8_IS_VALID_LEAD4_AND_T1(__b, __t1) && ++(i)!=(length) && U8_IS_TRAIL((s)[i]) && ++(i)!=(length) && U8_IS_TRAIL((s)[i])) { ++(i); } } } } | |
# 541 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_FWD_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { U8_FWD_1_UNSAFE(s, i); --__N; } } | |
# 564 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_FWD_N(s,i,length,n) { int32_t __N=(n); while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { U8_FWD_1(s, i, length); --__N; } } | |
# 585 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_SET_CP_START_UNSAFE(s,i) { while(U8_IS_TRAIL((s)[i])) { --(i); } } | |
# 606 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_SET_CP_START(s,start,i) { if(U8_IS_TRAIL((s)[(i)])) { (i)=utf8_back1SafeBody(s, start, (i)); } } | |
# 639 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_TRUNCATE_IF_INCOMPLETE(s,start,length) if((length)>(start)) { uint8_t __b1=s[(length)-1]; if(U8_IS_SINGLE(__b1)) { } else if(U8_IS_LEAD(__b1)) { --(length); } else if(U8_IS_TRAIL(__b1) && ((length)-2)>=(start)) { uint8_t __b2=s[(length)-2]; if(0xe0<=__b2 && __b2<=0xf4) { if(__b2<0xf0 ? U8_IS_VALID_LEAD3_AND_T1(__b2, __b1) : U8_IS_VALID_LEAD4_AND_T1(__b2, __b1)) { (length)-=2; } } else if(U8_IS_TRAIL(__b2) && ((length)-3)>=(start)) { uint8_t __b3=s[(length)-3]; if(0xf0<=__b3 && __b3<=0xf4 && U8_IS_VALID_LEAD4_AND_T1(__b3, __b2)) { (length)-=3; } } } } | |
# 684 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_PREV_UNSAFE(s,i,c) { (c)=(uint8_t)(s)[--(i)]; if(U8_IS_TRAIL(c)) { uint8_t __b, __count=1, __shift=6; (c)&=0x3f; for(;;) { __b=(s)[--(i)]; if(__b>=0xc0) { U8_MASK_LEAD_BYTE(__b, __count); (c)|=(UChar32)__b<<__shift; break; } else { (c)|=(UChar32)(__b&0x3f)<<__shift; ++__count; __shift+=6; } } } } | |
# 726 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_PREV(s,start,i,c) { (c)=(uint8_t)(s)[--(i)]; if(!U8_IS_SINGLE(c)) { (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -1); } } | |
# 757 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_PREV_OR_FFFD(s,start,i,c) { (c)=(uint8_t)(s)[--(i)]; if(!U8_IS_SINGLE(c)) { (c)=utf8_prevCharSafeBody((const uint8_t *)s, start, &(i), c, -3); } } | |
# 775 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_BACK_1_UNSAFE(s,i) { while(U8_IS_TRAIL((s)[--(i)])) {} } | |
# 791 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_BACK_1(s,start,i) { if(U8_IS_TRAIL((s)[--(i)])) { (i)=utf8_back1SafeBody(s, start, (i)); } } | |
# 810 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_BACK_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { U8_BACK_1_UNSAFE(s, i); --__N; } } | |
# 832 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_BACK_N(s,start,i,n) { int32_t __N=(n); while(__N>0 && (i)>(start)) { U8_BACK_1(s, start, i); --__N; } } | |
# 853 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_SET_CP_LIMIT_UNSAFE(s,i) { U8_BACK_1_UNSAFE(s, i); U8_FWD_1_UNSAFE(s, i); } | |
# 875 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf8.h" | |
#define U8_SET_CP_LIMIT(s,start,i,length) { if((start)<(i) && ((i)<(length) || (length)<0)) { U8_BACK_1(s, start, i); U8_FWD_1(s, i, length); } } | |
# 218 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" 1 | |
# 35 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define __UTF16_H__ | |
# 50 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_IS_SINGLE(c) !U_IS_SURROGATE(c) | |
#define U16_IS_LEAD(c) (((c)&0xfffffc00)==0xd800) | |
#define U16_IS_TRAIL(c) (((c)&0xfffffc00)==0xdc00) | |
#define U16_IS_SURROGATE(c) U_IS_SURROGATE(c) | |
# 83 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_IS_SURROGATE_LEAD(c) (((c)&0x400)==0) | |
# 92 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_IS_SURROGATE_TRAIL(c) (((c)&0x400)!=0) | |
#define U16_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) | |
# 111 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_GET_SUPPLEMENTARY(lead,trail) (((UChar32)(lead)<<10UL)+(UChar32)(trail)-U16_SURROGATE_OFFSET) | |
# 122 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_LEAD(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) | |
# 131 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_TRAIL(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) | |
# 140 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) | |
#define U16_MAX_LENGTH 2 | |
# 166 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_GET_UNSAFE(s,i,c) { (c)=(s)[i]; if(U16_IS_SURROGATE(c)) { if(U16_IS_SURROGATE_LEAD(c)) { (c)=U16_GET_SUPPLEMENTARY((c), (s)[(i)+1]); } else { (c)=U16_GET_SUPPLEMENTARY((s)[(i)-1], (c)); } } } | |
# 200 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_GET(s,start,i,length,c) { (c)=(s)[i]; if(U16_IS_SURROGATE(c)) { uint16_t __c2; if(U16_IS_SURROGATE_LEAD(c)) { if((i)+1!=(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { (c)=U16_GET_SUPPLEMENTARY((c), __c2); } } else { if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); } } } } | |
# 241 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_GET_OR_FFFD(s,start,i,length,c) { (c)=(s)[i]; if(U16_IS_SURROGATE(c)) { uint16_t __c2; if(U16_IS_SURROGATE_LEAD(c)) { if((i)+1!=(length) && U16_IS_TRAIL(__c2=(s)[(i)+1])) { (c)=U16_GET_SUPPLEMENTARY((c), __c2); } else { (c)=0xfffd; } } else { if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); } else { (c)=0xfffd; } } } } | |
# 284 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_NEXT_UNSAFE(s,i,c) { (c)=(s)[(i)++]; if(U16_IS_LEAD(c)) { (c)=U16_GET_SUPPLEMENTARY((c), (s)[(i)++]); } } | |
# 312 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_NEXT(s,i,length,c) { (c)=(s)[(i)++]; if(U16_IS_LEAD(c)) { uint16_t __c2; if((i)!=(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { ++(i); (c)=U16_GET_SUPPLEMENTARY((c), __c2); } } } | |
# 346 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_NEXT_OR_FFFD(s,i,length,c) { (c)=(s)[(i)++]; if(U16_IS_SURROGATE(c)) { uint16_t __c2; if(U16_IS_SURROGATE_LEAD(c) && (i)!=(length) && U16_IS_TRAIL(__c2=(s)[(i)])) { ++(i); (c)=U16_GET_SUPPLEMENTARY((c), __c2); } else { (c)=0xfffd; } } } | |
# 374 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_APPEND_UNSAFE(s,i,c) { if((uint32_t)(c)<=0xffff) { (s)[(i)++]=(uint16_t)(c); } else { (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); } } | |
# 400 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_APPEND(s,i,capacity,c,isError) { if((uint32_t)(c)<=0xffff) { (s)[(i)++]=(uint16_t)(c); } else if((uint32_t)(c)<=0x10ffff && (i)+1<(capacity)) { (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); } else { (isError)=TRUE; } } | |
# 421 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_FWD_1_UNSAFE(s,i) { if(U16_IS_LEAD((s)[(i)++])) { ++(i); } } | |
# 440 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_FWD_1(s,i,length) { if(U16_IS_LEAD((s)[(i)++]) && (i)!=(length) && U16_IS_TRAIL((s)[i])) { ++(i); } } | |
# 458 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_FWD_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { U16_FWD_1_UNSAFE(s, i); --__N; } } | |
# 481 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_FWD_N(s,i,length,n) { int32_t __N=(n); while(__N>0 && ((i)<(length) || ((length)<0 && (s)[i]!=0))) { U16_FWD_1(s, i, length); --__N; } } | |
# 502 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_SET_CP_START_UNSAFE(s,i) { if(U16_IS_TRAIL((s)[i])) { --(i); } } | |
# 522 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_SET_CP_START(s,start,i) { if(U16_IS_TRAIL((s)[i]) && (i)>(start) && U16_IS_LEAD((s)[(i)-1])) { --(i); } } | |
# 550 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_PREV_UNSAFE(s,i,c) { (c)=(s)[--(i)]; if(U16_IS_TRAIL(c)) { (c)=U16_GET_SUPPLEMENTARY((s)[--(i)], (c)); } } | |
# 577 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_PREV(s,start,i,c) { (c)=(s)[--(i)]; if(U16_IS_TRAIL(c)) { uint16_t __c2; if((i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { --(i); (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); } } } | |
# 610 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_PREV_OR_FFFD(s,start,i,c) { (c)=(s)[--(i)]; if(U16_IS_SURROGATE(c)) { uint16_t __c2; if(U16_IS_SURROGATE_TRAIL(c) && (i)>(start) && U16_IS_LEAD(__c2=(s)[(i)-1])) { --(i); (c)=U16_GET_SUPPLEMENTARY(__c2, (c)); } else { (c)=0xfffd; } } } | |
# 636 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_BACK_1_UNSAFE(s,i) { if(U16_IS_TRAIL((s)[--(i)])) { --(i); } } | |
# 654 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_BACK_1(s,start,i) { if(U16_IS_TRAIL((s)[--(i)]) && (i)>(start) && U16_IS_LEAD((s)[(i)-1])) { --(i); } } | |
# 673 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_BACK_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { U16_BACK_1_UNSAFE(s, i); --__N; } } | |
# 695 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_BACK_N(s,start,i,n) { int32_t __N=(n); while(__N>0 && (i)>(start)) { U16_BACK_1(s, start, i); --__N; } } | |
# 716 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_SET_CP_LIMIT_UNSAFE(s,i) { if(U16_IS_LEAD((s)[(i)-1])) { ++(i); } } | |
# 739 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf16.h" | |
#define U16_SET_CP_LIMIT(s,start,i,length) { if((start)<(i) && ((i)<(length) || (length)<0) && U16_IS_LEAD((s)[(i)-1]) && U16_IS_TRAIL((s)[i])) { ++(i); } } | |
# 219 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" 1 | |
# 146 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define __UTF_OLD_H__ | |
# 160 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define U_HIDE_OBSOLETE_UTF_OLD_H 0 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" 1 | |
# 166 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" 2 | |
# 183 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_SIZE 16 | |
#define UTF_SAFE | |
#undef UTF_UNSAFE | |
#undef UTF_STRICT | |
# 211 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_ERROR_VALUE_1 0x15 | |
#define UTF8_ERROR_VALUE_2 0x9f | |
#define UTF_ERROR_VALUE 0xffff | |
#define UTF_IS_ERROR(c) (((c)&0xfffe)==0xfffe || (c)==UTF8_ERROR_VALUE_1 || (c)==UTF8_ERROR_VALUE_2) | |
#define UTF_IS_VALID(c) (UTF_IS_UNICODE_CHAR(c) && (c)!=UTF8_ERROR_VALUE_1 && (c)!=UTF8_ERROR_VALUE_2) | |
#define UTF_IS_SURROGATE(uchar) (((uchar)&0xfffff800)==0xd800) | |
#define UTF_IS_UNICODE_NONCHAR(c) ((c)>=0xfdd0 && ((uint32_t)(c)<=0xfdef || ((c)&0xfffe)==0xfffe) && (uint32_t)(c)<=0x10ffff) | |
# 277 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_IS_UNICODE_CHAR(c) ((uint32_t)(c)<0xd800 || ((uint32_t)(c)>0xdfff && (uint32_t)(c)<=0x10ffff && !UTF_IS_UNICODE_NONCHAR(c))) | |
# 301 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
extern const uint8_t utf8_countTrailBytes_61_swift[]; | |
#define UTF8_COUNT_TRAIL_BYTES(leadByte) (utf8_countTrailBytes[(uint8_t)leadByte]) | |
#define UTF8_MASK_LEAD_BYTE(leadByte,countTrailBytes) ((leadByte)&=(1<<(6-(countTrailBytes)))-1) | |
#define UTF8_IS_SINGLE(uchar) (((uchar)&0x80)==0) | |
#define UTF8_IS_LEAD(uchar) ((uint8_t)((uchar)-0xc0)<0x3e) | |
#define UTF8_IS_TRAIL(uchar) (((uchar)&0xc0)==0x80) | |
#define UTF8_NEED_MULTIPLE_UCHAR(c) ((uint32_t)(c)>0x7f) | |
# 340 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_CHAR_LENGTH(c) ((uint32_t)(c)<=0x7f ? 1 : ((uint32_t)(c)<=0x7ff ? 2 : ((uint32_t)((c)-0x10000)>0xfffff ? 3 : 4) ) ) | |
# 362 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_MAX_CHAR_LENGTH 4 | |
#define UTF8_ARRAY_SIZE(size) ((5*(size))/2) | |
#define UTF8_GET_CHAR_UNSAFE(s,i,c) { int32_t _utf8_get_char_unsafe_index=(int32_t)(i); UTF8_SET_CHAR_START_UNSAFE(s, _utf8_get_char_unsafe_index); UTF8_NEXT_CHAR_UNSAFE(s, _utf8_get_char_unsafe_index, c); } | |
#define UTF8_GET_CHAR_SAFE(s,start,i,length,c,strict) { int32_t _utf8_get_char_safe_index=(int32_t)(i); UTF8_SET_CHAR_START_SAFE(s, start, _utf8_get_char_safe_index); UTF8_NEXT_CHAR_SAFE(s, _utf8_get_char_safe_index, length, c, strict); } | |
#define UTF8_NEXT_CHAR_UNSAFE(s,i,c) { (c)=(s)[(i)++]; if((uint8_t)((c)-0xc0)<0x35) { uint8_t __count=UTF8_COUNT_TRAIL_BYTES(c); UTF8_MASK_LEAD_BYTE(c, __count); switch(__count) { case 3: (c)=((c)<<6)|((s)[(i)++]&0x3f); case 2: (c)=((c)<<6)|((s)[(i)++]&0x3f); case 1: (c)=((c)<<6)|((s)[(i)++]&0x3f); break; } } } | |
# 402 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_APPEND_CHAR_UNSAFE(s,i,c) { if((uint32_t)(c)<=0x7f) { (s)[(i)++]=(uint8_t)(c); } else { if((uint32_t)(c)<=0x7ff) { (s)[(i)++]=(uint8_t)(((c)>>6)|0xc0); } else { if((uint32_t)(c)<=0xffff) { (s)[(i)++]=(uint8_t)(((c)>>12)|0xe0); } else { (s)[(i)++]=(uint8_t)(((c)>>18)|0xf0); (s)[(i)++]=(uint8_t)((((c)>>12)&0x3f)|0x80); } (s)[(i)++]=(uint8_t)((((c)>>6)&0x3f)|0x80); } (s)[(i)++]=(uint8_t)(((c)&0x3f)|0x80); } } | |
# 422 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_FWD_1_UNSAFE(s,i) { (i)+=1+UTF8_COUNT_TRAIL_BYTES((s)[i]); } | |
#define UTF8_FWD_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { UTF8_FWD_1_UNSAFE(s, i); --__N; } } | |
# 436 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_SET_CHAR_START_UNSAFE(s,i) { while(UTF8_IS_TRAIL((s)[i])) { --(i); } } | |
#define UTF8_NEXT_CHAR_SAFE(s,i,length,c,strict) { (c)=(s)[(i)++]; if((c)>=0x80) { if(UTF8_IS_LEAD(c)) { (c)=utf8_nextCharSafeBody(s, &(i), (int32_t)(length), c, strict); } else { (c)=UTF8_ERROR_VALUE_1; } } } | |
# 453 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_APPEND_CHAR_SAFE(s,i,length,c) { if((uint32_t)(c)<=0x7f) { (s)[(i)++]=(uint8_t)(c); } else { (i)=utf8_appendCharSafeBody(s, (int32_t)(i), (int32_t)(length), c, NULL); } } | |
# 462 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_FWD_1_SAFE(s,i,length) U8_FWD_1(s, i, length) | |
#define UTF8_FWD_N_SAFE(s,i,length,n) U8_FWD_N(s, i, length, n) | |
#define UTF8_SET_CHAR_START_SAFE(s,start,i) U8_SET_CP_START(s, start, i) | |
#define UTF8_PREV_CHAR_UNSAFE(s,i,c) { (c)=(s)[--(i)]; if(UTF8_IS_TRAIL(c)) { uint8_t __b, __count=1, __shift=6; (c)&=0x3f; for(;;) { __b=(s)[--(i)]; if(__b>=0xc0) { UTF8_MASK_LEAD_BYTE(__b, __count); (c)|=(UChar32)__b<<__shift; break; } else { (c)|=(UChar32)(__b&0x3f)<<__shift; ++__count; __shift+=6; } } } } | |
# 494 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_BACK_1_UNSAFE(s,i) { while(UTF8_IS_TRAIL((s)[--(i)])) {} } | |
#define UTF8_BACK_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { UTF8_BACK_1_UNSAFE(s, i); --__N; } } | |
# 508 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_SET_CHAR_LIMIT_UNSAFE(s,i) { UTF8_BACK_1_UNSAFE(s, i); UTF8_FWD_1_UNSAFE(s, i); } | |
#define UTF8_PREV_CHAR_SAFE(s,start,i,c,strict) { (c)=(s)[--(i)]; if((c)>=0x80) { if((c)<=0xbf) { (c)=utf8_prevCharSafeBody(s, start, &(i), c, strict); } else { (c)=UTF8_ERROR_VALUE_1; } } } | |
# 526 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF8_BACK_1_SAFE(s,start,i) U8_BACK_1(s, start, i) | |
#define UTF8_BACK_N_SAFE(s,start,i,n) U8_BACK_N(s, start, i, n) | |
#define UTF8_SET_CHAR_LIMIT_SAFE(s,start,i,length) U8_SET_CP_LIMIT(s, start, i, length) | |
#define UTF_IS_FIRST_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xd800) | |
#define UTF_IS_SECOND_SURROGATE(uchar) (((uchar)&0xfffffc00)==0xdc00) | |
#define UTF_IS_SURROGATE_FIRST(c) (((c)&0x400)==0) | |
#define UTF_SURROGATE_OFFSET ((0xd800<<10UL)+0xdc00-0x10000) | |
#define UTF16_GET_PAIR_VALUE(first,second) (((first)<<10UL)+(second)-UTF_SURROGATE_OFFSET) | |
#define UTF_FIRST_SURROGATE(supplementary) (UChar)(((supplementary)>>10)+0xd7c0) | |
#define UTF_SECOND_SURROGATE(supplementary) (UChar)(((supplementary)&0x3ff)|0xdc00) | |
#define UTF16_LEAD(supplementary) UTF_FIRST_SURROGATE(supplementary) | |
#define UTF16_TRAIL(supplementary) UTF_SECOND_SURROGATE(supplementary) | |
#define UTF16_IS_SINGLE(uchar) !UTF_IS_SURROGATE(uchar) | |
#define UTF16_IS_LEAD(uchar) UTF_IS_FIRST_SURROGATE(uchar) | |
#define UTF16_IS_TRAIL(uchar) UTF_IS_SECOND_SURROGATE(uchar) | |
#define UTF16_NEED_MULTIPLE_UCHAR(c) ((uint32_t)(c)>0xffff) | |
#define UTF16_CHAR_LENGTH(c) ((uint32_t)(c)<=0xffff ? 1 : 2) | |
#define UTF16_MAX_CHAR_LENGTH 2 | |
#define UTF16_ARRAY_SIZE(size) (size) | |
# 596 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_GET_CHAR_UNSAFE(s,i,c) { (c)=(s)[i]; if(UTF_IS_SURROGATE(c)) { if(UTF_IS_SURROGATE_FIRST(c)) { (c)=UTF16_GET_PAIR_VALUE((c), (s)[(i)+1]); } else { (c)=UTF16_GET_PAIR_VALUE((s)[(i)-1], (c)); } } } | |
# 608 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_GET_CHAR_SAFE(s,start,i,length,c,strict) { (c)=(s)[i]; if(UTF_IS_SURROGATE(c)) { uint16_t __c2; if(UTF_IS_SURROGATE_FIRST(c)) { if((i)+1<(length) && UTF_IS_SECOND_SURROGATE(__c2=(s)[(i)+1])) { (c)=UTF16_GET_PAIR_VALUE((c), __c2); } else if(strict) { (c)=UTF_ERROR_VALUE; } } else { if((i)-1>=(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { (c)=UTF16_GET_PAIR_VALUE(__c2, (c)); } else if(strict) { (c)=UTF_ERROR_VALUE; } } } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { (c)=UTF_ERROR_VALUE; } } | |
# 635 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_NEXT_CHAR_UNSAFE(s,i,c) { (c)=(s)[(i)++]; if(UTF_IS_FIRST_SURROGATE(c)) { (c)=UTF16_GET_PAIR_VALUE((c), (s)[(i)++]); } } | |
#define UTF16_APPEND_CHAR_UNSAFE(s,i,c) { if((uint32_t)(c)<=0xffff) { (s)[(i)++]=(uint16_t)(c); } else { (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); } } | |
# 653 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_FWD_1_UNSAFE(s,i) { if(UTF_IS_FIRST_SURROGATE((s)[(i)++])) { ++(i); } } | |
#define UTF16_FWD_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { UTF16_FWD_1_UNSAFE(s, i); --__N; } } | |
# 669 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_SET_CHAR_START_UNSAFE(s,i) { if(UTF_IS_SECOND_SURROGATE((s)[i])) { --(i); } } | |
#define UTF16_NEXT_CHAR_SAFE(s,i,length,c,strict) { (c)=(s)[(i)++]; if(UTF_IS_FIRST_SURROGATE(c)) { uint16_t __c2; if((i)<(length) && UTF_IS_SECOND_SURROGATE(__c2=(s)[(i)])) { ++(i); (c)=UTF16_GET_PAIR_VALUE((c), __c2); } else if(strict) { (c)=UTF_ERROR_VALUE; } } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { (c)=UTF_ERROR_VALUE; } } | |
# 695 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_APPEND_CHAR_SAFE(s,i,length,c) { if((uint32_t)(c)<=0xffff) { (s)[(i)++]=(uint16_t)(c); } else if((uint32_t)(c)<=0x10ffff) { if((i)+1<(length)) { (s)[(i)++]=(uint16_t)(((c)>>10)+0xd7c0); (s)[(i)++]=(uint16_t)(((c)&0x3ff)|0xdc00); } else { (s)[(i)++]=UTF_ERROR_VALUE; } } else { (s)[(i)++]=UTF_ERROR_VALUE; } } | |
# 711 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_FWD_1_SAFE(s,i,length) U16_FWD_1(s, i, length) | |
#define UTF16_FWD_N_SAFE(s,i,length,n) U16_FWD_N(s, i, length, n) | |
#define UTF16_SET_CHAR_START_SAFE(s,start,i) U16_SET_CP_START(s, start, i) | |
#define UTF16_PREV_CHAR_UNSAFE(s,i,c) { (c)=(s)[--(i)]; if(UTF_IS_SECOND_SURROGATE(c)) { (c)=UTF16_GET_PAIR_VALUE((s)[--(i)], (c)); } } | |
#define UTF16_BACK_1_UNSAFE(s,i) { if(UTF_IS_SECOND_SURROGATE((s)[--(i)])) { --(i); } } | |
#define UTF16_BACK_N_UNSAFE(s,i,n) { int32_t __N=(n); while(__N>0) { UTF16_BACK_1_UNSAFE(s, i); --__N; } } | |
# 744 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_SET_CHAR_LIMIT_UNSAFE(s,i) { if(UTF_IS_FIRST_SURROGATE((s)[(i)-1])) { ++(i); } } | |
#define UTF16_PREV_CHAR_SAFE(s,start,i,c,strict) { (c)=(s)[--(i)]; if(UTF_IS_SECOND_SURROGATE(c)) { uint16_t __c2; if((i)>(start) && UTF_IS_FIRST_SURROGATE(__c2=(s)[(i)-1])) { --(i); (c)=UTF16_GET_PAIR_VALUE(__c2, (c)); } else if(strict) { (c)=UTF_ERROR_VALUE; } } else if((strict) && !UTF_IS_UNICODE_CHAR(c)) { (c)=UTF_ERROR_VALUE; } } | |
# 770 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF16_BACK_1_SAFE(s,start,i) U16_BACK_1(s, start, i) | |
#define UTF16_BACK_N_SAFE(s,start,i,n) U16_BACK_N(s, start, i, n) | |
#define UTF16_SET_CHAR_LIMIT_SAFE(s,start,i,length) U16_SET_CP_LIMIT(s, start, i, length) | |
# 796 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF32_IS_SAFE(c,strict) (!(strict) ? (uint32_t)(c)<=0x10ffff : UTF_IS_UNICODE_CHAR(c)) | |
# 812 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF32_IS_SINGLE(uchar) 1 | |
#define UTF32_IS_LEAD(uchar) 0 | |
#define UTF32_IS_TRAIL(uchar) 0 | |
#define UTF32_NEED_MULTIPLE_UCHAR(c) 0 | |
#define UTF32_CHAR_LENGTH(c) 1 | |
#define UTF32_MAX_CHAR_LENGTH 1 | |
#define UTF32_ARRAY_SIZE(size) (size) | |
#define UTF32_GET_CHAR_UNSAFE(s,i,c) { (c)=(s)[i]; } | |
#define UTF32_GET_CHAR_SAFE(s,start,i,length,c,strict) { (c)=(s)[i]; if(!UTF32_IS_SAFE(c, strict)) { (c)=UTF_ERROR_VALUE; } } | |
# 848 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF32_NEXT_CHAR_UNSAFE(s,i,c) { (c)=(s)[(i)++]; } | |
#define UTF32_APPEND_CHAR_UNSAFE(s,i,c) { (s)[(i)++]=(c); } | |
#define UTF32_FWD_1_UNSAFE(s,i) { ++(i); } | |
#define UTF32_FWD_N_UNSAFE(s,i,n) { (i)+=(n); } | |
#define UTF32_SET_CHAR_START_UNSAFE(s,i) { } | |
#define UTF32_NEXT_CHAR_SAFE(s,i,length,c,strict) { (c)=(s)[(i)++]; if(!UTF32_IS_SAFE(c, strict)) { (c)=UTF_ERROR_VALUE; } } | |
#define UTF32_APPEND_CHAR_SAFE(s,i,length,c) { if((uint32_t)(c)<=0x10ffff) { (s)[(i)++]=(c); } else { (s)[(i)++]=0xfffd; } } | |
# 889 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF32_FWD_1_SAFE(s,i,length) { ++(i); } | |
#define UTF32_FWD_N_SAFE(s,i,length,n) { if(((i)+=(n))>(length)) { (i)=(length); } } | |
#define UTF32_SET_CHAR_START_SAFE(s,start,i) { } | |
#define UTF32_PREV_CHAR_UNSAFE(s,i,c) { (c)=(s)[--(i)]; } | |
#define UTF32_BACK_1_UNSAFE(s,i) { --(i); } | |
#define UTF32_BACK_N_UNSAFE(s,i,n) { (i)-=(n); } | |
#define UTF32_SET_CHAR_LIMIT_UNSAFE(s,i) { } | |
#define UTF32_PREV_CHAR_SAFE(s,start,i,c,strict) { (c)=(s)[--(i)]; if(!UTF32_IS_SAFE(c, strict)) { (c)=UTF_ERROR_VALUE; } } | |
#define UTF32_BACK_1_SAFE(s,start,i) { --(i); } | |
#define UTF32_BACK_N_SAFE(s,start,i,n) { (i)-=(n); if((i)<(start)) { (i)=(start); } } | |
#define UTF32_SET_CHAR_LIMIT_SAFE(s,i,length) { } | |
# 957 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_ARRAY_SIZE(size) UTF16_ARRAY_SIZE(size) | |
#define UTF_GET_CHAR_UNSAFE(s,i,c) UTF16_GET_CHAR_UNSAFE(s, i, c) | |
#define UTF_GET_CHAR_SAFE(s,start,i,length,c,strict) UTF16_GET_CHAR_SAFE(s, start, i, length, c, strict) | |
#define UTF_NEXT_CHAR_UNSAFE(s,i,c) UTF16_NEXT_CHAR_UNSAFE(s, i, c) | |
#define UTF_NEXT_CHAR_SAFE(s,i,length,c,strict) UTF16_NEXT_CHAR_SAFE(s, i, length, c, strict) | |
#define UTF_APPEND_CHAR_UNSAFE(s,i,c) UTF16_APPEND_CHAR_UNSAFE(s, i, c) | |
#define UTF_APPEND_CHAR_SAFE(s,i,length,c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) | |
#define UTF_FWD_1_UNSAFE(s,i) UTF16_FWD_1_UNSAFE(s, i) | |
#define UTF_FWD_1_SAFE(s,i,length) UTF16_FWD_1_SAFE(s, i, length) | |
#define UTF_FWD_N_UNSAFE(s,i,n) UTF16_FWD_N_UNSAFE(s, i, n) | |
#define UTF_FWD_N_SAFE(s,i,length,n) UTF16_FWD_N_SAFE(s, i, length, n) | |
#define UTF_SET_CHAR_START_UNSAFE(s,i) UTF16_SET_CHAR_START_UNSAFE(s, i) | |
#define UTF_SET_CHAR_START_SAFE(s,start,i) UTF16_SET_CHAR_START_SAFE(s, start, i) | |
#define UTF_PREV_CHAR_UNSAFE(s,i,c) UTF16_PREV_CHAR_UNSAFE(s, i, c) | |
#define UTF_PREV_CHAR_SAFE(s,start,i,c,strict) UTF16_PREV_CHAR_SAFE(s, start, i, c, strict) | |
#define UTF_BACK_1_UNSAFE(s,i) UTF16_BACK_1_UNSAFE(s, i) | |
#define UTF_BACK_1_SAFE(s,start,i) UTF16_BACK_1_SAFE(s, start, i) | |
#define UTF_BACK_N_UNSAFE(s,i,n) UTF16_BACK_N_UNSAFE(s, i, n) | |
#define UTF_BACK_N_SAFE(s,start,i,n) UTF16_BACK_N_SAFE(s, start, i, n) | |
#define UTF_SET_CHAR_LIMIT_UNSAFE(s,i) UTF16_SET_CHAR_LIMIT_UNSAFE(s, i) | |
#define UTF_SET_CHAR_LIMIT_SAFE(s,start,i,length) UTF16_SET_CHAR_LIMIT_SAFE(s, start, i, length) | |
# 1035 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_IS_SINGLE(uchar) U16_IS_SINGLE(uchar) | |
#define UTF_IS_LEAD(uchar) U16_IS_LEAD(uchar) | |
#define UTF_IS_TRAIL(uchar) U16_IS_TRAIL(uchar) | |
#define UTF_NEED_MULTIPLE_UCHAR(c) UTF16_NEED_MULTIPLE_UCHAR(c) | |
#define UTF_CHAR_LENGTH(c) U16_LENGTH(c) | |
#define UTF_MAX_CHAR_LENGTH U16_MAX_LENGTH | |
# 1081 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_GET_CHAR(s,start,i,length,c) U16_GET(s, start, i, length, c) | |
# 1094 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_NEXT_CHAR(s,i,length,c) U16_NEXT(s, i, length, c) | |
# 1107 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_APPEND_CHAR(s,i,length,c) UTF16_APPEND_CHAR_SAFE(s, i, length, c) | |
# 1118 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_FWD_1(s,i,length) U16_FWD_1(s, i, length) | |
# 1129 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_FWD_N(s,i,length,n) U16_FWD_N(s, i, length, n) | |
# 1145 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_SET_CHAR_START(s,start,i) U16_SET_CP_START(s, start, i) | |
# 1158 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_PREV_CHAR(s,start,i,c) U16_PREV(s, start, i, c) | |
# 1171 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_BACK_1(s,start,i) U16_BACK_1(s, start, i) | |
# 1184 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_BACK_N(s,start,i,n) U16_BACK_N(s, start, i, n) | |
# 1200 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf_old.h" | |
#define UTF_SET_CHAR_LIMIT(s,start,i,length) U16_SET_CP_LIMIT(s, start, i, length) | |
# 222 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utf.h" 2 | |
# 45 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" 2 | |
# 67 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#undef U_SHOW_CPLUSPLUS_API | |
#define U_SHOW_CPLUSPLUS_API 0 | |
# 129 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_ICUDATA_TYPE_LETTER "l" | |
#define U_ICUDATA_TYPE_LITLETTER l | |
# 139 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_ICUDATA_NAME "icudt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER | |
#define U_USRDATA_NAME "usrdt" U_ICU_VERSION_SHORT U_ICUDATA_TYPE_LETTER | |
#define U_USE_USRDATA 0 | |
# 156 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_ICUDATA_ENTRY_POINT U_DEF2_ICUDATA_ENTRY_POINT(U_ICU_VERSION_MAJOR_NUM,U_LIB_SUFFIX_C_NAME) | |
#define U_DEF2_ICUDATA_ENTRY_POINT(major,suff) U_DEF_ICUDATA_ENTRY_POINT(major,suff) | |
# 174 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_DEF_ICUDATA_ENTRY_POINT(major,suff) icudt##suff ## major##_dat | |
# 203 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
typedef double UDate; | |
#define U_MILLIS_PER_SECOND (1000) | |
#define U_MILLIS_PER_MINUTE (60000) | |
#define U_MILLIS_PER_HOUR (3600000) | |
#define U_MILLIS_PER_DAY (86400000) | |
#define U_DATE_MAX DBL_MAX | |
#define U_DATE_MIN -U_DATE_MAX | |
# 358 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_DATA_API U_IMPORT | |
#define U_COMMON_API U_IMPORT | |
#define U_I18N_API U_IMPORT | |
#define U_LAYOUT_API U_IMPORT | |
#define U_LAYOUTEX_API U_IMPORT | |
#define U_IO_API U_IMPORT | |
#define U_TOOLUTIL_API U_IMPORT | |
# 375 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_STANDARD_CPP_NAMESPACE | |
# 396 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
typedef enum UErrorCode { | |
U_USING_FALLBACK_WARNING = -128, | |
U_ERROR_WARNING_START = -128, | |
U_USING_DEFAULT_WARNING = -127, | |
U_SAFECLONE_ALLOCATED_WARNING = -126, | |
U_STATE_OLD_WARNING = -125, | |
U_STRING_NOT_TERMINATED_WARNING = -124, | |
U_SORT_KEY_TOO_SHORT_WARNING = -123, | |
U_AMBIGUOUS_ALIAS_WARNING = -122, | |
U_DIFFERENT_UCA_VERSION = -121, | |
U_PLUGIN_CHANGED_LEVEL_WARNING = -120, | |
U_ERROR_WARNING_LIMIT, | |
U_ZERO_ERROR = 0, | |
U_ILLEGAL_ARGUMENT_ERROR = 1, | |
U_MISSING_RESOURCE_ERROR = 2, | |
U_INVALID_FORMAT_ERROR = 3, | |
U_FILE_ACCESS_ERROR = 4, | |
U_INTERNAL_PROGRAM_ERROR = 5, | |
U_MESSAGE_PARSE_ERROR = 6, | |
U_MEMORY_ALLOCATION_ERROR = 7, | |
U_INDEX_OUTOFBOUNDS_ERROR = 8, | |
U_PARSE_ERROR = 9, | |
U_INVALID_CHAR_FOUND = 10, | |
U_TRUNCATED_CHAR_FOUND = 11, | |
U_ILLEGAL_CHAR_FOUND = 12, | |
U_INVALID_TABLE_FORMAT = 13, | |
U_INVALID_TABLE_FILE = 14, | |
U_BUFFER_OVERFLOW_ERROR = 15, | |
U_UNSUPPORTED_ERROR = 16, | |
U_RESOURCE_TYPE_MISMATCH = 17, | |
U_ILLEGAL_ESCAPE_SEQUENCE = 18, | |
U_UNSUPPORTED_ESCAPE_SEQUENCE = 19, | |
U_NO_SPACE_AVAILABLE = 20, | |
U_CE_NOT_FOUND_ERROR = 21, | |
U_PRIMARY_TOO_LONG_ERROR = 22, | |
U_STATE_TOO_OLD_ERROR = 23, | |
U_TOO_MANY_ALIASES_ERROR = 24, | |
U_ENUM_OUT_OF_SYNC_ERROR = 25, | |
U_INVARIANT_CONVERSION_ERROR = 26, | |
U_INVALID_STATE_ERROR = 27, | |
U_COLLATOR_VERSION_MISMATCH = 28, | |
U_USELESS_COLLATOR_ERROR = 29, | |
U_NO_WRITE_PERMISSION = 30, | |
U_STANDARD_ERROR_LIMIT, | |
U_BAD_VARIABLE_DEFINITION=0x10000, | |
U_PARSE_ERROR_START = 0x10000, | |
U_MALFORMED_RULE, | |
U_MALFORMED_SET, | |
U_MALFORMED_SYMBOL_REFERENCE, | |
U_MALFORMED_UNICODE_ESCAPE, | |
U_MALFORMED_VARIABLE_DEFINITION, | |
U_MALFORMED_VARIABLE_REFERENCE, | |
U_MISMATCHED_SEGMENT_DELIMITERS, | |
U_MISPLACED_ANCHOR_START, | |
U_MISPLACED_CURSOR_OFFSET, | |
U_MISPLACED_QUANTIFIER, | |
U_MISSING_OPERATOR, | |
U_MISSING_SEGMENT_CLOSE, | |
U_MULTIPLE_ANTE_CONTEXTS, | |
U_MULTIPLE_CURSORS, | |
U_MULTIPLE_POST_CONTEXTS, | |
U_TRAILING_BACKSLASH, | |
U_UNDEFINED_SEGMENT_REFERENCE, | |
U_UNDEFINED_VARIABLE, | |
U_UNQUOTED_SPECIAL, | |
U_UNTERMINATED_QUOTE, | |
U_RULE_MASK_ERROR, | |
U_MISPLACED_COMPOUND_FILTER, | |
U_MULTIPLE_COMPOUND_FILTERS, | |
U_INVALID_RBT_SYNTAX, | |
U_INVALID_PROPERTY_PATTERN, | |
U_MALFORMED_PRAGMA, | |
U_UNCLOSED_SEGMENT, | |
U_ILLEGAL_CHAR_IN_SEGMENT, | |
U_VARIABLE_RANGE_EXHAUSTED, | |
U_VARIABLE_RANGE_OVERLAP, | |
U_ILLEGAL_CHARACTER, | |
U_INTERNAL_TRANSLITERATOR_ERROR, | |
U_INVALID_ID, | |
U_INVALID_FUNCTION, | |
U_PARSE_ERROR_LIMIT, | |
U_UNEXPECTED_TOKEN=0x10100, | |
U_FMT_PARSE_ERROR_START=0x10100, | |
U_MULTIPLE_DECIMAL_SEPARATORS, | |
U_MULTIPLE_DECIMAL_SEPERATORS = U_MULTIPLE_DECIMAL_SEPARATORS, | |
U_MULTIPLE_EXPONENTIAL_SYMBOLS, | |
U_MALFORMED_EXPONENTIAL_PATTERN, | |
U_MULTIPLE_PERCENT_SYMBOLS, | |
U_MULTIPLE_PERMILL_SYMBOLS, | |
U_MULTIPLE_PAD_SPECIFIERS, | |
U_PATTERN_SYNTAX_ERROR, | |
U_ILLEGAL_PAD_POSITION, | |
U_UNMATCHED_BRACES, | |
U_UNSUPPORTED_PROPERTY, | |
U_UNSUPPORTED_ATTRIBUTE, | |
U_ARGUMENT_TYPE_MISMATCH, | |
U_DUPLICATE_KEYWORD, | |
U_UNDEFINED_KEYWORD, | |
U_DEFAULT_KEYWORD_MISSING, | |
U_DECIMAL_NUMBER_SYNTAX_ERROR, | |
U_FORMAT_INEXACT_ERROR, | |
U_NUMBER_ARG_OUTOFBOUNDS_ERROR, | |
U_FMT_PARSE_ERROR_LIMIT = 0x10113, | |
U_BRK_INTERNAL_ERROR=0x10200, | |
U_BRK_ERROR_START=0x10200, | |
U_BRK_HEX_DIGITS_EXPECTED, | |
U_BRK_SEMICOLON_EXPECTED, | |
U_BRK_RULE_SYNTAX, | |
U_BRK_UNCLOSED_SET, | |
U_BRK_ASSIGN_ERROR, | |
U_BRK_VARIABLE_REDFINITION, | |
U_BRK_MISMATCHED_PAREN, | |
U_BRK_NEW_LINE_IN_QUOTED_STRING, | |
U_BRK_UNDEFINED_VARIABLE, | |
U_BRK_INIT_ERROR, | |
U_BRK_RULE_EMPTY_SET, | |
U_BRK_UNRECOGNIZED_OPTION, | |
U_BRK_MALFORMED_RULE_TAG, | |
U_BRK_ERROR_LIMIT, | |
U_REGEX_INTERNAL_ERROR=0x10300, | |
U_REGEX_ERROR_START=0x10300, | |
U_REGEX_RULE_SYNTAX, | |
U_REGEX_INVALID_STATE, | |
U_REGEX_BAD_ESCAPE_SEQUENCE, | |
U_REGEX_PROPERTY_SYNTAX, | |
U_REGEX_UNIMPLEMENTED, | |
U_REGEX_MISMATCHED_PAREN, | |
U_REGEX_NUMBER_TOO_BIG, | |
U_REGEX_BAD_INTERVAL, | |
U_REGEX_MAX_LT_MIN, | |
U_REGEX_INVALID_BACK_REF, | |
U_REGEX_INVALID_FLAG, | |
U_REGEX_LOOK_BEHIND_LIMIT, | |
U_REGEX_SET_CONTAINS_STRING, | |
U_REGEX_OCTAL_TOO_BIG, | |
U_REGEX_MISSING_CLOSE_BRACKET=U_REGEX_SET_CONTAINS_STRING+2, | |
U_REGEX_INVALID_RANGE, | |
U_REGEX_STACK_OVERFLOW, | |
U_REGEX_TIME_OUT, | |
U_REGEX_STOPPED_BY_CALLER, | |
U_REGEX_PATTERN_TOO_BIG, | |
U_REGEX_INVALID_CAPTURE_GROUP_NAME, | |
U_REGEX_ERROR_LIMIT=U_REGEX_STOPPED_BY_CALLER+3, | |
U_IDNA_PROHIBITED_ERROR=0x10400, | |
U_IDNA_ERROR_START=0x10400, | |
U_IDNA_UNASSIGNED_ERROR, | |
U_IDNA_CHECK_BIDI_ERROR, | |
U_IDNA_STD3_ASCII_RULES_ERROR, | |
U_IDNA_ACE_PREFIX_ERROR, | |
U_IDNA_VERIFICATION_ERROR, | |
U_IDNA_LABEL_TOO_LONG_ERROR, | |
U_IDNA_ZERO_LENGTH_LABEL_ERROR, | |
U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR, | |
U_IDNA_ERROR_LIMIT, | |
U_STRINGPREP_PROHIBITED_ERROR = U_IDNA_PROHIBITED_ERROR, | |
U_STRINGPREP_UNASSIGNED_ERROR = U_IDNA_UNASSIGNED_ERROR, | |
U_STRINGPREP_CHECK_BIDI_ERROR = U_IDNA_CHECK_BIDI_ERROR, | |
U_PLUGIN_ERROR_START=0x10500, | |
U_PLUGIN_TOO_HIGH=0x10500, | |
U_PLUGIN_DIDNT_SET_LEVEL, | |
U_PLUGIN_ERROR_LIMIT, | |
U_ERROR_LIMIT=U_PLUGIN_ERROR_LIMIT | |
} UErrorCode; | |
# 686 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/utypes.h" | |
#define U_SUCCESS(x) ((x)<=U_ZERO_ERROR) | |
#define U_FAILURE(x) ((x)>U_ZERO_ERROR) | |
extern __attribute__((visibility("default"))) const char * | |
u_errorName_61_swift(UErrorCode code); | |
# 14 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" 1 | |
# 20 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
#define __UENUM_H | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/localpointer.h" 1 | |
# 20 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/localpointer.h" | |
#define __LOCALPOINTER_H__ | |
# 24 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" 2 | |
# 41 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
struct UEnumeration; | |
typedef struct UEnumeration UEnumeration; | |
# 52 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) void | |
uenum_close_61_swift(UEnumeration* en); | |
# 88 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uenum_count_61_swift(UEnumeration* en, UErrorCode* status); | |
# 112 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) const UChar* | |
uenum_unext_61_swift(UEnumeration* en, | |
int32_t* resultLength, | |
UErrorCode* status); | |
# 145 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) const char* | |
uenum_next_61_swift(UEnumeration* en, | |
int32_t* resultLength, | |
UErrorCode* status); | |
# 159 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) void | |
uenum_reset_61_swift(UEnumeration* en, UErrorCode* status); | |
# 189 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) UEnumeration* | |
uenum_openUCharStringsEnumeration_61_swift(const UChar* const strings[], int32_t count, | |
UErrorCode* ec); | |
# 206 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uenum.h" | |
extern __attribute__((visibility("default"))) UEnumeration* | |
uenum_openCharStringsEnumeration_61_swift(const char* const strings[], int32_t count, | |
UErrorCode* ec); | |
# 15 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" 2 | |
# 1 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" 1 | |
# 24 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
#define ULOC_H | |
# 203 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
#define ULOC_CHINESE "zh" | |
#define ULOC_ENGLISH "en" | |
#define ULOC_FRENCH "fr" | |
#define ULOC_GERMAN "de" | |
#define ULOC_ITALIAN "it" | |
#define ULOC_JAPANESE "ja" | |
#define ULOC_KOREAN "ko" | |
#define ULOC_SIMPLIFIED_CHINESE "zh_CN" | |
#define ULOC_TRADITIONAL_CHINESE "zh_TW" | |
#define ULOC_CANADA "en_CA" | |
#define ULOC_CANADA_FRENCH "fr_CA" | |
#define ULOC_CHINA "zh_CN" | |
#define ULOC_PRC "zh_CN" | |
#define ULOC_FRANCE "fr_FR" | |
#define ULOC_GERMANY "de_DE" | |
#define ULOC_ITALY "it_IT" | |
#define ULOC_JAPAN "ja_JP" | |
#define ULOC_KOREA "ko_KR" | |
#define ULOC_TAIWAN "zh_TW" | |
#define ULOC_UK "en_GB" | |
#define ULOC_US "en_US" | |
#define ULOC_LANG_CAPACITY 12 | |
#define ULOC_COUNTRY_CAPACITY 4 | |
#define ULOC_FULLNAME_CAPACITY 157 | |
#define ULOC_SCRIPT_CAPACITY 6 | |
#define ULOC_KEYWORDS_CAPACITY 96 | |
#define ULOC_KEYWORD_AND_VALUES_CAPACITY 100 | |
#define ULOC_KEYWORD_SEPARATOR '@' | |
#define ULOC_KEYWORD_SEPARATOR_UNICODE 0x40 | |
#define ULOC_KEYWORD_ASSIGN '=' | |
#define ULOC_KEYWORD_ASSIGN_UNICODE 0x3D | |
#define ULOC_KEYWORD_ITEM_SEPARATOR ';' | |
#define ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE 0x3B | |
# 338 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
typedef enum { | |
ULOC_ACTUAL_LOCALE = 0, | |
ULOC_VALID_LOCALE = 1, | |
ULOC_REQUESTED_LOCALE = 2, | |
ULOC_DATA_LOCALE_TYPE_LIMIT = 3 | |
} ULocDataLocaleType; | |
# 374 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_getDefault_61_swift(void); | |
# 394 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) void | |
uloc_setDefault_61_swift(const char* localeID, | |
UErrorCode* status); | |
# 411 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getLanguage_61_swift(const char* localeID, | |
char* language, | |
int32_t languageCapacity, | |
UErrorCode* err); | |
# 429 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getScript_61_swift(const char* localeID, | |
char* script, | |
int32_t scriptCapacity, | |
UErrorCode* err); | |
# 447 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getCountry_61_swift(const char* localeID, | |
char* country, | |
int32_t countryCapacity, | |
UErrorCode* err); | |
# 465 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getVariant_61_swift(const char* localeID, | |
char* variant, | |
int32_t variantCapacity, | |
UErrorCode* err); | |
# 488 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getName_61_swift(const char* localeID, | |
char* name, | |
int32_t nameCapacity, | |
UErrorCode* err); | |
# 511 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_canonicalize_61_swift(const char* localeID, | |
char* name, | |
int32_t nameCapacity, | |
UErrorCode* err); | |
# 524 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_getISO3Language_61_swift(const char* localeID); | |
# 535 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_getISO3Country_61_swift(const char* localeID); | |
# 549 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) uint32_t | |
uloc_getLCID_61_swift(const char* localeID); | |
# 568 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayLanguage_61_swift(const char* locale, | |
const char* displayLocale, | |
UChar* language, | |
int32_t languageCapacity, | |
UErrorCode* status); | |
# 591 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayScript_61_swift(const char* locale, | |
const char* displayLocale, | |
UChar* script, | |
int32_t scriptCapacity, | |
UErrorCode* status); | |
# 616 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayCountry_61_swift(const char* locale, | |
const char* displayLocale, | |
UChar* country, | |
int32_t countryCapacity, | |
UErrorCode* status); | |
# 640 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayVariant_61_swift(const char* locale, | |
const char* displayLocale, | |
UChar* variant, | |
int32_t variantCapacity, | |
UErrorCode* status); | |
# 687 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayKeyword_61_swift(const char* keyword, | |
const char* displayLocale, | |
UChar* dest, | |
int32_t destCapacity, | |
UErrorCode* status); | |
# 713 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayKeywordValue_61_swift( const char* locale, | |
const char* keyword, | |
const char* displayLocale, | |
UChar* dest, | |
int32_t destCapacity, | |
UErrorCode* status); | |
# 736 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getDisplayName_61_swift(const char* localeID, | |
const char* inLocaleID, | |
UChar* result, | |
int32_t maxResultSize, | |
UErrorCode* err); | |
# 754 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_getAvailable_61_swift(int32_t n); | |
extern __attribute__((visibility("default"))) int32_t uloc_countAvailable_61_swift(void); | |
# 776 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* const* | |
uloc_getISOLanguages_61_swift(void); | |
# 788 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* const* | |
uloc_getISOCountries_61_swift(void); | |
# 804 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getParent_61_swift(const char* localeID, | |
char* parent, | |
int32_t parentCapacity, | |
UErrorCode* err); | |
# 835 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getBaseName_61_swift(const char* localeID, | |
char* name, | |
int32_t nameCapacity, | |
UErrorCode* err); | |
# 850 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) UEnumeration* | |
uloc_openKeywords_61_swift(const char* localeID, | |
UErrorCode* status); | |
# 867 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getKeywordValue_61_swift(const char* localeID, | |
const char* keywordName, | |
char* buffer, int32_t bufferCapacity, | |
UErrorCode* status); | |
# 904 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_setKeywordValue_61_swift(const char* keywordName, | |
const char* keywordValue, | |
char* buffer, int32_t bufferCapacity, | |
UErrorCode* status); | |
# 924 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) UBool | |
uloc_isRightToLeft_61_swift(const char *locale); | |
typedef enum { | |
ULOC_LAYOUT_LTR = 0, | |
ULOC_LAYOUT_RTL = 1, | |
ULOC_LAYOUT_TTB = 2, | |
ULOC_LAYOUT_BTT = 3, | |
ULOC_LAYOUT_UNKNOWN | |
} ULayoutType; | |
# 948 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) ULayoutType | |
uloc_getCharacterOrientation_61_swift(const char* localeId, | |
UErrorCode *status); | |
# 960 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) ULayoutType | |
uloc_getLineOrientation_61_swift(const char* localeId, | |
UErrorCode *status); | |
typedef enum { | |
ULOC_ACCEPT_FAILED = 0, | |
ULOC_ACCEPT_VALID = 1, | |
ULOC_ACCEPT_FALLBACK = 2 | |
} UAcceptResult; | |
# 991 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_acceptLanguageFromHTTP_61_swift(char *result, int32_t resultAvailable, | |
UAcceptResult *outResult, | |
const char *httpAcceptLanguage, | |
UEnumeration* availableLocales, | |
UErrorCode *status); | |
# 1011 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_acceptLanguage_61_swift(char *result, int32_t resultAvailable, | |
UAcceptResult *outResult, const char **acceptList, | |
int32_t acceptListCount, | |
UEnumeration* availableLocales, | |
UErrorCode *status); | |
# 1031 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_getLocaleForLCID_61_swift(uint32_t hostID, char *locale, int32_t localeCapacity, | |
UErrorCode *status); | |
# 1069 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_addLikelySubtags_61_swift(const char* localeID, | |
char* maximizedLocaleID, | |
int32_t maximizedLocaleIDCapacity, | |
UErrorCode* err); | |
# 1109 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_minimizeSubtags_61_swift(const char* localeID, | |
char* minimizedLocaleID, | |
int32_t minimizedLocaleIDCapacity, | |
UErrorCode* err); | |
# 1138 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_forLanguageTag_61_swift(const char* langtag, | |
char* localeID, | |
int32_t localeIDCapacity, | |
int32_t* parsedLength, | |
UErrorCode* err); | |
# 1166 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) int32_t | |
uloc_toLanguageTag_61_swift(const char* localeID, | |
char* langtag, | |
int32_t langtagCapacity, | |
UBool strict, | |
UErrorCode* err); | |
# 1194 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_toUnicodeLocaleKey_61_swift(const char* keyword); | |
# 1225 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_toUnicodeLocaleType_61_swift(const char* keyword, const char* value); | |
# 1240 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_toLegacyKey_61_swift(const char* keyword); | |
# 1269 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/uloc.h" | |
extern __attribute__((visibility("default"))) const char* | |
uloc_toLegacyType_61_swift(const char* keyword, const char* value); | |
# 16 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" 2 | |
# 149 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" | |
#define UCAL_UNKNOWN_ZONE_ID "Etc/Unknown" | |
typedef void* UCalendar; | |
enum UCalendarType { | |
UCAL_TRADITIONAL, | |
UCAL_DEFAULT = UCAL_TRADITIONAL, | |
UCAL_GREGORIAN | |
}; | |
typedef enum UCalendarType UCalendarType; | |
enum UCalendarDateFields { | |
UCAL_ERA, | |
UCAL_YEAR, | |
# 218 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" | |
UCAL_MONTH, | |
# 231 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/include/unicode/ucal.h" | |
UCAL_WEEK_OF_YEAR, | |
# 246 "/home/segabor/Workspace/swift-dev/build/buildbot_linux/libicu-linux-x86_64/tmp_install/i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment