![]() |
Octopus
|
Go to the source code of this file.
Classes | |
| struct | flock |
| struct | timespec |
| struct | stat |
| struct | __mbstate_t |
| struct | _G_fpos_t |
| struct | _G_fpos64_t |
| struct | _IO_FILE |
| struct | ldiv_t |
| struct | lldiv_t |
| struct | __sigset_t |
| struct | timeval |
| struct | fd_set |
| union | __atomic_wide_counter |
| struct | __pthread_internal_list |
| struct | __pthread_internal_slist |
| struct | __pthread_mutex_s |
| struct | __pthread_rwlock_arch_t |
| struct | __pthread_cond_s |
| struct | __once_flag |
| union | pthread_mutexattr_t |
| union | pthread_condattr_t |
| union | pthread_attr_t |
| union | pthread_mutex_t |
| union | pthread_cond_t |
| union | pthread_rwlock_t |
| union | pthread_rwlockattr_t |
| union | pthread_barrier_t |
| union | pthread_barrierattr_t |
| union | multi |
| struct | header_t |
Typedefs | |
| 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 __mode_t | mode_t |
| typedef __off64_t | off_t |
| typedef __pid_t | pid_t |
| typedef __time_t | time_t |
| typedef float | float_t |
| typedef double | double_t |
| typedef __int8_t | int8_t |
| typedef __int16_t | int16_t |
| typedef __int32_t | int32_t |
| typedef __int64_t | int64_t |
| typedef __uint8_t | uint8_t |
| typedef __uint16_t | uint16_t |
| typedef __uint32_t | uint32_t |
| typedef __uint64_t | uint64_t |
| typedef __int_least8_t | int_least8_t |
| typedef __int_least16_t | int_least16_t |
| typedef __int_least32_t | int_least32_t |
| typedef __int_least64_t | int_least64_t |
| typedef __uint_least8_t | uint_least8_t |
| typedef __uint_least16_t | uint_least16_t |
| typedef __uint_least32_t | uint_least32_t |
| typedef __uint_least64_t | uint_least64_t |
| typedef signed char | int_fast8_t |
| typedef long int | int_fast16_t |
| typedef long int | int_fast32_t |
| typedef long int | int_fast64_t |
| typedef unsigned char | uint_fast8_t |
| typedef unsigned long int | uint_fast16_t |
| typedef unsigned long int | uint_fast32_t |
| typedef unsigned long int | uint_fast64_t |
| typedef long int | intptr_t |
| typedef unsigned long int | uintptr_t |
| typedef __intmax_t | intmax_t |
| typedef __uintmax_t | uintmax_t |
| typedef long unsigned int | size_t |
| typedef __builtin_va_list | __gnuc_va_list |
| 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 __ssize_t | ssize_t |
| typedef __fpos64_t | fpos_t |
| typedef __sigset_t | sigset_t |
| typedef __suseconds_t | suseconds_t |
| typedef long int | __fd_mask |
| typedef __fd_mask | fd_mask |
| typedef __blksize_t | blksize_t |
| typedef __blkcnt64_t | blkcnt_t |
| typedef __fsblkcnt64_t | fsblkcnt_t |
| typedef __fsfilcnt64_t | fsfilcnt_t |
| typedef struct __pthread_internal_list | __pthread_list_t |
| typedef struct __pthread_internal_slist | __pthread_slist_t |
| typedef unsigned int | __tss_t |
| typedef unsigned long int | __thrd_t |
| typedef unsigned long int | pthread_t |
| typedef unsigned int | pthread_key_t |
| typedef int | pthread_once_t |
| typedef union pthread_attr_t | pthread_attr_t |
| typedef volatile int | pthread_spinlock_t |
| typedef struct __locale_struct * | __locale_t |
| typedef __locale_t | locale_t |
Functions | |
| void | __assert_fail (const char *__assertion, const char *__file, unsigned int __line, const char *__function) __attribute__((__nothrow__ |
| void __leaf__ | __attribute__ ((__noreturn__)) |
| void | __assert_perror_fail (int __errnum, const char *__file, unsigned int __line, const char *__function) __attribute__((__nothrow__ |
| void | __assert (const char *__assertion, const char *__file, int __line) __attribute__((__nothrow__ |
| int * | __errno_location (void) |
| int | fcntl (int __fd, int __cmd,...) __asm__("" "fcntl64") |
| int | open (const char *__file, int __oflag,...) __asm__("" "open64") __attribute__((__nonnull__(1))) |
| int | openat (int __fd, const char *__file, int __oflag,...) __asm__("" "openat64") __attribute__((__nonnull__(2))) |
| int | creat (const char *__file, mode_t __mode) __asm__("" "creat64") __attribute__((__nonnull__(1))) |
| int | lockf (int __fd, int __cmd, __off64_t __len) __asm__("" "lockf64") |
| int | posix_fadvise (int __fd, __off64_t __offset, __off64_t __len, int __advise) __asm__("" "posix_fadvise64") __attribute__((__nothrow__ |
| int | posix_fallocate (int __fd, __off64_t __offset, __off64_t __len) __asm__("" "posix_fallocate64") |
| int | __fpclassify (double __value) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__const__)) |
| int | __signbit (double __value) __attribute__((__nothrow__ |
| int | __isinf (double __value) __attribute__((__nothrow__ |
| int | __finite (double __value) __attribute__((__nothrow__ |
| int | __isnan (double __value) __attribute__((__nothrow__ |
| int | __iseqsig (double __x, double __y) __attribute__((__nothrow__ |
| int | __issignaling (double __value) __attribute__((__nothrow__ |
| double | acos (double __x) __attribute__((__nothrow__ |
| double | __acos (double __x) __attribute__((__nothrow__ |
| double | asin (double __x) __attribute__((__nothrow__ |
| double | __asin (double __x) __attribute__((__nothrow__ |
| double | atan (double __x) __attribute__((__nothrow__ |
| double | __atan (double __x) __attribute__((__nothrow__ |
| double | atan2 (double __y, double __x) __attribute__((__nothrow__ |
| double | __atan2 (double __y, double __x) __attribute__((__nothrow__ |
| double | cos (double __x) __attribute__((__nothrow__ |
| double | __cos (double __x) __attribute__((__nothrow__ |
| double | sin (double __x) __attribute__((__nothrow__ |
| double | __sin (double __x) __attribute__((__nothrow__ |
| double | tan (double __x) __attribute__((__nothrow__ |
| double | __tan (double __x) __attribute__((__nothrow__ |
| double | cosh (double __x) __attribute__((__nothrow__ |
| double | __cosh (double __x) __attribute__((__nothrow__ |
| double | sinh (double __x) __attribute__((__nothrow__ |
| double | __sinh (double __x) __attribute__((__nothrow__ |
| double | tanh (double __x) __attribute__((__nothrow__ |
| double | __tanh (double __x) __attribute__((__nothrow__ |
| double | acosh (double __x) __attribute__((__nothrow__ |
| double | __acosh (double __x) __attribute__((__nothrow__ |
| double | asinh (double __x) __attribute__((__nothrow__ |
| double | __asinh (double __x) __attribute__((__nothrow__ |
| double | atanh (double __x) __attribute__((__nothrow__ |
| double | __atanh (double __x) __attribute__((__nothrow__ |
| double | exp (double __x) __attribute__((__nothrow__ |
| double | __exp (double __x) __attribute__((__nothrow__ |
| double | frexp (double __x, int *__exponent) __attribute__((__nothrow__ |
| double | __frexp (double __x, int *__exponent) __attribute__((__nothrow__ |
| double | ldexp (double __x, int __exponent) __attribute__((__nothrow__ |
| double | __ldexp (double __x, int __exponent) __attribute__((__nothrow__ |
| double | log (double __x) __attribute__((__nothrow__ |
| double | __log (double __x) __attribute__((__nothrow__ |
| double | log10 (double __x) __attribute__((__nothrow__ |
| double | __log10 (double __x) __attribute__((__nothrow__ |
| double | modf (double __x, double *__iptr) __attribute__((__nothrow__ |
| double | __modf (double __x, double *__iptr) __attribute__((__nothrow__ |
| double __leaf__ | __attribute__ ((__nonnull__(2))) |
| double | expm1 (double __x) __attribute__((__nothrow__ |
| double | __expm1 (double __x) __attribute__((__nothrow__ |
| double | log1p (double __x) __attribute__((__nothrow__ |
| double | __log1p (double __x) __attribute__((__nothrow__ |
| double | logb (double __x) __attribute__((__nothrow__ |
| double | __logb (double __x) __attribute__((__nothrow__ |
| double | exp2 (double __x) __attribute__((__nothrow__ |
| double | __exp2 (double __x) __attribute__((__nothrow__ |
| double | log2 (double __x) __attribute__((__nothrow__ |
| double | __log2 (double __x) __attribute__((__nothrow__ |
| double | pow (double __x, double __y) __attribute__((__nothrow__ |
| double | __pow (double __x, double __y) __attribute__((__nothrow__ |
| double | sqrt (double __x) __attribute__((__nothrow__ |
| double | __sqrt (double __x) __attribute__((__nothrow__ |
| double | hypot (double __x, double __y) __attribute__((__nothrow__ |
| double | __hypot (double __x, double __y) __attribute__((__nothrow__ |
| double | cbrt (double __x) __attribute__((__nothrow__ |
| double | __cbrt (double __x) __attribute__((__nothrow__ |
| double | ceil (double __x) __attribute__((__nothrow__ |
| double | __ceil (double __x) __attribute__((__nothrow__ |
| double | fabs (double __x) __attribute__((__nothrow__ |
| double | __fabs (double __x) __attribute__((__nothrow__ |
| double | floor (double __x) __attribute__((__nothrow__ |
| double | __floor (double __x) __attribute__((__nothrow__ |
| double | fmod (double __x, double __y) __attribute__((__nothrow__ |
| double | __fmod (double __x, double __y) __attribute__((__nothrow__ |
| int | isinf (double __value) __attribute__((__nothrow__ |
| int | finite (double __value) __attribute__((__nothrow__ |
| double | drem (double __x, double __y) __attribute__((__nothrow__ |
| double | __drem (double __x, double __y) __attribute__((__nothrow__ |
| double | significand (double __x) __attribute__((__nothrow__ |
| double | __significand (double __x) __attribute__((__nothrow__ |
| double | copysign (double __x, double __y) __attribute__((__nothrow__ |
| double | __copysign (double __x, double __y) __attribute__((__nothrow__ |
| double | nan (const char *__tagb) __attribute__((__nothrow__ |
| double | __nan (const char *__tagb) __attribute__((__nothrow__ |
| int | isnan (double __value) __attribute__((__nothrow__ |
| double | j0 (extern double lgamma_r(double) |
| 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) |
| size_t | __ctype_get_mb_cur_max (void) |
| static __inline __uint32_t | __bswap_32 (__uint32_t __bsx) |
| static __extension__ __inline __uint64_t | __bswap_64 (__uint64_t __bsx) |
| static __inline __uint16_t | __uint16_identity (__uint16_t __x) |
| static __inline __uint32_t | __uint32_identity (__uint32_t __x) |
| static __inline __uint64_t | __uint64_identity (__uint64_t __x) |
| int | select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout) |
| int | pselect (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, const struct timespec *__restrict __timeout, const __sigset_t *__restrict __sigmask) |
| long int | random (void) |
| int | random_r (struct random_data *__restrict __buf, int32_t *__restrict __result) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__nonnull__(1, 2))) |
| int | srandom_r (unsigned int __seed, struct random_data *__buf) __attribute__((__nothrow__ |
| int | initstate_r (unsigned int __seed, char *__restrict __statebuf, size_t __statelen, struct random_data *__restrict __buf) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__nonnull__(2, 4))) |
| int | setstate_r (char *__restrict __statebuf, struct random_data *__restrict __buf) __attribute__((__nothrow__ |
| int | rand (void) |
| int | drand48_r (struct drand48_data *__restrict __buffer, double *__restrict __result) __attribute__((__nothrow__ |
| int | erand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, double *__restrict __result) __attribute__((__nothrow__ |
| int | lrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | nrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | mrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | jrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) __attribute__((__nothrow__ |
| int | srand48_r (long int __seedval, struct drand48_data *__buffer) __attribute__((__nothrow__ |
| int | seed48_r (unsigned short int __seed16v[3], struct drand48_data *__buffer) __attribute__((__nothrow__ |
| int | lcong48_r (unsigned short int __param[7], struct drand48_data *__buffer) __attribute__((__nothrow__ |
| __uint32_t | arc4random (void) |
| int | strcoll_l (const char *__s1, const char *__s2, locale_t __l) __attribute__((__nothrow__ |
| int __leaf__ | __attribute__ ((__pure__)) |
| long int | pathconf (const char *__path, int __name) __attribute__((__nothrow__ |
| long int __leaf__ | __attribute__ ((__nonnull__(1))) |
| long int | fpathconf (int __fd, int __name) __attribute__((__nothrow__ |
| long int | sysconf (int __name) __attribute__((__nothrow__ |
| size_t | confstr (int __name, char *__buf, size_t __len) __attribute__((__nothrow__ |
| size_t __leaf__ | __attribute__ ((__access__(__write_only__, 2, 3))) |
| __pid_t | getpid (void) |
| static void | inf_error (const char *msg) |
| static void | endian_convert (const int size, char *aa) |
| static void | convert (multi *in, multi *out, int t_in, int t_out) |
| static void | init_header (header_t *hp) |
| static int | check_header (header_t *hp, int *correct_endianness) |
| void | io_write_header (const int64_t *np, int *type, int *ierr, int *iio, char *fname) |
| void | write_binary (const int64_t *np, void *ff, int *type, int *ierr, int *iio, int *nhd, int *flpe, char *fname) |
| void | io_read_header (header_t *hp, int *correct_endianness, int *ierr, int *iio, char *fname) |
| void | read_binary (const int64_t *np, const int64_t *offset, byte *ff, int *output_type, int *ierr, int *iio, char *fname) |
| void | get_info_binary (int64_t *np, int *type, int64_t *file_size, int *ierr, int *iio, char *fname) |
Variables | |
| __fsid_t | |
| int | __leaf__ |
| FILE * | stdin |
| FILE * | stdout |
| FILE * | stderr |
| div_t | |
| static const int64_t | base_size_of [6] = {4, 8, 4, 8, 4, 8} |
| static const int64_t | is_integer [6] = {0, 0, 0, 0, 1, 1} |
| typedef long int __clock_t |
Definition at line 169 of file io_binary.c.
| typedef unsigned long int __rlim_t |
Definition at line 170 of file io_binary.c.
| typedef unsigned long int __rlim64_t |
Definition at line 171 of file io_binary.c.
| typedef unsigned int __id_t |
Definition at line 172 of file io_binary.c.
| typedef long int __time_t |
Definition at line 173 of file io_binary.c.
| typedef unsigned int __useconds_t |
Definition at line 174 of file io_binary.c.
| typedef long int __suseconds_t |
Definition at line 175 of file io_binary.c.
| typedef long int __suseconds64_t |
Definition at line 176 of file io_binary.c.
| typedef int __daddr_t |
Definition at line 178 of file io_binary.c.
| typedef int __key_t |
Definition at line 179 of file io_binary.c.
| typedef int __clockid_t |
Definition at line 182 of file io_binary.c.
| typedef void* __timer_t |
Definition at line 185 of file io_binary.c.
| typedef long int __blksize_t |
Definition at line 188 of file io_binary.c.
| typedef long int __blkcnt_t |
Definition at line 193 of file io_binary.c.
| typedef long int __blkcnt64_t |
Definition at line 194 of file io_binary.c.
| typedef unsigned long int __fsblkcnt_t |
Definition at line 197 of file io_binary.c.
| typedef unsigned long int __fsblkcnt64_t |
Definition at line 198 of file io_binary.c.
| typedef unsigned long int __fsfilcnt_t |
Definition at line 201 of file io_binary.c.
| typedef unsigned long int __fsfilcnt64_t |
Definition at line 202 of file io_binary.c.
| typedef long int __fsword_t |
Definition at line 205 of file io_binary.c.
| typedef long int __ssize_t |
Definition at line 207 of file io_binary.c.
| typedef long int __syscall_slong_t |
Definition at line 210 of file io_binary.c.
| typedef unsigned long int __syscall_ulong_t |
Definition at line 212 of file io_binary.c.
Definition at line 216 of file io_binary.c.
| typedef char* __caddr_t |
Definition at line 217 of file io_binary.c.
| typedef long int __intptr_t |
Definition at line 220 of file io_binary.c.
| typedef unsigned int __socklen_t |
Definition at line 223 of file io_binary.c.
| typedef int __sig_atomic_t |
Definition at line 228 of file io_binary.c.
Definition at line 257 of file io_binary.c.
Definition at line 265 of file io_binary.c.
Definition at line 267 of file io_binary.c.
Definition at line 286 of file io_binary.c.
| typedef float float_t |
Definition at line 418 of file io_binary.c.
| typedef double double_t |
Definition at line 419 of file io_binary.c.
Definition at line 1325 of file io_binary.c.
Definition at line 1326 of file io_binary.c.
Definition at line 1327 of file io_binary.c.
Definition at line 1328 of file io_binary.c.
Definition at line 1334 of file io_binary.c.
| typedef __uint16_t uint16_t |
Definition at line 1335 of file io_binary.c.
| typedef __uint32_t uint32_t |
Definition at line 1336 of file io_binary.c.
| typedef __uint64_t uint64_t |
Definition at line 1337 of file io_binary.c.
| typedef __int_least8_t int_least8_t |
Definition at line 1344 of file io_binary.c.
| typedef __int_least16_t int_least16_t |
Definition at line 1345 of file io_binary.c.
| typedef __int_least32_t int_least32_t |
Definition at line 1346 of file io_binary.c.
| typedef __int_least64_t int_least64_t |
Definition at line 1347 of file io_binary.c.
| typedef __uint_least8_t uint_least8_t |
Definition at line 1350 of file io_binary.c.
| typedef __uint_least16_t uint_least16_t |
Definition at line 1351 of file io_binary.c.
| typedef __uint_least32_t uint_least32_t |
Definition at line 1352 of file io_binary.c.
| typedef __uint_least64_t uint_least64_t |
Definition at line 1353 of file io_binary.c.
| typedef signed char int_fast8_t |
Definition at line 1359 of file io_binary.c.
| typedef long int int_fast16_t |
Definition at line 1361 of file io_binary.c.
| typedef long int int_fast32_t |
Definition at line 1362 of file io_binary.c.
| typedef long int int_fast64_t |
Definition at line 1363 of file io_binary.c.
| typedef unsigned char uint_fast8_t |
Definition at line 1365 of file io_binary.c.
| typedef unsigned long int uint_fast16_t |
Definition at line 1367 of file io_binary.c.
| typedef unsigned long int uint_fast32_t |
Definition at line 1368 of file io_binary.c.
| typedef unsigned long int uint_fast64_t |
Definition at line 1369 of file io_binary.c.
| typedef long int intptr_t |
Definition at line 1371 of file io_binary.c.
| typedef unsigned long int uintptr_t |
Definition at line 1374 of file io_binary.c.
| typedef __intmax_t intmax_t |
Definition at line 1376 of file io_binary.c.
| typedef __uintmax_t uintmax_t |
Definition at line 1377 of file io_binary.c.
| typedef long unsigned int size_t |
Definition at line 1391 of file io_binary.c.
| typedef __builtin_va_list __gnuc_va_list |
Definition at line 1397 of file io_binary.c.
| typedef struct _G_fpos64_t __fpos64_t |
Definition at line 1441 of file io_binary.c.
Definition at line 1450 of file io_binary.c.
| typedef void _IO_lock_t |
Definition at line 1462 of file io_binary.c.
| typedef __gnuc_va_list va_list |
Definition at line 1521 of file io_binary.c.
Definition at line 1523 of file io_binary.c.
| typedef __fpos64_t fpos_t |
Definition at line 1525 of file io_binary.c.
| typedef __sigset_t sigset_t |
Definition at line 2235 of file io_binary.c.
| typedef __suseconds_t suseconds_t |
Definition at line 2264 of file io_binary.c.
| typedef long int __fd_mask |
Definition at line 2270 of file io_binary.c.
Definition at line 2290 of file io_binary.c.
| typedef __blksize_t blksize_t |
Definition at line 2312 of file io_binary.c.
| typedef __blkcnt64_t blkcnt_t |
Definition at line 2314 of file io_binary.c.
| typedef __fsblkcnt64_t fsblkcnt_t |
Definition at line 2318 of file io_binary.c.
| typedef __fsfilcnt64_t fsfilcnt_t |
Definition at line 2322 of file io_binary.c.
| typedef struct __pthread_internal_list __pthread_list_t |
| typedef struct __pthread_internal_slist __pthread_slist_t |
| typedef unsigned int __tss_t |
Definition at line 2425 of file io_binary.c.
| typedef unsigned long int __thrd_t |
Definition at line 2426 of file io_binary.c.
| typedef unsigned long int pthread_t |
Definition at line 2436 of file io_binary.c.
| typedef unsigned int pthread_key_t |
Definition at line 2458 of file io_binary.c.
| typedef int pthread_once_t |
Definition at line 2462 of file io_binary.c.
| typedef union pthread_attr_t pthread_attr_t |
Definition at line 2471 of file io_binary.c.
| typedef volatile int pthread_spinlock_t |
Definition at line 2512 of file io_binary.c.
| typedef struct __locale_struct* __locale_t |
Definition at line 3070 of file io_binary.c.
| typedef __locale_t locale_t |
Definition at line 3073 of file io_binary.c.
| anonymous enum |
Definition at line 3607 of file io_binary.c.
| anonymous enum |
Definition at line 4075 of file io_binary.c.
| void __assert_fail | ( | const char * | __assertion, |
| const char * | __file, | ||
| unsigned int | __line, | ||
| const char * | __function | ||
| ) |
| void __leaf__ __attribute__ | ( | (__noreturn__) | ) |
| void __assert_perror_fail | ( | int | __errnum, |
| const char * | __file, | ||
| unsigned int | __line, | ||
| const char * | __function | ||
| ) |
| void __assert | ( | const char * | __assertion, |
| const char * | __file, | ||
| int | __line | ||
| ) |
| int * __errno_location | ( | void | ) |
Definition at line 88 of file io_binary.c.
| int fcntl | ( | int | __fd, |
| int | __cmd, | ||
| ... | |||
| ) |
| int open | ( | const char * | __file, |
| int | __oflag, | ||
| ... | |||
| ) |
| int openat | ( | int | __fd, |
| const char * | __file, | ||
| int | __oflag, | ||
| ... | |||
| ) |
| int creat | ( | const char * | __file, |
| mode_t | __mode | ||
| ) |
| int lockf | ( | int | __fd, |
| int | __cmd, | ||
| __off64_t | __len | ||
| ) |
| int __fpclassify | ( | double | __value | ) |
| int __leaf__ __attribute__ | ( | (__const__) | ) |
| int __signbit | ( | double | __value | ) |
| int __isinf | ( | double | __value | ) |
| int __finite | ( | double | __value | ) |
| int __isnan | ( | double | __value | ) |
| int __iseqsig | ( | double | __x, |
| double | __y | ||
| ) |
| int __issignaling | ( | double | __value | ) |
| double acos | ( | double | __x | ) |
| double __acos | ( | double | __x | ) |
| double asin | ( | double | __x | ) |
| double __asin | ( | double | __x | ) |
| double atan | ( | double | __x | ) |
| double __atan | ( | double | __x | ) |
| double atan2 | ( | double | __y, |
| double | __x | ||
| ) |
| double __atan2 | ( | double | __y, |
| double | __x | ||
| ) |
| double cos | ( | double | __x | ) |
| double __cos | ( | double | __x | ) |
| double sin | ( | double | __x | ) |
| double __sin | ( | double | __x | ) |
| double tan | ( | double | __x | ) |
| double __tan | ( | double | __x | ) |
| double cosh | ( | double | __x | ) |
| double __cosh | ( | double | __x | ) |
| double sinh | ( | double | __x | ) |
| double __sinh | ( | double | __x | ) |
| double tanh | ( | double | __x | ) |
| double __tanh | ( | double | __x | ) |
| double acosh | ( | double | __x | ) |
| double __acosh | ( | double | __x | ) |
| double asinh | ( | double | __x | ) |
| double __asinh | ( | double | __x | ) |
| double atanh | ( | double | __x | ) |
| double __atanh | ( | double | __x | ) |
| double exp | ( | double | __x | ) |
| double __exp | ( | double | __x | ) |
| double frexp | ( | double | __x, |
| int * | __exponent | ||
| ) |
| double __frexp | ( | double | __x, |
| int * | __exponent | ||
| ) |
| double ldexp | ( | double | __x, |
| int | __exponent | ||
| ) |
| double __ldexp | ( | double | __x, |
| int | __exponent | ||
| ) |
| double log | ( | double | __x | ) |
| double __log | ( | double | __x | ) |
| double log10 | ( | double | __x | ) |
| double __log10 | ( | double | __x | ) |
| double modf | ( | double | __x, |
| double * | __iptr | ||
| ) |
| double __modf | ( | double | __x, |
| double * | __iptr | ||
| ) |
| double __leaf__ __attribute__ | ( | (__nonnull__(2)) | ) |
| double expm1 | ( | double | __x | ) |
| double __expm1 | ( | double | __x | ) |
| double log1p | ( | double | __x | ) |
| double __log1p | ( | double | __x | ) |
| double logb | ( | double | __x | ) |
| double __logb | ( | double | __x | ) |
| double exp2 | ( | double | __x | ) |
| double __exp2 | ( | double | __x | ) |
| double log2 | ( | double | __x | ) |
| double __log2 | ( | double | __x | ) |
| double pow | ( | double | __x, |
| double | __y | ||
| ) |
| double __pow | ( | double | __x, |
| double | __y | ||
| ) |
| double sqrt | ( | double | __x | ) |
| double __sqrt | ( | double | __x | ) |
| double hypot | ( | double | __x, |
| double | __y | ||
| ) |
| double __hypot | ( | double | __x, |
| double | __y | ||
| ) |
| double cbrt | ( | double | __x | ) |
| double __cbrt | ( | double | __x | ) |
| double ceil | ( | double | __x | ) |
| double __ceil | ( | double | __x | ) |
| double fabs | ( | double | __x | ) |
| double __fabs | ( | double | __x | ) |
| double floor | ( | double | __x | ) |
| double __floor | ( | double | __x | ) |
| double fmod | ( | double | __x, |
| double | __y | ||
| ) |
| double __fmod | ( | double | __x, |
| double | __y | ||
| ) |
| int isinf | ( | double | __value | ) |
| int finite | ( | double | __value | ) |
| double drem | ( | double | __x, |
| double | __y | ||
| ) |
| double __drem | ( | double | __x, |
| double | __y | ||
| ) |
| double significand | ( | double | __x | ) |
| double __significand | ( | double | __x | ) |
| double copysign | ( | double | __x, |
| double | __y | ||
| ) |
| double __copysign | ( | double | __x, |
| double | __y | ||
| ) |
| double nan | ( | const char * | __tagb | ) |
| double __nan | ( | const char * | __tagb | ) |
| int isnan | ( | double | __value | ) |
| double j0 | ( | extern double lgamma_r ( | double | ) |
Definition at line 595 of file io_binary.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 1550 of file io_binary.c.
| size_t __ctype_get_mb_cur_max | ( | void | ) |
Definition at line 1969 of file io_binary.c.
|
static |
Definition at line 2171 of file io_binary.c.
|
static |
Definition at line 2181 of file io_binary.c.
|
static |
Definition at line 2193 of file io_binary.c.
|
static |
Definition at line 2199 of file io_binary.c.
|
static |
Definition at line 2205 of file io_binary.c.
| int select | ( | int | __nfds, |
| fd_set *__restrict | __readfds, | ||
| fd_set *__restrict | __writefds, | ||
| fd_set *__restrict | __exceptfds, | ||
| struct timeval *__restrict | __timeout | ||
| ) |
| int pselect | ( | int | __nfds, |
| fd_set *__restrict | __readfds, | ||
| fd_set *__restrict | __writefds, | ||
| fd_set *__restrict | __exceptfds, | ||
| const struct timespec *__restrict | __timeout, | ||
| const __sigset_t *__restrict | __sigmask | ||
| ) |
| long int random | ( | void | ) |
Definition at line 2539 of file io_binary.c.
| int random_r | ( | struct random_data *__restrict | __buf, |
| int32_t *__restrict | __result | ||
| ) |
| int __leaf__ __attribute__ | ( | (__nonnull__(1, 2)) | ) |
Definition at line 1932 of file getopt_f.c.
| int srandom_r | ( | unsigned int | __seed, |
| struct random_data * | __buf | ||
| ) |
| int initstate_r | ( | unsigned int | __seed, |
| char *__restrict | __statebuf, | ||
| size_t | __statelen, | ||
| struct random_data *__restrict | __buf | ||
| ) |
| int __leaf__ __attribute__ | ( | (__nonnull__(2, 4)) | ) |
| int setstate_r | ( | char *__restrict | __statebuf, |
| struct random_data *__restrict | __buf | ||
| ) |
| int rand | ( | void | ) |
Definition at line 2591 of file io_binary.c.
| int drand48_r | ( | struct drand48_data *__restrict | __buffer, |
| double *__restrict | __result | ||
| ) |
| int erand48_r | ( | unsigned short int | __xsubi[3], |
| struct drand48_data *__restrict | __buffer, | ||
| double *__restrict | __result | ||
| ) |
| int lrand48_r | ( | struct drand48_data *__restrict | __buffer, |
| long int *__restrict | __result | ||
| ) |
| int nrand48_r | ( | unsigned short int | __xsubi[3], |
| struct drand48_data *__restrict | __buffer, | ||
| long int *__restrict | __result | ||
| ) |
| int mrand48_r | ( | struct drand48_data *__restrict | __buffer, |
| long int *__restrict | __result | ||
| ) |
| int jrand48_r | ( | unsigned short int | __xsubi[3], |
| struct drand48_data *__restrict | __buffer, | ||
| long int *__restrict | __result | ||
| ) |
| int srand48_r | ( | long int | __seedval, |
| struct drand48_data * | __buffer | ||
| ) |
| int seed48_r | ( | unsigned short int | __seed16v[3], |
| struct drand48_data * | __buffer | ||
| ) |
| int lcong48_r | ( | unsigned short int | __param[7], |
| struct drand48_data * | __buffer | ||
| ) |
| __uint32_t arc4random | ( | void | ) |
Definition at line 2675 of file io_binary.c.
| int strcoll_l | ( | const char * | __s1, |
| const char * | __s2, | ||
| locale_t | __l | ||
| ) |
| int __leaf__ __attribute__ | ( | (__pure__) | ) |
Definition at line 3078 of file io_binary.c.
| long int pathconf | ( | const char * | __path, |
| int | __name | ||
| ) |
| long int __leaf__ __attribute__ | ( | (__nonnull__(1)) | ) |
| long int fpathconf | ( | int | __fd, |
| int | __name | ||
| ) |
| long int sysconf | ( | int | __name | ) |
| __pid_t getpid | ( | void | ) |
Definition at line 4238 of file io_binary.c.
|
inlinestatic |
Definition at line 4613 of file io_binary.c.
|
inlinestatic |
Definition at line 4626 of file io_binary.c.
Definition at line 5135 of file io_binary.c.
|
inlinestatic |
Definition at line 4666 of file io_binary.c.
|
inlinestatic |
Definition at line 4682 of file io_binary.c.
| void io_write_header | ( | const int64_t * | np, |
| int * | type, | ||
| int * | ierr, | ||
| int * | iio, | ||
| char * | fname | ||
| ) |
Definition at line 4726 of file io_binary.c.
| void write_binary | ( | const int64_t * | np, |
| void * | ff, | ||
| int * | type, | ||
| int * | ierr, | ||
| int * | iio, | ||
| int * | nhd, | ||
| int * | flpe, | ||
| char * | fname | ||
| ) |
Definition at line 4839 of file io_binary.c.
| void io_read_header | ( | header_t * | hp, |
| int * | correct_endianness, | ||
| int * | ierr, | ||
| int * | iio, | ||
| char * | fname | ||
| ) |
Definition at line 4937 of file io_binary.c.
| void read_binary | ( | const int64_t * | np, |
| const int64_t * | offset, | ||
| byte * | ff, | ||
| int * | output_type, | ||
| int * | ierr, | ||
| int * | iio, | ||
| char * | fname | ||
| ) |
Definition at line 4989 of file io_binary.c.
| void get_info_binary | ( | int64_t * | np, |
| int * | type, | ||
| int64_t * | file_size, | ||
| int * | ierr, | ||
| int * | iio, | ||
| char * | fname | ||
| ) |
Definition at line 5151 of file io_binary.c.
Definition at line 168 of file io_binary.c.
| long int __leaf__ |
Definition at line 373 of file io_binary.c.
|
extern |
|
extern |
|
extern |
Definition at line 1949 of file io_binary.c.
|
static |
Definition at line 4610 of file io_binary.c.
|
static |
Definition at line 4611 of file io_binary.c.