HomeSort by relevance Sort by last modified time
    Searched full:mpush (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 340 const unsigned mpush = 2047 * 256; local
341 unsigned npush = (count > mpush) ? mpush : count;
486 const unsigned mpush = 2047 * 256; local
487 unsigned npush = (count > mpush) ? mpush : count;
  /external/bzip2/
blocksort.c 596 #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/VEX/switchback/
test_bzip2.c 2616 #define mpush macro
2741 #undef mpush macro
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c 2642 #define mpush macro
2767 #undef mpush macro
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 2633 #define mpush macro
2758 #undef mpush macro
    [all...]
varinfo6.c 2669 #define mpush macro
2794 #undef mpush macro
    [all...]
  /external/valgrind/perf/
bz2.c 2631 #define mpush macro
2756 #undef mpush macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
options.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1 661 \&\fB\-mpush\-args \-maccumulate\-outgoing\-args \-m128bit\-long\-double
    [all...]
x86_64-w64-mingw32-gcc.1 661 \&\fB\-mpush\-args \-maccumulate\-outgoing\-args \-m128bit\-long\-double
    [all...]

Completed in 2037 milliseconds