HomeSort by relevance Sort by last modified time
    Searched defs:TSF (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
ksysent.c 48 #define TSF 0
nsyscalls.c 49 #define TSF 0
  /external/strace/tests-m32/
ksysent.c 48 #define TSF 0
nsyscalls.c 49 #define TSF 0
  /external/strace/tests-mx32/
ksysent.c 48 #define TSF 0
nsyscalls.c 49 #define TSF 0
  /external/swiftshader/third_party/LLVM/utils/TableGen/
InstrInfoEmitter.cpp 300 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags");
301 if (!TSF) throw "no TSFlags?";
303 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) {
304 if (BitInit *Bit = dynamic_cast<BitInit*>(TSF->getBit(i)))
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 512 BitsInit *TSF = Inst.TheDef->getValueAsBitsInit("TSFlags");
513 if (!TSF)
516 for (unsigned i = 0, e = TSF->getNumBits(); i != e; ++i) {
517 if (BitInit *Bit = dyn_cast<BitInit>(TSF->getBit(i)))
  /external/strace/
syscall.c 84 #define TSF TRACE_STATFS
126 #undef TSF

Completed in 279 milliseconds