![]() |
Octopus
|
Go to the source code of this file.
Classes | |
| struct | __fsid_t |
| struct | __mbstate_t |
| struct | _G_fpos_t |
| struct | _G_fpos64_t |
| struct | _IO_FILE |
Typedefs | |
| typedef long unsigned int | size_t |
| typedef __builtin_va_list | __gnuc_va_list |
| typedef unsigned char | __u_char |
| typedef unsigned short int | __u_short |
| typedef unsigned int | __u_int |
| typedef unsigned long int | __u_long |
| typedef signed char | __int8_t |
| typedef unsigned char | __uint8_t |
| typedef signed short int | __int16_t |
| typedef unsigned short int | __uint16_t |
| typedef signed int | __int32_t |
| typedef unsigned int | __uint32_t |
| typedef signed long int | __int64_t |
| typedef unsigned long int | __uint64_t |
| typedef __int8_t | __int_least8_t |
| typedef __uint8_t | __uint_least8_t |
| typedef __int16_t | __int_least16_t |
| typedef __uint16_t | __uint_least16_t |
| typedef __int32_t | __int_least32_t |
| typedef __uint32_t | __uint_least32_t |
| typedef __int64_t | __int_least64_t |
| typedef __uint64_t | __uint_least64_t |
| typedef long int | __quad_t |
| typedef unsigned long int | __u_quad_t |
| typedef long int | __intmax_t |
| typedef unsigned long int | __uintmax_t |
| typedef unsigned long int | __dev_t |
| typedef unsigned int | __uid_t |
| typedef unsigned int | __gid_t |
| typedef unsigned long int | __ino_t |
| typedef unsigned long int | __ino64_t |
| typedef unsigned int | __mode_t |
| typedef unsigned long int | __nlink_t |
| typedef long int | __off_t |
| typedef long int | __off64_t |
| typedef int | __pid_t |
| typedef long int | __clock_t |
| typedef unsigned long int | __rlim_t |
| typedef unsigned long int | __rlim64_t |
| typedef unsigned int | __id_t |
| typedef long int | __time_t |
| typedef unsigned int | __useconds_t |
| typedef long int | __suseconds_t |
| typedef long int | __suseconds64_t |
| typedef int | __daddr_t |
| typedef int | __key_t |
| typedef int | __clockid_t |
| typedef void * | __timer_t |
| typedef long int | __blksize_t |
| typedef long int | __blkcnt_t |
| typedef long int | __blkcnt64_t |
| typedef unsigned long int | __fsblkcnt_t |
| typedef unsigned long int | __fsblkcnt64_t |
| typedef unsigned long int | __fsfilcnt_t |
| typedef unsigned long int | __fsfilcnt64_t |
| typedef long int | __fsword_t |
| typedef long int | __ssize_t |
| typedef long int | __syscall_slong_t |
| typedef unsigned long int | __syscall_ulong_t |
| typedef __off64_t | __loff_t |
| typedef char * | __caddr_t |
| typedef long int | __intptr_t |
| typedef unsigned int | __socklen_t |
| typedef int | __sig_atomic_t |
| typedef struct _G_fpos_t | __fpos_t |
| typedef struct _G_fpos64_t | __fpos64_t |
| typedef struct _IO_FILE | __FILE |
| typedef struct _IO_FILE | FILE |
| typedef void | _IO_lock_t |
| typedef __gnuc_va_list | va_list |
| typedef __off_t | off_t |
| typedef __ssize_t | ssize_t |
| typedef __fpos_t | fpos_t |
| typedef struct __locale_struct * | __locale_t |
| typedef __locale_t | locale_t |
Functions | |
| void * | dlopen (const char *__file, int __mode) __attribute__((__nothrow__)) |
| int | dlclose (void *__handle) __attribute__((__nothrow__)) __attribute__((__nonnull__(1))) |
| void * | dlsym (void *__restrict __handle, const char *__restrict __name) __attribute__((__nothrow__ |
| void __leaf__ | __attribute__ ((__nonnull__(2))) |
| char * | dlerror (void) |
| int | remove (const char *__filename) __attribute__((__nothrow__ |
| int | rename (const char *__old, const char *__new) __attribute__((__nothrow__ |
| int | renameat (int __oldfd, const char *__old, int __newfd, const char *__new) __attribute__((__nothrow__ |
| int | fclose (FILE *__stream) |
| FILE * | tmpfile (void) |
| int | strcoll_l (const char *__s1, const char *__s2, locale_t __l) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__pure__)) |
Variables | |
| max_align_t | |
| FILE * | stdin |
| FILE * | stdout |
| FILE * | stderr |
| int | __leaf__ |
| typedef long unsigned int size_t |
Definition at line 41 of file openblas_version.c.
| typedef __builtin_va_list __gnuc_va_list |
Definition at line 94 of file openblas_version.c.
| typedef unsigned char __u_char |
Definition at line 108 of file openblas_version.c.
| typedef unsigned short int __u_short |
Definition at line 109 of file openblas_version.c.
| typedef unsigned int __u_int |
Definition at line 110 of file openblas_version.c.
| typedef unsigned long int __u_long |
Definition at line 111 of file openblas_version.c.
| typedef signed char __int8_t |
Definition at line 114 of file openblas_version.c.
| typedef unsigned char __uint8_t |
Definition at line 115 of file openblas_version.c.
| typedef signed short int __int16_t |
Definition at line 116 of file openblas_version.c.
| typedef unsigned short int __uint16_t |
Definition at line 117 of file openblas_version.c.
| typedef signed int __int32_t |
Definition at line 118 of file openblas_version.c.
| typedef unsigned int __uint32_t |
Definition at line 119 of file openblas_version.c.
| typedef signed long int __int64_t |
Definition at line 121 of file openblas_version.c.
| typedef unsigned long int __uint64_t |
Definition at line 122 of file openblas_version.c.
| typedef __int8_t __int_least8_t |
Definition at line 129 of file openblas_version.c.
| typedef __uint8_t __uint_least8_t |
Definition at line 130 of file openblas_version.c.
| typedef __int16_t __int_least16_t |
Definition at line 131 of file openblas_version.c.
| typedef __uint16_t __uint_least16_t |
Definition at line 132 of file openblas_version.c.
| typedef __int32_t __int_least32_t |
Definition at line 133 of file openblas_version.c.
| typedef __uint32_t __uint_least32_t |
Definition at line 134 of file openblas_version.c.
| typedef __int64_t __int_least64_t |
Definition at line 135 of file openblas_version.c.
| typedef __uint64_t __uint_least64_t |
Definition at line 136 of file openblas_version.c.
| typedef long int __quad_t |
Definition at line 140 of file openblas_version.c.
| typedef unsigned long int __u_quad_t |
Definition at line 141 of file openblas_version.c.
| typedef long int __intmax_t |
Definition at line 149 of file openblas_version.c.
| typedef unsigned long int __uintmax_t |
Definition at line 150 of file openblas_version.c.
| typedef unsigned long int __dev_t |
Definition at line 158 of file openblas_version.c.
| typedef unsigned int __uid_t |
Definition at line 159 of file openblas_version.c.
| typedef unsigned int __gid_t |
Definition at line 160 of file openblas_version.c.
| typedef unsigned long int __ino_t |
Definition at line 161 of file openblas_version.c.
| typedef unsigned long int __ino64_t |
Definition at line 162 of file openblas_version.c.
| typedef unsigned int __mode_t |
Definition at line 163 of file openblas_version.c.
| typedef unsigned long int __nlink_t |
Definition at line 164 of file openblas_version.c.
| typedef long int __off_t |
Definition at line 165 of file openblas_version.c.
| typedef long int __off64_t |
Definition at line 166 of file openblas_version.c.
| typedef int __pid_t |
Definition at line 167 of file openblas_version.c.
| typedef long int __clock_t |
Definition at line 169 of file openblas_version.c.
| typedef unsigned long int __rlim_t |
Definition at line 170 of file openblas_version.c.
| typedef unsigned long int __rlim64_t |
Definition at line 171 of file openblas_version.c.
| typedef unsigned int __id_t |
Definition at line 172 of file openblas_version.c.
| typedef long int __time_t |
Definition at line 173 of file openblas_version.c.
| typedef unsigned int __useconds_t |
Definition at line 174 of file openblas_version.c.
| typedef long int __suseconds_t |
Definition at line 175 of file openblas_version.c.
| typedef long int __suseconds64_t |
Definition at line 176 of file openblas_version.c.
| typedef int __daddr_t |
Definition at line 178 of file openblas_version.c.
| typedef int __key_t |
Definition at line 179 of file openblas_version.c.
| typedef int __clockid_t |
Definition at line 182 of file openblas_version.c.
| typedef void* __timer_t |
Definition at line 185 of file openblas_version.c.
| typedef long int __blksize_t |
Definition at line 188 of file openblas_version.c.
| typedef long int __blkcnt_t |
Definition at line 193 of file openblas_version.c.
| typedef long int __blkcnt64_t |
Definition at line 194 of file openblas_version.c.
| typedef unsigned long int __fsblkcnt_t |
Definition at line 197 of file openblas_version.c.
| typedef unsigned long int __fsblkcnt64_t |
Definition at line 198 of file openblas_version.c.
| typedef unsigned long int __fsfilcnt_t |
Definition at line 201 of file openblas_version.c.
| typedef unsigned long int __fsfilcnt64_t |
Definition at line 202 of file openblas_version.c.
| typedef long int __fsword_t |
Definition at line 205 of file openblas_version.c.
| typedef long int __ssize_t |
Definition at line 207 of file openblas_version.c.
| typedef long int __syscall_slong_t |
Definition at line 210 of file openblas_version.c.
| typedef unsigned long int __syscall_ulong_t |
Definition at line 212 of file openblas_version.c.
Definition at line 216 of file openblas_version.c.
| typedef char* __caddr_t |
Definition at line 217 of file openblas_version.c.
| typedef long int __intptr_t |
Definition at line 220 of file openblas_version.c.
| typedef unsigned int __socklen_t |
Definition at line 223 of file openblas_version.c.
| typedef int __sig_atomic_t |
Definition at line 228 of file openblas_version.c.
| typedef struct _G_fpos64_t __fpos64_t |
Definition at line 270 of file openblas_version.c.
Definition at line 279 of file openblas_version.c.
| typedef void _IO_lock_t |
Definition at line 291 of file openblas_version.c.
| typedef __gnuc_va_list va_list |
Definition at line 350 of file openblas_version.c.
Definition at line 352 of file openblas_version.c.
Definition at line 354 of file openblas_version.c.
Definition at line 361 of file openblas_version.c.
| typedef struct __locale_struct* __locale_t |
Definition at line 870 of file openblas_version.c.
| typedef __locale_t locale_t |
Definition at line 873 of file openblas_version.c.
| void * dlopen | ( | const char * | __file, |
| int | __mode | ||
| ) |
| int dlclose | ( | void * | __handle | ) |
| void * dlsym | ( | void *__restrict | __handle, |
| const char *__restrict | __name | ||
| ) |
| void __leaf__ __attribute__ | ( | (__nonnull__(2)) | ) |
| char * dlerror | ( | void | ) |
Definition at line 63 of file openblas_version.c.
| int remove | ( | const char * | __filename | ) |
| int rename | ( | const char * | __old, |
| const char * | __new | ||
| ) |
| int renameat | ( | int | __oldfd, |
| const char * | __old, | ||
| int | __newfd, | ||
| const char * | __new | ||
| ) |
| int fclose | ( | FILE * | __stream | ) |
| FILE * tmpfile | ( | void | ) |
Definition at line 386 of file openblas_version.c.
| int strcoll_l | ( | const char * | __s1, |
| const char * | __s2, | ||
| locale_t | __l | ||
| ) |
| int __leaf__ __attribute__ | ( | (__pure__) | ) |
Definition at line 878 of file openblas_version.c.
Definition at line 77 of file openblas_version.c.
|
extern |
|
extern |
|
extern |
| int __leaf__ |
Definition at line 375 of file openblas_version.c.