Class onnxruntime_c_api_h

java.lang.Object
smile.onnx.foreign.onnxruntime_c_api_h

public class onnxruntime_c_api_h extends Object
  • Field Details

    • C_BOOL

      public static final ValueLayout.OfBoolean C_BOOL
    • C_CHAR

      public static final ValueLayout.OfByte C_CHAR
    • C_SHORT

      public static final ValueLayout.OfShort C_SHORT
    • C_INT

      public static final ValueLayout.OfInt C_INT
    • C_LONG_LONG

      public static final ValueLayout.OfLong C_LONG_LONG
    • C_FLOAT

      public static final ValueLayout.OfFloat C_FLOAT
    • C_DOUBLE

      public static final ValueLayout.OfDouble C_DOUBLE
    • C_POINTER

      public static final AddressLayout C_POINTER
    • C_LONG

      public static final ValueLayout.OfLong C_LONG
    • int8_t

      public static final ValueLayout.OfByte int8_t
      typedef signed char int8_t
      
    • int16_t

      public static final ValueLayout.OfShort int16_t
      typedef short int16_t
      
    • int32_t

      public static final ValueLayout.OfInt int32_t
      typedef int int32_t
      
    • int64_t

      public static final ValueLayout.OfLong int64_t
      typedef long long int64_t
      
    • uint8_t

      public static final ValueLayout.OfByte uint8_t
      typedef unsigned char uint8_t
      
    • uint16_t

      public static final ValueLayout.OfShort uint16_t
      typedef unsigned short uint16_t
      
    • uint32_t

      public static final ValueLayout.OfInt uint32_t
      typedef unsigned int uint32_t
      
    • uint64_t

      public static final ValueLayout.OfLong uint64_t
      typedef unsigned long long uint64_t
      
    • int_least8_t

      public static final ValueLayout.OfByte int_least8_t
      typedef int8_t int_least8_t
      
    • int_least16_t

      public static final ValueLayout.OfShort int_least16_t
      typedef int16_t int_least16_t
      
    • int_least32_t

      public static final ValueLayout.OfInt int_least32_t
      typedef int32_t int_least32_t
      
    • int_least64_t

      public static final ValueLayout.OfLong int_least64_t
      typedef int64_t int_least64_t
      
    • uint_least8_t

      public static final ValueLayout.OfByte uint_least8_t
      typedef uint8_t uint_least8_t
      
    • uint_least16_t

      public static final ValueLayout.OfShort uint_least16_t
      typedef uint16_t uint_least16_t
      
    • uint_least32_t

      public static final ValueLayout.OfInt uint_least32_t
      typedef uint32_t uint_least32_t
      
    • uint_least64_t

      public static final ValueLayout.OfLong uint_least64_t
      typedef uint64_t uint_least64_t
      
    • int_fast8_t

      public static final ValueLayout.OfByte int_fast8_t
      typedef int8_t int_fast8_t
      
    • int_fast16_t

      public static final ValueLayout.OfShort int_fast16_t
      typedef int16_t int_fast16_t
      
    • int_fast32_t

      public static final ValueLayout.OfInt int_fast32_t
      typedef int32_t int_fast32_t
      
    • int_fast64_t

      public static final ValueLayout.OfLong int_fast64_t
      typedef int64_t int_fast64_t
      
    • uint_fast8_t

      public static final ValueLayout.OfByte uint_fast8_t
      typedef uint8_t uint_fast8_t
      
    • uint_fast16_t

      public static final ValueLayout.OfShort uint_fast16_t
      typedef uint16_t uint_fast16_t
      
    • uint_fast32_t

      public static final ValueLayout.OfInt uint_fast32_t
      typedef uint32_t uint_fast32_t
      
    • uint_fast64_t

      public static final ValueLayout.OfLong uint_fast64_t
      typedef uint64_t uint_fast64_t
      
    • __int8_t

      public static final ValueLayout.OfByte __int8_t
      typedef signed char __int8_t
      
    • __uint8_t

      public static final ValueLayout.OfByte __uint8_t
      typedef unsigned char __uint8_t
      
    • __int16_t

      public static final ValueLayout.OfShort __int16_t
      typedef short __int16_t
      
    • __uint16_t

      public static final ValueLayout.OfShort __uint16_t
      typedef unsigned short __uint16_t
      
    • __int32_t

      public static final ValueLayout.OfInt __int32_t
      typedef int __int32_t
      
    • __uint32_t

      public static final ValueLayout.OfInt __uint32_t
      typedef unsigned int __uint32_t
      
    • __int64_t

      public static final ValueLayout.OfLong __int64_t
      typedef long long __int64_t
      
    • __uint64_t

      public static final ValueLayout.OfLong __uint64_t
      typedef unsigned long long __uint64_t
      
    • __darwin_intptr_t

      public static final ValueLayout.OfLong __darwin_intptr_t
      typedef long __darwin_intptr_t
      
    • __darwin_natural_t

      public static final ValueLayout.OfInt __darwin_natural_t
      typedef unsigned int __darwin_natural_t
      
    • __darwin_ct_rune_t

      public static final ValueLayout.OfInt __darwin_ct_rune_t
      typedef int __darwin_ct_rune_t
      
    • __darwin_ptrdiff_t

      public static final ValueLayout.OfLong __darwin_ptrdiff_t
      typedef long __darwin_ptrdiff_t
      
    • __darwin_size_t

      public static final ValueLayout.OfLong __darwin_size_t
      typedef unsigned long __darwin_size_t
      
    • __darwin_wchar_t

      public static final ValueLayout.OfInt __darwin_wchar_t
      typedef int __darwin_wchar_t
      
    • __darwin_rune_t

      public static final ValueLayout.OfInt __darwin_rune_t
      typedef __darwin_wchar_t __darwin_rune_t
      
    • __darwin_wint_t

      public static final ValueLayout.OfInt __darwin_wint_t
      typedef int __darwin_wint_t
      
    • __darwin_clock_t

      public static final ValueLayout.OfLong __darwin_clock_t
      typedef unsigned long __darwin_clock_t
      
    • __darwin_socklen_t

      public static final ValueLayout.OfInt __darwin_socklen_t
      typedef __uint32_t __darwin_socklen_t
      
    • __darwin_ssize_t

      public static final ValueLayout.OfLong __darwin_ssize_t
      typedef long __darwin_ssize_t
      
    • __darwin_time_t

      public static final ValueLayout.OfLong __darwin_time_t
      typedef long __darwin_time_t
      
    • __darwin_blkcnt_t

      public static final ValueLayout.OfLong __darwin_blkcnt_t
      typedef __int64_t __darwin_blkcnt_t
      
    • __darwin_blksize_t

      public static final ValueLayout.OfInt __darwin_blksize_t
      typedef __int32_t __darwin_blksize_t
      
    • __darwin_dev_t

      public static final ValueLayout.OfInt __darwin_dev_t
      typedef __int32_t __darwin_dev_t
      
    • __darwin_fsblkcnt_t

      public static final ValueLayout.OfInt __darwin_fsblkcnt_t
      typedef unsigned int __darwin_fsblkcnt_t
      
    • __darwin_fsfilcnt_t

      public static final ValueLayout.OfInt __darwin_fsfilcnt_t
      typedef unsigned int __darwin_fsfilcnt_t
      
    • __darwin_gid_t

      public static final ValueLayout.OfInt __darwin_gid_t
      typedef __uint32_t __darwin_gid_t
      
    • __darwin_id_t

      public static final ValueLayout.OfInt __darwin_id_t
      typedef __uint32_t __darwin_id_t
      
    • __darwin_ino64_t

      public static final ValueLayout.OfLong __darwin_ino64_t
      typedef __uint64_t __darwin_ino64_t
      
    • __darwin_ino_t

      public static final ValueLayout.OfLong __darwin_ino_t
      typedef __darwin_ino64_t __darwin_ino_t
      
    • __darwin_mach_port_name_t

      public static final ValueLayout.OfInt __darwin_mach_port_name_t
      typedef __darwin_natural_t __darwin_mach_port_name_t
      
    • __darwin_mach_port_t

      public static final ValueLayout.OfInt __darwin_mach_port_t
      typedef __darwin_mach_port_name_t __darwin_mach_port_t
      
    • __darwin_mode_t

      public static final ValueLayout.OfShort __darwin_mode_t
      typedef __uint16_t __darwin_mode_t
      
    • __darwin_off_t

      public static final ValueLayout.OfLong __darwin_off_t
      typedef __int64_t __darwin_off_t
      
    • __darwin_pid_t

      public static final ValueLayout.OfInt __darwin_pid_t
      typedef __int32_t __darwin_pid_t
      
    • __darwin_sigset_t

      public static final ValueLayout.OfInt __darwin_sigset_t
      typedef __uint32_t __darwin_sigset_t
      
    • __darwin_suseconds_t

      public static final ValueLayout.OfInt __darwin_suseconds_t
      typedef __int32_t __darwin_suseconds_t
      
    • __darwin_uid_t

      public static final ValueLayout.OfInt __darwin_uid_t
      typedef __uint32_t __darwin_uid_t
      
    • __darwin_useconds_t

      public static final ValueLayout.OfInt __darwin_useconds_t
      typedef __uint32_t __darwin_useconds_t
      
    • __darwin_pthread_key_t

      public static final ValueLayout.OfLong __darwin_pthread_key_t
      typedef unsigned long __darwin_pthread_key_t
      
    • __darwin_pthread_t

      public static final AddressLayout __darwin_pthread_t
      typedef struct _opaque_pthread_t {
          long __sig;
          struct __darwin_pthread_handler_rec *__cleanup_stack;
          char __opaque[8176];
      } *__darwin_pthread_t
      
    • u_int8_t

      public static final ValueLayout.OfByte u_int8_t
      typedef unsigned char u_int8_t
      
    • u_int16_t

      public static final ValueLayout.OfShort u_int16_t
      typedef unsigned short u_int16_t
      
    • u_int32_t

      public static final ValueLayout.OfInt u_int32_t
      typedef unsigned int u_int32_t
      
    • u_int64_t

      public static final ValueLayout.OfLong u_int64_t
      typedef unsigned long long u_int64_t
      
    • register_t

      public static final ValueLayout.OfLong register_t
      typedef int64_t register_t
      
    • uintptr_t

      public static final ValueLayout.OfLong uintptr_t
      typedef unsigned long uintptr_t
      
    • user_addr_t

      public static final ValueLayout.OfLong user_addr_t
      typedef u_int64_t user_addr_t
      
    • user_size_t

      public static final ValueLayout.OfLong user_size_t
      typedef u_int64_t user_size_t
      
    • user_ssize_t

      public static final ValueLayout.OfLong user_ssize_t
      typedef int64_t user_ssize_t
      
    • user_long_t

      public static final ValueLayout.OfLong user_long_t
      typedef int64_t user_long_t
      
    • user_ulong_t

      public static final ValueLayout.OfLong user_ulong_t
      typedef u_int64_t user_ulong_t
      
    • user_time_t

      public static final ValueLayout.OfLong user_time_t
      typedef int64_t user_time_t
      
    • user_off_t

      public static final ValueLayout.OfLong user_off_t
      typedef int64_t user_off_t
      
    • syscall_arg_t

      public static final ValueLayout.OfLong syscall_arg_t
      typedef u_int64_t syscall_arg_t
      
    • intptr_t

      public static final ValueLayout.OfLong intptr_t
      typedef __darwin_intptr_t intptr_t
      
    • intmax_t

      public static final ValueLayout.OfLong intmax_t
      typedef long intmax_t
      
    • uintmax_t

      public static final ValueLayout.OfLong uintmax_t
      typedef unsigned long uintmax_t
      
    • __darwin_nl_item

      public static final ValueLayout.OfInt __darwin_nl_item
      typedef int __darwin_nl_item
      
    • __darwin_wctrans_t

      public static final ValueLayout.OfInt __darwin_wctrans_t
      typedef int __darwin_wctrans_t
      
    • __darwin_wctype_t

      public static final ValueLayout.OfInt __darwin_wctype_t
      typedef __uint32_t __darwin_wctype_t
      
    • pid_t

      public static final ValueLayout.OfInt pid_t
      typedef __darwin_pid_t pid_t
      
    • id_t

      public static final ValueLayout.OfInt id_t
      typedef __darwin_id_t id_t
      
    • sig_atomic_t

      public static final ValueLayout.OfInt sig_atomic_t
      typedef int sig_atomic_t
      
    • mcontext_t

      public static final AddressLayout mcontext_t
      typedef struct __darwin_mcontext64 {
          struct __darwin_x86_exception_state64 __es;
          struct __darwin_x86_thread_state64 __ss;
          struct __darwin_x86_float_state64 __fs;
      } *mcontext_t
      
    • sigset_t

      public static final ValueLayout.OfInt sigset_t
      typedef __darwin_sigset_t sigset_t
      
    • size_t

      public static final ValueLayout.OfLong size_t
      typedef __darwin_size_t size_t
      
    • uid_t

      public static final ValueLayout.OfInt uid_t
      typedef __darwin_uid_t uid_t
      
    • rlim_t

      public static final ValueLayout.OfLong rlim_t
      typedef __uint64_t rlim_t
      
    • rusage_info_t

      public static final AddressLayout rusage_info_t
      typedef void *rusage_info_t
      
    • ct_rune_t

      public static final ValueLayout.OfInt ct_rune_t
      typedef __darwin_ct_rune_t ct_rune_t
      
    • rune_t

      public static final ValueLayout.OfInt rune_t
      typedef __darwin_rune_t rune_t
      
    • wchar_t

      public static final ValueLayout.OfInt wchar_t
      typedef __darwin_wchar_t wchar_t
      
    • malloc_type_id_t

      public static final ValueLayout.OfLong malloc_type_id_t
      typedef unsigned long long malloc_type_id_t
      
    • dev_t

      public static final ValueLayout.OfInt dev_t
      typedef __darwin_dev_t dev_t
      
    • mode_t

      public static final ValueLayout.OfShort mode_t
      typedef __darwin_mode_t mode_t
      
    • rsize_t

      public static final ValueLayout.OfLong rsize_t
      typedef __darwin_size_t rsize_t
      
    • errno_t

      public static final ValueLayout.OfInt errno_t
      typedef int errno_t
      
    • ssize_t

      public static final ValueLayout.OfLong ssize_t
      typedef __darwin_ssize_t ssize_t
      
    • OrtStatusPtr

      public static final AddressLayout OrtStatusPtr
      typedef OrtStatus *OrtStatusPtr
      
    • OrtCustomThreadHandle

      public static final AddressLayout OrtCustomThreadHandle
      typedef const struct OrtCustomHandleType {
          char __place_holder;
      } *OrtCustomThreadHandle
      
  • Method Details

    • NSIG

      public static int NSIG()
      #define NSIG 32
      
    • SIGIOT

      public static int SIGIOT()
      #define SIGIOT 6
      
    • SIG_DFL

      public static MemorySegment SIG_DFL()
      #define SIG_DFL (void*) 0
      
    • SIG_IGN

      public static MemorySegment SIG_IGN()
      #define SIG_IGN (void*) 1
      
    • SIG_HOLD

      public static MemorySegment SIG_HOLD()
      #define SIG_HOLD (void*) 5
      
    • SIG_ERR

      public static MemorySegment SIG_ERR()
      #define SIG_ERR (void*) -1
      
    • _X86_INSTRUCTION_STATE_MAX_INSN_BYTES

      public static int _X86_INSTRUCTION_STATE_MAX_INSN_BYTES()
      #define _X86_INSTRUCTION_STATE_MAX_INSN_BYTES 2380
      
    • SA_USERSPACE_MASK

      public static int SA_USERSPACE_MASK()
      #define SA_USERSPACE_MASK 127
      
    • SV_ONSTACK

      public static int SV_ONSTACK()
      #define SV_ONSTACK 1
      
    • SV_INTERRUPT

      public static int SV_INTERRUPT()
      #define SV_INTERRUPT 2
      
    • SV_RESETHAND

      public static int SV_RESETHAND()
      #define SV_RESETHAND 4
      
    • SV_NODEFER

      public static int SV_NODEFER()
      #define SV_NODEFER 16
      
    • SV_NOCLDSTOP

      public static int SV_NOCLDSTOP()
      #define SV_NOCLDSTOP 8
      
    • SV_SIGINFO

      public static int SV_SIGINFO()
      #define SV_SIGINFO 64
      
    • BADSIG

      public static MemorySegment BADSIG()
      #define BADSIG (void*) -1
      
    • PRIO_MIN

      public static int PRIO_MIN()
      #define PRIO_MIN -20
      
    • RUSAGE_CHILDREN

      public static int RUSAGE_CHILDREN()
      #define RUSAGE_CHILDREN -1
      
    • RUSAGE_INFO_CURRENT

      public static int RUSAGE_INFO_CURRENT()
      #define RUSAGE_INFO_CURRENT 6
      
    • RLIM_INFINITY

      public static long RLIM_INFINITY()
      #define RLIM_INFINITY 9223372036854775807
      
    • RLIM_SAVED_MAX

      public static long RLIM_SAVED_MAX()
      #define RLIM_SAVED_MAX 9223372036854775807
      
    • RLIM_SAVED_CUR

      public static long RLIM_SAVED_CUR()
      #define RLIM_SAVED_CUR 9223372036854775807
      
    • RLIMIT_RSS

      public static int RLIMIT_RSS()
      #define RLIMIT_RSS 5
      
    • IOPOL_APPLICATION

      public static int IOPOL_APPLICATION()
      #define IOPOL_APPLICATION 5
      
    • IOPOL_NORMAL

      public static int IOPOL_NORMAL()
      #define IOPOL_NORMAL 1
      
    • WAIT_ANY

      public static int WAIT_ANY()
      #define WAIT_ANY -1
      
    • __DARWIN_BYTE_ORDER

      public static int __DARWIN_BYTE_ORDER()
      #define __DARWIN_BYTE_ORDER 1234
      
    • LITTLE_ENDIAN

      public static int LITTLE_ENDIAN()
      #define LITTLE_ENDIAN 1234
      
    • BIG_ENDIAN

      public static int BIG_ENDIAN()
      #define BIG_ENDIAN 4321
      
    • PDP_ENDIAN

      public static int PDP_ENDIAN()
      #define PDP_ENDIAN 3412
      
    • BYTE_ORDER

      public static int BYTE_ORDER()
      #define BYTE_ORDER 1234
      
    • NULL

      public static MemorySegment NULL()
      #define NULL (void*) 0
      
    • ORT_FILE

      public static MemorySegment ORT_FILE()
      #define ORT_FILE "jextract$macro.h"
      
    • true_

      public static int true_()
      #define true 1
      
    • false_

      public static int false_()
      #define false 0
      
    • __bool_true_false_are_defined

      public static int __bool_true_false_are_defined()
      #define __bool_true_false_are_defined 1
      
    • __WORDSIZE

      public static int __WORDSIZE()
      #define __WORDSIZE 64
      
    • __STDC_WANT_LIB_EXT1__

      public static int __STDC_WANT_LIB_EXT1__()
      #define __STDC_WANT_LIB_EXT1__ 1
      
    • __has_ptrcheck

      public static int __has_ptrcheck()
      #define __has_ptrcheck 0
      
    • __PTHREAD_SIZE__

      public static int __PTHREAD_SIZE__()
      #define __PTHREAD_SIZE__ 8176
      
    • __PTHREAD_ATTR_SIZE__

      public static int __PTHREAD_ATTR_SIZE__()
      #define __PTHREAD_ATTR_SIZE__ 56
      
    • __PTHREAD_MUTEXATTR_SIZE__

      public static int __PTHREAD_MUTEXATTR_SIZE__()
      #define __PTHREAD_MUTEXATTR_SIZE__ 8
      
    • __PTHREAD_MUTEX_SIZE__

      public static int __PTHREAD_MUTEX_SIZE__()
      #define __PTHREAD_MUTEX_SIZE__ 56
      
    • __PTHREAD_CONDATTR_SIZE__

      public static int __PTHREAD_CONDATTR_SIZE__()
      #define __PTHREAD_CONDATTR_SIZE__ 8
      
    • __PTHREAD_COND_SIZE__

      public static int __PTHREAD_COND_SIZE__()
      #define __PTHREAD_COND_SIZE__ 40
      
    • __PTHREAD_ONCE_SIZE__

      public static int __PTHREAD_ONCE_SIZE__()
      #define __PTHREAD_ONCE_SIZE__ 8
      
    • __PTHREAD_RWLOCK_SIZE__

      public static int __PTHREAD_RWLOCK_SIZE__()
      #define __PTHREAD_RWLOCK_SIZE__ 192
      
    • __PTHREAD_RWLOCKATTR_SIZE__

      public static int __PTHREAD_RWLOCKATTR_SIZE__()
      #define __PTHREAD_RWLOCKATTR_SIZE__ 16
      
    • INT8_MAX

      public static int INT8_MAX()
      #define INT8_MAX 127
      
    • INT16_MAX

      public static int INT16_MAX()
      #define INT16_MAX 32767
      
    • INT32_MAX

      public static int INT32_MAX()
      #define INT32_MAX 2147483647
      
    • UINT8_MAX

      public static int UINT8_MAX()
      #define UINT8_MAX 255
      
    • UINT16_MAX

      public static int UINT16_MAX()
      #define UINT16_MAX 65535
      
    • __API_TO_BE_DEPRECATED

      public static int __API_TO_BE_DEPRECATED()
      #define __API_TO_BE_DEPRECATED 100000
      
    • __API_TO_BE_DEPRECATED_MACOS

      public static int __API_TO_BE_DEPRECATED_MACOS()
      #define __API_TO_BE_DEPRECATED_MACOS 100000
      
    • __API_TO_BE_DEPRECATED_IOS

      public static int __API_TO_BE_DEPRECATED_IOS()
      #define __API_TO_BE_DEPRECATED_IOS 100000
      
    • __API_TO_BE_DEPRECATED_MACCATALYST

      public static int __API_TO_BE_DEPRECATED_MACCATALYST()
      #define __API_TO_BE_DEPRECATED_MACCATALYST 100000
      
    • __API_TO_BE_DEPRECATED_WATCHOS

      public static int __API_TO_BE_DEPRECATED_WATCHOS()
      #define __API_TO_BE_DEPRECATED_WATCHOS 100000
      
    • __API_TO_BE_DEPRECATED_TVOS

      public static int __API_TO_BE_DEPRECATED_TVOS()
      #define __API_TO_BE_DEPRECATED_TVOS 100000
      
    • __API_TO_BE_DEPRECATED_DRIVERKIT

      public static int __API_TO_BE_DEPRECATED_DRIVERKIT()
      #define __API_TO_BE_DEPRECATED_DRIVERKIT 100000
      
    • __API_TO_BE_DEPRECATED_VISIONOS

      public static int __API_TO_BE_DEPRECATED_VISIONOS()
      #define __API_TO_BE_DEPRECATED_VISIONOS 100000
      
    • __MAC_10_0

      public static int __MAC_10_0()
      #define __MAC_10_0 1000
      
    • __MAC_10_1

      public static int __MAC_10_1()
      #define __MAC_10_1 1010
      
    • __MAC_10_2

      public static int __MAC_10_2()
      #define __MAC_10_2 1020
      
    • __MAC_10_3

      public static int __MAC_10_3()
      #define __MAC_10_3 1030
      
    • __MAC_10_4

      public static int __MAC_10_4()
      #define __MAC_10_4 1040
      
    • __MAC_10_5

      public static int __MAC_10_5()
      #define __MAC_10_5 1050
      
    • __MAC_10_6

      public static int __MAC_10_6()
      #define __MAC_10_6 1060
      
    • __MAC_10_7

      public static int __MAC_10_7()
      #define __MAC_10_7 1070
      
    • __MAC_10_8

      public static int __MAC_10_8()
      #define __MAC_10_8 1080
      
    • __MAC_10_9

      public static int __MAC_10_9()
      #define __MAC_10_9 1090
      
    • __MAC_10_10

      public static int __MAC_10_10()
      #define __MAC_10_10 101000
      
    • __MAC_10_10_2

      public static int __MAC_10_10_2()
      #define __MAC_10_10_2 101002
      
    • __MAC_10_10_3

      public static int __MAC_10_10_3()
      #define __MAC_10_10_3 101003
      
    • __MAC_10_11

      public static int __MAC_10_11()
      #define __MAC_10_11 101100
      
    • __MAC_10_11_2

      public static int __MAC_10_11_2()
      #define __MAC_10_11_2 101102
      
    • __MAC_10_11_3

      public static int __MAC_10_11_3()
      #define __MAC_10_11_3 101103
      
    • __MAC_10_11_4

      public static int __MAC_10_11_4()
      #define __MAC_10_11_4 101104
      
    • __MAC_10_12

      public static int __MAC_10_12()
      #define __MAC_10_12 101200
      
    • __MAC_10_12_1

      public static int __MAC_10_12_1()
      #define __MAC_10_12_1 101201
      
    • __MAC_10_12_2

      public static int __MAC_10_12_2()
      #define __MAC_10_12_2 101202
      
    • __MAC_10_12_4

      public static int __MAC_10_12_4()
      #define __MAC_10_12_4 101204
      
    • __MAC_10_13

      public static int __MAC_10_13()
      #define __MAC_10_13 101300
      
    • __MAC_10_13_1

      public static int __MAC_10_13_1()
      #define __MAC_10_13_1 101301
      
    • __MAC_10_13_2

      public static int __MAC_10_13_2()
      #define __MAC_10_13_2 101302
      
    • __MAC_10_13_4

      public static int __MAC_10_13_4()
      #define __MAC_10_13_4 101304
      
    • __MAC_10_14

      public static int __MAC_10_14()
      #define __MAC_10_14 101400
      
    • __MAC_10_14_1

      public static int __MAC_10_14_1()
      #define __MAC_10_14_1 101401
      
    • __MAC_10_14_4

      public static int __MAC_10_14_4()
      #define __MAC_10_14_4 101404
      
    • __MAC_10_14_5

      public static int __MAC_10_14_5()
      #define __MAC_10_14_5 101405
      
    • __MAC_10_14_6

      public static int __MAC_10_14_6()
      #define __MAC_10_14_6 101406
      
    • __MAC_10_15

      public static int __MAC_10_15()
      #define __MAC_10_15 101500
      
    • __MAC_10_15_1

      public static int __MAC_10_15_1()
      #define __MAC_10_15_1 101501
      
    • __MAC_10_15_4

      public static int __MAC_10_15_4()
      #define __MAC_10_15_4 101504
      
    • __MAC_10_16

      public static int __MAC_10_16()
      #define __MAC_10_16 101600
      
    • __MAC_11_0

      public static int __MAC_11_0()
      #define __MAC_11_0 110000
      
    • __MAC_11_1

      public static int __MAC_11_1()
      #define __MAC_11_1 110100
      
    • __MAC_11_3

      public static int __MAC_11_3()
      #define __MAC_11_3 110300
      
    • __MAC_11_4

      public static int __MAC_11_4()
      #define __MAC_11_4 110400
      
    • __MAC_11_5

      public static int __MAC_11_5()
      #define __MAC_11_5 110500
      
    • __MAC_11_6

      public static int __MAC_11_6()
      #define __MAC_11_6 110600
      
    • __MAC_12_0

      public static int __MAC_12_0()
      #define __MAC_12_0 120000
      
    • __MAC_12_1

      public static int __MAC_12_1()
      #define __MAC_12_1 120100
      
    • __MAC_12_2

      public static int __MAC_12_2()
      #define __MAC_12_2 120200
      
    • __MAC_12_3

      public static int __MAC_12_3()
      #define __MAC_12_3 120300
      
    • __MAC_12_4

      public static int __MAC_12_4()
      #define __MAC_12_4 120400
      
    • __MAC_12_5

      public static int __MAC_12_5()
      #define __MAC_12_5 120500
      
    • __MAC_12_6

      public static int __MAC_12_6()
      #define __MAC_12_6 120600
      
    • __MAC_12_7

      public static int __MAC_12_7()
      #define __MAC_12_7 120700
      
    • __MAC_13_0

      public static int __MAC_13_0()
      #define __MAC_13_0 130000
      
    • __MAC_13_1

      public static int __MAC_13_1()
      #define __MAC_13_1 130100
      
    • __MAC_13_2

      public static int __MAC_13_2()
      #define __MAC_13_2 130200
      
    • __MAC_13_3

      public static int __MAC_13_3()
      #define __MAC_13_3 130300
      
    • __MAC_13_4

      public static int __MAC_13_4()
      #define __MAC_13_4 130400
      
    • __MAC_13_5

      public static int __MAC_13_5()
      #define __MAC_13_5 130500
      
    • __MAC_13_6

      public static int __MAC_13_6()
      #define __MAC_13_6 130600
      
    • __MAC_14_0

      public static int __MAC_14_0()
      #define __MAC_14_0 140000
      
    • __MAC_14_1

      public static int __MAC_14_1()
      #define __MAC_14_1 140100
      
    • __MAC_14_2

      public static int __MAC_14_2()
      #define __MAC_14_2 140200
      
    • __IPHONE_2_0

      public static int __IPHONE_2_0()
      #define __IPHONE_2_0 20000
      
    • __IPHONE_2_1

      public static int __IPHONE_2_1()
      #define __IPHONE_2_1 20100
      
    • __IPHONE_2_2

      public static int __IPHONE_2_2()
      #define __IPHONE_2_2 20200
      
    • __IPHONE_3_0

      public static int __IPHONE_3_0()
      #define __IPHONE_3_0 30000
      
    • __IPHONE_3_1

      public static int __IPHONE_3_1()
      #define __IPHONE_3_1 30100
      
    • __IPHONE_3_2

      public static int __IPHONE_3_2()
      #define __IPHONE_3_2 30200
      
    • __IPHONE_4_0

      public static int __IPHONE_4_0()
      #define __IPHONE_4_0 40000
      
    • __IPHONE_4_1

      public static int __IPHONE_4_1()
      #define __IPHONE_4_1 40100
      
    • __IPHONE_4_2

      public static int __IPHONE_4_2()
      #define __IPHONE_4_2 40200
      
    • __IPHONE_4_3

      public static int __IPHONE_4_3()
      #define __IPHONE_4_3 40300
      
    • __IPHONE_5_0

      public static int __IPHONE_5_0()
      #define __IPHONE_5_0 50000
      
    • __IPHONE_5_1

      public static int __IPHONE_5_1()
      #define __IPHONE_5_1 50100
      
    • __IPHONE_6_0

      public static int __IPHONE_6_0()
      #define __IPHONE_6_0 60000
      
    • __IPHONE_6_1

      public static int __IPHONE_6_1()
      #define __IPHONE_6_1 60100
      
    • __IPHONE_7_0

      public static int __IPHONE_7_0()
      #define __IPHONE_7_0 70000
      
    • __IPHONE_7_1

      public static int __IPHONE_7_1()
      #define __IPHONE_7_1 70100
      
    • __IPHONE_8_0

      public static int __IPHONE_8_0()
      #define __IPHONE_8_0 80000
      
    • __IPHONE_8_1

      public static int __IPHONE_8_1()
      #define __IPHONE_8_1 80100
      
    • __IPHONE_8_2

      public static int __IPHONE_8_2()
      #define __IPHONE_8_2 80200
      
    • __IPHONE_8_3

      public static int __IPHONE_8_3()
      #define __IPHONE_8_3 80300
      
    • __IPHONE_8_4

      public static int __IPHONE_8_4()
      #define __IPHONE_8_4 80400
      
    • __IPHONE_9_0

      public static int __IPHONE_9_0()
      #define __IPHONE_9_0 90000
      
    • __IPHONE_9_1

      public static int __IPHONE_9_1()
      #define __IPHONE_9_1 90100
      
    • __IPHONE_9_2

      public static int __IPHONE_9_2()
      #define __IPHONE_9_2 90200
      
    • __IPHONE_9_3

      public static int __IPHONE_9_3()
      #define __IPHONE_9_3 90300
      
    • __IPHONE_10_0

      public static int __IPHONE_10_0()
      #define __IPHONE_10_0 100000
      
    • __IPHONE_10_1

      public static int __IPHONE_10_1()
      #define __IPHONE_10_1 100100
      
    • __IPHONE_10_2

      public static int __IPHONE_10_2()
      #define __IPHONE_10_2 100200
      
    • __IPHONE_10_3

      public static int __IPHONE_10_3()
      #define __IPHONE_10_3 100300
      
    • __IPHONE_11_0

      public static int __IPHONE_11_0()
      #define __IPHONE_11_0 110000
      
    • __IPHONE_11_1

      public static int __IPHONE_11_1()
      #define __IPHONE_11_1 110100
      
    • __IPHONE_11_2

      public static int __IPHONE_11_2()
      #define __IPHONE_11_2 110200
      
    • __IPHONE_11_3

      public static int __IPHONE_11_3()
      #define __IPHONE_11_3 110300
      
    • __IPHONE_11_4

      public static int __IPHONE_11_4()
      #define __IPHONE_11_4 110400
      
    • __IPHONE_12_0

      public static int __IPHONE_12_0()
      #define __IPHONE_12_0 120000
      
    • __IPHONE_12_1

      public static int __IPHONE_12_1()
      #define __IPHONE_12_1 120100
      
    • __IPHONE_12_2

      public static int __IPHONE_12_2()
      #define __IPHONE_12_2 120200
      
    • __IPHONE_12_3

      public static int __IPHONE_12_3()
      #define __IPHONE_12_3 120300
      
    • __IPHONE_12_4

      public static int __IPHONE_12_4()
      #define __IPHONE_12_4 120400
      
    • __IPHONE_13_0

      public static int __IPHONE_13_0()
      #define __IPHONE_13_0 130000
      
    • __IPHONE_13_1

      public static int __IPHONE_13_1()
      #define __IPHONE_13_1 130100
      
    • __IPHONE_13_2

      public static int __IPHONE_13_2()
      #define __IPHONE_13_2 130200
      
    • __IPHONE_13_3

      public static int __IPHONE_13_3()
      #define __IPHONE_13_3 130300
      
    • __IPHONE_13_4

      public static int __IPHONE_13_4()
      #define __IPHONE_13_4 130400
      
    • __IPHONE_13_5

      public static int __IPHONE_13_5()
      #define __IPHONE_13_5 130500
      
    • __IPHONE_13_6

      public static int __IPHONE_13_6()
      #define __IPHONE_13_6 130600
      
    • __IPHONE_13_7

      public static int __IPHONE_13_7()
      #define __IPHONE_13_7 130700
      
    • __IPHONE_14_0

      public static int __IPHONE_14_0()
      #define __IPHONE_14_0 140000
      
    • __IPHONE_14_1

      public static int __IPHONE_14_1()
      #define __IPHONE_14_1 140100
      
    • __IPHONE_14_2

      public static int __IPHONE_14_2()
      #define __IPHONE_14_2 140200
      
    • __IPHONE_14_3

      public static int __IPHONE_14_3()
      #define __IPHONE_14_3 140300
      
    • __IPHONE_14_5

      public static int __IPHONE_14_5()
      #define __IPHONE_14_5 140500
      
    • __IPHONE_14_4

      public static int __IPHONE_14_4()
      #define __IPHONE_14_4 140400
      
    • __IPHONE_14_6

      public static int __IPHONE_14_6()
      #define __IPHONE_14_6 140600
      
    • __IPHONE_14_7

      public static int __IPHONE_14_7()
      #define __IPHONE_14_7 140700
      
    • __IPHONE_14_8

      public static int __IPHONE_14_8()
      #define __IPHONE_14_8 140800
      
    • __IPHONE_15_0

      public static int __IPHONE_15_0()
      #define __IPHONE_15_0 150000
      
    • __IPHONE_15_1

      public static int __IPHONE_15_1()
      #define __IPHONE_15_1 150100
      
    • __IPHONE_15_2

      public static int __IPHONE_15_2()
      #define __IPHONE_15_2 150200
      
    • __IPHONE_15_3

      public static int __IPHONE_15_3()
      #define __IPHONE_15_3 150300
      
    • __IPHONE_15_4

      public static int __IPHONE_15_4()
      #define __IPHONE_15_4 150400
      
    • __IPHONE_15_5

      public static int __IPHONE_15_5()
      #define __IPHONE_15_5 150500
      
    • __IPHONE_15_6

      public static int __IPHONE_15_6()
      #define __IPHONE_15_6 150600
      
    • __IPHONE_16_0

      public static int __IPHONE_16_0()
      #define __IPHONE_16_0 160000
      
    • __IPHONE_16_1

      public static int __IPHONE_16_1()
      #define __IPHONE_16_1 160100
      
    • __IPHONE_16_2

      public static int __IPHONE_16_2()
      #define __IPHONE_16_2 160200
      
    • __IPHONE_16_3

      public static int __IPHONE_16_3()
      #define __IPHONE_16_3 160300
      
    • __IPHONE_16_4

      public static int __IPHONE_16_4()
      #define __IPHONE_16_4 160400
      
    • __IPHONE_16_5

      public static int __IPHONE_16_5()
      #define __IPHONE_16_5 160500
      
    • __IPHONE_16_6

      public static int __IPHONE_16_6()
      #define __IPHONE_16_6 160600
      
    • __IPHONE_16_7

      public static int __IPHONE_16_7()
      #define __IPHONE_16_7 160700
      
    • __IPHONE_17_0

      public static int __IPHONE_17_0()
      #define __IPHONE_17_0 170000
      
    • __IPHONE_17_1

      public static int __IPHONE_17_1()
      #define __IPHONE_17_1 170100
      
    • __IPHONE_17_2

      public static int __IPHONE_17_2()
      #define __IPHONE_17_2 170200
      
    • __WATCHOS_1_0

      public static int __WATCHOS_1_0()
      #define __WATCHOS_1_0 10000
      
    • __WATCHOS_2_0

      public static int __WATCHOS_2_0()
      #define __WATCHOS_2_0 20000
      
    • __WATCHOS_2_1

      public static int __WATCHOS_2_1()
      #define __WATCHOS_2_1 20100
      
    • __WATCHOS_2_2

      public static int __WATCHOS_2_2()
      #define __WATCHOS_2_2 20200
      
    • __WATCHOS_3_0

      public static int __WATCHOS_3_0()
      #define __WATCHOS_3_0 30000
      
    • __WATCHOS_3_1

      public static int __WATCHOS_3_1()
      #define __WATCHOS_3_1 30100
      
    • __WATCHOS_3_1_1

      public static int __WATCHOS_3_1_1()
      #define __WATCHOS_3_1_1 30101
      
    • __WATCHOS_3_2

      public static int __WATCHOS_3_2()
      #define __WATCHOS_3_2 30200
      
    • __WATCHOS_4_0

      public static int __WATCHOS_4_0()
      #define __WATCHOS_4_0 40000
      
    • __WATCHOS_4_1

      public static int __WATCHOS_4_1()
      #define __WATCHOS_4_1 40100
      
    • __WATCHOS_4_2

      public static int __WATCHOS_4_2()
      #define __WATCHOS_4_2 40200
      
    • __WATCHOS_4_3

      public static int __WATCHOS_4_3()
      #define __WATCHOS_4_3 40300
      
    • __WATCHOS_5_0

      public static int __WATCHOS_5_0()
      #define __WATCHOS_5_0 50000
      
    • __WATCHOS_5_1

      public static int __WATCHOS_5_1()
      #define __WATCHOS_5_1 50100
      
    • __WATCHOS_5_2

      public static int __WATCHOS_5_2()
      #define __WATCHOS_5_2 50200
      
    • __WATCHOS_5_3

      public static int __WATCHOS_5_3()
      #define __WATCHOS_5_3 50300
      
    • __WATCHOS_6_0

      public static int __WATCHOS_6_0()
      #define __WATCHOS_6_0 60000
      
    • __WATCHOS_6_1

      public static int __WATCHOS_6_1()
      #define __WATCHOS_6_1 60100
      
    • __WATCHOS_6_2

      public static int __WATCHOS_6_2()
      #define __WATCHOS_6_2 60200
      
    • __WATCHOS_7_0

      public static int __WATCHOS_7_0()
      #define __WATCHOS_7_0 70000
      
    • __WATCHOS_7_1

      public static int __WATCHOS_7_1()
      #define __WATCHOS_7_1 70100
      
    • __WATCHOS_7_2

      public static int __WATCHOS_7_2()
      #define __WATCHOS_7_2 70200
      
    • __WATCHOS_7_3

      public static int __WATCHOS_7_3()
      #define __WATCHOS_7_3 70300
      
    • __WATCHOS_7_4

      public static int __WATCHOS_7_4()
      #define __WATCHOS_7_4 70400
      
    • __WATCHOS_7_5

      public static int __WATCHOS_7_5()
      #define __WATCHOS_7_5 70500
      
    • __WATCHOS_7_6

      public static int __WATCHOS_7_6()
      #define __WATCHOS_7_6 70600
      
    • __WATCHOS_8_0

      public static int __WATCHOS_8_0()
      #define __WATCHOS_8_0 80000
      
    • __WATCHOS_8_1

      public static int __WATCHOS_8_1()
      #define __WATCHOS_8_1 80100
      
    • __WATCHOS_8_3

      public static int __WATCHOS_8_3()
      #define __WATCHOS_8_3 80300
      
    • __WATCHOS_8_4

      public static int __WATCHOS_8_4()
      #define __WATCHOS_8_4 80400
      
    • __WATCHOS_8_5

      public static int __WATCHOS_8_5()
      #define __WATCHOS_8_5 80500
      
    • __WATCHOS_8_6

      public static int __WATCHOS_8_6()
      #define __WATCHOS_8_6 80600
      
    • __WATCHOS_8_7

      public static int __WATCHOS_8_7()
      #define __WATCHOS_8_7 80700
      
    • __WATCHOS_9_0

      public static int __WATCHOS_9_0()
      #define __WATCHOS_9_0 90000
      
    • __WATCHOS_9_1

      public static int __WATCHOS_9_1()
      #define __WATCHOS_9_1 90100
      
    • __WATCHOS_9_2

      public static int __WATCHOS_9_2()
      #define __WATCHOS_9_2 90200
      
    • __WATCHOS_9_3

      public static int __WATCHOS_9_3()
      #define __WATCHOS_9_3 90300
      
    • __WATCHOS_9_4

      public static int __WATCHOS_9_4()
      #define __WATCHOS_9_4 90400
      
    • __WATCHOS_9_5

      public static int __WATCHOS_9_5()
      #define __WATCHOS_9_5 90500
      
    • __WATCHOS_9_6

      public static int __WATCHOS_9_6()
      #define __WATCHOS_9_6 90600
      
    • __WATCHOS_10_0

      public static int __WATCHOS_10_0()
      #define __WATCHOS_10_0 100000
      
    • __WATCHOS_10_1

      public static int __WATCHOS_10_1()
      #define __WATCHOS_10_1 100100
      
    • __WATCHOS_10_2

      public static int __WATCHOS_10_2()
      #define __WATCHOS_10_2 100200
      
    • __TVOS_9_0

      public static int __TVOS_9_0()
      #define __TVOS_9_0 90000
      
    • __TVOS_9_1

      public static int __TVOS_9_1()
      #define __TVOS_9_1 90100
      
    • __TVOS_9_2

      public static int __TVOS_9_2()
      #define __TVOS_9_2 90200
      
    • __TVOS_10_0

      public static int __TVOS_10_0()
      #define __TVOS_10_0 100000
      
    • __TVOS_10_0_1

      public static int __TVOS_10_0_1()
      #define __TVOS_10_0_1 100001
      
    • __TVOS_10_1

      public static int __TVOS_10_1()
      #define __TVOS_10_1 100100
      
    • __TVOS_10_2

      public static int __TVOS_10_2()
      #define __TVOS_10_2 100200
      
    • __TVOS_11_0

      public static int __TVOS_11_0()
      #define __TVOS_11_0 110000
      
    • __TVOS_11_1

      public static int __TVOS_11_1()
      #define __TVOS_11_1 110100
      
    • __TVOS_11_2

      public static int __TVOS_11_2()
      #define __TVOS_11_2 110200
      
    • __TVOS_11_3

      public static int __TVOS_11_3()
      #define __TVOS_11_3 110300
      
    • __TVOS_11_4

      public static int __TVOS_11_4()
      #define __TVOS_11_4 110400
      
    • __TVOS_12_0

      public static int __TVOS_12_0()
      #define __TVOS_12_0 120000
      
    • __TVOS_12_1

      public static int __TVOS_12_1()
      #define __TVOS_12_1 120100
      
    • __TVOS_12_2

      public static int __TVOS_12_2()
      #define __TVOS_12_2 120200
      
    • __TVOS_12_3

      public static int __TVOS_12_3()
      #define __TVOS_12_3 120300
      
    • __TVOS_12_4

      public static int __TVOS_12_4()
      #define __TVOS_12_4 120400
      
    • __TVOS_13_0

      public static int __TVOS_13_0()
      #define __TVOS_13_0 130000
      
    • __TVOS_13_2

      public static int __TVOS_13_2()
      #define __TVOS_13_2 130200
      
    • __TVOS_13_3

      public static int __TVOS_13_3()
      #define __TVOS_13_3 130300
      
    • __TVOS_13_4

      public static int __TVOS_13_4()
      #define __TVOS_13_4 130400
      
    • __TVOS_14_0

      public static int __TVOS_14_0()
      #define __TVOS_14_0 140000
      
    • __TVOS_14_1

      public static int __TVOS_14_1()
      #define __TVOS_14_1 140100
      
    • __TVOS_14_2

      public static int __TVOS_14_2()
      #define __TVOS_14_2 140200
      
    • __TVOS_14_3

      public static int __TVOS_14_3()
      #define __TVOS_14_3 140300
      
    • __TVOS_14_5

      public static int __TVOS_14_5()
      #define __TVOS_14_5 140500
      
    • __TVOS_14_6

      public static int __TVOS_14_6()
      #define __TVOS_14_6 140600
      
    • __TVOS_14_7

      public static int __TVOS_14_7()
      #define __TVOS_14_7 140700
      
    • __TVOS_15_0

      public static int __TVOS_15_0()
      #define __TVOS_15_0 150000
      
    • __TVOS_15_1

      public static int __TVOS_15_1()
      #define __TVOS_15_1 150100
      
    • __TVOS_15_2

      public static int __TVOS_15_2()
      #define __TVOS_15_2 150200
      
    • __TVOS_15_3

      public static int __TVOS_15_3()
      #define __TVOS_15_3 150300
      
    • __TVOS_15_4

      public static int __TVOS_15_4()
      #define __TVOS_15_4 150400
      
    • __TVOS_15_5

      public static int __TVOS_15_5()
      #define __TVOS_15_5 150500
      
    • __TVOS_15_6

      public static int __TVOS_15_6()
      #define __TVOS_15_6 150600
      
    • __TVOS_16_0

      public static int __TVOS_16_0()
      #define __TVOS_16_0 160000
      
    • __TVOS_16_1

      public static int __TVOS_16_1()
      #define __TVOS_16_1 160100
      
    • __TVOS_16_2

      public static int __TVOS_16_2()
      #define __TVOS_16_2 160200
      
    • __TVOS_16_3

      public static int __TVOS_16_3()
      #define __TVOS_16_3 160300
      
    • __TVOS_16_4

      public static int __TVOS_16_4()
      #define __TVOS_16_4 160400
      
    • __TVOS_16_5

      public static int __TVOS_16_5()
      #define __TVOS_16_5 160500
      
    • __TVOS_16_6

      public static int __TVOS_16_6()
      #define __TVOS_16_6 160600
      
    • __TVOS_17_0

      public static int __TVOS_17_0()
      #define __TVOS_17_0 170000
      
    • __TVOS_17_1

      public static int __TVOS_17_1()
      #define __TVOS_17_1 170100
      
    • __TVOS_17_2

      public static int __TVOS_17_2()
      #define __TVOS_17_2 170200
      
    • __BRIDGEOS_2_0

      public static int __BRIDGEOS_2_0()
      #define __BRIDGEOS_2_0 20000
      
    • __BRIDGEOS_3_0

      public static int __BRIDGEOS_3_0()
      #define __BRIDGEOS_3_0 30000
      
    • __BRIDGEOS_3_1

      public static int __BRIDGEOS_3_1()
      #define __BRIDGEOS_3_1 30100
      
    • __BRIDGEOS_3_4

      public static int __BRIDGEOS_3_4()
      #define __BRIDGEOS_3_4 30400
      
    • __BRIDGEOS_4_0

      public static int __BRIDGEOS_4_0()
      #define __BRIDGEOS_4_0 40000
      
    • __BRIDGEOS_4_1

      public static int __BRIDGEOS_4_1()
      #define __BRIDGEOS_4_1 40100
      
    • __BRIDGEOS_5_0

      public static int __BRIDGEOS_5_0()
      #define __BRIDGEOS_5_0 50000
      
    • __BRIDGEOS_5_1

      public static int __BRIDGEOS_5_1()
      #define __BRIDGEOS_5_1 50100
      
    • __BRIDGEOS_5_3

      public static int __BRIDGEOS_5_3()
      #define __BRIDGEOS_5_3 50300
      
    • __BRIDGEOS_6_0

      public static int __BRIDGEOS_6_0()
      #define __BRIDGEOS_6_0 60000
      
    • __BRIDGEOS_6_2

      public static int __BRIDGEOS_6_2()
      #define __BRIDGEOS_6_2 60200
      
    • __BRIDGEOS_6_4

      public static int __BRIDGEOS_6_4()
      #define __BRIDGEOS_6_4 60400
      
    • __BRIDGEOS_6_5

      public static int __BRIDGEOS_6_5()
      #define __BRIDGEOS_6_5 60500
      
    • __BRIDGEOS_6_6

      public static int __BRIDGEOS_6_6()
      #define __BRIDGEOS_6_6 60600
      
    • __BRIDGEOS_7_0

      public static int __BRIDGEOS_7_0()
      #define __BRIDGEOS_7_0 70000
      
    • __BRIDGEOS_7_1

      public static int __BRIDGEOS_7_1()
      #define __BRIDGEOS_7_1 70100
      
    • __BRIDGEOS_7_2

      public static int __BRIDGEOS_7_2()
      #define __BRIDGEOS_7_2 70200
      
    • __BRIDGEOS_7_3

      public static int __BRIDGEOS_7_3()
      #define __BRIDGEOS_7_3 70300
      
    • __BRIDGEOS_7_4

      public static int __BRIDGEOS_7_4()
      #define __BRIDGEOS_7_4 70400
      
    • __BRIDGEOS_7_6

      public static int __BRIDGEOS_7_6()
      #define __BRIDGEOS_7_6 70600
      
    • __BRIDGEOS_8_0

      public static int __BRIDGEOS_8_0()
      #define __BRIDGEOS_8_0 80000
      
    • __BRIDGEOS_8_1

      public static int __BRIDGEOS_8_1()
      #define __BRIDGEOS_8_1 80100
      
    • __BRIDGEOS_8_2

      public static int __BRIDGEOS_8_2()
      #define __BRIDGEOS_8_2 80200
      
    • __DRIVERKIT_19_0

      public static int __DRIVERKIT_19_0()
      #define __DRIVERKIT_19_0 190000
      
    • __DRIVERKIT_20_0

      public static int __DRIVERKIT_20_0()
      #define __DRIVERKIT_20_0 200000
      
    • __DRIVERKIT_21_0

      public static int __DRIVERKIT_21_0()
      #define __DRIVERKIT_21_0 210000
      
    • __DRIVERKIT_22_0

      public static int __DRIVERKIT_22_0()
      #define __DRIVERKIT_22_0 220000
      
    • __DRIVERKIT_22_4

      public static int __DRIVERKIT_22_4()
      #define __DRIVERKIT_22_4 220400
      
    • __DRIVERKIT_22_5

      public static int __DRIVERKIT_22_5()
      #define __DRIVERKIT_22_5 220500
      
    • __DRIVERKIT_22_6

      public static int __DRIVERKIT_22_6()
      #define __DRIVERKIT_22_6 220600
      
    • __DRIVERKIT_23_0

      public static int __DRIVERKIT_23_0()
      #define __DRIVERKIT_23_0 230000
      
    • __DRIVERKIT_23_1

      public static int __DRIVERKIT_23_1()
      #define __DRIVERKIT_23_1 230100
      
    • __DRIVERKIT_23_2

      public static int __DRIVERKIT_23_2()
      #define __DRIVERKIT_23_2 230200
      
    • __VISIONOS_1_0

      public static int __VISIONOS_1_0()
      #define __VISIONOS_1_0 10000
      
    • __ENABLE_LEGACY_MAC_AVAILABILITY

      public static int __ENABLE_LEGACY_MAC_AVAILABILITY()
      #define __ENABLE_LEGACY_MAC_AVAILABILITY 1
      
    • _FORTIFY_SOURCE

      public static int _FORTIFY_SOURCE()
      #define _FORTIFY_SOURCE 2
      
    • _I386_SIGNAL_H_

      public static int _I386_SIGNAL_H_()
      #define _I386_SIGNAL_H_ 1
      
    • SIGHUP

      public static int SIGHUP()
      #define SIGHUP 1
      
    • SIGINT

      public static int SIGINT()
      #define SIGINT 2
      
    • SIGQUIT

      public static int SIGQUIT()
      #define SIGQUIT 3
      
    • SIGILL

      public static int SIGILL()
      #define SIGILL 4
      
    • SIGTRAP

      public static int SIGTRAP()
      #define SIGTRAP 5
      
    • SIGABRT

      public static int SIGABRT()
      #define SIGABRT 6
      
    • SIGEMT

      public static int SIGEMT()
      #define SIGEMT 7
      
    • SIGFPE

      public static int SIGFPE()
      #define SIGFPE 8
      
    • SIGKILL

      public static int SIGKILL()
      #define SIGKILL 9
      
    • SIGBUS

      public static int SIGBUS()
      #define SIGBUS 10
      
    • SIGSEGV

      public static int SIGSEGV()
      #define SIGSEGV 11
      
    • SIGSYS

      public static int SIGSYS()
      #define SIGSYS 12
      
    • SIGPIPE

      public static int SIGPIPE()
      #define SIGPIPE 13
      
    • SIGALRM

      public static int SIGALRM()
      #define SIGALRM 14
      
    • SIGTERM

      public static int SIGTERM()
      #define SIGTERM 15
      
    • SIGURG

      public static int SIGURG()
      #define SIGURG 16
      
    • SIGSTOP

      public static int SIGSTOP()
      #define SIGSTOP 17
      
    • SIGTSTP

      public static int SIGTSTP()
      #define SIGTSTP 18
      
    • SIGCONT

      public static int SIGCONT()
      #define SIGCONT 19
      
    • SIGCHLD

      public static int SIGCHLD()
      #define SIGCHLD 20
      
    • SIGTTIN

      public static int SIGTTIN()
      #define SIGTTIN 21
      
    • SIGTTOU

      public static int SIGTTOU()
      #define SIGTTOU 22
      
    • SIGIO

      public static int SIGIO()
      #define SIGIO 23
      
    • SIGXCPU

      public static int SIGXCPU()
      #define SIGXCPU 24
      
    • SIGXFSZ

      public static int SIGXFSZ()
      #define SIGXFSZ 25
      
    • SIGVTALRM

      public static int SIGVTALRM()
      #define SIGVTALRM 26
      
    • SIGPROF

      public static int SIGPROF()
      #define SIGPROF 27
      
    • SIGWINCH

      public static int SIGWINCH()
      #define SIGWINCH 28
      
    • SIGINFO

      public static int SIGINFO()
      #define SIGINFO 29
      
    • SIGUSR1

      public static int SIGUSR1()
      #define SIGUSR1 30
      
    • SIGUSR2

      public static int SIGUSR2()
      #define SIGUSR2 31
      
    • FP_PREC_24B

      public static int FP_PREC_24B()
      #define FP_PREC_24B 0
      
    • FP_PREC_53B

      public static int FP_PREC_53B()
      #define FP_PREC_53B 2
      
    • FP_PREC_64B

      public static int FP_PREC_64B()
      #define FP_PREC_64B 3
      
    • FP_RND_NEAR

      public static int FP_RND_NEAR()
      #define FP_RND_NEAR 0
      
    • FP_RND_DOWN

      public static int FP_RND_DOWN()
      #define FP_RND_DOWN 1
      
    • FP_RND_UP

      public static int FP_RND_UP()
      #define FP_RND_UP 2
      
    • FP_CHOP

      public static int FP_CHOP()
      #define FP_CHOP 3
      
    • FP_STATE_BYTES

      public static int FP_STATE_BYTES()
      #define FP_STATE_BYTES 512
      
    • _X86_INSTRUCTION_STATE_CACHELINE_SIZE

      public static int _X86_INSTRUCTION_STATE_CACHELINE_SIZE()
      #define _X86_INSTRUCTION_STATE_CACHELINE_SIZE 64
      
    • __LASTBRANCH_MAX

      public static int __LASTBRANCH_MAX()
      #define __LASTBRANCH_MAX 32
      
    • SIGEV_NONE

      public static int SIGEV_NONE()
      #define SIGEV_NONE 0
      
    • SIGEV_SIGNAL

      public static int SIGEV_SIGNAL()
      #define SIGEV_SIGNAL 1
      
    • SIGEV_THREAD

      public static int SIGEV_THREAD()
      #define SIGEV_THREAD 3
      
    • ILL_NOOP

      public static int ILL_NOOP()
      #define ILL_NOOP 0
      
    • ILL_ILLOPC

      public static int ILL_ILLOPC()
      #define ILL_ILLOPC 1
      
    • ILL_ILLTRP

      public static int ILL_ILLTRP()
      #define ILL_ILLTRP 2
      
    • ILL_PRVOPC

      public static int ILL_PRVOPC()
      #define ILL_PRVOPC 3
      
    • ILL_ILLOPN

      public static int ILL_ILLOPN()
      #define ILL_ILLOPN 4
      
    • ILL_ILLADR

      public static int ILL_ILLADR()
      #define ILL_ILLADR 5
      
    • ILL_PRVREG

      public static int ILL_PRVREG()
      #define ILL_PRVREG 6
      
    • ILL_COPROC

      public static int ILL_COPROC()
      #define ILL_COPROC 7
      
    • ILL_BADSTK

      public static int ILL_BADSTK()
      #define ILL_BADSTK 8
      
    • FPE_NOOP

      public static int FPE_NOOP()
      #define FPE_NOOP 0
      
    • FPE_FLTDIV

      public static int FPE_FLTDIV()
      #define FPE_FLTDIV 1
      
    • FPE_FLTOVF

      public static int FPE_FLTOVF()
      #define FPE_FLTOVF 2
      
    • FPE_FLTUND

      public static int FPE_FLTUND()
      #define FPE_FLTUND 3
      
    • FPE_FLTRES

      public static int FPE_FLTRES()
      #define FPE_FLTRES 4
      
    • FPE_FLTINV

      public static int FPE_FLTINV()
      #define FPE_FLTINV 5
      
    • FPE_FLTSUB

      public static int FPE_FLTSUB()
      #define FPE_FLTSUB 6
      
    • FPE_INTDIV

      public static int FPE_INTDIV()
      #define FPE_INTDIV 7
      
    • FPE_INTOVF

      public static int FPE_INTOVF()
      #define FPE_INTOVF 8
      
    • SEGV_NOOP

      public static int SEGV_NOOP()
      #define SEGV_NOOP 0
      
    • SEGV_MAPERR

      public static int SEGV_MAPERR()
      #define SEGV_MAPERR 1
      
    • SEGV_ACCERR

      public static int SEGV_ACCERR()
      #define SEGV_ACCERR 2
      
    • BUS_NOOP

      public static int BUS_NOOP()
      #define BUS_NOOP 0
      
    • BUS_ADRALN

      public static int BUS_ADRALN()
      #define BUS_ADRALN 1
      
    • BUS_ADRERR

      public static int BUS_ADRERR()
      #define BUS_ADRERR 2
      
    • BUS_OBJERR

      public static int BUS_OBJERR()
      #define BUS_OBJERR 3
      
    • TRAP_BRKPT

      public static int TRAP_BRKPT()
      #define TRAP_BRKPT 1
      
    • TRAP_TRACE

      public static int TRAP_TRACE()
      #define TRAP_TRACE 2
      
    • CLD_NOOP

      public static int CLD_NOOP()
      #define CLD_NOOP 0
      
    • CLD_EXITED

      public static int CLD_EXITED()
      #define CLD_EXITED 1
      
    • CLD_KILLED

      public static int CLD_KILLED()
      #define CLD_KILLED 2
      
    • CLD_DUMPED

      public static int CLD_DUMPED()
      #define CLD_DUMPED 3
      
    • CLD_TRAPPED

      public static int CLD_TRAPPED()
      #define CLD_TRAPPED 4
      
    • CLD_STOPPED

      public static int CLD_STOPPED()
      #define CLD_STOPPED 5
      
    • CLD_CONTINUED

      public static int CLD_CONTINUED()
      #define CLD_CONTINUED 6
      
    • POLL_IN

      public static int POLL_IN()
      #define POLL_IN 1
      
    • POLL_OUT

      public static int POLL_OUT()
      #define POLL_OUT 2
      
    • POLL_MSG

      public static int POLL_MSG()
      #define POLL_MSG 3
      
    • POLL_ERR

      public static int POLL_ERR()
      #define POLL_ERR 4
      
    • POLL_PRI

      public static int POLL_PRI()
      #define POLL_PRI 5
      
    • POLL_HUP

      public static int POLL_HUP()
      #define POLL_HUP 6
      
    • SA_ONSTACK

      public static int SA_ONSTACK()
      #define SA_ONSTACK 1
      
    • SA_RESTART

      public static int SA_RESTART()
      #define SA_RESTART 2
      
    • SA_RESETHAND

      public static int SA_RESETHAND()
      #define SA_RESETHAND 4
      
    • SA_NOCLDSTOP

      public static int SA_NOCLDSTOP()
      #define SA_NOCLDSTOP 8
      
    • SA_NODEFER

      public static int SA_NODEFER()
      #define SA_NODEFER 16
      
    • SA_NOCLDWAIT

      public static int SA_NOCLDWAIT()
      #define SA_NOCLDWAIT 32
      
    • SA_SIGINFO

      public static int SA_SIGINFO()
      #define SA_SIGINFO 64
      
    • SA_USERTRAMP

      public static int SA_USERTRAMP()
      #define SA_USERTRAMP 256
      
    • SA_64REGSET

      public static int SA_64REGSET()
      #define SA_64REGSET 512
      
    • SIG_BLOCK

      public static int SIG_BLOCK()
      #define SIG_BLOCK 1
      
    • SIG_UNBLOCK

      public static int SIG_UNBLOCK()
      #define SIG_UNBLOCK 2
      
    • SIG_SETMASK

      public static int SIG_SETMASK()
      #define SIG_SETMASK 3
      
    • SI_USER

      public static int SI_USER()
      #define SI_USER 65537
      
    • SI_QUEUE

      public static int SI_QUEUE()
      #define SI_QUEUE 65538
      
    • SI_TIMER

      public static int SI_TIMER()
      #define SI_TIMER 65539
      
    • SI_ASYNCIO

      public static int SI_ASYNCIO()
      #define SI_ASYNCIO 65540
      
    • SI_MESGQ

      public static int SI_MESGQ()
      #define SI_MESGQ 65541
      
    • SS_ONSTACK

      public static int SS_ONSTACK()
      #define SS_ONSTACK 1
      
    • SS_DISABLE

      public static int SS_DISABLE()
      #define SS_DISABLE 4
      
    • MINSIGSTKSZ

      public static int MINSIGSTKSZ()
      #define MINSIGSTKSZ 32768
      
    • SIGSTKSZ

      public static int SIGSTKSZ()
      #define SIGSTKSZ 131072
      
    • PRIO_PROCESS

      public static int PRIO_PROCESS()
      #define PRIO_PROCESS 0
      
    • PRIO_PGRP

      public static int PRIO_PGRP()
      #define PRIO_PGRP 1
      
    • PRIO_USER

      public static int PRIO_USER()
      #define PRIO_USER 2
      
    • PRIO_MAX

      public static int PRIO_MAX()
      #define PRIO_MAX 20
      
    • RUSAGE_SELF

      public static int RUSAGE_SELF()
      #define RUSAGE_SELF 0
      
    • RUSAGE_INFO_V0

      public static int RUSAGE_INFO_V0()
      #define RUSAGE_INFO_V0 0
      
    • RUSAGE_INFO_V1

      public static int RUSAGE_INFO_V1()
      #define RUSAGE_INFO_V1 1
      
    • RUSAGE_INFO_V2

      public static int RUSAGE_INFO_V2()
      #define RUSAGE_INFO_V2 2
      
    • RUSAGE_INFO_V3

      public static int RUSAGE_INFO_V3()
      #define RUSAGE_INFO_V3 3
      
    • RUSAGE_INFO_V4

      public static int RUSAGE_INFO_V4()
      #define RUSAGE_INFO_V4 4
      
    • RUSAGE_INFO_V5

      public static int RUSAGE_INFO_V5()
      #define RUSAGE_INFO_V5 5
      
    • RUSAGE_INFO_V6

      public static int RUSAGE_INFO_V6()
      #define RUSAGE_INFO_V6 6
      
    • RU_PROC_RUNS_RESLIDE

      public static int RU_PROC_RUNS_RESLIDE()
      #define RU_PROC_RUNS_RESLIDE 1
      
    • RLIMIT_CPU

      public static int RLIMIT_CPU()
      #define RLIMIT_CPU 0
      
    • RLIMIT_FSIZE

      public static int RLIMIT_FSIZE()
      #define RLIMIT_FSIZE 1
      
    • RLIMIT_DATA

      public static int RLIMIT_DATA()
      #define RLIMIT_DATA 2
      
    • RLIMIT_STACK

      public static int RLIMIT_STACK()
      #define RLIMIT_STACK 3
      
    • RLIMIT_CORE

      public static int RLIMIT_CORE()
      #define RLIMIT_CORE 4
      
    • RLIMIT_AS

      public static int RLIMIT_AS()
      #define RLIMIT_AS 5
      
    • RLIMIT_MEMLOCK

      public static int RLIMIT_MEMLOCK()
      #define RLIMIT_MEMLOCK 6
      
    • RLIMIT_NPROC

      public static int RLIMIT_NPROC()
      #define RLIMIT_NPROC 7
      
    • RLIMIT_NOFILE

      public static int RLIMIT_NOFILE()
      #define RLIMIT_NOFILE 8
      
    • RLIM_NLIMITS

      public static int RLIM_NLIMITS()
      #define RLIM_NLIMITS 9
      
    • _RLIMIT_POSIX_FLAG

      public static int _RLIMIT_POSIX_FLAG()
      #define _RLIMIT_POSIX_FLAG 4096
      
    • RLIMIT_WAKEUPS_MONITOR

      public static int RLIMIT_WAKEUPS_MONITOR()
      #define RLIMIT_WAKEUPS_MONITOR 1
      
    • RLIMIT_CPU_USAGE_MONITOR

      public static int RLIMIT_CPU_USAGE_MONITOR()
      #define RLIMIT_CPU_USAGE_MONITOR 2
      
    • RLIMIT_THREAD_CPULIMITS

      public static int RLIMIT_THREAD_CPULIMITS()
      #define RLIMIT_THREAD_CPULIMITS 3
      
    • RLIMIT_FOOTPRINT_INTERVAL

      public static int RLIMIT_FOOTPRINT_INTERVAL()
      #define RLIMIT_FOOTPRINT_INTERVAL 4
      
    • WAKEMON_ENABLE

      public static int WAKEMON_ENABLE()
      #define WAKEMON_ENABLE 1
      
    • WAKEMON_DISABLE

      public static int WAKEMON_DISABLE()
      #define WAKEMON_DISABLE 2
      
    • WAKEMON_GET_PARAMS

      public static int WAKEMON_GET_PARAMS()
      #define WAKEMON_GET_PARAMS 4
      
    • WAKEMON_SET_DEFAULTS

      public static int WAKEMON_SET_DEFAULTS()
      #define WAKEMON_SET_DEFAULTS 8
      
    • WAKEMON_MAKE_FATAL

      public static int WAKEMON_MAKE_FATAL()
      #define WAKEMON_MAKE_FATAL 16
      
    • CPUMON_MAKE_FATAL

      public static int CPUMON_MAKE_FATAL()
      #define CPUMON_MAKE_FATAL 4096
      
    • FOOTPRINT_INTERVAL_RESET

      public static int FOOTPRINT_INTERVAL_RESET()
      #define FOOTPRINT_INTERVAL_RESET 1
      
    • IOPOL_TYPE_DISK

      public static int IOPOL_TYPE_DISK()
      #define IOPOL_TYPE_DISK 0
      
    • IOPOL_TYPE_VFS_ATIME_UPDATES

      public static int IOPOL_TYPE_VFS_ATIME_UPDATES()
      #define IOPOL_TYPE_VFS_ATIME_UPDATES 2
      
    • IOPOL_TYPE_VFS_MATERIALIZE_DATALESS_FILES

      public static int IOPOL_TYPE_VFS_MATERIALIZE_DATALESS_FILES()
      #define IOPOL_TYPE_VFS_MATERIALIZE_DATALESS_FILES 3
      
    • IOPOL_TYPE_VFS_STATFS_NO_DATA_VOLUME

      public static int IOPOL_TYPE_VFS_STATFS_NO_DATA_VOLUME()
      #define IOPOL_TYPE_VFS_STATFS_NO_DATA_VOLUME 4
      
    • IOPOL_TYPE_VFS_TRIGGER_RESOLVE

      public static int IOPOL_TYPE_VFS_TRIGGER_RESOLVE()
      #define IOPOL_TYPE_VFS_TRIGGER_RESOLVE 5
      
    • IOPOL_TYPE_VFS_IGNORE_CONTENT_PROTECTION

      public static int IOPOL_TYPE_VFS_IGNORE_CONTENT_PROTECTION()
      #define IOPOL_TYPE_VFS_IGNORE_CONTENT_PROTECTION 6
      
    • IOPOL_TYPE_VFS_IGNORE_PERMISSIONS

      public static int IOPOL_TYPE_VFS_IGNORE_PERMISSIONS()
      #define IOPOL_TYPE_VFS_IGNORE_PERMISSIONS 7
      
    • IOPOL_TYPE_VFS_SKIP_MTIME_UPDATE

      public static int IOPOL_TYPE_VFS_SKIP_MTIME_UPDATE()
      #define IOPOL_TYPE_VFS_SKIP_MTIME_UPDATE 8
      
    • IOPOL_TYPE_VFS_ALLOW_LOW_SPACE_WRITES

      public static int IOPOL_TYPE_VFS_ALLOW_LOW_SPACE_WRITES()
      #define IOPOL_TYPE_VFS_ALLOW_LOW_SPACE_WRITES 9
      
    • IOPOL_TYPE_VFS_DISALLOW_RW_FOR_O_EVTONLY

      public static int IOPOL_TYPE_VFS_DISALLOW_RW_FOR_O_EVTONLY()
      #define IOPOL_TYPE_VFS_DISALLOW_RW_FOR_O_EVTONLY 10
      
    • IOPOL_SCOPE_PROCESS

      public static int IOPOL_SCOPE_PROCESS()
      #define IOPOL_SCOPE_PROCESS 0
      
    • IOPOL_SCOPE_THREAD

      public static int IOPOL_SCOPE_THREAD()
      #define IOPOL_SCOPE_THREAD 1
      
    • IOPOL_DEFAULT

      public static int IOPOL_DEFAULT()
      #define IOPOL_DEFAULT 0
      
    • IOPOL_IMPORTANT

      public static int IOPOL_IMPORTANT()
      #define IOPOL_IMPORTANT 1
      
    • IOPOL_PASSIVE

      public static int IOPOL_PASSIVE()
      #define IOPOL_PASSIVE 2
      
    • IOPOL_THROTTLE

      public static int IOPOL_THROTTLE()
      #define IOPOL_THROTTLE 3
      
    • IOPOL_UTILITY

      public static int IOPOL_UTILITY()
      #define IOPOL_UTILITY 4
      
    • IOPOL_STANDARD

      public static int IOPOL_STANDARD()
      #define IOPOL_STANDARD 5
      
    • IOPOL_ATIME_UPDATES_DEFAULT

      public static int IOPOL_ATIME_UPDATES_DEFAULT()
      #define IOPOL_ATIME_UPDATES_DEFAULT 0
      
    • IOPOL_ATIME_UPDATES_OFF

      public static int IOPOL_ATIME_UPDATES_OFF()
      #define IOPOL_ATIME_UPDATES_OFF 1
      
    • IOPOL_MATERIALIZE_DATALESS_FILES_DEFAULT

      public static int IOPOL_MATERIALIZE_DATALESS_FILES_DEFAULT()
      #define IOPOL_MATERIALIZE_DATALESS_FILES_DEFAULT 0
      
    • IOPOL_MATERIALIZE_DATALESS_FILES_OFF

      public static int IOPOL_MATERIALIZE_DATALESS_FILES_OFF()
      #define IOPOL_MATERIALIZE_DATALESS_FILES_OFF 1
      
    • IOPOL_MATERIALIZE_DATALESS_FILES_ON

      public static int IOPOL_MATERIALIZE_DATALESS_FILES_ON()
      #define IOPOL_MATERIALIZE_DATALESS_FILES_ON 2
      
    • IOPOL_VFS_STATFS_NO_DATA_VOLUME_DEFAULT

      public static int IOPOL_VFS_STATFS_NO_DATA_VOLUME_DEFAULT()
      #define IOPOL_VFS_STATFS_NO_DATA_VOLUME_DEFAULT 0
      
    • IOPOL_VFS_STATFS_FORCE_NO_DATA_VOLUME

      public static int IOPOL_VFS_STATFS_FORCE_NO_DATA_VOLUME()
      #define IOPOL_VFS_STATFS_FORCE_NO_DATA_VOLUME 1
      
    • IOPOL_VFS_TRIGGER_RESOLVE_DEFAULT

      public static int IOPOL_VFS_TRIGGER_RESOLVE_DEFAULT()
      #define IOPOL_VFS_TRIGGER_RESOLVE_DEFAULT 0
      
    • IOPOL_VFS_TRIGGER_RESOLVE_OFF

      public static int IOPOL_VFS_TRIGGER_RESOLVE_OFF()
      #define IOPOL_VFS_TRIGGER_RESOLVE_OFF 1
      
    • IOPOL_VFS_CONTENT_PROTECTION_DEFAULT

      public static int IOPOL_VFS_CONTENT_PROTECTION_DEFAULT()
      #define IOPOL_VFS_CONTENT_PROTECTION_DEFAULT 0
      
    • IOPOL_VFS_CONTENT_PROTECTION_IGNORE

      public static int IOPOL_VFS_CONTENT_PROTECTION_IGNORE()
      #define IOPOL_VFS_CONTENT_PROTECTION_IGNORE 1
      
    • IOPOL_VFS_IGNORE_PERMISSIONS_OFF

      public static int IOPOL_VFS_IGNORE_PERMISSIONS_OFF()
      #define IOPOL_VFS_IGNORE_PERMISSIONS_OFF 0
      
    • IOPOL_VFS_IGNORE_PERMISSIONS_ON

      public static int IOPOL_VFS_IGNORE_PERMISSIONS_ON()
      #define IOPOL_VFS_IGNORE_PERMISSIONS_ON 1
      
    • IOPOL_VFS_SKIP_MTIME_UPDATE_OFF

      public static int IOPOL_VFS_SKIP_MTIME_UPDATE_OFF()
      #define IOPOL_VFS_SKIP_MTIME_UPDATE_OFF 0
      
    • IOPOL_VFS_SKIP_MTIME_UPDATE_ON

      public static int IOPOL_VFS_SKIP_MTIME_UPDATE_ON()
      #define IOPOL_VFS_SKIP_MTIME_UPDATE_ON 1
      
    • IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_OFF

      public static int IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_OFF()
      #define IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_OFF 0
      
    • IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_ON

      public static int IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_ON()
      #define IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_ON 1
      
    • IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_DEFAULT

      public static int IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_DEFAULT()
      #define IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_DEFAULT 0
      
    • IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_ON

      public static int IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_ON()
      #define IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_ON 1
      
    • IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_DEFAULT

      public static int IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_DEFAULT()
      #define IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_DEFAULT 0
      
    • IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_ON

      public static int IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_ON()
      #define IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_ON 1
      
    • WNOHANG

      public static int WNOHANG()
      #define WNOHANG 1
      
    • WUNTRACED

      public static int WUNTRACED()
      #define WUNTRACED 2
      
    • WCOREFLAG

      public static int WCOREFLAG()
      #define WCOREFLAG 128
      
    • _WSTOPPED

      public static int _WSTOPPED()
      #define _WSTOPPED 127
      
    • WEXITED

      public static int WEXITED()
      #define WEXITED 4
      
    • WSTOPPED

      public static int WSTOPPED()
      #define WSTOPPED 8
      
    • WCONTINUED

      public static int WCONTINUED()
      #define WCONTINUED 16
      
    • WNOWAIT

      public static int WNOWAIT()
      #define WNOWAIT 32
      
    • WAIT_MYPGRP

      public static int WAIT_MYPGRP()
      #define WAIT_MYPGRP 0
      
    • _QUAD_HIGHWORD

      public static int _QUAD_HIGHWORD()
      #define _QUAD_HIGHWORD 1
      
    • _QUAD_LOWWORD

      public static int _QUAD_LOWWORD()
      #define _QUAD_LOWWORD 0
      
    • EXIT_FAILURE

      public static int EXIT_FAILURE()
      #define EXIT_FAILURE 1
      
    • EXIT_SUCCESS

      public static int EXIT_SUCCESS()
      #define EXIT_SUCCESS 0
      
    • RAND_MAX

      public static int RAND_MAX()
      #define RAND_MAX 2147483647
      
    • _USE_FORTIFY_LEVEL

      public static int _USE_FORTIFY_LEVEL()
      #define _USE_FORTIFY_LEVEL 2
      
    • __HAS_FIXED_CHK_PROTOTYPES

      public static int __HAS_FIXED_CHK_PROTOTYPES()
      #define __HAS_FIXED_CHK_PROTOTYPES 1
      
    • ORT_API_VERSION

      public static int ORT_API_VERSION()
      #define ORT_API_VERSION 23
      
    • P_ALL

      public static int P_ALL()
      enum <anonymous>.P_ALL = 0
      
    • P_PID

      public static int P_PID()
      enum <anonymous>.P_PID = 1
      
    • P_PGID

      public static int P_PGID()
      enum <anonymous>.P_PGID = 2
      
    • signal$descriptor

      public static FunctionDescriptor signal$descriptor()
      Function descriptor for:
      void (*signal(int, void (*)(int)))(int)
      
    • signal$handle

      public static MethodHandle signal$handle()
      Downcall method handle for:
      void (*signal(int, void (*)(int)))(int)
      
    • signal$address

      public static MemorySegment signal$address()
      Address for:
      void (*signal(int, void (*)(int)))(int)
      
    • signal

      public static MemorySegment signal(int x0, MemorySegment x1)
      void (*signal(int, void (*)(int)))(int)
      
    • getpriority$descriptor

      public static FunctionDescriptor getpriority$descriptor()
      Function descriptor for:
      int getpriority(int, id_t)
      
    • getpriority$handle

      public static MethodHandle getpriority$handle()
      Downcall method handle for:
      int getpriority(int, id_t)
      
    • getpriority$address

      public static MemorySegment getpriority$address()
      Address for:
      int getpriority(int, id_t)
      
    • getpriority

      public static int getpriority(int x0, int x1)
      int getpriority(int, id_t)
      
    • getiopolicy_np$descriptor

      public static FunctionDescriptor getiopolicy_np$descriptor()
      Function descriptor for:
      int getiopolicy_np(int, int)
      
    • getiopolicy_np$handle

      public static MethodHandle getiopolicy_np$handle()
      Downcall method handle for:
      int getiopolicy_np(int, int)
      
    • getiopolicy_np$address

      public static MemorySegment getiopolicy_np$address()
      Address for:
      int getiopolicy_np(int, int)
      
    • getiopolicy_np

      public static int getiopolicy_np(int x0, int x1)
      int getiopolicy_np(int, int)
      
    • getrlimit$descriptor

      public static FunctionDescriptor getrlimit$descriptor()
      Function descriptor for:
      int getrlimit(int, struct rlimit *)
      
    • getrlimit$handle

      public static MethodHandle getrlimit$handle()
      Downcall method handle for:
      int getrlimit(int, struct rlimit *)
      
    • getrlimit$address

      public static MemorySegment getrlimit$address()
      Address for:
      int getrlimit(int, struct rlimit *)
      
    • getrlimit

      public static int getrlimit(int x0, MemorySegment x1)
      int getrlimit(int, struct rlimit *)
      
    • getrusage$descriptor

      public static FunctionDescriptor getrusage$descriptor()
      Function descriptor for:
      int getrusage(int, struct rusage *)
      
    • getrusage$handle

      public static MethodHandle getrusage$handle()
      Downcall method handle for:
      int getrusage(int, struct rusage *)
      
    • getrusage$address

      public static MemorySegment getrusage$address()
      Address for:
      int getrusage(int, struct rusage *)
      
    • getrusage

      public static int getrusage(int x0, MemorySegment x1)
      int getrusage(int, struct rusage *)
      
    • setpriority$descriptor

      public static FunctionDescriptor setpriority$descriptor()
      Function descriptor for:
      int setpriority(int, id_t, int)
      
    • setpriority$handle

      public static MethodHandle setpriority$handle()
      Downcall method handle for:
      int setpriority(int, id_t, int)
      
    • setpriority$address

      public static MemorySegment setpriority$address()
      Address for:
      int setpriority(int, id_t, int)
      
    • setpriority

      public static int setpriority(int x0, int x1, int x2)
      int setpriority(int, id_t, int)
      
    • setiopolicy_np$descriptor

      public static FunctionDescriptor setiopolicy_np$descriptor()
      Function descriptor for:
      int setiopolicy_np(int, int, int)
      
    • setiopolicy_np$handle

      public static MethodHandle setiopolicy_np$handle()
      Downcall method handle for:
      int setiopolicy_np(int, int, int)
      
    • setiopolicy_np$address

      public static MemorySegment setiopolicy_np$address()
      Address for:
      int setiopolicy_np(int, int, int)
      
    • setiopolicy_np

      public static int setiopolicy_np(int x0, int x1, int x2)
      int setiopolicy_np(int, int, int)
      
    • setrlimit$descriptor

      public static FunctionDescriptor setrlimit$descriptor()
      Function descriptor for:
      int setrlimit(int, const struct rlimit *)
      
    • setrlimit$handle

      public static MethodHandle setrlimit$handle()
      Downcall method handle for:
      int setrlimit(int, const struct rlimit *)
      
    • setrlimit$address

      public static MemorySegment setrlimit$address()
      Address for:
      int setrlimit(int, const struct rlimit *)
      
    • setrlimit

      public static int setrlimit(int x0, MemorySegment x1)
      int setrlimit(int, const struct rlimit *)
      
    • wait$descriptor

      public static FunctionDescriptor wait$descriptor()
      Function descriptor for:
      pid_t wait(int *)
      
    • wait$handle

      public static MethodHandle wait$handle()
      Downcall method handle for:
      pid_t wait(int *)
      
    • wait$address

      public static MemorySegment wait$address()
      Address for:
      pid_t wait(int *)
      
    • wait

      public static int wait(MemorySegment x0)
      pid_t wait(int *)
      
    • waitpid$descriptor

      public static FunctionDescriptor waitpid$descriptor()
      Function descriptor for:
      pid_t waitpid(pid_t, int *, int)
      
    • waitpid$handle

      public static MethodHandle waitpid$handle()
      Downcall method handle for:
      pid_t waitpid(pid_t, int *, int)
      
    • waitpid$address

      public static MemorySegment waitpid$address()
      Address for:
      pid_t waitpid(pid_t, int *, int)
      
    • waitpid

      public static int waitpid(int x0, MemorySegment x1, int x2)
      pid_t waitpid(pid_t, int *, int)
      
    • waitid$descriptor

      public static FunctionDescriptor waitid$descriptor()
      Function descriptor for:
      int waitid(idtype_t, id_t, siginfo_t *, int)
      
    • waitid$handle

      public static MethodHandle waitid$handle()
      Downcall method handle for:
      int waitid(idtype_t, id_t, siginfo_t *, int)
      
    • waitid$address

      public static MemorySegment waitid$address()
      Address for:
      int waitid(idtype_t, id_t, siginfo_t *, int)
      
    • waitid

      public static int waitid(int x0, int x1, MemorySegment x2, int x3)
      int waitid(idtype_t, id_t, siginfo_t *, int)
      
    • wait3$descriptor

      public static FunctionDescriptor wait3$descriptor()
      Function descriptor for:
      pid_t wait3(int *, int, struct rusage *)
      
    • wait3$handle

      public static MethodHandle wait3$handle()
      Downcall method handle for:
      pid_t wait3(int *, int, struct rusage *)
      
    • wait3$address

      public static MemorySegment wait3$address()
      Address for:
      pid_t wait3(int *, int, struct rusage *)
      
    • wait3

      public static int wait3(MemorySegment x0, int x1, MemorySegment x2)
      pid_t wait3(int *, int, struct rusage *)
      
    • wait4$descriptor

      public static FunctionDescriptor wait4$descriptor()
      Function descriptor for:
      pid_t wait4(pid_t, int *, int, struct rusage *)
      
    • wait4$handle

      public static MethodHandle wait4$handle()
      Downcall method handle for:
      pid_t wait4(pid_t, int *, int, struct rusage *)
      
    • wait4$address

      public static MemorySegment wait4$address()
      Address for:
      pid_t wait4(pid_t, int *, int, struct rusage *)
      
    • wait4

      public static int wait4(int x0, MemorySegment x1, int x2, MemorySegment x3)
      pid_t wait4(pid_t, int *, int, struct rusage *)
      
    • alloca$descriptor

      public static FunctionDescriptor alloca$descriptor()
      Function descriptor for:
      void *alloca(size_t)
      
    • alloca$handle

      public static MethodHandle alloca$handle()
      Downcall method handle for:
      void *alloca(size_t)
      
    • alloca$address

      public static MemorySegment alloca$address()
      Address for:
      void *alloca(size_t)
      
    • alloca

      public static MemorySegment alloca(long x0)
      void *alloca(size_t)
      
    • __mb_cur_max$layout

      public static ValueLayout.OfInt __mb_cur_max$layout()
      Layout for variable:
      extern int __mb_cur_max
      
    • __mb_cur_max$segment

      public static MemorySegment __mb_cur_max$segment()
      Segment for variable:
      extern int __mb_cur_max
      
    • __mb_cur_max

      public static int __mb_cur_max()
      Getter for variable:
      extern int __mb_cur_max
      
    • __mb_cur_max

      public static void __mb_cur_max(int varValue)
      Setter for variable:
      extern int __mb_cur_max
      
    • malloc_type_malloc$descriptor

      public static FunctionDescriptor malloc_type_malloc$descriptor()
      Function descriptor for:
      void *malloc_type_malloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_malloc$handle

      public static MethodHandle malloc_type_malloc$handle()
      Downcall method handle for:
      void *malloc_type_malloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_malloc$address

      public static MemorySegment malloc_type_malloc$address()
      Address for:
      void *malloc_type_malloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_malloc

      public static MemorySegment malloc_type_malloc(long size, long type_id)
      void *malloc_type_malloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_calloc$descriptor

      public static FunctionDescriptor malloc_type_calloc$descriptor()
      Function descriptor for:
      void *malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_calloc$handle

      public static MethodHandle malloc_type_calloc$handle()
      Downcall method handle for:
      void *malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_calloc$address

      public static MemorySegment malloc_type_calloc$address()
      Address for:
      void *malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_calloc

      public static MemorySegment malloc_type_calloc(long count, long size, long type_id)
      void *malloc_type_calloc(size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_free$descriptor

      public static FunctionDescriptor malloc_type_free$descriptor()
      Function descriptor for:
      void malloc_type_free(void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_free$handle

      public static MethodHandle malloc_type_free$handle()
      Downcall method handle for:
      void malloc_type_free(void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_free$address

      public static MemorySegment malloc_type_free$address()
      Address for:
      void malloc_type_free(void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_free

      public static void malloc_type_free(MemorySegment ptr, long type_id)
      void malloc_type_free(void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_realloc$descriptor

      public static FunctionDescriptor malloc_type_realloc$descriptor()
      Function descriptor for:
      void *malloc_type_realloc(void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_realloc$handle

      public static MethodHandle malloc_type_realloc$handle()
      Downcall method handle for:
      void *malloc_type_realloc(void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_realloc$address

      public static MemorySegment malloc_type_realloc$address()
      Address for:
      void *malloc_type_realloc(void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_realloc

      public static MemorySegment malloc_type_realloc(MemorySegment ptr, long size, long type_id)
      void *malloc_type_realloc(void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_valloc$descriptor

      public static FunctionDescriptor malloc_type_valloc$descriptor()
      Function descriptor for:
      void *malloc_type_valloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_valloc$handle

      public static MethodHandle malloc_type_valloc$handle()
      Downcall method handle for:
      void *malloc_type_valloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_valloc$address

      public static MemorySegment malloc_type_valloc$address()
      Address for:
      void *malloc_type_valloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_valloc

      public static MemorySegment malloc_type_valloc(long size, long type_id)
      void *malloc_type_valloc(size_t size, malloc_type_id_t type_id)
      
    • malloc_type_aligned_alloc$descriptor

      public static FunctionDescriptor malloc_type_aligned_alloc$descriptor()
      Function descriptor for:
      void *malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_aligned_alloc$handle

      public static MethodHandle malloc_type_aligned_alloc$handle()
      Downcall method handle for:
      void *malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_aligned_alloc$address

      public static MemorySegment malloc_type_aligned_alloc$address()
      Address for:
      void *malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_aligned_alloc

      public static MemorySegment malloc_type_aligned_alloc(long alignment, long size, long type_id)
      void *malloc_type_aligned_alloc(size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_posix_memalign$descriptor

      public static FunctionDescriptor malloc_type_posix_memalign$descriptor()
      Function descriptor for:
      int malloc_type_posix_memalign(void **memptr, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_posix_memalign$handle

      public static MethodHandle malloc_type_posix_memalign$handle()
      Downcall method handle for:
      int malloc_type_posix_memalign(void **memptr, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_posix_memalign$address

      public static MemorySegment malloc_type_posix_memalign$address()
      Address for:
      int malloc_type_posix_memalign(void **memptr, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_posix_memalign

      public static int malloc_type_posix_memalign(MemorySegment memptr, long alignment, long size, long type_id)
      int malloc_type_posix_memalign(void **memptr, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_malloc$descriptor

      public static FunctionDescriptor malloc_type_zone_malloc$descriptor()
      Function descriptor for:
      void *malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_malloc$handle

      public static MethodHandle malloc_type_zone_malloc$handle()
      Downcall method handle for:
      void *malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_malloc$address

      public static MemorySegment malloc_type_zone_malloc$address()
      Address for:
      void *malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_malloc

      public static MemorySegment malloc_type_zone_malloc(MemorySegment zone, long size, long type_id)
      void *malloc_type_zone_malloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_calloc$descriptor

      public static FunctionDescriptor malloc_type_zone_calloc$descriptor()
      Function descriptor for:
      void *malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_calloc$handle

      public static MethodHandle malloc_type_zone_calloc$handle()
      Downcall method handle for:
      void *malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_calloc$address

      public static MemorySegment malloc_type_zone_calloc$address()
      Address for:
      void *malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_calloc

      public static MemorySegment malloc_type_zone_calloc(MemorySegment zone, long count, long size, long type_id)
      void *malloc_type_zone_calloc(malloc_zone_t *zone, size_t count, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_free$descriptor

      public static FunctionDescriptor malloc_type_zone_free$descriptor()
      Function descriptor for:
      void malloc_type_zone_free(malloc_zone_t *zone, void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_zone_free$handle

      public static MethodHandle malloc_type_zone_free$handle()
      Downcall method handle for:
      void malloc_type_zone_free(malloc_zone_t *zone, void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_zone_free$address

      public static MemorySegment malloc_type_zone_free$address()
      Address for:
      void malloc_type_zone_free(malloc_zone_t *zone, void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_zone_free

      public static void malloc_type_zone_free(MemorySegment zone, MemorySegment ptr, long type_id)
      void malloc_type_zone_free(malloc_zone_t *zone, void *ptr, malloc_type_id_t type_id)
      
    • malloc_type_zone_realloc$descriptor

      public static FunctionDescriptor malloc_type_zone_realloc$descriptor()
      Function descriptor for:
      void *malloc_type_zone_realloc(malloc_zone_t *zone, void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_realloc$handle

      public static MethodHandle malloc_type_zone_realloc$handle()
      Downcall method handle for:
      void *malloc_type_zone_realloc(malloc_zone_t *zone, void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_realloc$address

      public static MemorySegment malloc_type_zone_realloc$address()
      Address for:
      void *malloc_type_zone_realloc(malloc_zone_t *zone, void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_realloc

      public static MemorySegment malloc_type_zone_realloc(MemorySegment zone, MemorySegment ptr, long size, long type_id)
      void *malloc_type_zone_realloc(malloc_zone_t *zone, void *ptr, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_valloc$descriptor

      public static FunctionDescriptor malloc_type_zone_valloc$descriptor()
      Function descriptor for:
      void *malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_valloc$handle

      public static MethodHandle malloc_type_zone_valloc$handle()
      Downcall method handle for:
      void *malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_valloc$address

      public static MemorySegment malloc_type_zone_valloc$address()
      Address for:
      void *malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_valloc

      public static MemorySegment malloc_type_zone_valloc(MemorySegment zone, long size, long type_id)
      void *malloc_type_zone_valloc(malloc_zone_t *zone, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_memalign$descriptor

      public static FunctionDescriptor malloc_type_zone_memalign$descriptor()
      Function descriptor for:
      void *malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_memalign$handle

      public static MethodHandle malloc_type_zone_memalign$handle()
      Downcall method handle for:
      void *malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_memalign$address

      public static MemorySegment malloc_type_zone_memalign$address()
      Address for:
      void *malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc_type_zone_memalign

      public static MemorySegment malloc_type_zone_memalign(MemorySegment zone, long alignment, long size, long type_id)
      void *malloc_type_zone_memalign(malloc_zone_t *zone, size_t alignment, size_t size, malloc_type_id_t type_id)
      
    • malloc$descriptor

      public static FunctionDescriptor malloc$descriptor()
      Function descriptor for:
      void *malloc(size_t __size)
      
    • malloc$handle

      public static MethodHandle malloc$handle()
      Downcall method handle for:
      void *malloc(size_t __size)
      
    • malloc$address

      public static MemorySegment malloc$address()
      Address for:
      void *malloc(size_t __size)
      
    • malloc

      public static MemorySegment malloc(long __size)
      void *malloc(size_t __size)
      
    • calloc$descriptor

      public static FunctionDescriptor calloc$descriptor()
      Function descriptor for:
      void *calloc(size_t __count, size_t __size)
      
    • calloc$handle

      public static MethodHandle calloc$handle()
      Downcall method handle for:
      void *calloc(size_t __count, size_t __size)
      
    • calloc$address

      public static MemorySegment calloc$address()
      Address for:
      void *calloc(size_t __count, size_t __size)
      
    • calloc

      public static MemorySegment calloc(long __count, long __size)
      void *calloc(size_t __count, size_t __size)
      
    • free$descriptor

      public static FunctionDescriptor free$descriptor()
      Function descriptor for:
      void free(void *)
      
    • free$handle

      public static MethodHandle free$handle()
      Downcall method handle for:
      void free(void *)
      
    • free$address

      public static MemorySegment free$address()
      Address for:
      void free(void *)
      
    • free

      public static void free(MemorySegment x0)
      void free(void *)
      
    • realloc$descriptor

      public static FunctionDescriptor realloc$descriptor()
      Function descriptor for:
      void *realloc(void *__ptr, size_t __size)
      
    • realloc$handle

      public static MethodHandle realloc$handle()
      Downcall method handle for:
      void *realloc(void *__ptr, size_t __size)
      
    • realloc$address

      public static MemorySegment realloc$address()
      Address for:
      void *realloc(void *__ptr, size_t __size)
      
    • realloc

      public static MemorySegment realloc(MemorySegment __ptr, long __size)
      void *realloc(void *__ptr, size_t __size)
      
    • valloc$descriptor

      public static FunctionDescriptor valloc$descriptor()
      Function descriptor for:
      void *valloc(size_t)
      
    • valloc$handle

      public static MethodHandle valloc$handle()
      Downcall method handle for:
      void *valloc(size_t)
      
    • valloc$address

      public static MemorySegment valloc$address()
      Address for:
      void *valloc(size_t)
      
    • valloc

      public static MemorySegment valloc(long x0)
      void *valloc(size_t)
      
    • aligned_alloc$descriptor

      public static FunctionDescriptor aligned_alloc$descriptor()
      Function descriptor for:
      void *aligned_alloc(size_t __alignment, size_t __size)
      
    • aligned_alloc$handle

      public static MethodHandle aligned_alloc$handle()
      Downcall method handle for:
      void *aligned_alloc(size_t __alignment, size_t __size)
      
    • aligned_alloc$address

      public static MemorySegment aligned_alloc$address()
      Address for:
      void *aligned_alloc(size_t __alignment, size_t __size)
      
    • aligned_alloc

      public static MemorySegment aligned_alloc(long __alignment, long __size)
      void *aligned_alloc(size_t __alignment, size_t __size)
      
    • posix_memalign$descriptor

      public static FunctionDescriptor posix_memalign$descriptor()
      Function descriptor for:
      int posix_memalign(void **__memptr, size_t __alignment, size_t __size)
      
    • posix_memalign$handle

      public static MethodHandle posix_memalign$handle()
      Downcall method handle for:
      int posix_memalign(void **__memptr, size_t __alignment, size_t __size)
      
    • posix_memalign$address

      public static MemorySegment posix_memalign$address()
      Address for:
      int posix_memalign(void **__memptr, size_t __alignment, size_t __size)
      
    • posix_memalign

      public static int posix_memalign(MemorySegment __memptr, long __alignment, long __size)
      int posix_memalign(void **__memptr, size_t __alignment, size_t __size)
      
    • abort$descriptor

      public static FunctionDescriptor abort$descriptor()
      Function descriptor for:
      void abort()
      
    • abort$handle

      public static MethodHandle abort$handle()
      Downcall method handle for:
      void abort()
      
    • abort$address

      public static MemorySegment abort$address()
      Address for:
      void abort()
      
    • abort

      public static void abort()
      void abort()
      
    • abs$descriptor

      public static FunctionDescriptor abs$descriptor()
      Function descriptor for:
      int abs(int)
      
    • abs$handle

      public static MethodHandle abs$handle()
      Downcall method handle for:
      int abs(int)
      
    • abs$address

      public static MemorySegment abs$address()
      Address for:
      int abs(int)
      
    • abs

      public static int abs(int x0)
      int abs(int)
      
    • atexit$descriptor

      public static FunctionDescriptor atexit$descriptor()
      Function descriptor for:
      int atexit(void (* _Nonnull)(void))
      
    • atexit$handle

      public static MethodHandle atexit$handle()
      Downcall method handle for:
      int atexit(void (* _Nonnull)(void))
      
    • atexit$address

      public static MemorySegment atexit$address()
      Address for:
      int atexit(void (* _Nonnull)(void))
      
    • atexit

      public static int atexit(MemorySegment x0)
      int atexit(void (* _Nonnull)(void))
      
    • atof$descriptor

      public static FunctionDescriptor atof$descriptor()
      Function descriptor for:
      double atof(const char *)
      
    • atof$handle

      public static MethodHandle atof$handle()
      Downcall method handle for:
      double atof(const char *)
      
    • atof$address

      public static MemorySegment atof$address()
      Address for:
      double atof(const char *)
      
    • atof

      public static double atof(MemorySegment x0)
      double atof(const char *)
      
    • atoi$descriptor

      public static FunctionDescriptor atoi$descriptor()
      Function descriptor for:
      int atoi(const char *)
      
    • atoi$handle

      public static MethodHandle atoi$handle()
      Downcall method handle for:
      int atoi(const char *)
      
    • atoi$address

      public static MemorySegment atoi$address()
      Address for:
      int atoi(const char *)
      
    • atoi

      public static int atoi(MemorySegment x0)
      int atoi(const char *)
      
    • atol$descriptor

      public static FunctionDescriptor atol$descriptor()
      Function descriptor for:
      long atol(const char *)
      
    • atol$handle

      public static MethodHandle atol$handle()
      Downcall method handle for:
      long atol(const char *)
      
    • atol$address

      public static MemorySegment atol$address()
      Address for:
      long atol(const char *)
      
    • atol

      public static long atol(MemorySegment x0)
      long atol(const char *)
      
    • atoll$descriptor

      public static FunctionDescriptor atoll$descriptor()
      Function descriptor for:
      long long atoll(const char *)
      
    • atoll$handle

      public static MethodHandle atoll$handle()
      Downcall method handle for:
      long long atoll(const char *)
      
    • atoll$address

      public static MemorySegment atoll$address()
      Address for:
      long long atoll(const char *)
      
    • atoll

      public static long atoll(MemorySegment x0)
      long long atoll(const char *)
      
    • bsearch$descriptor

      public static FunctionDescriptor bsearch$descriptor()
      Function descriptor for:
      void *bsearch(const void *__key, const void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • bsearch$handle

      public static MethodHandle bsearch$handle()
      Downcall method handle for:
      void *bsearch(const void *__key, const void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • bsearch$address

      public static MemorySegment bsearch$address()
      Address for:
      void *bsearch(const void *__key, const void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • bsearch

      public static MemorySegment bsearch(MemorySegment __key, MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      void *bsearch(const void *__key, const void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • exit$descriptor

      public static FunctionDescriptor exit$descriptor()
      Function descriptor for:
      void exit(int)
      
    • exit$handle

      public static MethodHandle exit$handle()
      Downcall method handle for:
      void exit(int)
      
    • exit$address

      public static MemorySegment exit$address()
      Address for:
      void exit(int)
      
    • exit

      public static void exit(int x0)
      void exit(int)
      
    • getenv$descriptor

      public static FunctionDescriptor getenv$descriptor()
      Function descriptor for:
      char *getenv(const char *)
      
    • getenv$handle

      public static MethodHandle getenv$handle()
      Downcall method handle for:
      char *getenv(const char *)
      
    • getenv$address

      public static MemorySegment getenv$address()
      Address for:
      char *getenv(const char *)
      
    • getenv

      public static MemorySegment getenv(MemorySegment x0)
      char *getenv(const char *)
      
    • labs$descriptor

      public static FunctionDescriptor labs$descriptor()
      Function descriptor for:
      long labs(long)
      
    • labs$handle

      public static MethodHandle labs$handle()
      Downcall method handle for:
      long labs(long)
      
    • labs$address

      public static MemorySegment labs$address()
      Address for:
      long labs(long)
      
    • labs

      public static long labs(long x0)
      long labs(long)
      
    • llabs$descriptor

      public static FunctionDescriptor llabs$descriptor()
      Function descriptor for:
      long long llabs(long long)
      
    • llabs$handle

      public static MethodHandle llabs$handle()
      Downcall method handle for:
      long long llabs(long long)
      
    • llabs$address

      public static MemorySegment llabs$address()
      Address for:
      long long llabs(long long)
      
    • llabs

      public static long llabs(long x0)
      long long llabs(long long)
      
    • mblen$descriptor

      public static FunctionDescriptor mblen$descriptor()
      Function descriptor for:
      int mblen(const char *__s, size_t __n)
      
    • mblen$handle

      public static MethodHandle mblen$handle()
      Downcall method handle for:
      int mblen(const char *__s, size_t __n)
      
    • mblen$address

      public static MemorySegment mblen$address()
      Address for:
      int mblen(const char *__s, size_t __n)
      
    • mblen

      public static int mblen(MemorySegment __s, long __n)
      int mblen(const char *__s, size_t __n)
      
    • mbstowcs$descriptor

      public static FunctionDescriptor mbstowcs$descriptor()
      Function descriptor for:
      size_t mbstowcs(wchar_t *restrict, const char *restrict, size_t)
      
    • mbstowcs$handle

      public static MethodHandle mbstowcs$handle()
      Downcall method handle for:
      size_t mbstowcs(wchar_t *restrict, const char *restrict, size_t)
      
    • mbstowcs$address

      public static MemorySegment mbstowcs$address()
      Address for:
      size_t mbstowcs(wchar_t *restrict, const char *restrict, size_t)
      
    • mbstowcs

      public static long mbstowcs(MemorySegment x0, MemorySegment x1, long x2)
      size_t mbstowcs(wchar_t *restrict, const char *restrict, size_t)
      
    • mbtowc$descriptor

      public static FunctionDescriptor mbtowc$descriptor()
      Function descriptor for:
      int mbtowc(wchar_t *restrict, const char *restrict, size_t)
      
    • mbtowc$handle

      public static MethodHandle mbtowc$handle()
      Downcall method handle for:
      int mbtowc(wchar_t *restrict, const char *restrict, size_t)
      
    • mbtowc$address

      public static MemorySegment mbtowc$address()
      Address for:
      int mbtowc(wchar_t *restrict, const char *restrict, size_t)
      
    • mbtowc

      public static int mbtowc(MemorySegment x0, MemorySegment x1, long x2)
      int mbtowc(wchar_t *restrict, const char *restrict, size_t)
      
    • qsort$descriptor

      public static FunctionDescriptor qsort$descriptor()
      Function descriptor for:
      void qsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • qsort$handle

      public static MethodHandle qsort$handle()
      Downcall method handle for:
      void qsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • qsort$address

      public static MemorySegment qsort$address()
      Address for:
      void qsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • qsort

      public static void qsort(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      void qsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • rand$descriptor

      public static FunctionDescriptor rand$descriptor()
      Function descriptor for:
      int rand()
      
    • rand$handle

      public static MethodHandle rand$handle()
      Downcall method handle for:
      int rand()
      
    • rand$address

      public static MemorySegment rand$address()
      Address for:
      int rand()
      
    • rand

      public static int rand()
      int rand()
      
    • srand$descriptor

      public static FunctionDescriptor srand$descriptor()
      Function descriptor for:
      void srand(unsigned int)
      
    • srand$handle

      public static MethodHandle srand$handle()
      Downcall method handle for:
      void srand(unsigned int)
      
    • srand$address

      public static MemorySegment srand$address()
      Address for:
      void srand(unsigned int)
      
    • srand

      public static void srand(int x0)
      void srand(unsigned int)
      
    • strtod$descriptor

      public static FunctionDescriptor strtod$descriptor()
      Function descriptor for:
      double strtod(const char *, char **)
      
    • strtod$handle

      public static MethodHandle strtod$handle()
      Downcall method handle for:
      double strtod(const char *, char **)
      
    • strtod$address

      public static MemorySegment strtod$address()
      Address for:
      double strtod(const char *, char **)
      
    • strtod

      public static double strtod(MemorySegment x0, MemorySegment x1)
      double strtod(const char *, char **)
      
    • strtof$descriptor

      public static FunctionDescriptor strtof$descriptor()
      Function descriptor for:
      float strtof(const char *, char **)
      
    • strtof$handle

      public static MethodHandle strtof$handle()
      Downcall method handle for:
      float strtof(const char *, char **)
      
    • strtof$address

      public static MemorySegment strtof$address()
      Address for:
      float strtof(const char *, char **)
      
    • strtof

      public static float strtof(MemorySegment x0, MemorySegment x1)
      float strtof(const char *, char **)
      
    • strtol$descriptor

      public static FunctionDescriptor strtol$descriptor()
      Function descriptor for:
      long strtol(const char *__str, char **__endptr, int __base)
      
    • strtol$handle

      public static MethodHandle strtol$handle()
      Downcall method handle for:
      long strtol(const char *__str, char **__endptr, int __base)
      
    • strtol$address

      public static MemorySegment strtol$address()
      Address for:
      long strtol(const char *__str, char **__endptr, int __base)
      
    • strtol

      public static long strtol(MemorySegment __str, MemorySegment __endptr, int __base)
      long strtol(const char *__str, char **__endptr, int __base)
      
    • strtoll$descriptor

      public static FunctionDescriptor strtoll$descriptor()
      Function descriptor for:
      long long strtoll(const char *__str, char **__endptr, int __base)
      
    • strtoll$handle

      public static MethodHandle strtoll$handle()
      Downcall method handle for:
      long long strtoll(const char *__str, char **__endptr, int __base)
      
    • strtoll$address

      public static MemorySegment strtoll$address()
      Address for:
      long long strtoll(const char *__str, char **__endptr, int __base)
      
    • strtoll

      public static long strtoll(MemorySegment __str, MemorySegment __endptr, int __base)
      long long strtoll(const char *__str, char **__endptr, int __base)
      
    • strtoul$descriptor

      public static FunctionDescriptor strtoul$descriptor()
      Function descriptor for:
      unsigned long strtoul(const char *__str, char **__endptr, int __base)
      
    • strtoul$handle

      public static MethodHandle strtoul$handle()
      Downcall method handle for:
      unsigned long strtoul(const char *__str, char **__endptr, int __base)
      
    • strtoul$address

      public static MemorySegment strtoul$address()
      Address for:
      unsigned long strtoul(const char *__str, char **__endptr, int __base)
      
    • strtoul

      public static long strtoul(MemorySegment __str, MemorySegment __endptr, int __base)
      unsigned long strtoul(const char *__str, char **__endptr, int __base)
      
    • strtoull$descriptor

      public static FunctionDescriptor strtoull$descriptor()
      Function descriptor for:
      unsigned long long strtoull(const char *__str, char **__endptr, int __base)
      
    • strtoull$handle

      public static MethodHandle strtoull$handle()
      Downcall method handle for:
      unsigned long long strtoull(const char *__str, char **__endptr, int __base)
      
    • strtoull$address

      public static MemorySegment strtoull$address()
      Address for:
      unsigned long long strtoull(const char *__str, char **__endptr, int __base)
      
    • strtoull

      public static long strtoull(MemorySegment __str, MemorySegment __endptr, int __base)
      unsigned long long strtoull(const char *__str, char **__endptr, int __base)
      
    • system$descriptor

      public static FunctionDescriptor system$descriptor()
      Function descriptor for:
      int system(const char *)
      
    • system$handle

      public static MethodHandle system$handle()
      Downcall method handle for:
      int system(const char *)
      
    • system$address

      public static MemorySegment system$address()
      Address for:
      int system(const char *)
      
    • system

      public static int system(MemorySegment x0)
      int system(const char *)
      
    • wcstombs$descriptor

      public static FunctionDescriptor wcstombs$descriptor()
      Function descriptor for:
      size_t wcstombs(char *restrict, const wchar_t *restrict, size_t)
      
    • wcstombs$handle

      public static MethodHandle wcstombs$handle()
      Downcall method handle for:
      size_t wcstombs(char *restrict, const wchar_t *restrict, size_t)
      
    • wcstombs$address

      public static MemorySegment wcstombs$address()
      Address for:
      size_t wcstombs(char *restrict, const wchar_t *restrict, size_t)
      
    • wcstombs

      public static long wcstombs(MemorySegment x0, MemorySegment x1, long x2)
      size_t wcstombs(char *restrict, const wchar_t *restrict, size_t)
      
    • wctomb$descriptor

      public static FunctionDescriptor wctomb$descriptor()
      Function descriptor for:
      int wctomb(char *, wchar_t)
      
    • wctomb$handle

      public static MethodHandle wctomb$handle()
      Downcall method handle for:
      int wctomb(char *, wchar_t)
      
    • wctomb$address

      public static MemorySegment wctomb$address()
      Address for:
      int wctomb(char *, wchar_t)
      
    • wctomb

      public static int wctomb(MemorySegment x0, int x1)
      int wctomb(char *, wchar_t)
      
    • _Exit$descriptor

      public static FunctionDescriptor _Exit$descriptor()
      Function descriptor for:
      void _Exit(int)
      
    • _Exit$handle

      public static MethodHandle _Exit$handle()
      Downcall method handle for:
      void _Exit(int)
      
    • _Exit$address

      public static MemorySegment _Exit$address()
      Address for:
      void _Exit(int)
      
    • _Exit

      public static void _Exit(int x0)
      void _Exit(int)
      
    • a64l$descriptor

      public static FunctionDescriptor a64l$descriptor()
      Function descriptor for:
      long a64l(const char *)
      
    • a64l$handle

      public static MethodHandle a64l$handle()
      Downcall method handle for:
      long a64l(const char *)
      
    • a64l$address

      public static MemorySegment a64l$address()
      Address for:
      long a64l(const char *)
      
    • a64l

      public static long a64l(MemorySegment x0)
      long a64l(const char *)
      
    • drand48$descriptor

      public static FunctionDescriptor drand48$descriptor()
      Function descriptor for:
      double drand48()
      
    • drand48$handle

      public static MethodHandle drand48$handle()
      Downcall method handle for:
      double drand48()
      
    • drand48$address

      public static MemorySegment drand48$address()
      Address for:
      double drand48()
      
    • drand48

      public static double drand48()
      double drand48()
      
    • ecvt$descriptor

      public static FunctionDescriptor ecvt$descriptor()
      Function descriptor for:
      char *ecvt(double, int, int *restrict, int *restrict)
      
    • ecvt$handle

      public static MethodHandle ecvt$handle()
      Downcall method handle for:
      char *ecvt(double, int, int *restrict, int *restrict)
      
    • ecvt$address

      public static MemorySegment ecvt$address()
      Address for:
      char *ecvt(double, int, int *restrict, int *restrict)
      
    • ecvt

      public static MemorySegment ecvt(double x0, int x1, MemorySegment x2, MemorySegment x3)
      char *ecvt(double, int, int *restrict, int *restrict)
      
    • erand48$descriptor

      public static FunctionDescriptor erand48$descriptor()
      Function descriptor for:
      double erand48(unsigned short [3])
      
    • erand48$handle

      public static MethodHandle erand48$handle()
      Downcall method handle for:
      double erand48(unsigned short [3])
      
    • erand48$address

      public static MemorySegment erand48$address()
      Address for:
      double erand48(unsigned short [3])
      
    • erand48

      public static double erand48(MemorySegment x0)
      double erand48(unsigned short [3])
      
    • fcvt$descriptor

      public static FunctionDescriptor fcvt$descriptor()
      Function descriptor for:
      char *fcvt(double, int, int *restrict, int *restrict)
      
    • fcvt$handle

      public static MethodHandle fcvt$handle()
      Downcall method handle for:
      char *fcvt(double, int, int *restrict, int *restrict)
      
    • fcvt$address

      public static MemorySegment fcvt$address()
      Address for:
      char *fcvt(double, int, int *restrict, int *restrict)
      
    • fcvt

      public static MemorySegment fcvt(double x0, int x1, MemorySegment x2, MemorySegment x3)
      char *fcvt(double, int, int *restrict, int *restrict)
      
    • gcvt$descriptor

      public static FunctionDescriptor gcvt$descriptor()
      Function descriptor for:
      char *gcvt(double, int, char *)
      
    • gcvt$handle

      public static MethodHandle gcvt$handle()
      Downcall method handle for:
      char *gcvt(double, int, char *)
      
    • gcvt$address

      public static MemorySegment gcvt$address()
      Address for:
      char *gcvt(double, int, char *)
      
    • gcvt

      public static MemorySegment gcvt(double x0, int x1, MemorySegment x2)
      char *gcvt(double, int, char *)
      
    • getsubopt$descriptor

      public static FunctionDescriptor getsubopt$descriptor()
      Function descriptor for:
      int getsubopt(char **, char *const *, char **)
      
    • getsubopt$handle

      public static MethodHandle getsubopt$handle()
      Downcall method handle for:
      int getsubopt(char **, char *const *, char **)
      
    • getsubopt$address

      public static MemorySegment getsubopt$address()
      Address for:
      int getsubopt(char **, char *const *, char **)
      
    • getsubopt

      public static int getsubopt(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      int getsubopt(char **, char *const *, char **)
      
    • grantpt$descriptor

      public static FunctionDescriptor grantpt$descriptor()
      Function descriptor for:
      int grantpt(int)
      
    • grantpt$handle

      public static MethodHandle grantpt$handle()
      Downcall method handle for:
      int grantpt(int)
      
    • grantpt$address

      public static MemorySegment grantpt$address()
      Address for:
      int grantpt(int)
      
    • grantpt

      public static int grantpt(int x0)
      int grantpt(int)
      
    • initstate$descriptor

      public static FunctionDescriptor initstate$descriptor()
      Function descriptor for:
      char *initstate(unsigned int, char *, size_t)
      
    • initstate$handle

      public static MethodHandle initstate$handle()
      Downcall method handle for:
      char *initstate(unsigned int, char *, size_t)
      
    • initstate$address

      public static MemorySegment initstate$address()
      Address for:
      char *initstate(unsigned int, char *, size_t)
      
    • initstate

      public static MemorySegment initstate(int x0, MemorySegment x1, long x2)
      char *initstate(unsigned int, char *, size_t)
      
    • jrand48$descriptor

      public static FunctionDescriptor jrand48$descriptor()
      Function descriptor for:
      long jrand48(unsigned short [3])
      
    • jrand48$handle

      public static MethodHandle jrand48$handle()
      Downcall method handle for:
      long jrand48(unsigned short [3])
      
    • jrand48$address

      public static MemorySegment jrand48$address()
      Address for:
      long jrand48(unsigned short [3])
      
    • jrand48

      public static long jrand48(MemorySegment x0)
      long jrand48(unsigned short [3])
      
    • l64a$descriptor

      public static FunctionDescriptor l64a$descriptor()
      Function descriptor for:
      char *l64a(long)
      
    • l64a$handle

      public static MethodHandle l64a$handle()
      Downcall method handle for:
      char *l64a(long)
      
    • l64a$address

      public static MemorySegment l64a$address()
      Address for:
      char *l64a(long)
      
    • l64a

      public static MemorySegment l64a(long x0)
      char *l64a(long)
      
    • lcong48$descriptor

      public static FunctionDescriptor lcong48$descriptor()
      Function descriptor for:
      void lcong48(unsigned short [7])
      
    • lcong48$handle

      public static MethodHandle lcong48$handle()
      Downcall method handle for:
      void lcong48(unsigned short [7])
      
    • lcong48$address

      public static MemorySegment lcong48$address()
      Address for:
      void lcong48(unsigned short [7])
      
    • lcong48

      public static void lcong48(MemorySegment x0)
      void lcong48(unsigned short [7])
      
    • lrand48$descriptor

      public static FunctionDescriptor lrand48$descriptor()
      Function descriptor for:
      long lrand48()
      
    • lrand48$handle

      public static MethodHandle lrand48$handle()
      Downcall method handle for:
      long lrand48()
      
    • lrand48$address

      public static MemorySegment lrand48$address()
      Address for:
      long lrand48()
      
    • lrand48

      public static long lrand48()
      long lrand48()
      
    • mktemp$descriptor

      public static FunctionDescriptor mktemp$descriptor()
      Function descriptor for:
      char *mktemp(char *)
      
    • mktemp$handle

      public static MethodHandle mktemp$handle()
      Downcall method handle for:
      char *mktemp(char *)
      
    • mktemp$address

      public static MemorySegment mktemp$address()
      Address for:
      char *mktemp(char *)
      
    • mktemp

      public static MemorySegment mktemp(MemorySegment x0)
      char *mktemp(char *)
      
    • mkstemp$descriptor

      public static FunctionDescriptor mkstemp$descriptor()
      Function descriptor for:
      int mkstemp(char *)
      
    • mkstemp$handle

      public static MethodHandle mkstemp$handle()
      Downcall method handle for:
      int mkstemp(char *)
      
    • mkstemp$address

      public static MemorySegment mkstemp$address()
      Address for:
      int mkstemp(char *)
      
    • mkstemp

      public static int mkstemp(MemorySegment x0)
      int mkstemp(char *)
      
    • mrand48$descriptor

      public static FunctionDescriptor mrand48$descriptor()
      Function descriptor for:
      long mrand48()
      
    • mrand48$handle

      public static MethodHandle mrand48$handle()
      Downcall method handle for:
      long mrand48()
      
    • mrand48$address

      public static MemorySegment mrand48$address()
      Address for:
      long mrand48()
      
    • mrand48

      public static long mrand48()
      long mrand48()
      
    • nrand48$descriptor

      public static FunctionDescriptor nrand48$descriptor()
      Function descriptor for:
      long nrand48(unsigned short [3])
      
    • nrand48$handle

      public static MethodHandle nrand48$handle()
      Downcall method handle for:
      long nrand48(unsigned short [3])
      
    • nrand48$address

      public static MemorySegment nrand48$address()
      Address for:
      long nrand48(unsigned short [3])
      
    • nrand48

      public static long nrand48(MemorySegment x0)
      long nrand48(unsigned short [3])
      
    • posix_openpt$descriptor

      public static FunctionDescriptor posix_openpt$descriptor()
      Function descriptor for:
      int posix_openpt(int)
      
    • posix_openpt$handle

      public static MethodHandle posix_openpt$handle()
      Downcall method handle for:
      int posix_openpt(int)
      
    • posix_openpt$address

      public static MemorySegment posix_openpt$address()
      Address for:
      int posix_openpt(int)
      
    • posix_openpt

      public static int posix_openpt(int x0)
      int posix_openpt(int)
      
    • ptsname$descriptor

      public static FunctionDescriptor ptsname$descriptor()
      Function descriptor for:
      char *ptsname(int)
      
    • ptsname$handle

      public static MethodHandle ptsname$handle()
      Downcall method handle for:
      char *ptsname(int)
      
    • ptsname$address

      public static MemorySegment ptsname$address()
      Address for:
      char *ptsname(int)
      
    • ptsname

      public static MemorySegment ptsname(int x0)
      char *ptsname(int)
      
    • ptsname_r$descriptor

      public static FunctionDescriptor ptsname_r$descriptor()
      Function descriptor for:
      int ptsname_r(int fildes, char *buffer, size_t buflen)
      
    • ptsname_r$handle

      public static MethodHandle ptsname_r$handle()
      Downcall method handle for:
      int ptsname_r(int fildes, char *buffer, size_t buflen)
      
    • ptsname_r$address

      public static MemorySegment ptsname_r$address()
      Address for:
      int ptsname_r(int fildes, char *buffer, size_t buflen)
      
    • ptsname_r

      public static int ptsname_r(int fildes, MemorySegment buffer, long buflen)
      int ptsname_r(int fildes, char *buffer, size_t buflen)
      
    • putenv$descriptor

      public static FunctionDescriptor putenv$descriptor()
      Function descriptor for:
      int putenv(char *)
      
    • putenv$handle

      public static MethodHandle putenv$handle()
      Downcall method handle for:
      int putenv(char *)
      
    • putenv$address

      public static MemorySegment putenv$address()
      Address for:
      int putenv(char *)
      
    • putenv

      public static int putenv(MemorySegment x0)
      int putenv(char *)
      
    • random$descriptor

      public static FunctionDescriptor random$descriptor()
      Function descriptor for:
      long random()
      
    • random$handle

      public static MethodHandle random$handle()
      Downcall method handle for:
      long random()
      
    • random$address

      public static MemorySegment random$address()
      Address for:
      long random()
      
    • random

      public static long random()
      long random()
      
    • rand_r$descriptor

      public static FunctionDescriptor rand_r$descriptor()
      Function descriptor for:
      int rand_r(unsigned int *)
      
    • rand_r$handle

      public static MethodHandle rand_r$handle()
      Downcall method handle for:
      int rand_r(unsigned int *)
      
    • rand_r$address

      public static MemorySegment rand_r$address()
      Address for:
      int rand_r(unsigned int *)
      
    • rand_r

      public static int rand_r(MemorySegment x0)
      int rand_r(unsigned int *)
      
    • seed48$descriptor

      public static FunctionDescriptor seed48$descriptor()
      Function descriptor for:
      unsigned short *seed48(unsigned short [3])
      
    • seed48$handle

      public static MethodHandle seed48$handle()
      Downcall method handle for:
      unsigned short *seed48(unsigned short [3])
      
    • seed48$address

      public static MemorySegment seed48$address()
      Address for:
      unsigned short *seed48(unsigned short [3])
      
    • seed48

      public static MemorySegment seed48(MemorySegment x0)
      unsigned short *seed48(unsigned short [3])
      
    • setenv$descriptor

      public static FunctionDescriptor setenv$descriptor()
      Function descriptor for:
      int setenv(const char *__name, const char *__value, int __overwrite)
      
    • setenv$handle

      public static MethodHandle setenv$handle()
      Downcall method handle for:
      int setenv(const char *__name, const char *__value, int __overwrite)
      
    • setenv$address

      public static MemorySegment setenv$address()
      Address for:
      int setenv(const char *__name, const char *__value, int __overwrite)
      
    • setenv

      public static int setenv(MemorySegment __name, MemorySegment __value, int __overwrite)
      int setenv(const char *__name, const char *__value, int __overwrite)
      
    • setkey$descriptor

      public static FunctionDescriptor setkey$descriptor()
      Function descriptor for:
      void setkey(const char *)
      
    • setkey$handle

      public static MethodHandle setkey$handle()
      Downcall method handle for:
      void setkey(const char *)
      
    • setkey$address

      public static MemorySegment setkey$address()
      Address for:
      void setkey(const char *)
      
    • setkey

      public static void setkey(MemorySegment x0)
      void setkey(const char *)
      
    • setstate$descriptor

      public static FunctionDescriptor setstate$descriptor()
      Function descriptor for:
      char *setstate(const char *)
      
    • setstate$handle

      public static MethodHandle setstate$handle()
      Downcall method handle for:
      char *setstate(const char *)
      
    • setstate$address

      public static MemorySegment setstate$address()
      Address for:
      char *setstate(const char *)
      
    • setstate

      public static MemorySegment setstate(MemorySegment x0)
      char *setstate(const char *)
      
    • srand48$descriptor

      public static FunctionDescriptor srand48$descriptor()
      Function descriptor for:
      void srand48(long)
      
    • srand48$handle

      public static MethodHandle srand48$handle()
      Downcall method handle for:
      void srand48(long)
      
    • srand48$address

      public static MemorySegment srand48$address()
      Address for:
      void srand48(long)
      
    • srand48

      public static void srand48(long x0)
      void srand48(long)
      
    • srandom$descriptor

      public static FunctionDescriptor srandom$descriptor()
      Function descriptor for:
      void srandom(unsigned int)
      
    • srandom$handle

      public static MethodHandle srandom$handle()
      Downcall method handle for:
      void srandom(unsigned int)
      
    • srandom$address

      public static MemorySegment srandom$address()
      Address for:
      void srandom(unsigned int)
      
    • srandom

      public static void srandom(int x0)
      void srandom(unsigned int)
      
    • unlockpt$descriptor

      public static FunctionDescriptor unlockpt$descriptor()
      Function descriptor for:
      int unlockpt(int)
      
    • unlockpt$handle

      public static MethodHandle unlockpt$handle()
      Downcall method handle for:
      int unlockpt(int)
      
    • unlockpt$address

      public static MemorySegment unlockpt$address()
      Address for:
      int unlockpt(int)
      
    • unlockpt

      public static int unlockpt(int x0)
      int unlockpt(int)
      
    • unsetenv$descriptor

      public static FunctionDescriptor unsetenv$descriptor()
      Function descriptor for:
      int unsetenv(const char *)
      
    • unsetenv$handle

      public static MethodHandle unsetenv$handle()
      Downcall method handle for:
      int unsetenv(const char *)
      
    • unsetenv$address

      public static MemorySegment unsetenv$address()
      Address for:
      int unsetenv(const char *)
      
    • unsetenv

      public static int unsetenv(MemorySegment x0)
      int unsetenv(const char *)
      
    • arc4random$descriptor

      public static FunctionDescriptor arc4random$descriptor()
      Function descriptor for:
      uint32_t arc4random()
      
    • arc4random$handle

      public static MethodHandle arc4random$handle()
      Downcall method handle for:
      uint32_t arc4random()
      
    • arc4random$address

      public static MemorySegment arc4random$address()
      Address for:
      uint32_t arc4random()
      
    • arc4random

      public static int arc4random()
      uint32_t arc4random()
      
    • arc4random_addrandom$descriptor

      public static FunctionDescriptor arc4random_addrandom$descriptor()
      Function descriptor for:
      void arc4random_addrandom(unsigned char *, int)
      
    • arc4random_addrandom$handle

      public static MethodHandle arc4random_addrandom$handle()
      Downcall method handle for:
      void arc4random_addrandom(unsigned char *, int)
      
    • arc4random_addrandom$address

      public static MemorySegment arc4random_addrandom$address()
      Address for:
      void arc4random_addrandom(unsigned char *, int)
      
    • arc4random_addrandom

      public static void arc4random_addrandom(MemorySegment x0, int x1)
      void arc4random_addrandom(unsigned char *, int)
      
    • arc4random_buf$descriptor

      public static FunctionDescriptor arc4random_buf$descriptor()
      Function descriptor for:
      void arc4random_buf(void *__buf, size_t __nbytes)
      
    • arc4random_buf$handle

      public static MethodHandle arc4random_buf$handle()
      Downcall method handle for:
      void arc4random_buf(void *__buf, size_t __nbytes)
      
    • arc4random_buf$address

      public static MemorySegment arc4random_buf$address()
      Address for:
      void arc4random_buf(void *__buf, size_t __nbytes)
      
    • arc4random_buf

      public static void arc4random_buf(MemorySegment __buf, long __nbytes)
      void arc4random_buf(void *__buf, size_t __nbytes)
      
    • arc4random_stir$descriptor

      public static FunctionDescriptor arc4random_stir$descriptor()
      Function descriptor for:
      void arc4random_stir()
      
    • arc4random_stir$handle

      public static MethodHandle arc4random_stir$handle()
      Downcall method handle for:
      void arc4random_stir()
      
    • arc4random_stir$address

      public static MemorySegment arc4random_stir$address()
      Address for:
      void arc4random_stir()
      
    • arc4random_stir

      public static void arc4random_stir()
      void arc4random_stir()
      
    • arc4random_uniform$descriptor

      public static FunctionDescriptor arc4random_uniform$descriptor()
      Function descriptor for:
      uint32_t arc4random_uniform(uint32_t __upper_bound)
      
    • arc4random_uniform$handle

      public static MethodHandle arc4random_uniform$handle()
      Downcall method handle for:
      uint32_t arc4random_uniform(uint32_t __upper_bound)
      
    • arc4random_uniform$address

      public static MemorySegment arc4random_uniform$address()
      Address for:
      uint32_t arc4random_uniform(uint32_t __upper_bound)
      
    • arc4random_uniform

      public static int arc4random_uniform(int __upper_bound)
      uint32_t arc4random_uniform(uint32_t __upper_bound)
      
    • atexit_b$descriptor

      public static FunctionDescriptor atexit_b$descriptor()
      Function descriptor for:
      int atexit_b(void (^ _Nonnull)(void))
      
    • atexit_b$handle

      public static MethodHandle atexit_b$handle()
      Downcall method handle for:
      int atexit_b(void (^ _Nonnull)(void))
      
    • atexit_b$address

      public static MemorySegment atexit_b$address()
      Address for:
      int atexit_b(void (^ _Nonnull)(void))
      
    • atexit_b

      public static int atexit_b(MemorySegment x0)
      int atexit_b(void (^ _Nonnull)(void))
      
    • bsearch_b$descriptor

      public static FunctionDescriptor bsearch_b$descriptor()
      Function descriptor for:
      void *bsearch_b(const void *__key, const void *__base, size_t __nel, size_t __width, __bsearch_noescape int (^__compar)(const void *, const void *))
      
    • bsearch_b$handle

      public static MethodHandle bsearch_b$handle()
      Downcall method handle for:
      void *bsearch_b(const void *__key, const void *__base, size_t __nel, size_t __width, __bsearch_noescape int (^__compar)(const void *, const void *))
      
    • bsearch_b$address

      public static MemorySegment bsearch_b$address()
      Address for:
      void *bsearch_b(const void *__key, const void *__base, size_t __nel, size_t __width, __bsearch_noescape int (^__compar)(const void *, const void *))
      
    • bsearch_b

      public static MemorySegment bsearch_b(MemorySegment __key, MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      void *bsearch_b(const void *__key, const void *__base, size_t __nel, size_t __width, __bsearch_noescape int (^__compar)(const void *, const void *))
      
    • cgetcap$descriptor

      public static FunctionDescriptor cgetcap$descriptor()
      Function descriptor for:
      char *cgetcap(char *, const char *, int)
      
    • cgetcap$handle

      public static MethodHandle cgetcap$handle()
      Downcall method handle for:
      char *cgetcap(char *, const char *, int)
      
    • cgetcap$address

      public static MemorySegment cgetcap$address()
      Address for:
      char *cgetcap(char *, const char *, int)
      
    • cgetcap

      public static MemorySegment cgetcap(MemorySegment x0, MemorySegment x1, int x2)
      char *cgetcap(char *, const char *, int)
      
    • cgetclose$descriptor

      public static FunctionDescriptor cgetclose$descriptor()
      Function descriptor for:
      int cgetclose()
      
    • cgetclose$handle

      public static MethodHandle cgetclose$handle()
      Downcall method handle for:
      int cgetclose()
      
    • cgetclose$address

      public static MemorySegment cgetclose$address()
      Address for:
      int cgetclose()
      
    • cgetclose

      public static int cgetclose()
      int cgetclose()
      
    • cgetent$descriptor

      public static FunctionDescriptor cgetent$descriptor()
      Function descriptor for:
      int cgetent(char **, char **, const char *)
      
    • cgetent$handle

      public static MethodHandle cgetent$handle()
      Downcall method handle for:
      int cgetent(char **, char **, const char *)
      
    • cgetent$address

      public static MemorySegment cgetent$address()
      Address for:
      int cgetent(char **, char **, const char *)
      
    • cgetent

      public static int cgetent(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      int cgetent(char **, char **, const char *)
      
    • cgetfirst$descriptor

      public static FunctionDescriptor cgetfirst$descriptor()
      Function descriptor for:
      int cgetfirst(char **, char **)
      
    • cgetfirst$handle

      public static MethodHandle cgetfirst$handle()
      Downcall method handle for:
      int cgetfirst(char **, char **)
      
    • cgetfirst$address

      public static MemorySegment cgetfirst$address()
      Address for:
      int cgetfirst(char **, char **)
      
    • cgetfirst

      public static int cgetfirst(MemorySegment x0, MemorySegment x1)
      int cgetfirst(char **, char **)
      
    • cgetmatch$descriptor

      public static FunctionDescriptor cgetmatch$descriptor()
      Function descriptor for:
      int cgetmatch(const char *, const char *)
      
    • cgetmatch$handle

      public static MethodHandle cgetmatch$handle()
      Downcall method handle for:
      int cgetmatch(const char *, const char *)
      
    • cgetmatch$address

      public static MemorySegment cgetmatch$address()
      Address for:
      int cgetmatch(const char *, const char *)
      
    • cgetmatch

      public static int cgetmatch(MemorySegment x0, MemorySegment x1)
      int cgetmatch(const char *, const char *)
      
    • cgetnext$descriptor

      public static FunctionDescriptor cgetnext$descriptor()
      Function descriptor for:
      int cgetnext(char **, char **)
      
    • cgetnext$handle

      public static MethodHandle cgetnext$handle()
      Downcall method handle for:
      int cgetnext(char **, char **)
      
    • cgetnext$address

      public static MemorySegment cgetnext$address()
      Address for:
      int cgetnext(char **, char **)
      
    • cgetnext

      public static int cgetnext(MemorySegment x0, MemorySegment x1)
      int cgetnext(char **, char **)
      
    • cgetnum$descriptor

      public static FunctionDescriptor cgetnum$descriptor()
      Function descriptor for:
      int cgetnum(char *, const char *, long *)
      
    • cgetnum$handle

      public static MethodHandle cgetnum$handle()
      Downcall method handle for:
      int cgetnum(char *, const char *, long *)
      
    • cgetnum$address

      public static MemorySegment cgetnum$address()
      Address for:
      int cgetnum(char *, const char *, long *)
      
    • cgetnum

      public static int cgetnum(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      int cgetnum(char *, const char *, long *)
      
    • cgetset$descriptor

      public static FunctionDescriptor cgetset$descriptor()
      Function descriptor for:
      int cgetset(const char *)
      
    • cgetset$handle

      public static MethodHandle cgetset$handle()
      Downcall method handle for:
      int cgetset(const char *)
      
    • cgetset$address

      public static MemorySegment cgetset$address()
      Address for:
      int cgetset(const char *)
      
    • cgetset

      public static int cgetset(MemorySegment x0)
      int cgetset(const char *)
      
    • cgetstr$descriptor

      public static FunctionDescriptor cgetstr$descriptor()
      Function descriptor for:
      int cgetstr(char *, const char *, char **)
      
    • cgetstr$handle

      public static MethodHandle cgetstr$handle()
      Downcall method handle for:
      int cgetstr(char *, const char *, char **)
      
    • cgetstr$address

      public static MemorySegment cgetstr$address()
      Address for:
      int cgetstr(char *, const char *, char **)
      
    • cgetstr

      public static int cgetstr(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      int cgetstr(char *, const char *, char **)
      
    • cgetustr$descriptor

      public static FunctionDescriptor cgetustr$descriptor()
      Function descriptor for:
      int cgetustr(char *, const char *, char **)
      
    • cgetustr$handle

      public static MethodHandle cgetustr$handle()
      Downcall method handle for:
      int cgetustr(char *, const char *, char **)
      
    • cgetustr$address

      public static MemorySegment cgetustr$address()
      Address for:
      int cgetustr(char *, const char *, char **)
      
    • cgetustr

      public static int cgetustr(MemorySegment x0, MemorySegment x1, MemorySegment x2)
      int cgetustr(char *, const char *, char **)
      
    • daemon$descriptor

      public static FunctionDescriptor daemon$descriptor()
      Function descriptor for:
      int daemon(int, int)
      
    • daemon$handle

      public static MethodHandle daemon$handle()
      Downcall method handle for:
      int daemon(int, int)
      
    • daemon$address

      public static MemorySegment daemon$address()
      Address for:
      int daemon(int, int)
      
    • daemon

      public static int daemon(int x0, int x1)
      int daemon(int, int)
      
    • devname$descriptor

      public static FunctionDescriptor devname$descriptor()
      Function descriptor for:
      char *devname(dev_t, mode_t)
      
    • devname$handle

      public static MethodHandle devname$handle()
      Downcall method handle for:
      char *devname(dev_t, mode_t)
      
    • devname$address

      public static MemorySegment devname$address()
      Address for:
      char *devname(dev_t, mode_t)
      
    • devname

      public static MemorySegment devname(int x0, short x1)
      char *devname(dev_t, mode_t)
      
    • devname_r$descriptor

      public static FunctionDescriptor devname_r$descriptor()
      Function descriptor for:
      char *devname_r(dev_t, mode_t, char *buf, int len)
      
    • devname_r$handle

      public static MethodHandle devname_r$handle()
      Downcall method handle for:
      char *devname_r(dev_t, mode_t, char *buf, int len)
      
    • devname_r$address

      public static MemorySegment devname_r$address()
      Address for:
      char *devname_r(dev_t, mode_t, char *buf, int len)
      
    • devname_r

      public static MemorySegment devname_r(int x0, short x1, MemorySegment buf, int len)
      char *devname_r(dev_t, mode_t, char *buf, int len)
      
    • getbsize$descriptor

      public static FunctionDescriptor getbsize$descriptor()
      Function descriptor for:
      char *getbsize(int *, long *)
      
    • getbsize$handle

      public static MethodHandle getbsize$handle()
      Downcall method handle for:
      char *getbsize(int *, long *)
      
    • getbsize$address

      public static MemorySegment getbsize$address()
      Address for:
      char *getbsize(int *, long *)
      
    • getbsize

      public static MemorySegment getbsize(MemorySegment x0, MemorySegment x1)
      char *getbsize(int *, long *)
      
    • getloadavg$descriptor

      public static FunctionDescriptor getloadavg$descriptor()
      Function descriptor for:
      int getloadavg(double [], int)
      
    • getloadavg$handle

      public static MethodHandle getloadavg$handle()
      Downcall method handle for:
      int getloadavg(double [], int)
      
    • getloadavg$address

      public static MemorySegment getloadavg$address()
      Address for:
      int getloadavg(double [], int)
      
    • getloadavg

      public static int getloadavg(MemorySegment x0, int x1)
      int getloadavg(double [], int)
      
    • getprogname$descriptor

      public static FunctionDescriptor getprogname$descriptor()
      Function descriptor for:
      const char *getprogname()
      
    • getprogname$handle

      public static MethodHandle getprogname$handle()
      Downcall method handle for:
      const char *getprogname()
      
    • getprogname$address

      public static MemorySegment getprogname$address()
      Address for:
      const char *getprogname()
      
    • getprogname

      public static MemorySegment getprogname()
      const char *getprogname()
      
    • setprogname$descriptor

      public static FunctionDescriptor setprogname$descriptor()
      Function descriptor for:
      void setprogname(const char *)
      
    • setprogname$handle

      public static MethodHandle setprogname$handle()
      Downcall method handle for:
      void setprogname(const char *)
      
    • setprogname$address

      public static MemorySegment setprogname$address()
      Address for:
      void setprogname(const char *)
      
    • setprogname

      public static void setprogname(MemorySegment x0)
      void setprogname(const char *)
      
    • heapsort$descriptor

      public static FunctionDescriptor heapsort$descriptor()
      Function descriptor for:
      int heapsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • heapsort$handle

      public static MethodHandle heapsort$handle()
      Downcall method handle for:
      int heapsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • heapsort$address

      public static MemorySegment heapsort$address()
      Address for:
      int heapsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • heapsort

      public static int heapsort(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      int heapsort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • heapsort_b$descriptor

      public static FunctionDescriptor heapsort_b$descriptor()
      Function descriptor for:
      int heapsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • heapsort_b$handle

      public static MethodHandle heapsort_b$handle()
      Downcall method handle for:
      int heapsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • heapsort_b$address

      public static MemorySegment heapsort_b$address()
      Address for:
      int heapsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • heapsort_b

      public static int heapsort_b(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      int heapsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • mergesort$descriptor

      public static FunctionDescriptor mergesort$descriptor()
      Function descriptor for:
      int mergesort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • mergesort$handle

      public static MethodHandle mergesort$handle()
      Downcall method handle for:
      int mergesort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • mergesort$address

      public static MemorySegment mergesort$address()
      Address for:
      int mergesort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • mergesort

      public static int mergesort(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      int mergesort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • mergesort_b$descriptor

      public static FunctionDescriptor mergesort_b$descriptor()
      Function descriptor for:
      int mergesort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • mergesort_b$handle

      public static MethodHandle mergesort_b$handle()
      Downcall method handle for:
      int mergesort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • mergesort_b$address

      public static MemorySegment mergesort_b$address()
      Address for:
      int mergesort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • mergesort_b

      public static int mergesort_b(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      int mergesort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • psort$descriptor

      public static FunctionDescriptor psort$descriptor()
      Function descriptor for:
      void psort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • psort$handle

      public static MethodHandle psort$handle()
      Downcall method handle for:
      void psort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • psort$address

      public static MemorySegment psort$address()
      Address for:
      void psort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • psort

      public static void psort(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      void psort(void *__base, size_t __nel, size_t __width, int (* _Nonnull __compar)(const void *, const void *))
      
    • psort_b$descriptor

      public static FunctionDescriptor psort_b$descriptor()
      Function descriptor for:
      void psort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • psort_b$handle

      public static MethodHandle psort_b$handle()
      Downcall method handle for:
      void psort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • psort_b$address

      public static MemorySegment psort_b$address()
      Address for:
      void psort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • psort_b

      public static void psort_b(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      void psort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • psort_r$descriptor

      public static FunctionDescriptor psort_r$descriptor()
      Function descriptor for:
      void psort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • psort_r$handle

      public static MethodHandle psort_r$handle()
      Downcall method handle for:
      void psort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • psort_r$address

      public static MemorySegment psort_r$address()
      Address for:
      void psort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • psort_r

      public static void psort_r(MemorySegment __base, long __nel, long __width, MemorySegment x3, MemorySegment __compar)
      void psort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • qsort_b$descriptor

      public static FunctionDescriptor qsort_b$descriptor()
      Function descriptor for:
      void qsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • qsort_b$handle

      public static MethodHandle qsort_b$handle()
      Downcall method handle for:
      void qsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • qsort_b$address

      public static MemorySegment qsort_b$address()
      Address for:
      void qsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • qsort_b

      public static void qsort_b(MemorySegment __base, long __nel, long __width, MemorySegment __compar)
      void qsort_b(void *__base, size_t __nel, size_t __width, __sort_noescape int (^__compar)(const void *, const void *))
      
    • qsort_r$descriptor

      public static FunctionDescriptor qsort_r$descriptor()
      Function descriptor for:
      void qsort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • qsort_r$handle

      public static MethodHandle qsort_r$handle()
      Downcall method handle for:
      void qsort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • qsort_r$address

      public static MemorySegment qsort_r$address()
      Address for:
      void qsort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • qsort_r

      public static void qsort_r(MemorySegment __base, long __nel, long __width, MemorySegment x3, MemorySegment __compar)
      void qsort_r(void *__base, size_t __nel, size_t __width, void *, int (* _Nonnull __compar)(void *, const void *, const void *))
      
    • radixsort$descriptor

      public static FunctionDescriptor radixsort$descriptor()
      Function descriptor for:
      int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • radixsort$handle

      public static MethodHandle radixsort$handle()
      Downcall method handle for:
      int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • radixsort$address

      public static MemorySegment radixsort$address()
      Address for:
      int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • radixsort

      public static int radixsort(MemorySegment __base, int __nel, MemorySegment __table, int __endbyte)
      int radixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • rpmatch$descriptor

      public static FunctionDescriptor rpmatch$descriptor()
      Function descriptor for:
      int rpmatch(const char *)
      
    • rpmatch$handle

      public static MethodHandle rpmatch$handle()
      Downcall method handle for:
      int rpmatch(const char *)
      
    • rpmatch$address

      public static MemorySegment rpmatch$address()
      Address for:
      int rpmatch(const char *)
      
    • rpmatch

      public static int rpmatch(MemorySegment x0)
      int rpmatch(const char *)
      
    • sradixsort$descriptor

      public static FunctionDescriptor sradixsort$descriptor()
      Function descriptor for:
      int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • sradixsort$handle

      public static MethodHandle sradixsort$handle()
      Downcall method handle for:
      int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • sradixsort$address

      public static MemorySegment sradixsort$address()
      Address for:
      int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • sradixsort

      public static int sradixsort(MemorySegment __base, int __nel, MemorySegment __table, int __endbyte)
      int sradixsort(const unsigned char **__base, int __nel, const unsigned char *__table, unsigned int __endbyte)
      
    • sranddev$descriptor

      public static FunctionDescriptor sranddev$descriptor()
      Function descriptor for:
      void sranddev()
      
    • sranddev$handle

      public static MethodHandle sranddev$handle()
      Downcall method handle for:
      void sranddev()
      
    • sranddev$address

      public static MemorySegment sranddev$address()
      Address for:
      void sranddev()
      
    • sranddev

      public static void sranddev()
      void sranddev()
      
    • srandomdev$descriptor

      public static FunctionDescriptor srandomdev$descriptor()
      Function descriptor for:
      void srandomdev()
      
    • srandomdev$handle

      public static MethodHandle srandomdev$handle()
      Downcall method handle for:
      void srandomdev()
      
    • srandomdev$address

      public static MemorySegment srandomdev$address()
      Address for:
      void srandomdev()
      
    • srandomdev

      public static void srandomdev()
      void srandomdev()
      
    • reallocf$descriptor

      public static FunctionDescriptor reallocf$descriptor()
      Function descriptor for:
      void *reallocf(void *__ptr, size_t __size)
      
    • reallocf$handle

      public static MethodHandle reallocf$handle()
      Downcall method handle for:
      void *reallocf(void *__ptr, size_t __size)
      
    • reallocf$address

      public static MemorySegment reallocf$address()
      Address for:
      void *reallocf(void *__ptr, size_t __size)
      
    • reallocf

      public static MemorySegment reallocf(MemorySegment __ptr, long __size)
      void *reallocf(void *__ptr, size_t __size)
      
    • strtonum$descriptor

      public static FunctionDescriptor strtonum$descriptor()
      Function descriptor for:
      long long strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)
      
    • strtonum$handle

      public static MethodHandle strtonum$handle()
      Downcall method handle for:
      long long strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)
      
    • strtonum$address

      public static MemorySegment strtonum$address()
      Address for:
      long long strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)
      
    • strtonum

      public static long strtonum(MemorySegment __numstr, long __minval, long __maxval, MemorySegment __errstrp)
      long long strtonum(const char *__numstr, long long __minval, long long __maxval, const char **__errstrp)
      
    • strtoq$descriptor

      public static FunctionDescriptor strtoq$descriptor()
      Function descriptor for:
      long long strtoq(const char *__str, char **__endptr, int __base)
      
    • strtoq$handle

      public static MethodHandle strtoq$handle()
      Downcall method handle for:
      long long strtoq(const char *__str, char **__endptr, int __base)
      
    • strtoq$address

      public static MemorySegment strtoq$address()
      Address for:
      long long strtoq(const char *__str, char **__endptr, int __base)
      
    • strtoq

      public static long strtoq(MemorySegment __str, MemorySegment __endptr, int __base)
      long long strtoq(const char *__str, char **__endptr, int __base)
      
    • strtouq$descriptor

      public static FunctionDescriptor strtouq$descriptor()
      Function descriptor for:
      unsigned long long strtouq(const char *__str, char **__endptr, int __base)
      
    • strtouq$handle

      public static MethodHandle strtouq$handle()
      Downcall method handle for:
      unsigned long long strtouq(const char *__str, char **__endptr, int __base)
      
    • strtouq$address

      public static MemorySegment strtouq$address()
      Address for:
      unsigned long long strtouq(const char *__str, char **__endptr, int __base)
      
    • strtouq

      public static long strtouq(MemorySegment __str, MemorySegment __endptr, int __base)
      unsigned long long strtouq(const char *__str, char **__endptr, int __base)
      
    • suboptarg$layout

      public static AddressLayout suboptarg$layout()
      Layout for variable:
      extern char *suboptarg
      
    • suboptarg$segment

      public static MemorySegment suboptarg$segment()
      Segment for variable:
      extern char *suboptarg
      
    • suboptarg

      public static MemorySegment suboptarg()
      Getter for variable:
      extern char *suboptarg
      
    • suboptarg

      public static void suboptarg(MemorySegment varValue)
      Setter for variable:
      extern char *suboptarg
      
    • memchr$descriptor

      public static FunctionDescriptor memchr$descriptor()
      Function descriptor for:
      void *memchr(const void *__s, int __c, size_t __n)
      
    • memchr$handle

      public static MethodHandle memchr$handle()
      Downcall method handle for:
      void *memchr(const void *__s, int __c, size_t __n)
      
    • memchr$address

      public static MemorySegment memchr$address()
      Address for:
      void *memchr(const void *__s, int __c, size_t __n)
      
    • memchr

      public static MemorySegment memchr(MemorySegment __s, int __c, long __n)
      void *memchr(const void *__s, int __c, size_t __n)
      
    • memcmp$descriptor

      public static FunctionDescriptor memcmp$descriptor()
      Function descriptor for:
      int memcmp(const void *__s1, const void *__s2, size_t __n)
      
    • memcmp$handle

      public static MethodHandle memcmp$handle()
      Downcall method handle for:
      int memcmp(const void *__s1, const void *__s2, size_t __n)
      
    • memcmp$address

      public static MemorySegment memcmp$address()
      Address for:
      int memcmp(const void *__s1, const void *__s2, size_t __n)
      
    • memcmp

      public static int memcmp(MemorySegment __s1, MemorySegment __s2, long __n)
      int memcmp(const void *__s1, const void *__s2, size_t __n)
      
    • memcpy$descriptor

      public static FunctionDescriptor memcpy$descriptor()
      Function descriptor for:
      void *memcpy(void *__dst, const void *__src, size_t __n)
      
    • memcpy$handle

      public static MethodHandle memcpy$handle()
      Downcall method handle for:
      void *memcpy(void *__dst, const void *__src, size_t __n)
      
    • memcpy$address

      public static MemorySegment memcpy$address()
      Address for:
      void *memcpy(void *__dst, const void *__src, size_t __n)
      
    • memcpy

      public static MemorySegment memcpy(MemorySegment __dst, MemorySegment __src, long __n)
      void *memcpy(void *__dst, const void *__src, size_t __n)
      
    • memmove$descriptor

      public static FunctionDescriptor memmove$descriptor()
      Function descriptor for:
      void *memmove(void *__dst, const void *__src, size_t __len)
      
    • memmove$handle

      public static MethodHandle memmove$handle()
      Downcall method handle for:
      void *memmove(void *__dst, const void *__src, size_t __len)
      
    • memmove$address

      public static MemorySegment memmove$address()
      Address for:
      void *memmove(void *__dst, const void *__src, size_t __len)
      
    • memmove

      public static MemorySegment memmove(MemorySegment __dst, MemorySegment __src, long __len)
      void *memmove(void *__dst, const void *__src, size_t __len)
      
    • memset$descriptor

      public static FunctionDescriptor memset$descriptor()
      Function descriptor for:
      void *memset(void *__b, int __c, size_t __len)
      
    • memset$handle

      public static MethodHandle memset$handle()
      Downcall method handle for:
      void *memset(void *__b, int __c, size_t __len)
      
    • memset$address

      public static MemorySegment memset$address()
      Address for:
      void *memset(void *__b, int __c, size_t __len)
      
    • memset

      public static MemorySegment memset(MemorySegment __b, int __c, long __len)
      void *memset(void *__b, int __c, size_t __len)
      
    • strcat$descriptor

      public static FunctionDescriptor strcat$descriptor()
      Function descriptor for:
      char *strcat(char *__s1, const char *__s2)
      
    • strcat$handle

      public static MethodHandle strcat$handle()
      Downcall method handle for:
      char *strcat(char *__s1, const char *__s2)
      
    • strcat$address

      public static MemorySegment strcat$address()
      Address for:
      char *strcat(char *__s1, const char *__s2)
      
    • strcat

      public static MemorySegment strcat(MemorySegment __s1, MemorySegment __s2)
      char *strcat(char *__s1, const char *__s2)
      
    • strchr$descriptor

      public static FunctionDescriptor strchr$descriptor()
      Function descriptor for:
      char *strchr(const char *__s, int __c)
      
    • strchr$handle

      public static MethodHandle strchr$handle()
      Downcall method handle for:
      char *strchr(const char *__s, int __c)
      
    • strchr$address

      public static MemorySegment strchr$address()
      Address for:
      char *strchr(const char *__s, int __c)
      
    • strchr

      public static MemorySegment strchr(MemorySegment __s, int __c)
      char *strchr(const char *__s, int __c)
      
    • strcmp$descriptor

      public static FunctionDescriptor strcmp$descriptor()
      Function descriptor for:
      int strcmp(const char *__s1, const char *__s2)
      
    • strcmp$handle

      public static MethodHandle strcmp$handle()
      Downcall method handle for:
      int strcmp(const char *__s1, const char *__s2)
      
    • strcmp$address

      public static MemorySegment strcmp$address()
      Address for:
      int strcmp(const char *__s1, const char *__s2)
      
    • strcmp

      public static int strcmp(MemorySegment __s1, MemorySegment __s2)
      int strcmp(const char *__s1, const char *__s2)
      
    • strcoll$descriptor

      public static FunctionDescriptor strcoll$descriptor()
      Function descriptor for:
      int strcoll(const char *__s1, const char *__s2)
      
    • strcoll$handle

      public static MethodHandle strcoll$handle()
      Downcall method handle for:
      int strcoll(const char *__s1, const char *__s2)
      
    • strcoll$address

      public static MemorySegment strcoll$address()
      Address for:
      int strcoll(const char *__s1, const char *__s2)
      
    • strcoll

      public static int strcoll(MemorySegment __s1, MemorySegment __s2)
      int strcoll(const char *__s1, const char *__s2)
      
    • strcpy$descriptor

      public static FunctionDescriptor strcpy$descriptor()
      Function descriptor for:
      char *strcpy(char *__dst, const char *__src)
      
    • strcpy$handle

      public static MethodHandle strcpy$handle()
      Downcall method handle for:
      char *strcpy(char *__dst, const char *__src)
      
    • strcpy$address

      public static MemorySegment strcpy$address()
      Address for:
      char *strcpy(char *__dst, const char *__src)
      
    • strcpy

      public static MemorySegment strcpy(MemorySegment __dst, MemorySegment __src)
      char *strcpy(char *__dst, const char *__src)
      
    • strcspn$descriptor

      public static FunctionDescriptor strcspn$descriptor()
      Function descriptor for:
      unsigned long strcspn(const char *__s, const char *__charset)
      
    • strcspn$handle

      public static MethodHandle strcspn$handle()
      Downcall method handle for:
      unsigned long strcspn(const char *__s, const char *__charset)
      
    • strcspn$address

      public static MemorySegment strcspn$address()
      Address for:
      unsigned long strcspn(const char *__s, const char *__charset)
      
    • strcspn

      public static long strcspn(MemorySegment __s, MemorySegment __charset)
      unsigned long strcspn(const char *__s, const char *__charset)
      
    • strerror$descriptor

      public static FunctionDescriptor strerror$descriptor()
      Function descriptor for:
      char *strerror(int __errnum)
      
    • strerror$handle

      public static MethodHandle strerror$handle()
      Downcall method handle for:
      char *strerror(int __errnum)
      
    • strerror$address

      public static MemorySegment strerror$address()
      Address for:
      char *strerror(int __errnum)
      
    • strerror

      public static MemorySegment strerror(int __errnum)
      char *strerror(int __errnum)
      
    • strlen$descriptor

      public static FunctionDescriptor strlen$descriptor()
      Function descriptor for:
      unsigned long strlen(const char *__s)
      
    • strlen$handle

      public static MethodHandle strlen$handle()
      Downcall method handle for:
      unsigned long strlen(const char *__s)
      
    • strlen$address

      public static MemorySegment strlen$address()
      Address for:
      unsigned long strlen(const char *__s)
      
    • strlen

      public static long strlen(MemorySegment __s)
      unsigned long strlen(const char *__s)
      
    • strncat$descriptor

      public static FunctionDescriptor strncat$descriptor()
      Function descriptor for:
      char *strncat(char *__s1, const char *__s2, size_t __n)
      
    • strncat$handle

      public static MethodHandle strncat$handle()
      Downcall method handle for:
      char *strncat(char *__s1, const char *__s2, size_t __n)
      
    • strncat$address

      public static MemorySegment strncat$address()
      Address for:
      char *strncat(char *__s1, const char *__s2, size_t __n)
      
    • strncat

      public static MemorySegment strncat(MemorySegment __s1, MemorySegment __s2, long __n)
      char *strncat(char *__s1, const char *__s2, size_t __n)
      
    • strncmp$descriptor

      public static FunctionDescriptor strncmp$descriptor()
      Function descriptor for:
      int strncmp(const char *__s1, const char *__s2, size_t __n)
      
    • strncmp$handle

      public static MethodHandle strncmp$handle()
      Downcall method handle for:
      int strncmp(const char *__s1, const char *__s2, size_t __n)
      
    • strncmp$address

      public static MemorySegment strncmp$address()
      Address for:
      int strncmp(const char *__s1, const char *__s2, size_t __n)
      
    • strncmp

      public static int strncmp(MemorySegment __s1, MemorySegment __s2, long __n)
      int strncmp(const char *__s1, const char *__s2, size_t __n)
      
    • strncpy$descriptor

      public static FunctionDescriptor strncpy$descriptor()
      Function descriptor for:
      char *strncpy(char *__dst, const char *__src, size_t __n)
      
    • strncpy$handle

      public static MethodHandle strncpy$handle()
      Downcall method handle for:
      char *strncpy(char *__dst, const char *__src, size_t __n)
      
    • strncpy$address

      public static MemorySegment strncpy$address()
      Address for:
      char *strncpy(char *__dst, const char *__src, size_t __n)
      
    • strncpy

      public static MemorySegment strncpy(MemorySegment __dst, MemorySegment __src, long __n)
      char *strncpy(char *__dst, const char *__src, size_t __n)
      
    • strpbrk$descriptor

      public static FunctionDescriptor strpbrk$descriptor()
      Function descriptor for:
      char *strpbrk(const char *__s, const char *__charset)
      
    • strpbrk$handle

      public static MethodHandle strpbrk$handle()
      Downcall method handle for:
      char *strpbrk(const char *__s, const char *__charset)
      
    • strpbrk$address

      public static MemorySegment strpbrk$address()
      Address for:
      char *strpbrk(const char *__s, const char *__charset)
      
    • strpbrk

      public static MemorySegment strpbrk(MemorySegment __s, MemorySegment __charset)
      char *strpbrk(const char *__s, const char *__charset)
      
    • strrchr$descriptor

      public static FunctionDescriptor strrchr$descriptor()
      Function descriptor for:
      char *strrchr(const char *__s, int __c)
      
    • strrchr$handle

      public static MethodHandle strrchr$handle()
      Downcall method handle for:
      char *strrchr(const char *__s, int __c)
      
    • strrchr$address

      public static MemorySegment strrchr$address()
      Address for:
      char *strrchr(const char *__s, int __c)
      
    • strrchr

      public static MemorySegment strrchr(MemorySegment __s, int __c)
      char *strrchr(const char *__s, int __c)
      
    • strspn$descriptor

      public static FunctionDescriptor strspn$descriptor()
      Function descriptor for:
      unsigned long strspn(const char *__s, const char *__charset)
      
    • strspn$handle

      public static MethodHandle strspn$handle()
      Downcall method handle for:
      unsigned long strspn(const char *__s, const char *__charset)
      
    • strspn$address

      public static MemorySegment strspn$address()
      Address for:
      unsigned long strspn(const char *__s, const char *__charset)
      
    • strspn

      public static long strspn(MemorySegment __s, MemorySegment __charset)
      unsigned long strspn(const char *__s, const char *__charset)
      
    • strstr$descriptor

      public static FunctionDescriptor strstr$descriptor()
      Function descriptor for:
      char *strstr(const char *__big, const char *__little)
      
    • strstr$handle

      public static MethodHandle strstr$handle()
      Downcall method handle for:
      char *strstr(const char *__big, const char *__little)
      
    • strstr$address

      public static MemorySegment strstr$address()
      Address for:
      char *strstr(const char *__big, const char *__little)
      
    • strstr

      public static MemorySegment strstr(MemorySegment __big, MemorySegment __little)
      char *strstr(const char *__big, const char *__little)
      
    • strtok$descriptor

      public static FunctionDescriptor strtok$descriptor()
      Function descriptor for:
      char *strtok(char *__str, const char *__sep)
      
    • strtok$handle

      public static MethodHandle strtok$handle()
      Downcall method handle for:
      char *strtok(char *__str, const char *__sep)
      
    • strtok$address

      public static MemorySegment strtok$address()
      Address for:
      char *strtok(char *__str, const char *__sep)
      
    • strtok

      public static MemorySegment strtok(MemorySegment __str, MemorySegment __sep)
      char *strtok(char *__str, const char *__sep)
      
    • strxfrm$descriptor

      public static FunctionDescriptor strxfrm$descriptor()
      Function descriptor for:
      unsigned long strxfrm(char *__s1, const char *__s2, size_t __n)
      
    • strxfrm$handle

      public static MethodHandle strxfrm$handle()
      Downcall method handle for:
      unsigned long strxfrm(char *__s1, const char *__s2, size_t __n)
      
    • strxfrm$address

      public static MemorySegment strxfrm$address()
      Address for:
      unsigned long strxfrm(char *__s1, const char *__s2, size_t __n)
      
    • strxfrm

      public static long strxfrm(MemorySegment __s1, MemorySegment __s2, long __n)
      unsigned long strxfrm(char *__s1, const char *__s2, size_t __n)
      
    • strtok_r$descriptor

      public static FunctionDescriptor strtok_r$descriptor()
      Function descriptor for:
      char *strtok_r(char *__str, const char *__sep, char **__lasts)
      
    • strtok_r$handle

      public static MethodHandle strtok_r$handle()
      Downcall method handle for:
      char *strtok_r(char *__str, const char *__sep, char **__lasts)
      
    • strtok_r$address

      public static MemorySegment strtok_r$address()
      Address for:
      char *strtok_r(char *__str, const char *__sep, char **__lasts)
      
    • strtok_r

      public static MemorySegment strtok_r(MemorySegment __str, MemorySegment __sep, MemorySegment __lasts)
      char *strtok_r(char *__str, const char *__sep, char **__lasts)
      
    • strerror_r$descriptor

      public static FunctionDescriptor strerror_r$descriptor()
      Function descriptor for:
      int strerror_r(int __errnum, char *__strerrbuf, size_t __buflen)
      
    • strerror_r$handle

      public static MethodHandle strerror_r$handle()
      Downcall method handle for:
      int strerror_r(int __errnum, char *__strerrbuf, size_t __buflen)
      
    • strerror_r$address

      public static MemorySegment strerror_r$address()
      Address for:
      int strerror_r(int __errnum, char *__strerrbuf, size_t __buflen)
      
    • strerror_r

      public static int strerror_r(int __errnum, MemorySegment __strerrbuf, long __buflen)
      int strerror_r(int __errnum, char *__strerrbuf, size_t __buflen)
      
    • strdup$descriptor

      public static FunctionDescriptor strdup$descriptor()
      Function descriptor for:
      char *strdup(const char *__s1)
      
    • strdup$handle

      public static MethodHandle strdup$handle()
      Downcall method handle for:
      char *strdup(const char *__s1)
      
    • strdup$address

      public static MemorySegment strdup$address()
      Address for:
      char *strdup(const char *__s1)
      
    • strdup

      public static MemorySegment strdup(MemorySegment __s1)
      char *strdup(const char *__s1)
      
    • memccpy$descriptor

      public static FunctionDescriptor memccpy$descriptor()
      Function descriptor for:
      void *memccpy(void *__dst, const void *__src, int __c, size_t __n)
      
    • memccpy$handle

      public static MethodHandle memccpy$handle()
      Downcall method handle for:
      void *memccpy(void *__dst, const void *__src, int __c, size_t __n)
      
    • memccpy$address

      public static MemorySegment memccpy$address()
      Address for:
      void *memccpy(void *__dst, const void *__src, int __c, size_t __n)
      
    • memccpy

      public static MemorySegment memccpy(MemorySegment __dst, MemorySegment __src, int __c, long __n)
      void *memccpy(void *__dst, const void *__src, int __c, size_t __n)
      
    • stpcpy$descriptor

      public static FunctionDescriptor stpcpy$descriptor()
      Function descriptor for:
      char *stpcpy(char *__dst, const char *__src)
      
    • stpcpy$handle

      public static MethodHandle stpcpy$handle()
      Downcall method handle for:
      char *stpcpy(char *__dst, const char *__src)
      
    • stpcpy$address

      public static MemorySegment stpcpy$address()
      Address for:
      char *stpcpy(char *__dst, const char *__src)
      
    • stpcpy

      public static MemorySegment stpcpy(MemorySegment __dst, MemorySegment __src)
      char *stpcpy(char *__dst, const char *__src)
      
    • stpncpy$descriptor

      public static FunctionDescriptor stpncpy$descriptor()
      Function descriptor for:
      char *stpncpy(char *__dst, const char *__src, size_t __n)
      
    • stpncpy$handle

      public static MethodHandle stpncpy$handle()
      Downcall method handle for:
      char *stpncpy(char *__dst, const char *__src, size_t __n)
      
    • stpncpy$address

      public static MemorySegment stpncpy$address()
      Address for:
      char *stpncpy(char *__dst, const char *__src, size_t __n)
      
    • stpncpy

      public static MemorySegment stpncpy(MemorySegment __dst, MemorySegment __src, long __n)
      char *stpncpy(char *__dst, const char *__src, size_t __n)
      
    • strndup$descriptor

      public static FunctionDescriptor strndup$descriptor()
      Function descriptor for:
      char *strndup(const char *__s1, size_t __n)
      
    • strndup$handle

      public static MethodHandle strndup$handle()
      Downcall method handle for:
      char *strndup(const char *__s1, size_t __n)
      
    • strndup$address

      public static MemorySegment strndup$address()
      Address for:
      char *strndup(const char *__s1, size_t __n)
      
    • strndup

      public static MemorySegment strndup(MemorySegment __s1, long __n)
      char *strndup(const char *__s1, size_t __n)
      
    • strnlen$descriptor

      public static FunctionDescriptor strnlen$descriptor()
      Function descriptor for:
      size_t strnlen(const char *__s1, size_t __n)
      
    • strnlen$handle

      public static MethodHandle strnlen$handle()
      Downcall method handle for:
      size_t strnlen(const char *__s1, size_t __n)
      
    • strnlen$address

      public static MemorySegment strnlen$address()
      Address for:
      size_t strnlen(const char *__s1, size_t __n)
      
    • strnlen

      public static long strnlen(MemorySegment __s1, long __n)
      size_t strnlen(const char *__s1, size_t __n)
      
    • strsignal$descriptor

      public static FunctionDescriptor strsignal$descriptor()
      Function descriptor for:
      char *strsignal(int __sig)
      
    • strsignal$handle

      public static MethodHandle strsignal$handle()
      Downcall method handle for:
      char *strsignal(int __sig)
      
    • strsignal$address

      public static MemorySegment strsignal$address()
      Address for:
      char *strsignal(int __sig)
      
    • strsignal

      public static MemorySegment strsignal(int __sig)
      char *strsignal(int __sig)
      
    • memset_s$descriptor

      public static FunctionDescriptor memset_s$descriptor()
      Function descriptor for:
      errno_t memset_s(void *__s, rsize_t __smax, int __c, rsize_t __n)
      
    • memset_s$handle

      public static MethodHandle memset_s$handle()
      Downcall method handle for:
      errno_t memset_s(void *__s, rsize_t __smax, int __c, rsize_t __n)
      
    • memset_s$address

      public static MemorySegment memset_s$address()
      Address for:
      errno_t memset_s(void *__s, rsize_t __smax, int __c, rsize_t __n)
      
    • memset_s

      public static int memset_s(MemorySegment __s, long __smax, int __c, long __n)
      errno_t memset_s(void *__s, rsize_t __smax, int __c, rsize_t __n)
      
    • memmem$descriptor

      public static FunctionDescriptor memmem$descriptor()
      Function descriptor for:
      void *memmem(const void *__big, size_t __big_len, const void *__little, size_t __little_len)
      
    • memmem$handle

      public static MethodHandle memmem$handle()
      Downcall method handle for:
      void *memmem(const void *__big, size_t __big_len, const void *__little, size_t __little_len)
      
    • memmem$address

      public static MemorySegment memmem$address()
      Address for:
      void *memmem(const void *__big, size_t __big_len, const void *__little, size_t __little_len)
      
    • memmem

      public static MemorySegment memmem(MemorySegment __big, long __big_len, MemorySegment __little, long __little_len)
      void *memmem(const void *__big, size_t __big_len, const void *__little, size_t __little_len)
      
    • memset_pattern4$descriptor

      public static FunctionDescriptor memset_pattern4$descriptor()
      Function descriptor for:
      void memset_pattern4(void *__b, const void *__pattern4, size_t __len)
      
    • memset_pattern4$handle

      public static MethodHandle memset_pattern4$handle()
      Downcall method handle for:
      void memset_pattern4(void *__b, const void *__pattern4, size_t __len)
      
    • memset_pattern4$address

      public static MemorySegment memset_pattern4$address()
      Address for:
      void memset_pattern4(void *__b, const void *__pattern4, size_t __len)
      
    • memset_pattern4

      public static void memset_pattern4(MemorySegment __b, MemorySegment __pattern4, long __len)
      void memset_pattern4(void *__b, const void *__pattern4, size_t __len)
      
    • memset_pattern8$descriptor

      public static FunctionDescriptor memset_pattern8$descriptor()
      Function descriptor for:
      void memset_pattern8(void *__b, const void *__pattern8, size_t __len)
      
    • memset_pattern8$handle

      public static MethodHandle memset_pattern8$handle()
      Downcall method handle for:
      void memset_pattern8(void *__b, const void *__pattern8, size_t __len)
      
    • memset_pattern8$address

      public static MemorySegment memset_pattern8$address()
      Address for:
      void memset_pattern8(void *__b, const void *__pattern8, size_t __len)
      
    • memset_pattern8

      public static void memset_pattern8(MemorySegment __b, MemorySegment __pattern8, long __len)
      void memset_pattern8(void *__b, const void *__pattern8, size_t __len)
      
    • memset_pattern16$descriptor

      public static FunctionDescriptor memset_pattern16$descriptor()
      Function descriptor for:
      void memset_pattern16(void *__b, const void *__pattern16, size_t __len)
      
    • memset_pattern16$handle

      public static MethodHandle memset_pattern16$handle()
      Downcall method handle for:
      void memset_pattern16(void *__b, const void *__pattern16, size_t __len)
      
    • memset_pattern16$address

      public static MemorySegment memset_pattern16$address()
      Address for:
      void memset_pattern16(void *__b, const void *__pattern16, size_t __len)
      
    • memset_pattern16

      public static void memset_pattern16(MemorySegment __b, MemorySegment __pattern16, long __len)
      void memset_pattern16(void *__b, const void *__pattern16, size_t __len)
      
    • strcasestr$descriptor

      public static FunctionDescriptor strcasestr$descriptor()
      Function descriptor for:
      char *strcasestr(const char *__big, const char *__little)
      
    • strcasestr$handle

      public static MethodHandle strcasestr$handle()
      Downcall method handle for:
      char *strcasestr(const char *__big, const char *__little)
      
    • strcasestr$address

      public static MemorySegment strcasestr$address()
      Address for:
      char *strcasestr(const char *__big, const char *__little)
      
    • strcasestr

      public static MemorySegment strcasestr(MemorySegment __big, MemorySegment __little)
      char *strcasestr(const char *__big, const char *__little)
      
    • strnstr$descriptor

      public static FunctionDescriptor strnstr$descriptor()
      Function descriptor for:
      char *strnstr(const char *__big, const char *__little, size_t __len)
      
    • strnstr$handle

      public static MethodHandle strnstr$handle()
      Downcall method handle for:
      char *strnstr(const char *__big, const char *__little, size_t __len)
      
    • strnstr$address

      public static MemorySegment strnstr$address()
      Address for:
      char *strnstr(const char *__big, const char *__little, size_t __len)
      
    • strnstr

      public static MemorySegment strnstr(MemorySegment __big, MemorySegment __little, long __len)
      char *strnstr(const char *__big, const char *__little, size_t __len)
      
    • strlcat$descriptor

      public static FunctionDescriptor strlcat$descriptor()
      Function descriptor for:
      unsigned long strlcat(char *__dst, const char *__source, size_t __size)
      
    • strlcat$handle

      public static MethodHandle strlcat$handle()
      Downcall method handle for:
      unsigned long strlcat(char *__dst, const char *__source, size_t __size)
      
    • strlcat$address

      public static MemorySegment strlcat$address()
      Address for:
      unsigned long strlcat(char *__dst, const char *__source, size_t __size)
      
    • strlcat

      public static long strlcat(MemorySegment __dst, MemorySegment __source, long __size)
      unsigned long strlcat(char *__dst, const char *__source, size_t __size)
      
    • strlcpy$descriptor

      public static FunctionDescriptor strlcpy$descriptor()
      Function descriptor for:
      unsigned long strlcpy(char *__dst, const char *__source, size_t __size)
      
    • strlcpy$handle

      public static MethodHandle strlcpy$handle()
      Downcall method handle for:
      unsigned long strlcpy(char *__dst, const char *__source, size_t __size)
      
    • strlcpy$address

      public static MemorySegment strlcpy$address()
      Address for:
      unsigned long strlcpy(char *__dst, const char *__source, size_t __size)
      
    • strlcpy

      public static long strlcpy(MemorySegment __dst, MemorySegment __source, long __size)
      unsigned long strlcpy(char *__dst, const char *__source, size_t __size)
      
    • strmode$descriptor

      public static FunctionDescriptor strmode$descriptor()
      Function descriptor for:
      void strmode(int __mode, char *__bp)
      
    • strmode$handle

      public static MethodHandle strmode$handle()
      Downcall method handle for:
      void strmode(int __mode, char *__bp)
      
    • strmode$address

      public static MemorySegment strmode$address()
      Address for:
      void strmode(int __mode, char *__bp)
      
    • strmode

      public static void strmode(int __mode, MemorySegment __bp)
      void strmode(int __mode, char *__bp)
      
    • strsep$descriptor

      public static FunctionDescriptor strsep$descriptor()
      Function descriptor for:
      char *strsep(char **__stringp, const char *__delim)
      
    • strsep$handle

      public static MethodHandle strsep$handle()
      Downcall method handle for:
      char *strsep(char **__stringp, const char *__delim)
      
    • strsep$address

      public static MemorySegment strsep$address()
      Address for:
      char *strsep(char **__stringp, const char *__delim)
      
    • strsep

      public static MemorySegment strsep(MemorySegment __stringp, MemorySegment __delim)
      char *strsep(char **__stringp, const char *__delim)
      
    • swab$descriptor

      public static FunctionDescriptor swab$descriptor()
      Function descriptor for:
      void swab(const void *restrict, void *restrict, ssize_t)
      
    • swab$handle

      public static MethodHandle swab$handle()
      Downcall method handle for:
      void swab(const void *restrict, void *restrict, ssize_t)
      
    • swab$address

      public static MemorySegment swab$address()
      Address for:
      void swab(const void *restrict, void *restrict, ssize_t)
      
    • swab

      public static void swab(MemorySegment x0, MemorySegment x1, long x2)
      void swab(const void *restrict, void *restrict, ssize_t)
      
    • timingsafe_bcmp$descriptor

      public static FunctionDescriptor timingsafe_bcmp$descriptor()
      Function descriptor for:
      int timingsafe_bcmp(const void *__b1, const void *__b2, size_t __len)
      
    • timingsafe_bcmp$handle

      public static MethodHandle timingsafe_bcmp$handle()
      Downcall method handle for:
      int timingsafe_bcmp(const void *__b1, const void *__b2, size_t __len)
      
    • timingsafe_bcmp$address

      public static MemorySegment timingsafe_bcmp$address()
      Address for:
      int timingsafe_bcmp(const void *__b1, const void *__b2, size_t __len)
      
    • timingsafe_bcmp

      public static int timingsafe_bcmp(MemorySegment __b1, MemorySegment __b2, long __len)
      int timingsafe_bcmp(const void *__b1, const void *__b2, size_t __len)
      
    • strsignal_r$descriptor

      public static FunctionDescriptor strsignal_r$descriptor()
      Function descriptor for:
      int strsignal_r(int __sig, char *__strsignalbuf, size_t __buflen)
      
    • strsignal_r$handle

      public static MethodHandle strsignal_r$handle()
      Downcall method handle for:
      int strsignal_r(int __sig, char *__strsignalbuf, size_t __buflen)
      
    • strsignal_r$address

      public static MemorySegment strsignal_r$address()
      Address for:
      int strsignal_r(int __sig, char *__strsignalbuf, size_t __buflen)
      
    • strsignal_r

      public static int strsignal_r(int __sig, MemorySegment __strsignalbuf, long __buflen)
      int strsignal_r(int __sig, char *__strsignalbuf, size_t __buflen)
      
    • bcmp$descriptor

      public static FunctionDescriptor bcmp$descriptor()
      Function descriptor for:
      int bcmp(const void *, const void *, size_t)
      
    • bcmp$handle

      public static MethodHandle bcmp$handle()
      Downcall method handle for:
      int bcmp(const void *, const void *, size_t)
      
    • bcmp$address

      public static MemorySegment bcmp$address()
      Address for:
      int bcmp(const void *, const void *, size_t)
      
    • bcmp

      public static int bcmp(MemorySegment x0, MemorySegment x1, long x2)
      int bcmp(const void *, const void *, size_t)
      
    • bcopy$descriptor

      public static FunctionDescriptor bcopy$descriptor()
      Function descriptor for:
      void bcopy(const void *, void *, size_t)
      
    • bcopy$handle

      public static MethodHandle bcopy$handle()
      Downcall method handle for:
      void bcopy(const void *, void *, size_t)
      
    • bcopy$address

      public static MemorySegment bcopy$address()
      Address for:
      void bcopy(const void *, void *, size_t)
      
    • bcopy

      public static void bcopy(MemorySegment x0, MemorySegment x1, long x2)
      void bcopy(const void *, void *, size_t)
      
    • bzero$descriptor

      public static FunctionDescriptor bzero$descriptor()
      Function descriptor for:
      void bzero(void *, size_t)
      
    • bzero$handle

      public static MethodHandle bzero$handle()
      Downcall method handle for:
      void bzero(void *, size_t)
      
    • bzero$address

      public static MemorySegment bzero$address()
      Address for:
      void bzero(void *, size_t)
      
    • bzero

      public static void bzero(MemorySegment x0, long x1)
      void bzero(void *, size_t)
      
    • index$descriptor

      public static FunctionDescriptor index$descriptor()
      Function descriptor for:
      char *index(const char *, int)
      
    • index$handle

      public static MethodHandle index$handle()
      Downcall method handle for:
      char *index(const char *, int)
      
    • index$address

      public static MemorySegment index$address()
      Address for:
      char *index(const char *, int)
      
    • index

      public static MemorySegment index(MemorySegment x0, int x1)
      char *index(const char *, int)
      
    • rindex$descriptor

      public static FunctionDescriptor rindex$descriptor()
      Function descriptor for:
      char *rindex(const char *, int)
      
    • rindex$handle

      public static MethodHandle rindex$handle()
      Downcall method handle for:
      char *rindex(const char *, int)
      
    • rindex$address

      public static MemorySegment rindex$address()
      Address for:
      char *rindex(const char *, int)
      
    • rindex

      public static MemorySegment rindex(MemorySegment x0, int x1)
      char *rindex(const char *, int)
      
    • ffs$descriptor

      public static FunctionDescriptor ffs$descriptor()
      Function descriptor for:
      int ffs(int)
      
    • ffs$handle

      public static MethodHandle ffs$handle()
      Downcall method handle for:
      int ffs(int)
      
    • ffs$address

      public static MemorySegment ffs$address()
      Address for:
      int ffs(int)
      
    • ffs

      public static int ffs(int x0)
      int ffs(int)
      
    • strcasecmp$descriptor

      public static FunctionDescriptor strcasecmp$descriptor()
      Function descriptor for:
      int strcasecmp(const char *, const char *)
      
    • strcasecmp$handle

      public static MethodHandle strcasecmp$handle()
      Downcall method handle for:
      int strcasecmp(const char *, const char *)
      
    • strcasecmp$address

      public static MemorySegment strcasecmp$address()
      Address for:
      int strcasecmp(const char *, const char *)
      
    • strcasecmp

      public static int strcasecmp(MemorySegment x0, MemorySegment x1)
      int strcasecmp(const char *, const char *)
      
    • strncasecmp$descriptor

      public static FunctionDescriptor strncasecmp$descriptor()
      Function descriptor for:
      int strncasecmp(const char *, const char *, size_t)
      
    • strncasecmp$handle

      public static MethodHandle strncasecmp$handle()
      Downcall method handle for:
      int strncasecmp(const char *, const char *, size_t)
      
    • strncasecmp$address

      public static MemorySegment strncasecmp$address()
      Address for:
      int strncasecmp(const char *, const char *, size_t)
      
    • strncasecmp

      public static int strncasecmp(MemorySegment x0, MemorySegment x1, long x2)
      int strncasecmp(const char *, const char *, size_t)
      
    • ffsl$descriptor

      public static FunctionDescriptor ffsl$descriptor()
      Function descriptor for:
      int ffsl(long)
      
    • ffsl$handle

      public static MethodHandle ffsl$handle()
      Downcall method handle for:
      int ffsl(long)
      
    • ffsl$address

      public static MemorySegment ffsl$address()
      Address for:
      int ffsl(long)
      
    • ffsl

      public static int ffsl(long x0)
      int ffsl(long)
      
    • ffsll$descriptor

      public static FunctionDescriptor ffsll$descriptor()
      Function descriptor for:
      int ffsll(long long)
      
    • ffsll$handle

      public static MethodHandle ffsll$handle()
      Downcall method handle for:
      int ffsll(long long)
      
    • ffsll$address

      public static MemorySegment ffsll$address()
      Address for:
      int ffsll(long long)
      
    • ffsll

      public static int ffsll(long x0)
      int ffsll(long long)
      
    • fls$descriptor

      public static FunctionDescriptor fls$descriptor()
      Function descriptor for:
      int fls(int)
      
    • fls$handle

      public static MethodHandle fls$handle()
      Downcall method handle for:
      int fls(int)
      
    • fls$address

      public static MemorySegment fls$address()
      Address for:
      int fls(int)
      
    • fls

      public static int fls(int x0)
      int fls(int)
      
    • flsl$descriptor

      public static FunctionDescriptor flsl$descriptor()
      Function descriptor for:
      int flsl(long)
      
    • flsl$handle

      public static MethodHandle flsl$handle()
      Downcall method handle for:
      int flsl(long)
      
    • flsl$address

      public static MemorySegment flsl$address()
      Address for:
      int flsl(long)
      
    • flsl

      public static int flsl(long x0)
      int flsl(long)
      
    • flsll$descriptor

      public static FunctionDescriptor flsll$descriptor()
      Function descriptor for:
      int flsll(long long)
      
    • flsll$handle

      public static MethodHandle flsll$handle()
      Downcall method handle for:
      int flsll(long long)
      
    • flsll$address

      public static MemorySegment flsll$address()
      Address for:
      int flsll(long long)
      
    • flsll

      public static int flsll(long x0)
      int flsll(long long)
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_UNDEFINED

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_UNDEFINED()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UNDEFINED = 0
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT = 1
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT8

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT8()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT8 = 2
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_INT8

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_INT8()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT8 = 3
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT16

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT16()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT16 = 4
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_INT16

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_INT16()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT16 = 5
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_INT32

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_INT32()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT32 = 6
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_INT64

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_INT64()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT64 = 7
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_STRING

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_STRING()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_STRING = 8
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_BOOL

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_BOOL()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_BOOL = 9
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT16

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT16()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT16 = 10
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_DOUBLE

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_DOUBLE()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_DOUBLE = 11
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT32

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT32()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT32 = 12
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT64

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT64()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT64 = 13
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX64

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX64()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX64 = 14
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX128

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX128()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_COMPLEX128 = 15
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_BFLOAT16

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_BFLOAT16()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_BFLOAT16 = 16
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FN

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FN()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FN = 17
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FNUZ

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FNUZ()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E4M3FNUZ = 18
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2 = 19
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2FNUZ

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2FNUZ()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_FLOAT8E5M2FNUZ = 20
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT4

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT4()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_UINT4 = 21
      
    • ONNX_TENSOR_ELEMENT_DATA_TYPE_INT4

      public static int ONNX_TENSOR_ELEMENT_DATA_TYPE_INT4()
      enum ONNXTensorElementDataType.ONNX_TENSOR_ELEMENT_DATA_TYPE_INT4 = 22
      
    • ONNX_TYPE_UNKNOWN

      public static int ONNX_TYPE_UNKNOWN()
      enum ONNXType.ONNX_TYPE_UNKNOWN = 0
      
    • ONNX_TYPE_TENSOR

      public static int ONNX_TYPE_TENSOR()
      enum ONNXType.ONNX_TYPE_TENSOR = 1
      
    • ONNX_TYPE_SEQUENCE

      public static int ONNX_TYPE_SEQUENCE()
      enum ONNXType.ONNX_TYPE_SEQUENCE = 2
      
    • ONNX_TYPE_MAP

      public static int ONNX_TYPE_MAP()
      enum ONNXType.ONNX_TYPE_MAP = 3
      
    • ONNX_TYPE_OPAQUE

      public static int ONNX_TYPE_OPAQUE()
      enum ONNXType.ONNX_TYPE_OPAQUE = 4
      
    • ONNX_TYPE_SPARSETENSOR

      public static int ONNX_TYPE_SPARSETENSOR()
      enum ONNXType.ONNX_TYPE_SPARSETENSOR = 5
      
    • ONNX_TYPE_OPTIONAL

      public static int ONNX_TYPE_OPTIONAL()
      enum ONNXType.ONNX_TYPE_OPTIONAL = 6
      
    • ORT_SPARSE_UNDEFINED

      public static int ORT_SPARSE_UNDEFINED()
      enum OrtSparseFormat.ORT_SPARSE_UNDEFINED = 0
      
    • ORT_SPARSE_COO

      public static int ORT_SPARSE_COO()
      enum OrtSparseFormat.ORT_SPARSE_COO = 1
      
    • ORT_SPARSE_CSRC

      public static int ORT_SPARSE_CSRC()
      enum OrtSparseFormat.ORT_SPARSE_CSRC = 2
      
    • ORT_SPARSE_BLOCK_SPARSE

      public static int ORT_SPARSE_BLOCK_SPARSE()
      enum OrtSparseFormat.ORT_SPARSE_BLOCK_SPARSE = 4
      
    • ORT_SPARSE_COO_INDICES

      public static int ORT_SPARSE_COO_INDICES()
      enum OrtSparseIndicesFormat.ORT_SPARSE_COO_INDICES = 0
      
    • ORT_SPARSE_CSR_INNER_INDICES

      public static int ORT_SPARSE_CSR_INNER_INDICES()
      enum OrtSparseIndicesFormat.ORT_SPARSE_CSR_INNER_INDICES = 1
      
    • ORT_SPARSE_CSR_OUTER_INDICES

      public static int ORT_SPARSE_CSR_OUTER_INDICES()
      enum OrtSparseIndicesFormat.ORT_SPARSE_CSR_OUTER_INDICES = 2
      
    • ORT_SPARSE_BLOCK_SPARSE_INDICES

      public static int ORT_SPARSE_BLOCK_SPARSE_INDICES()
      enum OrtSparseIndicesFormat.ORT_SPARSE_BLOCK_SPARSE_INDICES = 3
      
    • ORT_LOGGING_LEVEL_VERBOSE

      public static int ORT_LOGGING_LEVEL_VERBOSE()
      enum OrtLoggingLevel.ORT_LOGGING_LEVEL_VERBOSE = 0
      
    • ORT_LOGGING_LEVEL_INFO

      public static int ORT_LOGGING_LEVEL_INFO()
      enum OrtLoggingLevel.ORT_LOGGING_LEVEL_INFO = 1
      
    • ORT_LOGGING_LEVEL_WARNING

      public static int ORT_LOGGING_LEVEL_WARNING()
      enum OrtLoggingLevel.ORT_LOGGING_LEVEL_WARNING = 2
      
    • ORT_LOGGING_LEVEL_ERROR

      public static int ORT_LOGGING_LEVEL_ERROR()
      enum OrtLoggingLevel.ORT_LOGGING_LEVEL_ERROR = 3
      
    • ORT_LOGGING_LEVEL_FATAL

      public static int ORT_LOGGING_LEVEL_FATAL()
      enum OrtLoggingLevel.ORT_LOGGING_LEVEL_FATAL = 4
      
    • ORT_OK

      public static int ORT_OK()
      enum OrtErrorCode.ORT_OK = 0
      
    • ORT_FAIL

      public static int ORT_FAIL()
      enum OrtErrorCode.ORT_FAIL = 1
      
    • ORT_INVALID_ARGUMENT

      public static int ORT_INVALID_ARGUMENT()
      enum OrtErrorCode.ORT_INVALID_ARGUMENT = 2
      
    • ORT_NO_SUCHFILE

      public static int ORT_NO_SUCHFILE()
      enum OrtErrorCode.ORT_NO_SUCHFILE = 3
      
    • ORT_NO_MODEL

      public static int ORT_NO_MODEL()
      enum OrtErrorCode.ORT_NO_MODEL = 4
      
    • ORT_ENGINE_ERROR

      public static int ORT_ENGINE_ERROR()
      enum OrtErrorCode.ORT_ENGINE_ERROR = 5
      
    • ORT_RUNTIME_EXCEPTION

      public static int ORT_RUNTIME_EXCEPTION()
      enum OrtErrorCode.ORT_RUNTIME_EXCEPTION = 6
      
    • ORT_INVALID_PROTOBUF

      public static int ORT_INVALID_PROTOBUF()
      enum OrtErrorCode.ORT_INVALID_PROTOBUF = 7
      
    • ORT_MODEL_LOADED

      public static int ORT_MODEL_LOADED()
      enum OrtErrorCode.ORT_MODEL_LOADED = 8
      
    • ORT_NOT_IMPLEMENTED

      public static int ORT_NOT_IMPLEMENTED()
      enum OrtErrorCode.ORT_NOT_IMPLEMENTED = 9
      
    • ORT_INVALID_GRAPH

      public static int ORT_INVALID_GRAPH()
      enum OrtErrorCode.ORT_INVALID_GRAPH = 10
      
    • ORT_EP_FAIL

      public static int ORT_EP_FAIL()
      enum OrtErrorCode.ORT_EP_FAIL = 11
      
    • ORT_MODEL_LOAD_CANCELED

      public static int ORT_MODEL_LOAD_CANCELED()
      enum OrtErrorCode.ORT_MODEL_LOAD_CANCELED = 12
      
    • ORT_MODEL_REQUIRES_COMPILATION

      public static int ORT_MODEL_REQUIRES_COMPILATION()
      enum OrtErrorCode.ORT_MODEL_REQUIRES_COMPILATION = 13
      
    • ORT_NOT_FOUND

      public static int ORT_NOT_FOUND()
      enum OrtErrorCode.ORT_NOT_FOUND = 14
      
    • ORT_OP_ATTR_UNDEFINED

      public static int ORT_OP_ATTR_UNDEFINED()
      enum OrtOpAttrType.ORT_OP_ATTR_UNDEFINED = 0
      
    • ORT_OP_ATTR_INT

      public static int ORT_OP_ATTR_INT()
      enum OrtOpAttrType.ORT_OP_ATTR_INT = 1
      
    • ORT_OP_ATTR_INTS

      public static int ORT_OP_ATTR_INTS()
      enum OrtOpAttrType.ORT_OP_ATTR_INTS = 2
      
    • ORT_OP_ATTR_FLOAT

      public static int ORT_OP_ATTR_FLOAT()
      enum OrtOpAttrType.ORT_OP_ATTR_FLOAT = 3
      
    • ORT_OP_ATTR_FLOATS

      public static int ORT_OP_ATTR_FLOATS()
      enum OrtOpAttrType.ORT_OP_ATTR_FLOATS = 4
      
    • ORT_OP_ATTR_STRING

      public static int ORT_OP_ATTR_STRING()
      enum OrtOpAttrType.ORT_OP_ATTR_STRING = 5
      
    • ORT_OP_ATTR_STRINGS

      public static int ORT_OP_ATTR_STRINGS()
      enum OrtOpAttrType.ORT_OP_ATTR_STRINGS = 6
      
    • ORT_OP_ATTR_GRAPH

      public static int ORT_OP_ATTR_GRAPH()
      enum OrtOpAttrType.ORT_OP_ATTR_GRAPH = 7
      
    • ORT_OP_ATTR_TENSOR

      public static int ORT_OP_ATTR_TENSOR()
      enum OrtOpAttrType.ORT_OP_ATTR_TENSOR = 8
      
    • ORT_DISABLE_ALL

      public static int ORT_DISABLE_ALL()
      enum GraphOptimizationLevel.ORT_DISABLE_ALL = 0
      
    • ORT_ENABLE_BASIC

      public static int ORT_ENABLE_BASIC()
      enum GraphOptimizationLevel.ORT_ENABLE_BASIC = 1
      
    • ORT_ENABLE_EXTENDED

      public static int ORT_ENABLE_EXTENDED()
      enum GraphOptimizationLevel.ORT_ENABLE_EXTENDED = 2
      
    • ORT_ENABLE_LAYOUT

      public static int ORT_ENABLE_LAYOUT()
      enum GraphOptimizationLevel.ORT_ENABLE_LAYOUT = 3
      
    • ORT_ENABLE_ALL

      public static int ORT_ENABLE_ALL()
      enum GraphOptimizationLevel.ORT_ENABLE_ALL = 99
      
    • ORT_SEQUENTIAL

      public static int ORT_SEQUENTIAL()
      enum ExecutionMode.ORT_SEQUENTIAL = 0
      
    • ORT_PARALLEL

      public static int ORT_PARALLEL()
      enum ExecutionMode.ORT_PARALLEL = 1
      
    • ORT_PROJECTION_C

      public static int ORT_PROJECTION_C()
      enum OrtLanguageProjection.ORT_PROJECTION_C = 0
      
    • ORT_PROJECTION_CPLUSPLUS

      public static int ORT_PROJECTION_CPLUSPLUS()
      enum OrtLanguageProjection.ORT_PROJECTION_CPLUSPLUS = 1
      
    • ORT_PROJECTION_CSHARP

      public static int ORT_PROJECTION_CSHARP()
      enum OrtLanguageProjection.ORT_PROJECTION_CSHARP = 2
      
    • ORT_PROJECTION_PYTHON

      public static int ORT_PROJECTION_PYTHON()
      enum OrtLanguageProjection.ORT_PROJECTION_PYTHON = 3
      
    • ORT_PROJECTION_JAVA

      public static int ORT_PROJECTION_JAVA()
      enum OrtLanguageProjection.ORT_PROJECTION_JAVA = 4
      
    • ORT_PROJECTION_WINML

      public static int ORT_PROJECTION_WINML()
      enum OrtLanguageProjection.ORT_PROJECTION_WINML = 5
      
    • ORT_PROJECTION_NODEJS

      public static int ORT_PROJECTION_NODEJS()
      enum OrtLanguageProjection.ORT_PROJECTION_NODEJS = 6
      
    • OrtInvalidAllocator

      public static int OrtInvalidAllocator()
      enum OrtAllocatorType.OrtInvalidAllocator = -1
      
    • OrtDeviceAllocator

      public static int OrtDeviceAllocator()
      enum OrtAllocatorType.OrtDeviceAllocator = 0
      
    • OrtArenaAllocator

      public static int OrtArenaAllocator()
      enum OrtAllocatorType.OrtArenaAllocator = 1
      
    • OrtReadOnlyAllocator

      public static int OrtReadOnlyAllocator()
      enum OrtAllocatorType.OrtReadOnlyAllocator = 2
      
    • OrtMemTypeCPUInput

      public static int OrtMemTypeCPUInput()
      enum OrtMemType.OrtMemTypeCPUInput = -2
      
    • OrtMemTypeCPUOutput

      public static int OrtMemTypeCPUOutput()
      enum OrtMemType.OrtMemTypeCPUOutput = -1
      
    • OrtMemTypeCPU

      public static int OrtMemTypeCPU()
      enum OrtMemType.OrtMemTypeCPU = -1
      
    • OrtMemTypeDefault

      public static int OrtMemTypeDefault()
      enum OrtMemType.OrtMemTypeDefault = 0
      
    • OrtDeviceMemoryType_DEFAULT

      public static int OrtDeviceMemoryType_DEFAULT()
      enum OrtDeviceMemoryType.OrtDeviceMemoryType_DEFAULT = 0
      
    • OrtDeviceMemoryType_HOST_ACCESSIBLE

      public static int OrtDeviceMemoryType_HOST_ACCESSIBLE()
      enum OrtDeviceMemoryType.OrtDeviceMemoryType_HOST_ACCESSIBLE = 5
      
    • OrtMemoryInfoDeviceType_CPU

      public static int OrtMemoryInfoDeviceType_CPU()
      enum OrtMemoryInfoDeviceType.OrtMemoryInfoDeviceType_CPU = 0
      
    • OrtMemoryInfoDeviceType_GPU

      public static int OrtMemoryInfoDeviceType_GPU()
      enum OrtMemoryInfoDeviceType.OrtMemoryInfoDeviceType_GPU = 1
      
    • OrtMemoryInfoDeviceType_FPGA

      public static int OrtMemoryInfoDeviceType_FPGA()
      enum OrtMemoryInfoDeviceType.OrtMemoryInfoDeviceType_FPGA = 2
      
    • OrtMemoryInfoDeviceType_NPU

      public static int OrtMemoryInfoDeviceType_NPU()
      enum OrtMemoryInfoDeviceType.OrtMemoryInfoDeviceType_NPU = 3
      
    • OrtHardwareDeviceType_CPU

      public static int OrtHardwareDeviceType_CPU()
      enum OrtHardwareDeviceType.OrtHardwareDeviceType_CPU = 0
      
    • OrtHardwareDeviceType_GPU

      public static int OrtHardwareDeviceType_GPU()
      enum OrtHardwareDeviceType.OrtHardwareDeviceType_GPU = 1
      
    • OrtHardwareDeviceType_NPU

      public static int OrtHardwareDeviceType_NPU()
      enum OrtHardwareDeviceType.OrtHardwareDeviceType_NPU = 2
      
    • OrtExecutionProviderDevicePolicy_DEFAULT

      public static int OrtExecutionProviderDevicePolicy_DEFAULT()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_DEFAULT = 0
      
    • OrtExecutionProviderDevicePolicy_PREFER_CPU

      public static int OrtExecutionProviderDevicePolicy_PREFER_CPU()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_PREFER_CPU = 1
      
    • OrtExecutionProviderDevicePolicy_PREFER_NPU

      public static int OrtExecutionProviderDevicePolicy_PREFER_NPU()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_PREFER_NPU = 2
      
    • OrtExecutionProviderDevicePolicy_PREFER_GPU

      public static int OrtExecutionProviderDevicePolicy_PREFER_GPU()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_PREFER_GPU = 3
      
    • OrtExecutionProviderDevicePolicy_MAX_PERFORMANCE

      public static int OrtExecutionProviderDevicePolicy_MAX_PERFORMANCE()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_MAX_PERFORMANCE = 4
      
    • OrtExecutionProviderDevicePolicy_MAX_EFFICIENCY

      public static int OrtExecutionProviderDevicePolicy_MAX_EFFICIENCY()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_MAX_EFFICIENCY = 5
      
    • OrtExecutionProviderDevicePolicy_MIN_OVERALL_POWER

      public static int OrtExecutionProviderDevicePolicy_MIN_OVERALL_POWER()
      enum OrtExecutionProviderDevicePolicy.OrtExecutionProviderDevicePolicy_MIN_OVERALL_POWER = 6
      
    • OrtCudnnConvAlgoSearchExhaustive

      public static int OrtCudnnConvAlgoSearchExhaustive()
      enum OrtCudnnConvAlgoSearch.OrtCudnnConvAlgoSearchExhaustive = 0
      
    • OrtCudnnConvAlgoSearchHeuristic

      public static int OrtCudnnConvAlgoSearchHeuristic()
      enum OrtCudnnConvAlgoSearch.OrtCudnnConvAlgoSearchHeuristic = 1
      
    • OrtCudnnConvAlgoSearchDefault

      public static int OrtCudnnConvAlgoSearchDefault()
      enum OrtCudnnConvAlgoSearch.OrtCudnnConvAlgoSearchDefault = 2
      
    • OrtGetApiBase$descriptor

      public static FunctionDescriptor OrtGetApiBase$descriptor()
      Function descriptor for:
      const OrtApiBase *OrtGetApiBase()
      
    • OrtGetApiBase$handle

      public static MethodHandle OrtGetApiBase$handle()
      Downcall method handle for:
      const OrtApiBase *OrtGetApiBase()
      
    • OrtGetApiBase$address

      public static MemorySegment OrtGetApiBase$address()
      Address for:
      const OrtApiBase *OrtGetApiBase()
      
    • OrtGetApiBase

      public static MemorySegment OrtGetApiBase()
      const OrtApiBase *OrtGetApiBase()
      
    • OrtCompiledModelCompatibility_EP_NOT_APPLICABLE

      public static int OrtCompiledModelCompatibility_EP_NOT_APPLICABLE()
      enum OrtCompiledModelCompatibility.OrtCompiledModelCompatibility_EP_NOT_APPLICABLE = 0
      
    • OrtCompiledModelCompatibility_EP_SUPPORTED_OPTIMAL

      public static int OrtCompiledModelCompatibility_EP_SUPPORTED_OPTIMAL()
      enum OrtCompiledModelCompatibility.OrtCompiledModelCompatibility_EP_SUPPORTED_OPTIMAL = 1
      
    • OrtCompiledModelCompatibility_EP_SUPPORTED_PREFER_RECOMPILATION

      public static int OrtCompiledModelCompatibility_EP_SUPPORTED_PREFER_RECOMPILATION()
      enum OrtCompiledModelCompatibility.OrtCompiledModelCompatibility_EP_SUPPORTED_PREFER_RECOMPILATION = 2
      
    • OrtCompiledModelCompatibility_EP_UNSUPPORTED

      public static int OrtCompiledModelCompatibility_EP_UNSUPPORTED()
      enum OrtCompiledModelCompatibility.OrtCompiledModelCompatibility_EP_UNSUPPORTED = 3
      
    • INPUT_OUTPUT_REQUIRED

      public static int INPUT_OUTPUT_REQUIRED()
      enum OrtCustomOpInputOutputCharacteristic.INPUT_OUTPUT_REQUIRED = 0
      
    • INPUT_OUTPUT_OPTIONAL

      public static int INPUT_OUTPUT_OPTIONAL()
      enum OrtCustomOpInputOutputCharacteristic.INPUT_OUTPUT_OPTIONAL = 1
      
    • INPUT_OUTPUT_VARIADIC

      public static int INPUT_OUTPUT_VARIADIC()
      enum OrtCustomOpInputOutputCharacteristic.INPUT_OUTPUT_VARIADIC = 2
      
    • OrtCompileApiFlags_NONE

      public static int OrtCompileApiFlags_NONE()
      enum OrtCompileApiFlags.OrtCompileApiFlags_NONE = 0
      
    • OrtCompileApiFlags_ERROR_IF_NO_NODES_COMPILED

      public static int OrtCompileApiFlags_ERROR_IF_NO_NODES_COMPILED()
      enum OrtCompileApiFlags.OrtCompileApiFlags_ERROR_IF_NO_NODES_COMPILED = 1
      
    • OrtCompileApiFlags_ERROR_IF_OUTPUT_FILE_EXISTS

      public static int OrtCompileApiFlags_ERROR_IF_OUTPUT_FILE_EXISTS()
      enum OrtCompileApiFlags.OrtCompileApiFlags_ERROR_IF_OUTPUT_FILE_EXISTS = 2
      
    • OrtSessionOptionsAppendExecutionProvider_CUDA$descriptor

      public static FunctionDescriptor OrtSessionOptionsAppendExecutionProvider_CUDA$descriptor()
      Function descriptor for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_CUDA(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_CUDA$handle

      public static MethodHandle OrtSessionOptionsAppendExecutionProvider_CUDA$handle()
      Downcall method handle for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_CUDA(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_CUDA$address

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_CUDA$address()
      Address for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_CUDA(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_CUDA

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_CUDA(MemorySegment options, int device_id)
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_CUDA(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_ROCM$descriptor

      public static FunctionDescriptor OrtSessionOptionsAppendExecutionProvider_ROCM$descriptor()
      Function descriptor for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_ROCM(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_ROCM$handle

      public static MethodHandle OrtSessionOptionsAppendExecutionProvider_ROCM$handle()
      Downcall method handle for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_ROCM(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_ROCM$address

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_ROCM$address()
      Address for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_ROCM(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_ROCM

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_ROCM(MemorySegment options, int device_id)
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_ROCM(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_MIGraphX$descriptor

      public static FunctionDescriptor OrtSessionOptionsAppendExecutionProvider_MIGraphX$descriptor()
      Function descriptor for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_MIGraphX(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_MIGraphX$handle

      public static MethodHandle OrtSessionOptionsAppendExecutionProvider_MIGraphX$handle()
      Downcall method handle for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_MIGraphX(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_MIGraphX$address

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_MIGraphX$address()
      Address for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_MIGraphX(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_MIGraphX

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_MIGraphX(MemorySegment options, int device_id)
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_MIGraphX(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_Dnnl$descriptor

      public static FunctionDescriptor OrtSessionOptionsAppendExecutionProvider_Dnnl$descriptor()
      Function descriptor for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Dnnl(OrtSessionOptions *options, int use_arena)
      
    • OrtSessionOptionsAppendExecutionProvider_Dnnl$handle

      public static MethodHandle OrtSessionOptionsAppendExecutionProvider_Dnnl$handle()
      Downcall method handle for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Dnnl(OrtSessionOptions *options, int use_arena)
      
    • OrtSessionOptionsAppendExecutionProvider_Dnnl$address

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_Dnnl$address()
      Address for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Dnnl(OrtSessionOptions *options, int use_arena)
      
    • OrtSessionOptionsAppendExecutionProvider_Dnnl

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_Dnnl(MemorySegment options, int use_arena)
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Dnnl(OrtSessionOptions *options, int use_arena)
      
    • OrtSessionOptionsAppendExecutionProvider_Tensorrt$descriptor

      public static FunctionDescriptor OrtSessionOptionsAppendExecutionProvider_Tensorrt$descriptor()
      Function descriptor for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Tensorrt(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_Tensorrt$handle

      public static MethodHandle OrtSessionOptionsAppendExecutionProvider_Tensorrt$handle()
      Downcall method handle for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Tensorrt(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_Tensorrt$address

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_Tensorrt$address()
      Address for:
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Tensorrt(OrtSessionOptions *options, int device_id)
      
    • OrtSessionOptionsAppendExecutionProvider_Tensorrt

      public static MemorySegment OrtSessionOptionsAppendExecutionProvider_Tensorrt(MemorySegment options, int device_id)
      OrtStatusPtr OrtSessionOptionsAppendExecutionProvider_Tensorrt(OrtSessionOptions *options, int device_id)
      
    • OrtEpDataLayout_NCHW

      public static int OrtEpDataLayout_NCHW()
      enum OrtEpDataLayout.OrtEpDataLayout_NCHW = 0
      
    • OrtEpDataLayout_NHWC

      public static int OrtEpDataLayout_NHWC()
      enum OrtEpDataLayout.OrtEpDataLayout_NHWC = 1
      
    • OrtEpDataLayout_Default

      public static int OrtEpDataLayout_Default()
      enum OrtEpDataLayout.OrtEpDataLayout_Default = 0
      
    • USER_ADDR_NULL

      public static long USER_ADDR_NULL()
      #define USER_ADDR_NULL 0
      
    • INT64_MAX

      public static long INT64_MAX()
      #define INT64_MAX 9223372036854775807
      
    • INT8_MIN

      public static int INT8_MIN()
      #define INT8_MIN -128
      
    • INT16_MIN

      public static int INT16_MIN()
      #define INT16_MIN -32768
      
    • INT32_MIN

      public static int INT32_MIN()
      #define INT32_MIN -2147483648
      
    • INT64_MIN

      public static long INT64_MIN()
      #define INT64_MIN -9223372036854775808
      
    • UINT32_MAX

      public static int UINT32_MAX()
      #define UINT32_MAX 4294967295
      
    • UINT64_MAX

      public static long UINT64_MAX()
      #define UINT64_MAX -1
      
    • INT_LEAST8_MIN

      public static int INT_LEAST8_MIN()
      #define INT_LEAST8_MIN -128
      
    • INT_LEAST16_MIN

      public static int INT_LEAST16_MIN()
      #define INT_LEAST16_MIN -32768
      
    • INT_LEAST32_MIN

      public static int INT_LEAST32_MIN()
      #define INT_LEAST32_MIN -2147483648
      
    • INT_LEAST64_MIN

      public static long INT_LEAST64_MIN()
      #define INT_LEAST64_MIN -9223372036854775808
      
    • INT_LEAST8_MAX

      public static int INT_LEAST8_MAX()
      #define INT_LEAST8_MAX 127
      
    • INT_LEAST16_MAX

      public static int INT_LEAST16_MAX()
      #define INT_LEAST16_MAX 32767
      
    • INT_LEAST32_MAX

      public static int INT_LEAST32_MAX()
      #define INT_LEAST32_MAX 2147483647
      
    • INT_LEAST64_MAX

      public static long INT_LEAST64_MAX()
      #define INT_LEAST64_MAX 9223372036854775807
      
    • UINT_LEAST8_MAX

      public static int UINT_LEAST8_MAX()
      #define UINT_LEAST8_MAX 255
      
    • UINT_LEAST16_MAX

      public static int UINT_LEAST16_MAX()
      #define UINT_LEAST16_MAX 65535
      
    • UINT_LEAST32_MAX

      public static int UINT_LEAST32_MAX()
      #define UINT_LEAST32_MAX 4294967295
      
    • UINT_LEAST64_MAX

      public static long UINT_LEAST64_MAX()
      #define UINT_LEAST64_MAX -1
      
    • INT_FAST8_MIN

      public static int INT_FAST8_MIN()
      #define INT_FAST8_MIN -128
      
    • INT_FAST16_MIN

      public static int INT_FAST16_MIN()
      #define INT_FAST16_MIN -32768
      
    • INT_FAST32_MIN

      public static int INT_FAST32_MIN()
      #define INT_FAST32_MIN -2147483648
      
    • INT_FAST64_MIN

      public static long INT_FAST64_MIN()
      #define INT_FAST64_MIN -9223372036854775808
      
    • INT_FAST8_MAX

      public static int INT_FAST8_MAX()
      #define INT_FAST8_MAX 127
      
    • INT_FAST16_MAX

      public static int INT_FAST16_MAX()
      #define INT_FAST16_MAX 32767
      
    • INT_FAST32_MAX

      public static int INT_FAST32_MAX()
      #define INT_FAST32_MAX 2147483647
      
    • INT_FAST64_MAX

      public static long INT_FAST64_MAX()
      #define INT_FAST64_MAX 9223372036854775807
      
    • UINT_FAST8_MAX

      public static int UINT_FAST8_MAX()
      #define UINT_FAST8_MAX 255
      
    • UINT_FAST16_MAX

      public static int UINT_FAST16_MAX()
      #define UINT_FAST16_MAX 65535
      
    • UINT_FAST32_MAX

      public static int UINT_FAST32_MAX()
      #define UINT_FAST32_MAX 4294967295
      
    • UINT_FAST64_MAX

      public static long UINT_FAST64_MAX()
      #define UINT_FAST64_MAX -1
      
    • INTPTR_MAX

      public static long INTPTR_MAX()
      #define INTPTR_MAX 9223372036854775807
      
    • INTPTR_MIN

      public static long INTPTR_MIN()
      #define INTPTR_MIN -9223372036854775808
      
    • UINTPTR_MAX

      public static long UINTPTR_MAX()
      #define UINTPTR_MAX -1
      
    • INTMAX_MAX

      public static long INTMAX_MAX()
      #define INTMAX_MAX 9223372036854775807
      
    • UINTMAX_MAX

      public static long UINTMAX_MAX()
      #define UINTMAX_MAX -1
      
    • INTMAX_MIN

      public static long INTMAX_MIN()
      #define INTMAX_MIN -9223372036854775808
      
    • PTRDIFF_MIN

      public static long PTRDIFF_MIN()
      #define PTRDIFF_MIN -9223372036854775808
      
    • PTRDIFF_MAX

      public static long PTRDIFF_MAX()
      #define PTRDIFF_MAX 9223372036854775807
      
    • SIZE_MAX

      public static long SIZE_MAX()
      #define SIZE_MAX -1
      
    • RSIZE_MAX

      public static long RSIZE_MAX()
      #define RSIZE_MAX 9223372036854775807
      
    • WCHAR_MAX

      public static int WCHAR_MAX()
      #define WCHAR_MAX 2147483647
      
    • WCHAR_MIN

      public static int WCHAR_MIN()
      #define WCHAR_MIN -2147483648
      
    • WINT_MIN

      public static int WINT_MIN()
      #define WINT_MIN -2147483648
      
    • WINT_MAX

      public static int WINT_MAX()
      #define WINT_MAX 2147483647
      
    • SIG_ATOMIC_MIN

      public static int SIG_ATOMIC_MIN()
      #define SIG_ATOMIC_MIN -2147483648
      
    • SIG_ATOMIC_MAX

      public static int SIG_ATOMIC_MAX()
      #define SIG_ATOMIC_MAX 2147483647