HomeSort by relevance Sort by last modified time
    Searched refs:AT (Results 176 - 200 of 474) sorted by null

1 2 3 4 5 6 78 91011>>

  /art/runtime/arch/mips64/
registers_mips64.h 6 * You may obtain a copy of the License at
31 AT = 1, // Assembler temporary.
63 TMP = T8, // scratch register (in addition to AT)
64 TMP2 = T3, // scratch register (in addition to AT, reserved for assembler)
  /external/nist-sip/java/gov/nist/javax/sip/header/
CallIdentifier.java 94 buffer.append(AT).append(host);
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.cpp 59 // at the Prologue/Epilogue
104 // lui $at, hi(0x10000)
105 // addu $at, $sp, $at
107 // (NewReg, NewImm) = ($at, lo(Ox10000))
129 BuildMI(MBB, I, DL, TII->get(Mips::LUi), Mips::AT).addImm(ImmHi);
130 BuildMI(MBB, I, DL, TII->get(Mips::ADDu), Mips::AT).addReg(OrigReg)
131 .addReg(Mips::AT);
132 NewReg = Mips::AT;
243 // Insert instruction "move $fp, $sp" at this location.
    [all...]
  /system/tools/hidl/
hidl-gen_l.ll 6 * You may obtain a copy of the License at
26 AT [@]
27 VERSION {AT}{D}+{DOT}{D}+
  /external/clang/lib/Lex/
MacroArgs.cpp 50 // Allocate memory for a MacroArgs object with the lexer tokens at the end.
160 const Token *AT = getUnexpArgument(Arg);
161 unsigned NumToks = getArgLength(AT)+1; // Include the EOF.
166 // token at the end of the unexp list.
167 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/,
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocSizeofChecker.cpp 165 while (const ArrayType *AT = T->getAsArrayTypeUnsafe()) {
166 QualType ElemType = AT->getElementType();
167 if (typesCompatible(C, PT, AT->getElementType()))
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 176 ArrayType *AT = dyn_cast<ArrayType>(Ty);
177 return AT && (AT->getNumElements() == 0);
  /art/compiler/utils/mips/
assembler_mips.cc 6 * You may obtain a copy of the License at
310 // Switch from appending instructions at the end of the buffer to overwriting
325 // Other instructions are simply appended at the end here.
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 157 if (const auto *AT = T->getAs<AtomicType>())
158 T = AT->getValueType();
165 if (const auto *AT = CGT.getContext().getAsArrayType(T))
166 return isSafeToConvert(AT->getElementType(), CGT, AlreadyChecked);
187 /// function parameter or result position can be converted to an IR type at this
665 // If we don't have a StructType at all yet, create the forward declaration.
744 if (const auto *AT = Context.getAsArrayType(T)) {
745 if (isa<IncompleteArrayType>(AT))
747 if (const auto *CAT = dyn_cast<ConstantArrayType>(AT))
  /external/llvm/lib/Target/Mips/
MipsLongBranch.cpp 165 // Split the MBBs if they have two branches. Each basic block should have at
285 // lui $at, %hi($tgt - $baltgt)
287 // addiu $at, $at, %lo($tgt - $baltgt)
289 // addu $at, $ra, $at
291 // jr $at
311 // expressions at this point (it is possible only at the MC layer),
319 BuildMI(*LongBrMBB, Pos, DL, TII->get(Mips::LONG_BRANCH_LUi), Mips::AT)
    [all...]
  /external/tcpdump/
print-atalk.c 166 ND_PRINT((ndo, "%d > %d at-lap#%d %u",
186 ND_PRINT((ndo, "AT "));
215 #define AT(member) ataddr_string(ndo, (ap->member[1]<<8)|ap->member[2],ap->member[3])
234 ND_PRINT((ndo, "who-has %s tell %s", AT(pdaddr), AT(psaddr)));
238 ND_PRINT((ndo, "reply %s is-at %s", AT(psaddr), etheraddr_string(ndo, ap->hsaddr)));
242 ND_PRINT((ndo, "probe %s tell %s", AT(pdaddr), AT(psaddr)));
274 ND_PRINT((ndo, " at-%s %d", tok2str(type2str, NULL, t), length))
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DayPeriodRules.java 60 AT;
66 if ("at".contentEquals(str)) { return CutoffType.AT; }
159 // AT cutoffs must be either midnight or noon.
160 if ((cutoffs[startHour] & (1 << CutoffType.AT.ordinal())) > 0) {
166 throw new ICUException("AT cutoff must only be set for 0:00 or 12:00.");
244 * If data hasn't been loaded, it will be loaded for all locales at once.
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DayPeriodRules.java 56 AT;
62 if ("at".contentEquals(str)) { return CutoffType.AT; }
155 // AT cutoffs must be either midnight or noon.
156 if ((cutoffs[startHour] & (1 << CutoffType.AT.ordinal())) > 0) {
162 throw new ICUException("AT cutoff must only be set for 0:00 or 12:00.");
240 * If data hasn't been loaded, it will be loaded for all locales at once.
  /external/llvm/lib/CodeGen/
StackProtector.cpp 124 if (ArrayType *AT = dyn_cast<ArrayType>(Ty)) {
125 if (!AT->getElementType()->isIntegerTy(8)) {
136 if (SSPBufferSize <= M->getDataLayout().getTypeAllocSize(AT)) {
  /build/make/core/
cleanspec.mk 5 # You may obtain a copy of the License at
53 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
63 # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
token.py 61 AT = 50
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
token.py 63 AT = 50
  /external/nist-sip/java/gov/nist/javax/sip/address/
Authority.java 65 buffer.append(AT);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 126 case AT:
  /external/python/cpython2/Lib/
token.py 61 AT = 50
  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 6 * You may obtain a copy of the License at
135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 6 * You may obtain a copy of the License at
105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
token.py 63 AT = 50
  /prebuilts/gdb/linux-x86/lib/python2.7/
token.py 63 AT = 50
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
token.py 63 AT = 50

Completed in 1057 milliseconds

1 2 3 4 5 6 78 91011>>