Searched defs:mpush (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vbo.c348 const unsigned mpush = 2047 * 256; local
349 unsigned npush = (count > mpush) ? mpush : count;
492 const unsigned mpush = 2047 * 256; local
493 unsigned npush = (count > mpush) ? mpush : count;
/external/bzip2/
H A Dblocksort.c596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro
642 mpush ( loSt, hiSt, dSt );
692 mpush(lo, hi, d+1 );
713 mpush (nextLo[0], nextHi[0], nextD[0]);
714 mpush (nextLo[1], nextHi[1], nextD[1]);
715 mpush (nextLo[2], nextHi[2], nextD[2]);
721 #undef mpush macro
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c2642 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro
2688 mpush ( loSt, hiSt, dSt );
2738 mpush(lo, hi, d+1 );
2759 mpush (nextLo[0], nextHi[0], nextD[0]);
2760 mpush (nextLo[1], nextHi[1], nextD[1]);
2761 mpush (nextLo[2], nextHi[2], nextD[2]);
2767 #undef mpush macro
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c2633 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro
2679 mpush ( loSt, hiSt, dSt );
2729 mpush(lo, hi, d+1 );
2750 mpush (nextLo[0], nextHi[0], nextD[0]);
2751 mpush (nextLo[1], nextHi[1], nextD[1]);
2752 mpush (nextLo[2], nextHi[2], nextD[2]);
2758 #undef mpush macro
H A Dvarinfo6.c2669 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro
2715 mpush ( loSt, hiSt, dSt );
2765 mpush(lo, hi, d+1 );
2786 mpush (nextLo[0], nextHi[0], nextD[0]);
2787 mpush (nextLo[1], nextHi[1], nextD[1]);
2788 mpush (nextLo[2], nextHi[2], nextD[2]);
2794 #undef mpush macro
/external/valgrind/perf/
H A Dbz2.c2631 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro
2677 mpush ( loSt, hiSt, dSt );
2727 mpush(lo, hi, d+1 );
2748 mpush (nextLo[0], nextHi[0], nextD[0]);
2749 mpush (nextLo[1], nextHi[1], nextD[1]);
2750 mpush (nextLo[2], nextHi[2], nextD[2]);
2756 #undef mpush macro

Completed in 172 milliseconds