Go to the source code of this file.
Classes | |
struct | tab |
Macros | |
#define | INDEX(i, j, k) (((size_t)((i-1)>>1)*((i-2)>>1)+(j>>1)-1)*(max-1)+k-1) |
#define | local static |
Typedefs | |
typedef unsigned long long | big_t |
typedef unsigned long long | code_t |
Functions | |
int | beenhere (int syms, int len, int left, int mem, int rem) |
void | cleanup (void) |
big_t | count (int syms, int len, int left) |
void | enough (int syms) |
void | examine (int syms, int len, int left, int mem, int rem) |
int | main (int argc, char **argv) |
Variables | |
int * | code |
struct tab * | done |
int | large |
int | max |
big_t * | num |
int | root |
size_t | size |
Definition at line 179 of file bloaty/third_party/zlib/examples/enough.c.
#define local static |
Definition at line 107 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 110 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 111 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 258 of file bloaty/third_party/zlib/examples/enough.c.
void cleanup | ( | void | ) |
Definition at line 182 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 203 of file bloaty/third_party/zlib/examples/enough.c.
void enough | ( | int | syms | ) |
Definition at line 403 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 322 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 458 of file bloaty/third_party/zlib/examples/enough.c.
Definition at line 174 of file bloaty/third_party/zlib/examples/enough.c.
struct tab* done |
Definition at line 176 of file bloaty/third_party/zlib/examples/enough.c.
int large |
Definition at line 172 of file bloaty/third_party/zlib/examples/enough.c.
int max |
Definition at line 170 of file bloaty/third_party/zlib/examples/enough.c.
big_t* num |
Definition at line 175 of file bloaty/third_party/zlib/examples/enough.c.
int root |
Definition at line 171 of file bloaty/third_party/zlib/examples/enough.c.
size_t size |
Definition at line 173 of file bloaty/third_party/zlib/examples/enough.c.