HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 1 - 25 of 776) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
objc_import.h 4 + alloc; variable
objc_property.h 8 + alloc;
method_pool.h 16 + alloc; variable
25 + alloc { return 0; }
  /frameworks/rs/
rs_native.spec 3 param RsAllocation alloc
7 param RsAllocation alloc
  /external/clang/test/PCH/Inputs/
typo.h 4 + (id)alloc;
  /system/extras/ext4_utils/
allocate.h 32 int block_allocation_num_regions(struct block_allocation *alloc);
33 int block_allocation_len(struct block_allocation *alloc);
36 void reduce_allocation(struct block_allocation *alloc, u32 len);
37 u32 get_block(struct block_allocation *alloc, u32 block);
38 u32 get_oob_block(struct block_allocation *alloc, u32 block);
39 void get_next_region(struct block_allocation *alloc);
40 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
49 void free_alloc(struct block_allocation *alloc);
50 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
51 int advance_blocks(struct block_allocation *alloc, int blocks)
    [all...]
indirect.c 30 static u8 *create_backing(struct block_allocation *alloc,
41 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
45 get_region(alloc, &region_block, &region_len);
57 static void reserve_indirect_block(struct block_allocation *alloc, int len)
59 if (reserve_oob_blocks(alloc, 1)) {
64 if (advance_blocks(alloc, len)) {
70 static void reserve_dindirect_block(struct block_allocation *alloc, int len)
72 if (reserve_oob_blocks(alloc, 1)) {
80 reserve_indirect_block(alloc, ind_block_len)
394 struct block_allocation *alloc = allocate_blocks(block_len + indirect_len); local
407 struct block_allocation *alloc; local
493 struct block_allocation *alloc; local
    [all...]
extent.c 30 static u8 *extent_create_backing(struct block_allocation *alloc,
38 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
42 get_region(alloc, &region_block, &region_len);
56 static void extent_create_backing_file(struct block_allocation *alloc,
60 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
64 get_region(alloc, &region_block, &region_len);
79 struct block_allocation *alloc = allocate_blocks(block_len + 1); local
85 if (alloc == NULL)
184 struct block_allocation *alloc; local
209 struct block_allocation *alloc; local
225 struct block_allocation *alloc; local
    [all...]
indirect.h 26 struct block_allocation *alloc);
  /frameworks/rs/driver/
rsdAllocation.cpp 92 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
95 uint8_t *ptr = (uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
96 ptr += face * alloc->mHal.drvState.faceOffset;
97 ptr += zoff * alloc->mHal.drvState.lod[lod].dimY * alloc->mHal.drvState.lod[lod].stride;
98 ptr += yoff * alloc->mHal.drvState.lod[lod].stride;
99 ptr += xoff * alloc->mHal.state.elementSizeBytes;
104 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,
108 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
114 if (alloc->mHal.state.hasFaces)
    [all...]
  /external/dropbear/libtommath/
bn_mp_grow.c 24 /* if the alloc size is smaller alloc more ram */
25 if (a->alloc < size) {
45 i = a->alloc;
46 a->alloc = size;
47 for (; i < a->alloc; i++) {
bn_mp_clear.c 28 len = a->alloc;
39 a->alloc = a->used = 0;
bn_mp_shrink.c 22 if (a->alloc != a->used && a->used > 0) {
27 a->alloc = a->used;
  /external/webkit/Source/WebCore/platform/mac/
AutodrainedPool.mm 37 , m_pool([[NSAutoreleasePool alloc] init])
50 m_pool = [[NSAutoreleasePool alloc] init];
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKURLRequestCF.cpp 41 CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlRequest)
43 return CFURLRequestCreateCopy(alloc, toImpl(urlRequest)->platformRequest());
WKURLResponseCF.cpp 44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse)
53 return CFURLResponseCreateCopy(alloc, toImpl(urlResponse)->platformResponse());
  /external/skia/tests/
MemsetTest.cpp 14 SkChunkAlloc alloc(min);
16 REPORTER_ASSERT(reporter, 0 == alloc.totalCapacity());
17 REPORTER_ASSERT(reporter, 0 == alloc.blockCount());
18 REPORTER_ASSERT(reporter, !alloc.contains(NULL));
19 REPORTER_ASSERT(reporter, !alloc.contains(reporter));
21 alloc.reset();
22 REPORTER_ASSERT(reporter, 0 == alloc.totalCapacity());
23 REPORTER_ASSERT(reporter, 0 == alloc.blockCount());
26 void* ptr = alloc.allocThrow(size);
27 REPORTER_ASSERT(reporter, alloc.totalCapacity() >= size)
    [all...]
  /external/valgrind/main/massif/tests/
alloc-fns-A.post.exp 2 Command: ./alloc-fns
48 100.00% (3,600B) (heap allocation functions) malloc/new/new[], --alloc-fns, etc.
49 ->44.44% (1,600B) 0x........: d4 (alloc-fns.c:18)
50 | ->33.33% (1,200B) 0x........: d3 (alloc-fns.c:19)
51 | | ->22.22% (800B) 0x........: d2 (alloc-fns.c:20)
52 | | | ->11.11% (400B) 0x........: d1 (alloc-fns.c:21)
53 | | | | ->11.11% (400B) 0x........: main (alloc-fns.c:30)
55 | | | ->11.11% (400B) 0x........: main (alloc-fns.c:31)
57 | | ->11.11% (400B) 0x........: main (alloc-fns.c:32)
59 | ->11.11% (400B) 0x........: main (alloc-fns.c:33
    [all...]
alloc-fns-B.post.exp 2 Command: ./alloc-fns
3 Massif arguments: --stacks=no --time-unit=B --heap-admin=0 --alloc-fn=a4 --alloc-fn=b4 --alloc-fn=b3 --alloc-fn=c4 --alloc-fn=c3 --alloc-fn=c2 --alloc-fn=d4 --alloc-fn=d3 --alloc-fn=d2 --alloc-fn=d1 --massif-out-file=massif.out --ignore-fn=__part_load_locale --ignore-fn=__time (…)
    [all...]
  /external/linux-tools-perf/util/
cache.h 56 * is 'alloc', using the standard growing factor alloc_nr() macro.
58 * DO NOT USE any expression with side-effect for 'x' or 'alloc'.
60 #define ALLOC_GROW(x, nr, alloc) \
62 if ((nr) > alloc) { \
63 if (alloc_nr(alloc) < (nr)) \
64 alloc = (nr); \
66 alloc = alloc_nr(alloc); \
67 x = xrealloc((x), alloc * sizeof(*(x))); \
  /external/grub/stage2/
vstafs.h 43 struct alloc struct
55 struct alloc fs_freesecs[0];
76 struct alloc blocks[32];
  /external/skia/src/gpu/
GrAllocPool.h 22 * Frees all blocks that have been allocated with alloc().
31 void* alloc(size_t bytes);
57 T* alloc() { return (T*)fPool.alloc(sizeof(T)); } function in class:GrTAllocPool
  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_allocation.c 8 Allocation_t *alloc = (Allocation_t *)a.p; local
9 return alloc->mHal.drvState.lod[0].dimX;
14 Allocation_t *alloc = (Allocation_t *)a.p; local
15 return alloc->mHal.drvState.lod[0].dimY;
20 Allocation_t *alloc = (Allocation_t *)a.p; local
21 return alloc->mHal.drvState.lod[0].dimZ;
26 Allocation_t *alloc = (Allocation_t *)a.p; local
27 return alloc->mHal.state.hasMipmaps;
32 Allocation_t *alloc = (Allocation_t *)a.p; local
33 return alloc->mHal.state.hasFaces
39 Allocation_t *alloc = (Allocation_t *)a.p; local
156 Allocation_t *alloc = (Allocation_t *)a.p; local
164 Allocation_t *alloc = (Allocation_t *)a.p; local
173 Allocation_t *alloc = (Allocation_t *)a.p; local
182 Allocation_t *alloc = (Allocation_t *)a.p; local
190 Allocation_t *alloc = (Allocation_t *)a.p; local
199 Allocation_t *alloc = (Allocation_t *)a.p; local
260 Allocation_t *alloc = (Allocation_t *)a.p; local
284 Allocation_t *alloc = (Allocation_t *)a.p; local
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSStringRefCF.h 50 @param alloc The alloc parameter to pass to CFStringCreate.
54 JS_EXPORT CFStringRef JSStringCopyCFString(CFAllocatorRef alloc, JSStringRef string);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
FixedBuffer.h 24 alloc(m_bufferLen);
32 void * alloc(size_t size) { function in class:FixedBuffer

Completed in 625 milliseconds

1 2 3 4 5 6 7 8 91011>>