HomeSort by relevance Sort by last modified time
    Searched full:allocation (Results 851 - 875 of 5138) sorted by null

<<31323334353637383940>>

  /frameworks/base/graphics/java/android/renderscript/
ProgramVertex.java 25 * <li>a Type that describes the layout of an Allocation containing constant or uniform inputs</li>
30 * the user needs to bind an allocation containing those inputs. The allocation's type must match
  /frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp 62 // Turns on optimization of allocation stride values.
110 // Get the actual value we should use to step through an allocation.
112 // Normally the value we use to step through an allocation is given to us by
118 // T - Type of allocation (should be a pointer).
395 // type 'OutTy' in cases where the element type of the allocation allows.
477 TBAAAllocation = MDHelper.createTBAANode("allocation", TBAARenderScript);
548 // type 'OutTy' in cases where the element type of the allocation allows.
591 /// @brief Checks if pointers to allocation internals are exposed
595 /// pointers pointing to data within a RenderScript Allocation.
599 /// can safely use TBAA to distinguish between generic and from-allocation
    [all...]
  /frameworks/rs/
rsFont.cpp 476 mRSC->mHal.funcs.allocation.data2D(mRSC, mTextTexture.get(), 0, 0, 0,
524 mFontShaderFConstant.set(Allocation::createAllocation(mRSC, inputType.get(),
558 Allocation *cacheAlloc = Allocation::createAllocation(mRSC, texType.get(),
586 Allocation *indexAlloc = Allocation::createAllocation(mRSC, indexType.get(),
589 uint16_t *indexPtr = (uint16_t*)mRSC->mHal.funcs.allocation.lock1D(mRSC, indexAlloc);
618 Allocation *vertexAlloc = Allocation::createAllocation(mRSC, vertexDataType.get(),
620 mTextMeshPtr = (float*)mRSC->mHal.funcs.allocation.lock1D(mRSC, vertexAlloc)
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_kgsl.h 39 /* --- Memory allocation flags --- */
41 /* General allocation hints */
581 * @id: returned id value for this allocation.
583 * @size: requested size of the allocation and actual size on return.
585 * @gpuaddr: returned GPU address for the allocation
613 * @id: GPU allocation id to free
615 * Free an allocation by id, in case a GPU address has not been assigned or
616 * is unknown. Freeing an allocation by id with this ioctl or by GPU address
631 * @id: GPU allocation id to query. Also set on return.
633 * @size: returned size of the allocation
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_kgsl.h 39 /* --- Memory allocation flags --- */
41 /* General allocation hints */
581 * @id: returned id value for this allocation.
583 * @size: requested size of the allocation and actual size on return.
585 * @gpuaddr: returned GPU address for the allocation
613 * @id: GPU allocation id to free
615 * Free an allocation by id, in case a GPU address has not been assigned or
616 * is unknown. Freeing an allocation by id with this ioctl or by GPU address
631 * @id: GPU allocation id to query. Also set on return.
633 * @size: returned size of the allocation
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xalloca.h 39 * Returns a pointer to size bytes of memory, or NULL if the allocation
41 * function that made the allocation returns. You should not ask for
76 * os-dependent definition of local allocation and deallocation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
term_entry.h 120 /* alloc_entry.c: elementary allocation code */
127 /* alloc_ttype.c: elementary allocation code */
131 /* free_ttype.c: elementary allocation code */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xalloca.h 39 * Returns a pointer to size bytes of memory, or NULL if the allocation
41 * function that made the allocation returns. You should not ask for
76 * os-dependent definition of local allocation and deallocation
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 120 /* alloc_entry.c: elementary allocation code */
127 /* alloc_ttype.c: elementary allocation code */
131 /* free_ttype.c: elementary allocation code */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xalloca.h 39 * Returns a pointer to size bytes of memory, or NULL if the allocation
41 * function that made the allocation returns. You should not ask for
76 * os-dependent definition of local allocation and deallocation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 120 /* alloc_entry.c: elementary allocation code */
127 /* alloc_ttype.c: elementary allocation code */
131 /* free_ttype.c: elementary allocation code */
  /system/core/libutils/
LinearAllocator.cpp 34 // The ideal size of a page allocation (these need to be multiples of 8)
167 // Allocation is too large, create a dedicated page for the allocation
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatType.java 32 * Represents a 12-bit file allocation table.
65 * Represents a 16-bit file allocation table.
86 * Represents a 32-bit file allocation table.
  /external/v8/src/
spaces.h 31 #include "allocation.h"
87 // is to enable linear allocation without having to constantly update the byte
658 // Returns the page containing an allocation top. Because an allocation
756 // Space is the abstract superclass for all allocation spaces.
792 // linear allocation (with a LinearAllocationScope and an AlwaysAllocateScope)
864 // Freed blocks of memory are added to the free list. When the allocation
866 // allocation list.
868 // Memory is allocated from the free blocks on the allocation list.
873 // Finds a block on the allocation list that contains at least th
    [all...]
  /external/llvm/lib/CodeGen/
Passes.cpp 40 cl::desc("Disable pre-register allocation tail duplication"));
57 cl::desc("Enable optimized register allocation compilation path."));
496 // Run register allocation and passes that are tightly coupled with it,
511 /// Add passes that optimize machine instructions after register allocation.
584 /// Register Allocation Pass Configuration
616 /// the optimized or unoptimized allocation path. This will be added to the pass
621 /// allocation may still override this for per-target regalloc
630 /// Find and instantiate the register allocation pass requested by this target
655 /// register allocation. No coalescing or scheduling.
661 printAndVerify("After Register Allocation");
    [all...]
  /external/valgrind/main/massif/tests/
peak2.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
peak.post.exp 42 86.32% (1,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
54 89.33% (3,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
66 90.39% (4,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
78 90.93% (6,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
90 91.26% (8,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
102 91.48% (9,616B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
114 91.63% (11,216B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
126 91.75% (12,816B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
138 91.85% (14,416B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
150 91.92% (16,016B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc 316 gfx::Rect AllocationToRect(const GtkAllocation& allocation) {
317 return gfx::Rect(allocation.x, allocation.y,
318 allocation.width, allocation.height);
1100 GtkAllocation allocation; local
1154 GtkAllocation allocation; local
1480 GtkAllocation allocation; local
2092 GtkAllocation allocation; local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 392 return event_box_->allocation.height - kBookmarkBarMinimumHeight;
551 extra_space = overflow_button_->allocation.width;
598 overflow = (tool_item->allocation.x + tool_item->style->xthickness <
599 bookmark_toolbar_.get()->allocation.x - extra_space);
602 (tool_item->allocation.x + tool_item->allocation.width +
604 bookmark_toolbar_.get()->allocation.width +
605 bookmark_toolbar_.get()->allocation.x + extra_space);
607 overflow = overflow || tool_item->allocation.x == -1;
785 GtkAllocation* allocation) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 207 if (data->expected_width != widget->allocation.width ||
208 data->expected_height != widget->allocation.height) {
209 data->expected_width = widget->allocation.width;
210 data->expected_height = widget->allocation.height;
244 // reshape a window by whether its allocation has changed so force it to reset
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
infobar_gtk.cc 290 GtkAllocation allocation; local
291 gtk_widget_get_allocation(sender, &allocation);
292 const int height = allocation.height;
318 cairo_move_to(cr, 0, allocation.height - 0.5);
319 cairo_rel_line_to(cr, allocation.width, 0);
  /external/chromium_org/third_party/icu/source/common/unicode/
uclean.h 202 * Pointer type for a user supplied memory allocation function.
205 * @return Pointer to the newly allocated memory, or NULL if the allocation failed.
211 * Pointer type for a user supplied memory re-allocation function.
214 * @return Pointer to the newly allocated memory, or NULL if the allocation failed.
232 * Set the functions that ICU will use for memory allocation.
  /external/icu4c/common/unicode/
uclean.h 199 * Pointer type for a user supplied memory allocation function.
202 * @return Pointer to the newly allocated memory, or NULL if the allocation failed.
208 * Pointer type for a user supplied memory re-allocation function.
211 * @return Pointer to the newly allocated memory, or NULL if the allocation failed.
229 * Set the functions that ICU will use for memory allocation.
uobject.h 103 * replace the allocation functions declared in cmemory.h
175 * @param file The file where the allocation was requested
176 * @param line The line where the allocation was requested
183 * @param file The file where the allocation was requested
184 * @param line The line where the allocation was requested
  /external/grub/stage2/
jfs.h 186 u32 s_agsize; /* 4: allocation group size in aggr. blocks */
401 * extent allocation descriptor (xad)
558 #define MAXAG 128 /* maximum number of allocation groups */
561 * inode allocation map:
563 * inode allocation map consists of
565 * . inode allocation group pages (per 4096 inodes)
569 * inode allocation group page (per 4096 inodes of an AG)
573 s32 iagnum; /* 4: inode allocation group number */
595 /* allocation bit map: 1 bit per inode (0 - free, 1 - allocated) */
596 u32 wmap[EXTSPERIAG]; /* 512: working allocation map *
    [all...]

Completed in 1820 milliseconds

<<31323334353637383940>>