HomeSort by relevance Sort by last modified time
    Searched refs:slot (Results 26 - 50 of 1086) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
micromips-size-1.l 2 .*:50: Warning: wrong size instruction in a 32-bit branch delay slot
3 .*:58: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:64: Warning: wrong size instruction in a 16-bit branch delay slot
5 .*:66: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:68: Warning: wrong size instruction in a 32-bit branch delay slot
7 .*:70: Warning: wrong size instruction in a 32-bit branch delay slot
8 .*:82: Warning: wrong size instruction in a 32-bit branch delay slot
9 .*:90: Warning: wrong size instruction in a 32-bit branch delay slot
10 .*:92: Warning: wrong size instruction in a 32-bit branch delay slot
mips-gp64-fp64.l 2 .*:92: Warning: macro instruction expanded into multiple instructions in a branch delay slot
3 .*:96: Warning: macro instruction expanded into multiple instructions in a branch delay slot
4 .*:100: Warning: macro instruction expanded into multiple instructions in a branch delay slot
n32-consec.s 4 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips-branch-delay.l 2 .*:17: Warning: wrong size instruction in a 16-bit branch delay slot
3 .*:19: Warning: wrong size instruction in a 16-bit branch delay slot
4 .*:21: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
5 .*:40: Warning: wrong size instruction in a 16-bit branch delay slot
6 .*:44: Warning: wrong size instruction in a 16-bit branch delay slot
7 .*:46: Warning: wrong size instruction in a 16-bit branch delay slot
8 .*:71: Warning: wrong size instruction in a 16-bit branch delay slot
9 .*:90: Warning: macro instruction expanded into multiple instructions in a branch delay slot
10 .*:92: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
11 .*:94: Warning: macro instruction expanded into a wrong size instruction in a 16-bit branch delay slot
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 62 unsigned slot,
66 info->a0[slot][i] = value;
67 info->dadx[slot][i] = 0.0f;
68 info->dady[slot][i] = 0.0f;
75 unsigned slot,
89 info->a0[slot][i] = info->v0[slot][i]*w0;
90 info->dadx[slot][i] = 0.0f;
91 info->dady[slot][i] = 0.0f;
97 * \param slot the vertex attribute slot to setu
212 unsigned slot; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/
slot.hpp 16 # include <boost/preprocessor/slot/detail/def.hpp>
22 # define BOOST_PP_ASSIGN_SLOT_1 <boost/preprocessor/slot/detail/slot1.hpp>
23 # define BOOST_PP_ASSIGN_SLOT_2 <boost/preprocessor/slot/detail/slot2.hpp>
24 # define BOOST_PP_ASSIGN_SLOT_3 <boost/preprocessor/slot/detail/slot3.hpp>
25 # define BOOST_PP_ASSIGN_SLOT_4 <boost/preprocessor/slot/detail/slot4.hpp>
26 # define BOOST_PP_ASSIGN_SLOT_5 <boost/preprocessor/slot/detail/slot5.hpp>
  /external/deqp/framework/delibs/depool/
dePoolHash.h 69 typedef struct TYPENAME##Slot_s TYPENAME##Slot; \
74 TYPENAME##Slot* nextSlot; \
85 TYPENAME##Slot** slotTable; \
86 TYPENAME##Slot* slotFreeList; \
93 const TYPENAME##Slot* curSlot; \
220 TYPENAME##Slot* slot = hash->slotTable[slotNdx]; \
221 while (slot) \
223 TYPENAME##Slot* nextSlot = slot->nextSlot;
    [all...]
  /external/mesa3d/src/mapi/mapi/
table.h 53 * Set the function of a slot.
56 table_set_func(struct mapi_table *tbl, int slot, mapi_func func)
59 funcs[slot] = func;
63 * Return the function of a slot.
66 table_get_func(const struct mapi_table *tbl, int slot)
69 return funcs[slot];
entry_x86-64_tls.h 54 #define STUB_ASM_CODE(slot) \
57 "jmp *(8 * " slot ")(%r11)"
83 entry_get_public(int slot)
85 return (mapi_func) (x86_64_entry_start + slot * 32);
89 entry_patch(mapi_func entry, int slot)
92 *((unsigned int *) (code + 12)) = slot * sizeof(mapi_func);
96 entry_generate(int slot)
121 entry_patch(entry, slot);
entry_x86_tls.h 68 #define STUB_ASM_CODE(slot) \
71 "jmp *(4 * " slot ")(%eax)"
110 entry_get_public(int slot)
112 return (mapi_func) (x86_entry_start + slot * 16);
116 entry_patch(mapi_func entry, int slot)
119 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func);
123 entry_generate(int slot)
141 entry_patch(entry, slot);
stub.c 43 int slot; member in struct:mapi_stub
102 /* minus 1 to make sure we can never reach the last slot */
108 /* dispatch to the last slot, which is reserved for no-op */
116 stub->slot = -1;
159 int slot; local
161 if (stub->slot >= 0)
165 slot = alias->slot;
167 slot = next_dynamic_slot++;
169 entry_patch(stub->addr, slot);
    [all...]
  /external/opencv3/3rdparty/libwebp/utils/
quant_levels.c 82 int s, slot = 0; local
86 // Keep track of the nearest neighbour 'slot'
87 while (slot < num_levels - 1 &&
88 2 * s > inv_q_level[slot] + inv_q_level[slot + 1]) {
89 ++slot;
92 q_sum[slot] += s * freq[s];
93 q_count[slot] += freq[s];
95 q_level[s] = slot;
100 for (slot = 1; slot < num_levels - 1; ++slot)
130 const int slot = q_level[s]; local
    [all...]
  /external/v8/src/heap/
incremental-marking-inl.h 14 void IncrementalMarking::RecordWrite(HeapObject* obj, Object** slot,
17 RecordWriteSlow(obj, slot, value);
22 void IncrementalMarking::RecordWriteOfCodeEntry(JSFunction* host, Object** slot,
25 RecordWriteOfCodeEntrySlow(host, slot, value);
  /external/webp/src/utils/
quant_levels.c 78 int s, slot = 0; local
82 // Keep track of the nearest neighbour 'slot'
83 while (slot < num_levels - 1 &&
84 2 * s > inv_q_level[slot] + inv_q_level[slot + 1]) {
85 ++slot;
88 q_sum[slot] += s * freq[s];
89 q_count[slot] += freq[s];
91 q_level[s] = slot;
96 for (slot = 1; slot < num_levels - 1; ++slot)
126 const int slot = q_level[s]; local
    [all...]
  /system/update_engine/
boot_control_android.h 42 BootControlInterface::Slot GetCurrentSlot() const override;
44 BootControlInterface::Slot slot,
46 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
47 bool MarkSlotUnbootable(BootControlInterface::Slot slot) override;
48 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
  /system/update_engine/common/
boot_control_stub.cc 29 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const {
35 Slot slot,
41 bool BootControlStub::IsSlotBootable(Slot slot) const {
46 bool BootControlStub::MarkSlotUnbootable(Slot slot) {
51 bool BootControlStub::SetActiveBootSlot(Slot slot) {
boot_control_stub.h 40 BootControlInterface::Slot GetCurrentSlot() const override;
42 BootControlInterface::Slot slot,
44 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
45 bool MarkSlotUnbootable(BootControlInterface::Slot slot) override;
46 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic.h 31 void invokeFunction(uint32_t slot, const void * params, size_t paramLength) override;
34 void invokeForEach(uint32_t slot,
42 void forEachKernelSetup(uint32_t slot, MTLaunchStructForEach * mtls) override;
46 void preLaunch(uint32_t slot, const Allocation ** ains,
49 void postLaunch(uint32_t slot, const Allocation ** ains,
54 void setGlobalVar(uint32_t slot, const void * data, size_t dataLength) override;
55 void setGlobalVarWithElemDims(uint32_t slot, const void * data,
59 void setGlobalBind(uint32_t slot, Allocation *data) override;
60 void setGlobalObj(uint32_t slot, ObjectBase *data) override;
rsCpuIntrinsic.cpp 34 void RsdCpuScriptIntrinsic::invokeFunction(uint32_t slot, const void *params, size_t paramLength) {
50 void RsdCpuScriptIntrinsic::setGlobalVar(uint32_t slot, const void *data, size_t dataLength) {
55 void RsdCpuScriptIntrinsic::setGlobalVarWithElemDims(uint32_t slot, const void *data,
62 void RsdCpuScriptIntrinsic::setGlobalBind(uint32_t slot, Allocation *data) {
67 void RsdCpuScriptIntrinsic::setGlobalObj(uint32_t slot, ObjectBase *data) {
76 void RsdCpuScriptIntrinsic::preLaunch(uint32_t slot, const Allocation ** ains,
82 void RsdCpuScriptIntrinsic::postLaunch(uint32_t slot, const Allocation ** ains,
88 void RsdCpuScriptIntrinsic::invokeForEach(uint32_t slot,
98 preLaunch(slot, ains, inLen, aout, usr, usrLen, sc);
102 mtls.fep.slot = slot
    [all...]
  /external/dbus/dbus/
dbus-dataslot.c 40 * Initializes a data slot allocator object, used to assign
60 * the existing slot ID. If the value is -1, a new slot ID
65 * @param slot_id_p address to fill with the slot ID
73 dbus_int32_t slot; local
90 slot = *slot_id_p;
92 _dbus_assert (slot < allocator->n_allocated_slots);
93 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
95 allocator->allocated_slots[slot].refcount += 1
    [all...]
  /frameworks/rs/
rsScript.cpp 45 void Script::setSlot(uint32_t slot, Allocation *a) {
46 //ALOGE("setSlot %i %p", slot, a);
47 if (slot >= mHal.info.exportedVariableCount) {
48 ALOGE("Script::setSlot unable to set allocation, invalid slot index");
54 mSlots[slot].set(a);
56 mRSC->mHal.funcs.script.setGlobalBind(mRSC, this, slot, a);
59 void Script::setVar(uint32_t slot, const void *val, size_t len) {
60 //ALOGE("setVar %i %p %i", slot, val, len);
61 if (slot >= mHal.info.exportedVariableCount) {
62 ALOGE("Script::setVar unable to set allocation, invalid slot index")
    [all...]
rsScript.h 38 IDBase(Context *rsc, Script *s, int slot) :
39 ObjectBase(rsc), mScript(s), mSlot(slot) {}
51 ScriptKernelID(Context *rsc, Script *s, int slot, int sig);
62 ScriptInvokeID(Context *rsc, Script *s, int slot);
70 ScriptFieldID(Context *rsc, Script *s, int slot);
117 void setSlot(uint32_t slot, Allocation *a);
118 void setVar(uint32_t slot, const void *val, size_t len);
119 void getVar(uint32_t slot, const void *val, size_t len);
120 void setVar(uint32_t slot, const void *val, size_t len, Element *e,
122 void setVarObj(uint32_t slot, ObjectBase *val)
    [all...]
  /frameworks/native/libs/gui/
BufferQueueCore.cpp 200 void BufferQueueCore::clearBufferSlotLocked(int slot) {
201 BQ_LOGV("clearBufferSlotLocked: slot %d", slot);
203 mSlots[slot].mGraphicBuffer.clear();
204 mSlots[slot].mBufferState.reset();
205 mSlots[slot].mRequestBufferCalled = false;
206 mSlots[slot].mFrameNumber = 0;
207 mSlots[slot].mAcquireCalled = false;
208 mSlots[slot].mNeedsReallocation = true;
211 if (mSlots[slot].mEglFence != EGL_NO_SYNC_KHR)
257 int slot = mUnusedSlots.back(); local
270 auto slot = mFreeSlots.begin(); local
275 int slot = mFreeBuffers.back(); local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/chicken/
multi-generic.scm 43 (let ([h (##sys#slot l 0)]
44 [r (##sys#slot l 1)] )
71 (and (applicable? (##sys#slot list1 0) (##sys#slot list2 0))
72 (check-applicable (##sys#slot list1 1) (##sys#slot list2 1)))))))
74 (if (or (null? applicable) (null? (##sys#slot applicable 1)))
88 (let ((c1 (##sys#slot specls1 0))
89 (c2 (##sys#slot specls2 0))
90 (arg (##sys#slot args 0))
    [all...]
  /external/v8/src/
type-feedback-vector-inl.h 19 int slot = derived->slots(); local
25 return FeedbackVectorSlot(slot);
78 FeedbackVectorSlot slot) const {
80 return metadata()->GetKind(slot);
84 int TypeFeedbackVector::GetIndex(FeedbackVectorSlot slot) const {
85 DCHECK(slot.ToInt() < slot_count());
86 return kReservedIndexCount + slot.ToInt();
90 // Conversion from an integer index to either a slot or an ic slot. The caller
98 Object* TypeFeedbackVector::Get(FeedbackVectorSlot slot) const
118 FeedbackVectorSlot slot = iter.Next(); local
    [all...]

Completed in 537 milliseconds

12 3 4 5 6 7 8 91011>>