HomeSort by relevance Sort by last modified time
    Searched full:slots (Results 226 - 250 of 1326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
PseudoSourceValue.cpp 115 // Spill slots should not alias others.
122 // 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/ltrace/sysdeps/linux-gnu/x86/
plt.c 80 /* IRELATIVE slots may make the whole situation a fair deal
81 * more complex. On x86{,_64}, the PLT slots are not
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
msdos_fs.h 52 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */
161 __le16 start; /* starting cluster number, 0 in long slots */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
msdos_fs.h 52 #define MSDOS_SLOTS 21 /* max # of slots for short and long names */
161 __le16 start; /* starting cluster number, 0 in long slots */
  /sdk/emulator/opengl/shared/emugl/common/
thread_store.cpp 51 // Maximum amount of thread-specific slots supported by this implementation.
166 // Return the thread-local array of TLS slots for the current thread.
  /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...]
  /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/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...]
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 62 // A flag returned by dequeueBuffer when all mirrored slots should be
82 // setBufferCount sets the number of buffer slots available. Calling this
83 // will also cause all buffer slots to be emptied. The caller should empty
84 // its mirrored copy of the buffer slots when calling this method.
87 // slots, doing so will result in a BAD_VALUE error returned.
196 // Only slots that are free but still contain a GraphicBuffer will be
204 // * NO_MEMORY - no slots were found that were both free and contained a
  /external/chromium_org/net/dns/
host_resolver_impl.h 215 // slots.
235 // Allows the tests to catch slots leaking out of the dispatcher. One
237 // 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
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 95 // Calculates the number of array slots required for the unwind code.
172 // Prints one unwind code. Because an unwind code can occupy up to 3 slots in
174 // slots is provided.
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 329 size_t slots = (sz + width - 1) / width; /* Round up. */
330 unsigned char *buf = value_reserve(valuep, slots * width);
336 while (slots-- > 0) {
  /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
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 47 NOTE: Some python slots use a method signature which does not
48 match the signature of SWIG-wrapped methods. For those slots,
81 For more information about python slots, including their names and
  /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/angle/src/libGLESv2/renderer/d3d9/shaders/compiled/
luminanceps.h 33 // approximately 7 instruction slots used (1 texture, 6 arithmetic)

Completed in 1095 milliseconds

1 2 3 4 5 6 7 8 91011>>