Searched refs:mpush (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_vbo.c | 348 const unsigned mpush = 2047 * 256; local 349 unsigned npush = (count > mpush) ? mpush : count; 493 const unsigned mpush = 2047 * 256; local 494 unsigned npush = (count > mpush) ? mpush : count;
|
/third_party/bzip2/ |
D | blocksort.c | 596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro 642 mpush ( loSt, hiSt, dSt ); in mainQSort3() 692 mpush(lo, hi, d+1 ); in mainQSort3() 713 mpush (nextLo[0], nextHi[0], nextD[0]); in mainQSort3() 714 mpush (nextLo[1], nextHi[1], nextD[1]); in mainQSort3() 715 mpush (nextLo[2], nextHi[2], nextD[2]); in mainQSort3() 721 #undef mpush
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | blocksort.c | 596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro 642 mpush ( loSt, hiSt, dSt ); in mainQSort3() 692 mpush(lo, hi, d+1 ); in mainQSort3() 713 mpush (nextLo[0], nextHi[0], nextD[0]); in mainQSort3() 714 mpush (nextLo[1], nextHi[1], nextD[1]); in mainQSort3() 715 mpush (nextLo[2], nextHi[2], nextD[2]); in mainQSort3() 721 #undef mpush
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | blocksort.c | 596 #define mpush(lz,hz,dz) { stackLo[sp] = lz; \ macro 642 mpush ( loSt, hiSt, dSt ); in mainQSort3() 692 mpush(lo, hi, d+1 ); in mainQSort3() 713 mpush (nextLo[0], nextHi[0], nextD[0]); in mainQSort3() 714 mpush (nextLo[1], nextHi[1], nextD[1]); in mainQSort3() 715 mpush (nextLo[2], nextHi[2], nextD[2]); in mainQSort3() 721 #undef mpush
|