HomeSort by relevance Sort by last modified time
    Searched defs:AT (Results 51 - 75 of 202) sorted by null

1 23 4 5 6 7 8 9

  /art/runtime/arch/mips/
registers_mips.h 6 * You may obtain a copy of the License at
32 AT = 1, // Assembler temporary.
64 TMP = T8, // scratch register (in addition to AT)
  /art/runtime/arch/mips64/
registers_mips64.h 6 * You may obtain a copy of the License at
32 AT = 1, // Assembler temporary.
64 TMP = T8, // scratch register (in addition to AT)
65 TMP2 = T3, // scratch register (in addition to AT, reserved for assembler)
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S 13 * You may obtain a copy of the License at
25 #define AT $at /* assembler temp */
117 * Instead of holding a pointer to the shadow frame, we keep rFP at the base of the vregs. So,
213 sll AT, \reg, 7
214 daddu AT, rIBASE, AT
215 jic AT, 0
216 .set at
228 dlsa AT, \vreg, rFP,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 39 AT = "at"
109 AT,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 37 AT = "at"
107 AT,
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 61 protected static final String AT = Separators.AT;
LexerCore.java 52 public static final int AT = (int) '@';
521 /** Parse a comment string cursor is at a ". Leave cursor at closing "
546 /** Parse a comment string cursor is at a "(". Leave cursor at )
666 buffer + ": Unexpected token at " + lookAhead(0),
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 191 AT,
434 : "token and types out of sync at " + tokenBreaksLimit
439 // <at-keyword>, <hash>, <string>, <bad-string>, <url>,
484 type = TokenType.AT;
623 : "empty token at " + pos + ", ch0=" + css.charAt(startOfToken)
696 // Treat a BOM as white-space so that it is ignored at the beginning
    [all...]
  /external/python/cpython2/Lib/
sre_constants.py 39 AT = "at"
109 AT,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 35 AT = "at"
105 AT,
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 240 llvm::ArrayType *AT = cast<llvm::ArrayType>(LastElt->getType());
241 assert(AT->getElementType()->isIntegerTy(CharWidth) &&
242 AT->getNumElements() != 0 &&
246 NextFieldOffsetInChars -= CharUnits::fromQuantity(AT->getNumElements());
250 AppendPadding(CharUnits::fromQuantity(AT->getNumElements()-1));
285 "Should have at least one bit left!");
510 // we must have a flexible array member at the end.
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule_impl.h 68 static const UChar AT = ((UChar)0x0040);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/
ASTParserConstants.java 9 * (at your option) any later version.
188 int AT = 115;
  /external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/
ASTParserConstants.java 9 * (at your option) any later version.
188 int AT = 90;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.h 270 struct AT {
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 331 ArrayType *AT = ArrayType::get(V->getType(), ArraySize);
332 return ConstantArray::get(AT, std::vector<Constant *>(ArraySize, C));
705 // at the pointer and has infinite size.
831 << " from store to: " << *Ev << " at: " << *TheStore << "\n");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenTypes.java 176 public static final int AT = LexerCore.AT;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 343 // Compute the new bits that are at the top now.
361 // Compute the new bits that are at the top now.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
BitcodeWriter.cpp 325 ArrayType *AT = cast<ArrayType>(T);
328 TypeVals.push_back(AT->getNumElements());
329 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPBackend.cpp 586 ArrayType* AT = cast<ArrayType>(Ty);
587 Type* ET = AT->getElementType();
593 << ", " << utostr(AT->getNumElements()) << ");";
    [all...]
  /external/turbine/java/com/google/turbine/parse/
Token.java 6 * You may obtain a copy of the License at
42 AT("@"),
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 316 ArrayType *AT = cast<ArrayType>(T);
319 TypeVals.push_back(AT->getNumElements());
320 TypeVals.push_back(VE.getTypeID(AT->getElementType()));
623 // Assume the column is usually under 128, and always output the inlined-at
    [all...]

Completed in 845 milliseconds

1 23 4 5 6 7 8 9