Home | History | Annotate | Download | only in Enquire

Lines Matching defs:Volatile

574    Volatile is used to reduce the chance of optimisation,

585 #define Volatile volatile
594 #define Volatile static
769 Volatile int trapped; /* For testing FPE traps */
958 Volatile int newi, int_max, two=2;
1169 Volatile long total;
1848 Volatile char c, char_max, char_min;
1849 Volatile int byte_size, c_signed;
1930 /* Syntax error? Define NO_UC */ Volatile unsigned char c1, char_max;
1952 /* Syntax error? Define NO_SC */ Volatile signed char c1, char_max, char_min;
1986 Volatile int byte_size;
2121 extern Volatile int trapped;
2506 Volatile Integer newi, int_max, maxeri, int_min, minneri;
2507 Volatile int ibits, ipower, two=2;
2588 Volatile unsigned Integer u_max, newi, two;
2778 Volatile int
2783 Volatile Number
3282 Volatile int eprec;
3283 Volatile double a, b, base, old;
3284 Volatile Number d, oldd, dbase, one, zero;
3285 Volatile int bad=0;