Searched refs:fpush (Results 1 – 9 of 9) sorted by relevance
/external/bzip2/ |
D | blocksort.c | 80 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 107 fpush ( loSt, hiSt ); in fallbackQSort3() 173 fpush ( lo, n ); in fallbackQSort3() 174 fpush ( m, hi ); in fallbackQSort3() 176 fpush ( m, hi ); in fallbackQSort3() 177 fpush ( lo, n ); in fallbackQSort3() 183 #undef fpush
|
/external/qemu/target-i386/ |
D | helper.h | 128 DEF_HELPER_0(fpush, void)
|
D | exec.h | 188 static inline void fpush(void) in fpush() function
|
D | op_helper.c | 3634 fpush(); in helper_fpush() 3949 fpush(); in helper_fbld_ST0() 4010 fpush(); in helper_fptan() 4036 fpush(); in helper_fxtract() 4186 fpush(); in helper_fsincos()
|
/external/valgrind/main/VEX/switchback/ |
D | test_bzip2.c | 2102 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2129 fpush ( loSt, hiSt ); in fallbackQSort3() 2195 fpush ( lo, n ); in fallbackQSort3() 2196 fpush ( m, hi ); in fallbackQSort3() 2198 fpush ( m, hi ); in fallbackQSort3() 2199 fpush ( lo, n ); in fallbackQSort3() 2205 #undef fpush
|
/external/valgrind/main/memcheck/tests/ |
D | varinfo6.c | 2155 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2182 fpush ( loSt, hiSt ); in fallbackQSort3() 2248 fpush ( lo, n ); in fallbackQSort3() 2249 fpush ( m, hi ); in fallbackQSort3() 2251 fpush ( m, hi ); in fallbackQSort3() 2252 fpush ( lo, n ); in fallbackQSort3() 2258 #undef fpush
|
D | origin5-bz2.c | 2117 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2144 fpush ( loSt, hiSt ); in fallbackQSort3() 2210 fpush ( lo, n ); in fallbackQSort3() 2211 fpush ( m, hi ); in fallbackQSort3() 2213 fpush ( m, hi ); in fallbackQSort3() 2214 fpush ( lo, n ); in fallbackQSort3() 2220 #undef fpush
|
/external/valgrind/main/exp-sgcheck/tests/ |
D | hackedbz2.c | 2126 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2153 fpush ( loSt, hiSt ); in fallbackQSort3() 2219 fpush ( lo, n ); in fallbackQSort3() 2220 fpush ( m, hi ); in fallbackQSort3() 2222 fpush ( m, hi ); in fallbackQSort3() 2223 fpush ( lo, n ); in fallbackQSort3() 2229 #undef fpush
|
/external/valgrind/main/perf/ |
D | bz2.c | 2117 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2144 fpush ( loSt, hiSt ); in fallbackQSort3() 2210 fpush ( lo, n ); in fallbackQSort3() 2211 fpush ( m, hi ); in fallbackQSort3() 2213 fpush ( m, hi ); in fallbackQSort3() 2214 fpush ( lo, n ); in fallbackQSort3() 2220 #undef fpush
|