HomeSort by relevance Sort by last modified time
    Searched refs:Slot (Results 51 - 75 of 94) sorted by null

1 23 4

  /external/llvm/lib/IR/
Constants.cpp 523 ConstantInt *&Slot = pImpl->IntConstants[DenseMapAPIntKeyInfo::KeyTy(V, ITy)];
524 if (!Slot) Slot = new ConstantInt(ITy, V);
525 return Slot;
647 ConstantFP *&Slot = pImpl->FPConstants[DenseMapAPFloatKeyInfo::KeyTy(V)];
649 if (!Slot) {
666 Slot = new ConstantFP(Ty, V);
669 return Slot;
    [all...]
  /external/llvm/lib/Target/R600/
R600InstrInfo.h 249 unsigned Slot,
R600InstrInfo.cpp 438 llvm_unreachable("Wrong Swizzle for Trans Slot");
529 /// Instructions in Trans slot can't read gpr at cycle 0 if they also read
    [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 104 ATTRIBUTE Ascend-PPP-VJ-Slot-Comp 210 integer
259 VALUE Ascend-PPP-VJ-Slot-Comp VJ-Slot-Comp-No 1
  /external/clang/lib/CodeGen/
CGExpr.cpp 564 llvm::Value *Slot = Builder.CreateAnd(Hash,
567 llvm::Value *Indices[] = { Builder.getInt32(0), Slot };
    [all...]
CGExprCXX.cpp 739 AggValueSlot Slot
744 CGF.EmitAggExpr(Init, Slot);
    [all...]
  /external/clang/lib/Sema/
SemaAttr.cpp 338 Stack.push_back(Slot(StackSlotLabel, CurrentValue, CurrentPragmaLocation));
343 [&](const Slot &x) { return x.StackSlotLabel == StackSlotLabel; });
  /development/ndk/platforms/android-9/arch-x86/include/asm/
voyager.h 314 __u8 Slot;
  /frameworks/native/services/inputflinger/
InputReader.h 758 RawAbsoluteAxisInfo slot; member in struct:android::RawPointerAxes
871 class Slot {
908 Slot();
922 inline const Slot* getSlot(size_t index) const { return &mSlots[index]; }
926 Slot* mSlots;
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 302 __u8 Slot;
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;

Completed in 2007 milliseconds

1 23 4