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

1 23 4 5

  /external/clang/lib/CodeGen/
CGVTables.cpp 312 // Determine whether we have a return value slot to use.
318 ReturnValueSlot Slot;
322 Slot = ReturnValueSlot(ReturnValue, ResultType.isVolatileQualified());
326 RValue RV = EmitCall(*CurFnInfo, Callee, Slot, CallArgs, MD, &CallOrInvoke);
335 if (!ResultType->isVoidType() && Slot.isNull())
    [all...]
CGExpr.cpp 632 llvm::Value *Slot = Builder.CreateAnd(Hash,
635 llvm::Value *Indices[] = { Builder.getInt32(0), Slot };
    [all...]
  /external/deqp/framework/delibs/depool/
dePoolHashSet.h 190 const HASHTYPENAME##Slot* slot = hash->slotTable[slotNdx]; \
191 while (slot) \
194 for (elemNdx = 0; elemNdx < slot->numUsed; elemNdx++) \
197 KEYARRAYTYPENAME##_set(keyArray, arrayNdx, slot->keys[elemNdx]); \
199 VALUEARRAYTYPENAME##_set(valueArray, arrayNdx, slot->values[elemNdx]); \
202 slot = slot->nextSlot; \
  /external/llvm/lib/Target/AMDGPU/
R600InstrInfo.h 250 unsigned Slot,
R600InstrInfo.cpp 434 llvm_unreachable("Wrong Swizzle for Trans Slot");
525 /// Instructions in Trans slot can't read gpr at cycle 0 if they also read
    [all...]
  /system/update_engine/
common_service.cc 302 BootControlInterface::Slot rollback_slot =
update_attempter.h 164 BootControlInterface::Slot GetRollbackSlot() const;
update_attempter.cc 761 BootControlInterface::Slot UpdateAttempter::GetRollbackSlot() const {
764 const BootControlInterface::Slot current_slot =
768 LOG(INFO) << " Booted from slot: "
776 vector<BootControlInterface::Slot> bootable_slots;
777 for (BootControlInterface::Slot slot = 0; slot < num_slots; slot++) {
778 if (slot != current_slot &&
779 system_state_->boot_control()->IsSlotBootable(slot)) {
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 691 // Some slot got freed. Keep it.
731 // The slot is already counted. Leave it as is.
784 LOG(INFO) << "RosAlloc::FreeFromRun() : Freed a slot in a thread local run 0x" << std::hex
790 // Free the slot in the run.
882 Slot* slot = ToSlot(ptr); local
934 Slot* slot = ToSlot(ptr); local
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 140 unsigned Stack[8]; // FP<n> Registers in each stack slot...
169 /// getSlot - Return the stack slot number a particular register number is
178 unsigned Slot = getSlot(RegNo);
179 return Slot < StackTop && Stack[Slot] == RegNo;
215 // Swap stack slot contents.
240 /// otherwise we store the current top-of-stack into the specified slot,
803 /// current top-of-stack into the specified slot, then pop the top of stack.
810 // Otherwise, store the top of stack into the dead slot, killing the operand
    [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/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;
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBTypes.h 316 Slot,
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/asm/
voyager.h 314 __u8 Slot;
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
pipeline.py 23 'UnexpectedPipelineError', 'PipelineStatusError', 'Slot', 'Pipeline',
112 """A slot that should have been filled already was not yet filled."""
116 """A slot that was filled or passed along was not previously declared."""
172 class Slot(object):
179 name: The name of this slot.
180 slot_key: The db.Key for this slot's _SlotRecord if it's already been
182 strict: If this Slot was created as an output of a strictly defined
186 raise UnexpectedPipelineError('Slot with key "%s" missing a name.' %
204 """Returns the current value of this slot.
207 The value of the slot (a serializable Python type)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]

Completed in 1260 milliseconds

1 23 4 5