Searched defs:fpush (Results 1 - 7 of 7) sorted by relevance

/external/bzip2/
H A Dblocksort.c80 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
107 fpush ( loSt, hiSt );
173 fpush ( lo, n );
174 fpush ( m, hi );
176 fpush ( m, hi );
177 fpush ( lo, n );
183 #undef fpush macro
/external/qemu/target-i386/
H A Dexec.h188 static inline void fpush(void) function
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c2102 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
2129 fpush ( loSt, hiSt );
2195 fpush ( lo, n );
2196 fpush ( m, hi );
2198 fpush ( m, hi );
2199 fpush ( lo, n );
2205 #undef fpush macro
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c2126 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
2153 fpush ( loSt, hiSt );
2219 fpush ( lo, n );
2220 fpush ( m, hi );
2222 fpush ( m, hi );
2223 fpush ( lo, n );
2229 #undef fpush macro
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c2117 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
2144 fpush ( loSt, hiSt );
2210 fpush ( lo, n );
2211 fpush ( m, hi );
2213 fpush ( m, hi );
2214 fpush ( lo, n );
2220 #undef fpush macro
H A Dvarinfo6.c2155 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
2182 fpush ( loSt, hiSt );
2248 fpush ( lo, n );
2249 fpush ( m, hi );
2251 fpush ( m, hi );
2252 fpush ( lo, n );
2258 #undef fpush macro
/external/valgrind/main/perf/
H A Dbz2.c2117 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro
2144 fpush ( loSt, hiSt );
2210 fpush ( lo, n );
2211 fpush ( m, hi );
2213 fpush ( m, hi );
2214 fpush ( lo, n );
2220 #undef fpush macro

Completed in 132 milliseconds