HomeSort by relevance Sort by last modified time
    Searched refs:nElts (Results 1 - 8 of 8) sorted by null

  /external/clang/utils/TableGen/
NeonEmitter.cpp 739 static std::string Duplicate(unsigned nElts, StringRef typestr,
744 for (unsigned i = 0; i != nElts; ++i) {
746 if ((i + 1) < nElts)
754 static std::string SplatLane(unsigned nElts, const std::string &vec,
757 for (unsigned i = 0; i < nElts; ++i)
767 unsigned nElts = 0;
769 case 'c': nElts = 8; break;
770 case 's': nElts = 4; break;
771 case 'i': nElts = 2; break;
772 case 'l': nElts = 1; break
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xproto.h 877 CARD8 nElts; /* how many elements does the map have */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 877 CARD8 nElts; /* how many elements does the map have */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xproto.h 877 CARD8 nElts; /* how many elements does the map have */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XIproto.h 1085 CARD8 nElts;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1085 CARD8 nElts;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XIproto.h 1085 CARD8 nElts;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 695 milliseconds