HomeSort by relevance Sort by last modified time
    Searched full:slots (Results 201 - 225 of 1341) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libppp/src/
ipcp.h 50 int slots; /* Maximum VJ slots */ member in struct:ipcp::__anon21053::__anon21054
  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 119 // Spill slots should not alias others.
126 // Spill slots will not alias any LLVM IR value.
  /external/llvm/test/CodeGen/SystemZ/
args-01.ll 14 ; There are two indirect fp128 slots, one at offset 224 (the first available
16 ; These slots should be set up outside the glued call sequence, so would
args-02.ll 15 ; There are two indirect fp128 slots, one at offset 224 (the first available
17 ; These slots should be set up outside the glued call sequence, so would
args-03.ll 15 ; There are two indirect fp128 slots, one at offset 224 (the first available
17 ; These slots should be set up outside the glued call sequence, so would
  /external/llvm/test/CodeGen/X86/
pr14090.ll 40 ; CHECK: Before Merge disjoint stack slots
44 ; CHECK: After Merge disjoint stack slots
  /packages/apps/QuickSearchBox/res/values/
config.xml 51 <!-- Number of suggestions slots that are visible above
52 the onscreen keyboard. These slots will be shared among
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
mux.py 226 def _create_new_channel_slot(slots, send_quota, outer_frame_mask=False):
227 if slots < 0 or slots >= 2 ** 32:
228 raise ValueError('Invalid number of slots: %d' % slots)
231 slots_size = _size_of_number_in_bytes_minus_1(slots)
237 _encode_number(slots) + _encode_number(send_quota))
    [all...]
  /bionic/libc/bionic/
malloc_debug_leak.cpp 108 HashEntry* entry = table->slots[slot];
153 entry->next = gHashTable.slots[slot];
159 gHashTable.slots[slot] = entry;
176 HashEntry* e1 = gHashTable.slots[i];
200 gHashTable.slots[entry->slot] = entry->next;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 306 static void init_sampler_views(struct context *ctx, const int *slots)
312 for (i = 0; *slots >= 0; ++i, ++slots) {
313 u_sampler_view_default_template(&tview, ctx->tex[*slots],
314 ctx->tex[*slots]->format);
316 ctx->view[i] = pipe->create_sampler_view(pipe, ctx->tex[*slots],
339 static void init_compute_resources(struct context *ctx, const int *slots)
344 for (i = 0; *slots >= 0; ++i, ++slots) {
346 .format = ctx->tex[*slots]->format
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 306 static void init_sampler_views(struct context *ctx, const int *slots)
312 for (i = 0; *slots >= 0; ++i, ++slots) {
313 u_sampler_view_default_template(&tview, ctx->tex[*slots],
314 ctx->tex[*slots]->format);
316 ctx->view[i] = pipe->create_sampler_view(pipe, ctx->tex[*slots],
339 static void init_compute_resources(struct context *ctx, const int *slots)
344 for (i = 0; *slots >= 0; ++i, ++slots) {
346 .format = ctx->tex[*slots]->format
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/
builtin_variables.cpp 443 ir_state_slot *slots = local
446 uni->state_slots = slots;
452 memcpy(slots->tokens, element->tokens, sizeof(element->tokens));
456 slots->tokens[2] = a;
458 slots->tokens[1] = a;
462 slots->swizzle = element->swizzle;
463 slots++;
    [all...]
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 10 // Simple pass to fill delay slots with useful instructions.
35 STATISTIC(FilledSlots, "Number of delay slots filled");
36 STATISTIC(UsefulSlots, "Number of delay slots filled with instructions that"
42 cl::desc("Fill all delay slots with NOPs."),
490 /// runOnMachineBasicBlock - Fill in delay slots for the given basic block.
526 /// slots in Mips MachineFunctions
694 // were no branches with unoccupied slots.
  /external/mesa3d/src/glsl/
builtin_variables.cpp 443 ir_state_slot *slots = local
446 uni->state_slots = slots;
452 memcpy(slots->tokens, element->tokens, sizeof(element->tokens));
456 slots->tokens[2] = a;
458 slots->tokens[1] = a;
462 slots->swizzle = element->swizzle;
463 slots++;
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.h 217 // slots.
237 // Allows the tests to catch slots leaking out of the dispatcher. One
239 // slots.
  /external/giflib/
gifalloc.c 143 * Back CrntSlot down past all contiguous {0, 0, 0} slots at the end
181 * Zero out slots up to next power of 2.
182 * We know these slots exist because of the way ColorUnion's
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameManager.java 327 * Filters can reference frame slots to pass frames between graphs or runs. If the name
329 * modify frame-slots while no graph of the frame manager is running.
347 * Any frame within the slot is released. You can only modify frame-slots while no graph
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 68 // setBufferCount sets the number of buffer slots available. Calling this
69 // will also cause all buffer slots to be emptied. The caller should empty
70 // its mirrored copy of the buffer slots when calling this method.
  /art/runtime/entrypoints/jni/
jni_entrypoints.cc 91 arg_ptr = sp + 10; // skip to out arguments plus 2 slots as long must be aligned
  /external/chromium/chrome/browser/resources/gpu_internals/
fast_rect_renderer.js 40 * @param {Array} pallette The color pallete for drawing. Pallette slots
  /external/chromium/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 117 // non-friendly slots. How important is that?
  /external/chromium-trace/trace-viewer/src/tracing/
fast_rect_renderer.js 39 * @param {Array} pallette The color pallete for drawing. Pallette slots
  /external/chromium_org/chrome/browser/ui/
crypto_module_password_dialog_nss.cc 107 // non-friendly slots. How important is that?
  /external/chromium_org/net/base/
prioritized_dispatcher.cc 106 // Unreserved slots are available for all priorities.
  /external/chromium_org/third_party/libjingle/source/talk/base/
multipart.h 80 // StreamInterface Slots

Completed in 872 milliseconds

1 2 3 4 5 6 7 891011>>