Searched defs:TMP (Results 1 - 7 of 7) sorted by relevance

/external/libunwind_llvm/src/
H A DUnwindRegistersSave.S68 #define TMP %rdx define
71 #define TMP %rsi define
91 movq (%rsp),TMP
92 movq TMP,128(PTR) # store return address as rip
/external/libffi/src/tile/
H A Dtile.S84 #define TMP r11 define
97 addi TMP, sp, -REG_SIZE
111 SW TMP, r52
121 addi TMP, sp, REG_SIZE
129 SW TMP, r52
139 LW TMP, INCOMING_STACK_ARGS
144 SW OUTGOING_STACK_ARGS, TMP
188 addi TMP, r52, -(2 * REG_SIZE)
192 LW RETURN_REG_ADDR, TMP
194 addi TMP, r5
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
H A Dtile.S84 #define TMP r11 define
97 addi TMP, sp, -REG_SIZE
111 SW TMP, r52
121 addi TMP, sp, REG_SIZE
129 SW TMP, r52
139 LW TMP, INCOMING_STACK_ARGS
144 SW OUTGOING_STACK_ARGS, TMP
188 addi TMP, r52, -(2 * REG_SIZE)
192 LW RETURN_REG_ADDR, TMP
194 addi TMP, r5
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/tile/
H A Dtile.S84 #define TMP r11 define
97 addi TMP, sp, -REG_SIZE
111 SW TMP, r52
121 addi TMP, sp, REG_SIZE
129 SW TMP, r52
139 LW TMP, INCOMING_STACK_ARGS
144 SW OUTGOING_STACK_ARGS, TMP
188 addi TMP, r52, -(2 * REG_SIZE)
192 LW RETURN_REG_ADDR, TMP
194 addi TMP, r5
[all...]
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp218 unsigned TMP = 0; local
221 TMP *= 10;
222 TMP += P[0] - '0';
227 N = TMP;
/external/icu/icu4c/source/test/intltest/
H A Dloctest.cpp2365 UChar TMP[4]; local
2377 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2389 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2390 tempStr.setTo(TMP);
2402 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2403 tempStr.setTo(TMP);
2415 resLen = ucurr_forLocaleAndDate("eo_AM", date, index, TMP, 4, &status);
2416 tempStr.setTo(TMP);
2429 resLen = ucurr_forLocaleAndDate("eo_AD", date, 1, TMP, 4, &status);
2430 tempStr.setTo(TMP);
[all...]
H A Dnumfmtst.cpp2242 UChar TMP[4]; local
2252 ucurr_forLocale("en_US", TMP, 4, &status);
2253 if (u_strcmp(YEN, TMP) != 0) {
2257 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
2258 if (u_strcmp(QQQ, TMP) != 0) {
2262 int32_t fallbackLen = ucurr_forLocale("en_XX_BAR", TMP, 4, &status);
2272 ucurr_forLocale("en_US", TMP, 4, &status);
2273 if (u_strcmp(USD, TMP) != 0) {
2278 ucurr_forLocale("en_US_EURO", TMP, 4, &status);
2279 if (u_strcmp(QQQ, TMP) !
[all...]

Completed in 295 milliseconds