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

  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 223 unsigned TMP = 0;
226 TMP *= 10;
227 TMP += P[0] - '0';
232 N = TMP;
  /art/compiler/optimizing/
code_generator_x86_64.cc 41 static constexpr Register TMP = R11;
194 // Block the register used as TMP.
195 blocked_registers[TMP] = true;
292 __ movl(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex()));
293 __ movl(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP));
301 __ movq(CpuRegister(TMP), Address(CpuRegister(RSP), source.GetStackIndex()));
302 __ movq(Address(CpuRegister(RSP), destination.GetStackIndex()), CpuRegister(TMP));
322 __ movq(CpuRegister(TMP), Immediate(value));
323 __ movq(Address(CpuRegister(RSP), location.GetStackIndex()), CpuRegister(TMP));
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 1232 UChar tmp[4]; local
    [all...]
numfmtst.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 1232 UChar tmp[4]; local
    [all...]
numfmtst.cpp     [all...]

Completed in 330 milliseconds