HomeSort by relevance Sort by last modified time
    Searched defs:AT (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /frameworks/minikin/include/minikin/
GraphemeBreak.h 6 * You may obtain a copy of the License at
30 AT = 4
39 // Matches Android's Java API. Note, return (size_t)-1 for AT to
  /external/clang/test/Layout/
ms-x86-vtordisp.cpp 151 struct AT {
152 virtual ~AT(){}
154 struct CT : virtual AT {
163 // CHECK-NEXT: 4 | struct AT (virtual base)
164 // CHECK-NEXT: 4 | (AT vftable pointer)
171 // CHECK-X64-NEXT: 8 | struct AT (virtual base)
172 // CHECK-X64-NEXT: 8 | (AT vftable pointer)
ms-x86-alias-avoidance-padding.cpp 9 struct AT {};
11 struct V : AT {
19 union { struct { int a; AT t; } y; int b; } x;
59 // CHECK-NEXT: 0 | union AT0::(anonymous at {{.*}} x
60 // CHECK-NEXT: 0 | struct AT0::(anonymous at {{.*}} y
62 // CHECK-NEXT: 4 | struct AT t (empty)
68 // CHECK-NEXT: 20 | struct AT (base) (empty)
84 // CHECK-X64-NEXT: 0 | union AT0::(anonymous at {{.*}} x
85 // CHECK-X64-NEXT: 0 | struct AT0::(anonymous at {{.*}} y
87 // CHECK-X64-NEXT: 4 | struct AT t (empty
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 483 const analyze_scanf::ArgType &AT = getArgType(Ctx);
484 if (AT.isValid() && AT.matchesType(Ctx, QT))
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 63 ArrayType *AT = ArrayType::get(EltTy, CurrentCtors.size());
64 Constant *NewInit = ConstantArray::get(AT, CurrentCtors);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
ia64.S 40 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
132 // Q. What's the heck with 'rum 1<<5' at the end of every function?
143 // to upper bank, but at least discourages to do so. If you don't
160 // compress the epilogue and get down to 2*n+6, but at the cost of
171 .skip 32 // makes the loop body aligned at 64-byte boundary
224 .skip 32 // makes the loop body aligned at 64-byte boundary
283 .skip 32 // makes the loop body aligned at 64-byte boundary
305 // ------^----- serves as (p50) at first (p27)
314 { .mmi; mov r40=0 // serves as r35 at first (p27)
354 setf.sig f37=r0 // serves as carry at (p18) tic
    [all...]
  /external/clang/lib/Lex/
MacroArgs.cpp 50 // Allocate memory for a MacroArgs object with the lexer tokens at the end.
161 const Token *AT = getUnexpArgument(Arg);
162 unsigned NumToks = getArgLength(AT)+1; // Include the EOF.
167 // token at the end of the unexp list.
168 PP.EnterTokenStream(AT, NumToks, false /*disable expand*/,
  /external/nist-sip/java/gov/nist/core/
Separators.java 49 public static final String AT = "@";
  /external/openssl/crypto/bn/asm/
ia64.S 40 // original bn_mul_words spun at 5*n or 2.5 times slower than expected
132 // Q. What's the heck with 'rum 1<<5' at the end of every function?
143 // to upper bank, but at least discourages to do so. If you don't
160 // compress the epilogue and get down to 2*n+6, but at the cost of
171 .skip 32 // makes the loop body aligned at 64-byte boundary
224 .skip 32 // makes the loop body aligned at 64-byte boundary
283 .skip 32 // makes the loop body aligned at 64-byte boundary
305 // ------^----- serves as (p50) at first (p27)
314 { .mmi; mov r40=0 // serves as r35 at first (p27)
354 setf.sig f37=r0 // serves as carry at (p18) tic
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreLowerThreadLocal.cpp 175 ArrayType *AT = dyn_cast<ArrayType>(Ty);
176 return AT && (AT->getNumElements() == 0);
  /external/llvm/unittests/Linker/
LinkModulesTest.cpp 36 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
38 GV = new GlobalVariable(*M.get(), AT, false /*=isConstant*/,
54 GV->setInitializer(ConstantArray::get(AT, Init));
105 ArrayType *AT = ArrayType::get(Type::getInt8PtrTy(Ctx), 3);
106 EXPECT_EQ(AT, Init->getType());
  /external/pixman/pixman/
pixman-mips-dspr2-asm.h 36 #define AT $1
  /bionic/libc/arch-mips/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
  /bionic/libc/arch-mips64/include/machine/
regdef.h 48 #define AT $at /* assembler temp */
  /development/ndk/platforms/android-9/arch-mips/include/asm/
regdef.h 25 #define AT $1
70 #define AT $at
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
  /development/ndk/platforms/android-L/arch-mips/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
regdef.h 48 #define AT $at /* assembler temp */
  /external/tcpdump/
print-atalk.c 153 printf("%d > %d at-lap#%d %u",
172 printf("AT ");
196 #define AT(member) ataddr_string((ap->member[1]<<8)|ap->member[2],ap->member[3])
207 AT(pdaddr), AT(psaddr));
211 (void)printf("reply %s is-at %s",
212 AT(psaddr), etheraddr_string(ap->hsaddr));
217 AT(pdaddr), AT(psaddr));
248 (void)printf(" at-%s %d", tok2str(type2str, NULL, t), length)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 25 #define AT $1
70 #define AT $at
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
regdef.h 25 #define AT $1
70 #define AT $at
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 25 #define AT $1
70 #define AT $at
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 41 #define AT $at /* assembler temp */

Completed in 543 milliseconds

1 2 3 4 5