Go to the source code of this file.
Defines | |
| #define | ADBUFFER_LOADED 1 |
Functions | |
| void | printtraffic () |
| void | pushinteger4 (unsigned int x) |
| void | lookinteger4 (unsigned int *x) |
| void | popinteger4 (unsigned int *x) |
| void | pushcontrol1b (int cc) |
| void | lookcontrol1b (int *cc) |
| void | popcontrol1b (int *cc) |
| void | pushcontrol2b (int cc) |
| void | lookcontrol2b (int *cc) |
| void | popcontrol2b (int *cc) |
| void | pushcontrol3b (int cc) |
| void | lookcontrol3b (int *cc) |
| void | popcontrol3b (int *cc) |
| void | pushcontrol4b (int cc) |
| void | lookcontrol4b (int *cc) |
| void | popcontrol4b (int *cc) |
| void | pushcontrol5b (int cc) |
| void | lookcontrol5b (int *cc) |
| void | popcontrol5b (int *cc) |
| void | pushreal4 (float x) |
| void | lookreal4 (float *x) |
| void | popreal4 (float *x) |
| void | pushreal8 (double x) |
| void | lookreal8 (double *x) |
| void | popreal8 (double *x) |
| void | pushpointer4 (char *x) |
| void | lookpointer4 (char **x) |
| void | poppointer4 (char **x) |
| void | pushpointer8 (char *x) |
| void | lookpointer8 (char **x) |
| void | poppointer8 (char **x) |
| void | printallbuffers () |
| Very complete display of the current size in bytes of the global C stack followed by the auxiliary stacks. | |
| void | printbuffertop () |
| void | showallstacks () |
| #define ADBUFFER_LOADED 1 |
Definition at line 3 of file adBuffer.h.
| void printtraffic | ( | ) |
| void pushinteger4 | ( | unsigned int | x | ) |
| void lookinteger4 | ( | unsigned int * | x | ) |
| void popinteger4 | ( | unsigned int * | x | ) |
| void pushcontrol1b | ( | int | cc | ) |
| void lookcontrol1b | ( | int * | cc | ) |
| void popcontrol1b | ( | int * | cc | ) |
| void pushcontrol2b | ( | int | cc | ) |
| void lookcontrol2b | ( | int * | cc | ) |
| void popcontrol2b | ( | int * | cc | ) |
| void pushcontrol3b | ( | int | cc | ) |
| void lookcontrol3b | ( | int * | cc | ) |
| void popcontrol3b | ( | int * | cc | ) |
| void pushcontrol4b | ( | int | cc | ) |
| void lookcontrol4b | ( | int * | cc | ) |
| void popcontrol4b | ( | int * | cc | ) |
| void pushcontrol5b | ( | int | cc | ) |
| void lookcontrol5b | ( | int * | cc | ) |
| void popcontrol5b | ( | int * | cc | ) |
| void pushreal4 | ( | float | x | ) |
| void lookreal4 | ( | float * | x | ) |
| void popreal4 | ( | float * | x | ) |
| void pushreal8 | ( | double | x | ) |
| void lookreal8 | ( | double * | x | ) |
| void popreal8 | ( | double * | x | ) |
| void pushpointer4 | ( | char * | x | ) |
| void lookpointer4 | ( | char ** | x | ) |
| void poppointer4 | ( | char ** | x | ) |
| void pushpointer8 | ( | char * | x | ) |
| void lookpointer8 | ( | char ** | x | ) |
| void poppointer8 | ( | char ** | x | ) |
| void printallbuffers | ( | ) |
Very complete display of the current size in bytes of the global C stack followed by the auxiliary stacks.
| void printbuffertop | ( | ) |
| void showallstacks | ( | ) |
1.4.7