|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <stdlib.h>#include <stdio.h>#include <math.h>#include <time.h>#include "entcode.h"#include "entenc.h"#include "entdec.h"#include <string.h>#include "entenc.c"#include "entdec.c"#include "entcode.c"Macros | |
| #define | M_LOG2E 1.4426950408889634074 |
| #define | DATA_SIZE 10000000 |
| #define | DATA_SIZE2 10000 |
Functions | |
| int | main (int _argc, char **_argv) |
| #define DATA_SIZE 10000000 |
| #define DATA_SIZE2 10000 |
| #define M_LOG2E 1.4426950408889634074 |
| int main | ( | int | _argc, |
| char ** | _argv | ||
| ) |
1.8.13