Go to the source code of this file.
|
| #define | NeedFunctionPrototypes 1 |
| #define | P(protos) |
| #define | P0() |
| #define | P1(x, a) |
| #define | P2(x, a, b) |
| #define | P3(x, a, b, c) |
| #define | P4(x, a, b, c, d) |
| #define | P5(x, a, b, c, d, e) |
| #define | P6(x, a, b, c, d, e, f) |
| #define | P7(x, a, b, c, d, e, f, g) |
| #define | P8(x, a, b, c, d, e, f, g, h) |
◆ NeedFunctionPrototypes
| #define NeedFunctionPrototypes 1 |
◆ P0
Value:
#define void
Definition unzip.h:396
◆ P1
Value:
uint8_t a
Definition Spc_Cpu.h:141
◆ P2
◆ P3
| #define P3 |
( |
| x, |
|
|
| a, |
|
|
| b, |
|
|
| c ) |
Value:
return c
Definition crypt.c:175
◆ P4
| #define P4 |
( |
| x, |
|
|
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d ) |
Value:
unsigned d
Definition inflate.c:940
◆ P5
| #define P5 |
( |
| x, |
|
|
| a, |
|
|
| b, |
|
|
| c, |
|
|
| d, |
|
|
| e ) |
Value:
* e
Definition inflate.c:1404
◆ P6
Value:
unsigned f
Definition inflate.c:1572
◆ P7
Value:
int g
Definition inflate.c:1573
◆ P8
Value:
uch h[RAND_HEAD_LEN]
Definition crypt.c:459