Searched defs:mySTACK (Results 1 - 2 of 2) sorted by relevance

/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c2880 /* disable optimization for the next functions as the compiler optimizes away the assignment to mySTACK[i] */
2885 int mySTACK[STACK_SIZE]; local
2887 /* This extra block is to ensure that local variables of the function occur after buffer mySTACK. */
2892 mySTACK[i] = 0xDEADBEEF;
2899 int mySTACK[STACK_SIZE]; local
2902 /* This extra block is to ensure that local variables of the function occur after buffer mySTACK. */
2907 if (mySTACK[i] == 0xDEADBEEF)
2916 if (mySTACK[j] != 0xDEADBEEF)
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c2495 /* disable optimization for the next functions as the compiler optimizes away the assignment to mySTACK[i] */
2500 int mySTACK[STACK_SIZE]; local
2502 /* This extra block is to ensure that local variables of the function occur after buffer mySTACK. */
2507 mySTACK[i] = 0xDEADBEEF;
2514 int mySTACK[STACK_SIZE]; local
2517 /* This extra block is to ensure that local variables of the function occur after buffer mySTACK. */
2522 if (mySTACK[i] == 0xDEADBEEF)
2531 if (mySTACK[j] != 0xDEADBEEF)

Completed in 108 milliseconds