Searched refs:fpush (Results 1 – 8 of 8) 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/libdrm/nouveau/ |
D | pushbuf.c | 157 struct nouveau_pushbuf *fpush; in pushbuf_kref() local 173 fpush = cli_push_get(push->client, bo); in pushbuf_kref() 174 if (fpush && fpush != push) in pushbuf_kref() 175 pushbuf_flush(fpush); in pushbuf_kref()
|
/external/skia/forth/ |
D | Forth.h | 50 void fpush(float value) { this->push(f2i_bits(value)); } in fpush() function
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 2100 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2127 fpush ( loSt, hiSt ); in fallbackQSort3() 2193 fpush ( lo, n ); in fallbackQSort3() 2194 fpush ( m, hi ); in fallbackQSort3() 2196 fpush ( m, hi ); in fallbackQSort3() 2197 fpush ( lo, n ); in fallbackQSort3() 2203 #undef fpush
|
/external/valgrind/memcheck/tests/ |
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
|
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
|
/external/valgrind/perf/ |
D | bz2.c | 2115 #define fpush(lz,hz) { stackLo[sp] = lz; \ macro 2142 fpush ( loSt, hiSt ); in fallbackQSort3() 2208 fpush ( lo, n ); in fallbackQSort3() 2209 fpush ( m, hi ); in fallbackQSort3() 2211 fpush ( m, hi ); in fallbackQSort3() 2212 fpush ( lo, n ); in fallbackQSort3() 2218 #undef fpush
|
/external/valgrind/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
|