input
来自「antlr最新版本V3源代码」· 代码 · 共 3,480 行 · 第 1/5 页
TXT
3,480 行
typedef unsigned int size_t;# 325 "/usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h" 3 4typedef long int wchar_t;# 34 "/usr/include/stdlib.h" 2 3 4# 96 "/usr/include/stdlib.h" 3 4typedef int _Bool;typedef struct { int quot; int rem; } div_t;typedef struct { long int quot; long int rem; } ldiv_t;# 140 "/usr/include/stdlib.h" 3 4extern size_t __ctype_get_mb_cur_max (void) ;extern double atof ( char *__nptr);extern int atoi ( char *__nptr);extern long int atol ( char *__nptr);extern long long int atoll ( char *__nptr);extern double strtod ( char *__restrict __nptr, char **__restrict __endptr) ;# 181 "/usr/include/stdlib.h" 3 4extern long int strtol ( char *__restrict __nptr, char **__restrict __endptr, int __base);extern unsigned long int strtoul ( char *__restrict __nptr, char **__restrict __endptr, int __base);extern long long int strtoq ( char *__restrict __nptr, char **__restrict __endptr, int __base) ;extern unsigned long long int strtouq ( char *__restrict __nptr, char **__restrict __endptr, int __base);extern long long int strtoll ( char *__restrict __nptr, char **__restrict __endptr, int __base);extern unsigned long long int strtoull ( char *__restrict __nptr, char **__restrict __endptr, int __base);# 277 "/usr/include/stdlib.h" 3 4extern double __strtod_internal ( char *__restrict __nptr, char **__restrict __endptr, int __group);extern float __strtof_internal ( char *__restrict __nptr, char **__restrict __endptr, int __group) ;extern long double __strtold_internal ( char *__restrict __nptr, char **__restrict __endptr, int __group) ;extern long int __strtol_internal ( char *__restrict __nptr, char **__restrict __endptr, int __base, int __group) ;extern unsigned long int __strtoul_internal ( char *__restrict __nptr, char **__restrict __endptr, int __base, int __group) ;extern long long int __strtoll_internal ( char *__restrict __nptr, char **__restrict __endptr, int __base, int __group) ;extern unsigned long long int __strtoull_internal ( char * __restrict __nptr, char **__restrict __endptr, int __base, int __group) ;# 424 "/usr/include/stdlib.h" 3 4extern char *l64a (long int __n);extern long int a64l ( char *__s) ;# 1 "/usr/include/sys/types.h" 1 3 4# 29 "/usr/include/sys/types.h" 3 4# 1 "/usr/include/bits/types.h" 1 3 4# 28 "/usr/include/bits/types.h" 3 4# 1 "/usr/include/bits/wordsize.h" 1 3 4# 29 "/usr/include/bits/types.h" 2 3 4# 1 "/usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h" 1 3 4# 32 "/usr/include/bits/types.h" 2 3 4typedef 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 long int __int64_t; typedef unsigned long long int __uint64_t; typedef long long int __quad_t; typedef unsigned long long int __u_quad_t;# 129 "/usr/include/bits/types.h" 3 4# 1 "/usr/include/bits/typesizes.h" 1 3 4# 130 "/usr/include/bits/types.h" 2 3 4 typedef __u_quad_t __dev_t; typedef unsigned int __uid_t; typedef unsigned int __gid_t; typedef unsigned long int __ino_t; typedef __u_quad_t __ino64_t; typedef unsigned int __mode_t; typedef unsigned int __nlink_t; typedef long int __off_t; typedef __quad_t __off64_t; typedef int __pid_t; typedef struct { int __val[2]; } __fsid_t; typedef long int __clock_t; typedef unsigned long int __rlim_t; typedef __u_quad_t __rlim64_t; typedef unsigned int __id_t; typedef long int __time_t; typedef unsigned int __useconds_t; typedef long int __suseconds_t; typedef int __daddr_t; typedef long int __swblk_t; typedef int __key_t; typedef int __clockid_t; typedef int __timer_t; typedef long int __blksize_t; typedef long int __blkcnt_t; typedef __quad_t __blkcnt64_t; typedef unsigned long int __fsblkcnt_t; typedef __u_quad_t __fsblkcnt64_t; typedef unsigned long int __fsfilcnt_t; typedef __u_quad_t __fsfilcnt64_t; typedef int __ssize_t;typedef __off64_t __loff_t;typedef __quad_t *__qaddr_t;typedef char *__caddr_t; typedef int __intptr_t; typedef unsigned int __socklen_t;# 32 "/usr/include/sys/types.h" 2 3 4typedef __u_char u_char;typedef __u_short u_short;typedef __u_int u_int;typedef __u_long u_long;typedef __quad_t quad_t;typedef __u_quad_t u_quad_t;typedef __fsid_t fsid_t;typedef __loff_t loff_t;typedef __ino_t ino_t;# 62 "/usr/include/sys/types.h" 3 4typedef __dev_t dev_t;typedef __gid_t gid_t;typedef __mode_t mode_t;typedef __nlink_t nlink_t;typedef __uid_t uid_t;typedef __off_t off_t;# 100 "/usr/include/sys/types.h" 3 4typedef __pid_t pid_t;typedef __id_t id_t;typedef __ssize_t ssize_t;typedef __daddr_t daddr_t;typedef __caddr_t caddr_t;typedef __key_t key_t;# 133 "/usr/include/sys/types.h" 3 4# 1 "/usr/include/time.h" 1 3 4# 74 "/usr/include/time.h" 3 4typedef __time_t time_t;# 92 "/usr/include/time.h" 3 4typedef __clockid_t clockid_t;# 104 "/usr/include/time.h" 3 4typedef __timer_t timer_t;# 134 "/usr/include/sys/types.h" 2 3 4# 147 "/usr/include/sys/types.h" 3 4# 1 "/usr/lib/gcc/i386-redhat-linux/3.4.2/include/stddef.h" 1 3 4# 148 "/usr/include/sys/types.h" 2 3 4typedef unsigned long int ulong;typedef unsigned short int ushort;typedef unsigned int uint;# 191 "/usr/include/sys/types.h" 3 4typedef int int8_t ;typedef int int16_t ;typedef int int32_t ;typedef int int64_t ;typedef unsigned int u_int8_t ;typedef unsigned int u_int16_t ;typedef unsigned int u_int32_t ;typedef unsigned int u_int64_t ;typedef int register_t ;# 213 "/usr/include/sys/types.h" 3 4# 1 "/usr/include/endian.h" 1 3 4# 37 "/usr/include/endian.h" 3 4# 1 "/usr/include/bits/endian.h" 1 3 4# 38 "/usr/include/endian.h" 2 3 4# 214 "/usr/include/sys/types.h" 2 3 4# 1 "/usr/include/sys/select.h" 1 3 4# 31 "/usr/include/sys/select.h" 3 4# 1 "/usr/include/bits/select.h" 1 3 4# 32 "/usr/include/sys/select.h" 2 3 4# 1 "/usr/include/bits/sigset.h" 1 3 4# 23 "/usr/include/bits/sigset.h" 3 4typedef int __sig_atomic_t;typedef struct { unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))]; } __sigset_t;# 35 "/usr/include/sys/select.h" 2 3 4typedef __sigset_t sigset_t;# 1 "/usr/include/time.h" 1 3 4# 118 "/usr/include/time.h" 3 4struct timespec { __time_t tv_sec; long int tv_nsec; };# 45 "/usr/include/sys/select.h" 2 3 4# 1 "/usr/include/bits/time.h" 1 3 4# 69 "/usr/include/bits/time.h" 3 4struct timeval { __time_t tv_sec; __suseconds_t tv_usec; };# 47 "/usr/include/sys/select.h" 2 3 4typedef __suseconds_t suseconds_t;typedef long int __fd_mask;# 67 "/usr/include/sys/select.h" 3 4typedef struct { __fd_mask __fds_bits[1024 / (8 * sizeof (__fd_mask))]; } fd_set;typedef __fd_mask fd_mask;# 99 "/usr/include/sys/select.h" 3 4# 109 "/usr/include/sys/select.h" 3 4extern int select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout);# 128 "/usr/include/sys/select.h" 3 4# 217 "/usr/include/sys/types.h" 2 3 4# 1 "/usr/include/sys/sysmacros.h" 1 3 4# 29 "/usr/include/sys/sysmacros.h" 3 4extern unsigned int gnu_dev_major (unsigned long long int __dev) ;extern unsigned int gnu_dev_minor (unsigned long long int __dev) ;extern unsigned long long int gnu_dev_makedev (unsigned int __major, unsigned int __minor) ; extern unsigned intgnu_dev_major (unsigned long long int __dev){ return ((__dev >> 8) & 0xfff) | ((unsigned int) (__dev >> 32) & ~0xfff);} extern unsigned intgnu_dev_minor (unsigned long long int __dev){ return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff);} extern unsigned long long intgnu_dev_makedev (unsigned int __major, unsigned int __minor){ return ((__minor & 0xff) | ((__major & 0xfff) << 8) | (((unsigned long long int) (__minor & ~0xff)) << 12) | (((unsigned long long int) (__major & ~0xfff)) << 32));}# 220 "/usr/include/sys/types.h" 2 3 4# 231 "/usr/include/sys/types.h" 3 4typedef __blkcnt_t blkcnt_t;typedef __fsblkcnt_t fsblkcnt_t;typedef __fsfilcnt_t fsfilcnt_t;# 266 "/usr/include/sys/types.h" 3 4# 1 "/usr/include/bits/pthreadtypes.h" 1 3 4# 23 "/usr/include/bits/pthreadtypes.h" 3 4# 1 "/usr/include/bits/sched.h" 1 3 4# 83 "/usr/include/bits/sched.h" 3 4struct __sched_param { int __sched_priority; };# 24 "/usr/include/bits/pthreadtypes.h" 2 3 4struct _pthread_fastlock{ long int __status; int __spinlock;};typedef struct _pthread_descr_struct *_pthread_descr;typedef struct __pthread_attr_s{ int __detachstate; int __schedpolicy; struct __sched_param __schedparam; int __inheritsched; int __scope; size_t __guardsize; int __stackaddr_set; void *__stackaddr; size_t __stacksize;} pthread_attr_t; typedef long long __pthread_cond_align_t;typedef struct{ struct _pthread_fastlock __c_lock; _pthread_descr __c_waiting; char __padding[48 - sizeof (struct _pthread_fastlock) - sizeof (_pthread_descr) - sizeof (__pthread_cond_align_t)]; __pthread_cond_align_t __align;} pthread_cond_t;typedef struct{ int __dummy;} pthread_condattr_t;typedef unsigned int pthread_key_t;typedef struct{ int __m_reserved; int __m_count; _pthread_descr __m_owner; int __m_kind; struct _pthread_fastlock __m_lock;} pthread_mutex_t;typedef struct{ int __mutexkind;} pthread_mutexattr_t;typedef int pthread_once_t;# 150 "/usr/include/bits/pthreadtypes.h" 3 4typedef unsigned long int pthread_t;# 267 "/usr/include/sys/types.h" 2 3 4# 434 "/usr/include/stdlib.h" 2 3 4extern long int random (void);extern void srandom (unsigned int __seed);extern char *initstate (unsigned int __seed, char *__statebuf, size_t __statelen) ;extern char *setstate (char *__statebuf) ;struct random_data { int32_t *fptr; int32_t *rptr; int32_t *state; int rand_type; int rand_deg; int rand_sep; int32_t *end_ptr; };extern int random_r (struct random_data *__restrict __buf, int32_t *__restrict __result) ;extern int srandom_r (unsigned int __seed, struct random_data *__buf) ;extern int initstate_r (unsigned int __seed, char *__restrict __statebuf, size_t __statelen, struct random_data *__restrict __buf) ;extern int setstate_r (char *__restrict __statebuf, struct random_data *__restrict __buf) ;extern int rand (void);extern void srand (unsigned int __seed);extern int rand_r (unsigned int *__seed);extern double drand48 (void);extern double erand48 (unsigned short int __xsubi[3]) ;extern long int lrand48 (void);extern long int nrand48 (unsigned short int __xsubi[3]) ;extern long int mrand48 (void);extern long int jrand48 (unsigned short int __xsubi[3]) ;extern void srand48 (long int __seedval);extern unsigned short int *seed48 (unsigned short int __seed16v[3]) ;extern void lcong48 (unsigned short int __param[7]) ;struct drand48_data { unsigned short int __x[3]; unsigned short int __old_x[3]; unsigned short int __c; unsigned short int __init; unsigned long long int __a; };extern int drand48_r (struct drand48_data *__restrict __buffer, double *__restrict __result) ;extern int erand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, double *__restrict __result) ;extern int lrand48_r (struct drand48_data *__restrict __buffer, long int *__restrict __result) ;extern int nrand48_r (unsigned short int __xsubi[3], struct drand48_data *__restrict __buffer, long int *__restrict __result) ;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?