HomeSort by relevance Sort by last modified time
    Searched refs:slot (Results 226 - 250 of 1462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nos/host/generic/nugget/proto/nugget/app/weaver/
weaver.proto 54 uint32 slot = 1;
62 uint32 slot = 1;
79 uint32 slot = 1;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug.go 33 for slot := range f.VarSlots {
34 if len(b.Variables[slot].Locations) == 0 {
37 vars = append(vars, fmt.Sprintf("%v = %v", f.Slots[slot], b.Variables[slot]))
102 // append adds a location to the location list for slot.
103 func (b *BlockDebug) append(slot SlotID, loc *VarLoc) {
104 b.Variables[slot].append(loc)
107 // lastLoc returns the last VarLoc for slot, or nil if it has none.
108 func (b *BlockDebug) lastLoc(slot SlotID) *VarLoc {
109 return b.Variables[slot].last(
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug.go 33 for slot := range f.VarSlots {
34 if len(b.Variables[slot].Locations) == 0 {
37 vars = append(vars, fmt.Sprintf("%v = %v", f.Slots[slot], b.Variables[slot]))
102 // append adds a location to the location list for slot.
103 func (b *BlockDebug) append(slot SlotID, loc *VarLoc) {
104 b.Variables[slot].append(loc)
107 // lastLoc returns the last VarLoc for slot, or nil if it has none.
108 func (b *BlockDebug) lastLoc(slot SlotID) *VarLoc {
109 return b.Variables[slot].last(
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_line.c 65 unsigned slot,
69 info->a0[slot][i] = value;
70 info->dadx[slot][i] = 0.0f;
71 info->dady[slot][i] = 0.0f;
81 unsigned slot,
92 info->dadx[slot][i] = dadx;
93 info->dady[slot][i] = dady;
95 info->a0[slot][i] = (a1 -
111 unsigned slot,
124 info->dadx[slot][i] = dadx
171 unsigned slot; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_descriptors.c 46 * Possible scenarios for one 16 dword image+sampler slot:
417 unsigned slot, struct pipe_sampler_view *view,
423 uint32_t *desc = descs->list + slot * 16;
425 if (views->views[slot] == view && !disallow_early_out)
432 pipe_sampler_view_reference(&views->views[slot], view);
464 if (views->sampler_states[slot])
466 views->sampler_states[slot]->val, 4*4);
469 views->enabled_mask |= 1u << slot;
477 pipe_sampler_view_reference(&views->views[slot], NULL);
482 if (views->sampler_states[slot])
526 unsigned slot = start + i; local
769 unsigned i, slot; local
826 unsigned slot = start + i; local
1204 unsigned slot = start_slot + i; local
    [all...]
  /development/python-packages/fastboot/
device.py 126 def flashall(self, wipe_user=True, slot=None, skip_secondary=False, quiet=True):
131 slot: slot to flash if device supports A/B, otherwise default will be used.
137 if slot:
138 command.extend(['--slot', slot])
145 def flash(self, partition='cache', img=None, slot=None, quiet=True):
151 slot: slot to flash if device supports A/B, otherwise default will be used.
158 if slot
    [all...]
  /external/clang/test/CodeGen/
blocks.c 67 f5_helper(^(struct F5 *slot) { *slot = value; });
  /external/freetype/src/cff/
cffobjs.h 48 cff_slot_done( FT_GlyphSlot slot ); variable
51 cff_slot_init( FT_GlyphSlot slot ); variable
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListButtonsDiagonalAcrossItems.java 20 import static android.util.ListItemFactory.Slot;
52 final Slot slot = position == 0 ? Slot.Left : local
53 (position == 1 ? Slot.Middle : Slot.Right);
55 parent.getContext(), desiredHeight, slot);
  /frameworks/native/libs/vr/libdvr/
dvr_internal.h 37 // The slot nubmer of the buffer, a valid slot number must be in the range of
40 int32_t slot = -1; member in struct:DvrWriteBuffer
46 // The slot nubmer of the buffer, a valid slot number must be in the range of
49 int32_t slot = -1; member in struct:DvrReadBuffer
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/mips/
mixed-micromips.s 14 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
31 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
branch-misc-4.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
ldpc-unalign.s 16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
loongson-3a-3.d 3 #name: Loongson delay slot tests
mips16-branch-addend-0.s 17 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
28 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-branch-addend-1.s 12 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
28 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-branch-addend-2.s 18 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
31 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-branch-reloc-0.s 17 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
28 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-branch-reloc-1.s 12 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
28 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
mips16-branch-reloc-2.s 18 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
29 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
pcrel-reloc-1.s 14 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
29 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
  /hardware/google/av/codec2/vndk/platform/
C2BqBuffer.cpp 181 int slot; local
185 [&status, &slot, &fence](
189 slot = tSlot;
218 mProducer->cancelBuffer(slot, fenceHandle);
223 mProducer->cancelBuffer(slot, fenceHandle);
228 mRenderCallback(mProducerId, slot, signalTime);
235 sp<GraphicBuffer> &slotBuffer = mBuffers[slot];
243 slot,
253 mBuffers[slot].clear();
254 mProducer->cancelBuffer(slot, fenceHandle)
    [all...]
  /external/android-clat/
ring.h 48 int slot, numslots; member in struct:packet_ring
  /external/pdfium/fxjs/
ijs_runtime.h 23 static void Initialize(unsigned int slot, void* isolate);
  /frameworks/base/rs/java/android/renderscript/
ProgramVertex.java 66 * @param slot location of the input to return
69 public Element getInput(int slot) {
70 if (slot < 0 || slot >= mInputs.length) {
71 throw new IllegalArgumentException("Slot ID out of range.");
73 return mInputs[slot];

Completed in 429 milliseconds

1 2 3 4 5 6 7 8 91011>>