webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdlib.h>
#include <string.h>
Classes | |
struct | Record |
Macros | |
#define | LOOPS 100000000 |
#define | CLOCK |
#define | HZ 60 /* times(2) returns 1/60 second (most) */ |
#define | structassign(d, s) d = s |
#define | TRUE 1 |
#define | FALSE 0 |
#define | REG |
#define | NextRecord (*(PtrParIn->PtrComp)) |
Typedefs | |
typedef int | OneToThirty |
typedef int | OneToFifty |
typedef char | CapitalLetter |
typedef char | String30[31] |
typedef int | Array1Dim[51] |
typedef int | Array2Dim[51][51] |
typedef struct Record | RecordType |
typedef RecordType * | RecordPtr |
typedef int | boolean |
Enumerations | |
enum | Enumeration { Ident1, Ident2 = 10000, Ident3, Ident4, Ident5 } |
Functions | |
Enumeration | Func1 () |
boolean | Func2 () |
main () | |
Proc0 () | |
Proc1 (REG RecordPtr PtrParIn) | |
Proc2 (OneToFifty *IntParIO) | |
Proc3 (RecordPtr *PtrParOut) | |
Proc4 () | |
Proc5 () | |
boolean | Func3 () |
Proc6 (REG Enumeration EnumParIn, REG Enumeration *EnumParOut) | |
Proc7 (OneToFifty IntParI1, OneToFifty IntParI2, OneToFifty *IntParOut) | |
Proc8 (Array1Dim Array1Par, Array2Dim Array2Par, OneToFifty IntParI1, OneToFifty IntParI2) | |
Enumeration | Func1 (CapitalLetter CharPar1, CapitalLetter CharPar2) |
boolean | Func2 (String30 StrParI1, String30 StrParI2) |
boolean | Func3 (REG Enumeration EnumParIn) |
Variables | |
char | Version [] = "1.1" |
int | IntGlob |
boolean | BoolGlob |
char | Char1Glob |
char | Char2Glob |
Array1Dim | Array1Glob |
Array2Dim | Array2Glob |
RecordPtr | PtrGlb |
RecordPtr | PtrGlbNext |
#define CLOCK |
#define FALSE 0 |
#define HZ 60 /* times(2) returns 1/60 second (most) */ |
#define LOOPS 100000000 |
#define NextRecord (*(PtrParIn->PtrComp)) |
#define REG |
#define TRUE 1 |
typedef int Array1Dim[51] |
typedef int Array2Dim[51][51] |
typedef char CapitalLetter |
typedef int OneToFifty |
typedef int OneToThirty |
typedef struct Record RecordType |
typedef char String30[31] |
Enumeration Func1 | ( | ) |
Enumeration Func1 | ( | CapitalLetter | CharPar1, |
CapitalLetter | CharPar2 | ||
) |
boolean Func2 | ( | ) |
boolean Func3 | ( | ) |
boolean Func3 | ( | REG Enumeration | EnumParIn | ) |
main | ( | void | ) |
Proc0 | ( | ) |
Proc2 | ( | OneToFifty * | IntParIO | ) |
Proc3 | ( | RecordPtr * | PtrParOut | ) |
Proc4 | ( | ) |
Proc5 | ( | ) |
Proc6 | ( | REG Enumeration | EnumParIn, |
REG Enumeration * | EnumParOut | ||
) |
Proc7 | ( | OneToFifty | IntParI1, |
OneToFifty | IntParI2, | ||
OneToFifty * | IntParOut | ||
) |
Proc8 | ( | Array1Dim | Array1Par, |
Array2Dim | Array2Par, | ||
OneToFifty | IntParI1, | ||
OneToFifty | IntParI2 | ||
) |
Array1Dim Array1Glob |
Array2Dim Array2Glob |
boolean BoolGlob |
char Char1Glob |
char Char2Glob |
int IntGlob |
RecordPtr PtrGlb |
RecordPtr PtrGlbNext |
char Version[] = "1.1" |