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

1 2

  /system/chre/apps/chqts/src/shared/
dumb_allocator.cc 58 if (!getSlot(pointer, &slot)) {
67 return getSlot(pointer, &slot);
70 bool DumbAllocatorBase::getSlot(const void *pointer, size_t *slot) const {
  /external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
VersionStorage.java 46 public short getSlot(byte slot, byte[] out, short oOffset) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarIconList.java 61 public String getSlot(int index) {
StatusBarIconControllerImpl.java 119 String slot = getSlot(index);
123 mIconLogger.onIconVisibility(getSlot(index), icon.visible);
176 mIconLogger.onIconHidden(getSlot(index));
199 mIconLogger.onIconVisibility(getSlot(index), icon.visible);
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86FloatingPoint.cpp 186 /// getSlot - Return the stack slot number a particular register number is
188 unsigned getSlot(unsigned RegNo) const {
195 unsigned Slot = getSlot(RegNo);
222 return StackTop - 1 - getSlot(RegNo) + llvm::X86::ST0;
234 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
SetValuesTest.java 205 packet.setNextValueAsInt(varInfoByName("boolLocalVariable").getSlot());
207 packet.setNextValueAsInt(varInfoByName("intLocalVariable").getSlot());
228 packet.setNextValueAsInt(varInfos[i].getSlot());
229 logWriter.println("=> Slot = "+varInfos[i].getSlot());
JDWPStackFrameTestCase.java 72 public int getSlot() {
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp 235 /// getSlot - Return the AttributeWithIndex at the specified slot. This
237 const AttributeWithIndex &AttrListPtr::getSlot(unsigned Slot) const {
348 const AttributeWithIndex &PAWI = getSlot(i);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Frame.java 363 public int getSlot() {
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 65 unsigned getSlot(const MachineInstr &MI) const {
83 int BISlot = getSlot(*BI);
187 if (getSlot(*MII) == getSlot(*MIJ))
238 if (getSlot(MI) <= getSlot(*CurrentPacketMIs.back())) {
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 133 return listEntry()->getIndex() | getSlot();
137 Slot getSlot() const {
234 bool isBlock() const { return getSlot() == Slot_Block; }
237 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
241 bool isRegister() const { return getSlot() == Slot_Register; }
244 bool isDead() const { return getSlot() == Slot_Dead; }
278 Slot s = getSlot();
288 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
298 Slot s = getSlot();
308 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /frameworks/av/media/libstagefright/omx/
GraphicBufferSource.cpp 78 slot_id getSlot() const {
195 slot_id getSlot() const {
196 return mBuffer->getSlot();
475 bufferId, cbi, buffer->getSlot(), buffer.use_count(), buffer->getGraphicBuffer()->handle,
643 ALOGV("submitBuffer_l failed, will release bq slot %d", item.mBuffer->getSlot());
652 item.mBuffer->getSlot(), item.mBuffer.use_count(), mNumOutstandingAcquires);
699 mLatestBuffer.mBuffer->getSlot(), mLatestBuffer.mBuffer.use_count());
772 ALOGV("submitBuffer_l [slot=%d, bufferId=%d]", item.mBuffer->getSlot(), codecBufferId);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 355 FrameSlot slot = getSlot(name);
365 getSlot(slotName).assignFrame(frame);
373 return getSlot(slotName).getFrame();
439 FrameSlot getSlot(String name) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SlotIndexes.h 118 return listEntry()->getIndex() | getSlot();
122 Slot getSlot() const {
219 bool isBlock() const { return getSlot() == Slot_Block; }
222 bool isEarlyClobber() const { return getSlot() == Slot_EarlyClobber; }
226 bool isRegister() const { return getSlot() == Slot_Register; }
229 bool isDead() const { return getSlot() == Slot_Dead; }
263 Slot s = getSlot();
273 return SlotIndex(&*++listEntry()->getIterator(), getSlot());
283 Slot s = getSlot();
293 return SlotIndex(&*--listEntry()->getIterator(), getSlot());
    [all...]
  /system/libfmq/include/fmq/
MessageQueue.h 296 T* getSlot(size_t idx);
453 T* MessageQueue<T, flavor>::MemTransaction::getSlot(size_t idx) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 174 /// getSlot - Return the stack slot number a particular register number is
176 unsigned getSlot(unsigned RegNo) const {
183 unsigned Slot = getSlot(RegNo);
197 return StackTop - 1 - getSlot(RegNo) + X86::ST0;
209 bool isAtTop(unsigned RegNo) const { return getSlot(RegNo) == StackTop-1; }
830 unsigned OldSlot = getSlot(FPRegNo);
862 std::swap(Stack[getSlot(KReg)], Stack[getSlot(DReg)]);
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 827 unsigned getSlot() const { return Slot; }
904 unsigned getSlot() const { return Slot; }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SlotIndexes.h 99 return entry().getIndex() | getSlot();
103 Slot getSlot() const {
196 return getSlot() == LOAD;
201 return getSlot() == DEF;
206 return getSlot() == USE;
211 return getSlot() == STORE;
259 Slot s = getSlot();
269 return SlotIndex(entry().getNext(), getSlot());
279 Slot s = getSlot();
289 return SlotIndex(entry().getPrev(), getSlot());
    [all...]

Completed in 577 milliseconds

1 2