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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/Inputs/
typo.h 4 + (id)alloc;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
alloc.s 1 // Make sure error messages on 'alloc' don't needlessly refer to operand 1
6 alloc: label
7 alloc r2 = ar.pfs, x, 0, 0, 0
8 alloc r2 = ar.pfs, 0, x, 0, 0
9 alloc r2 = ar.pfs, 0, 0, x, 0
10 alloc r2 = ar.pfs, 0, 0, 0, x
11 alloc r3 = x, 0, 0, 0
12 alloc r3 = 0, x, 0, 0
13 alloc r3 = 0, 0, x, 0
14 alloc r3 = 0, 0, 0,
    [all...]
alloc.l 4 .*:7: Error: Operand [345] of .alloc. should be .*
5 .*:8: Error: Operand [345] of .alloc. should be .*
6 .*:9: Error: Operand [345] of .alloc. should be .*
7 .*:10: Error: Operand [56] of .alloc. should be .*
8 .*:11: Error: Operand [234] of .alloc. should be .*
9 .*:12: Error: Operand [234] of .alloc. should be .*
10 .*:13: Error: Operand [234] of .alloc. should be .*
11 .*:14: Error: Operand [45] of .alloc. should be .*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
aix-core-sec-3.hd 5 * ALLOC, LOAD, CODE
7 * ALLOC, LOAD, DATA
9 * ALLOC
aix-core-sec-1.hd 5 * CONTENTS, ALLOC, LOAD, CODE
7 * ALLOC, LOAD, DATA
9 * ALLOC
aix-core-sec-2.hd 5 * ALLOC, LOAD, CODE
7 * CONTENTS, ALLOC, LOAD, DATA
9 * ALLOC
  /external/valgrind/massif/tests/
alloc-fns-B.vgtest 1 prog: alloc-fns
2 vgopts: --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.ou
    [all...]
deep-D.vgtest 2 vgopts: --stacks=no --time-unit=B --alloc-fn=a1 --alloc-fn=a2 --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 --alloc-fn=main --depth=20 --massif-out-file=massif.ou
    [all...]
deep-B.vgtest 2 vgopts: --stats=yes --stacks=no --time-unit=B --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 -v -v --depth=8 --massif-out-file=massif.out
deep-C.vgtest 2 vgopts: --stacks=no --time-unit=B --alloc-fn=a3 --alloc-fn=a4 --alloc-fn=a5 --alloc-fn=a6 --alloc-fn=a7 --alloc-fn=a8 --alloc-fn=a9 --alloc-fn=a10 --alloc-fn=a11 --alloc-fn=a12 -v -v --stats=yes --depth=8 --massif-out-file=massif.ou
    [all...]
  /external/clang/test/SemaObjC/
self-in-function.m 12 + (id) alloc;
17 [self alloc];
19 [self alloc];
25 [y alloc];
  /external/jemalloc/test/unit/
junk_alloc.c 1 #define JEMALLOC_TEST_JUNK_OPT "junk:alloc"
  /external/valgrind/memcheck/tests/
malloc1_ks_alloc.vgtest 2 vgopts: -q --keep-stacktraces=alloc
custom_alloc.vgtest 2 vgopts: -q --keep-stacktraces=alloc-then-free
fprw.vgtest 1 vgopts: -q --keep-stacktraces=alloc-then-free
malloc1_ks_alloc_and_free.vgtest 2 vgopts: -q --keep-stacktraces=alloc-and-free
  /external/llvm/unittests/Support/
AllocatorTest.cpp 19 BumpPtrAllocator Alloc;
20 int *a = (int*)Alloc.Allocate(sizeof(int), 1);
21 int *b = (int*)Alloc.Allocate(sizeof(int) * 10, 1);
22 int *c = (int*)Alloc.Allocate(sizeof(int), 1);
31 EXPECT_EQ(1U, Alloc.GetNumSlabs());
33 BumpPtrAllocator Alloc2 = std::move(Alloc);
34 EXPECT_EQ(0U, Alloc.GetNumSlabs());
44 Alloc = std::move(Alloc2);
46 EXPECT_EQ(1U, Alloc.GetNumSlabs());
51 BumpPtrAllocator Alloc;
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_rscompat_usage_io.cpp 9 extern "C" void AllocationSetSurface(JNIEnv *_env, jobject _this, RsContext con, RsAllocation alloc, jobject sur, dispatchTable dispatchTab)
11 LOG_API("nAllocationSetSurface, con(%p), alloc(%p), surface(%p)",
12 con, alloc, sur);
18 dispatchTab.AllocationSetSurface(con, alloc, s);
  /external/clang/test/ARCMT/
atautorelease-3.m 8 +alloc;
18 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
19 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
21 chunkPool = [[NSAutoreleasePool alloc] init];
30 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
31 NSAutoreleasePool *chunkPool = [[NSAutoreleasePool alloc] init];
33 chunkPool = [[NSAutoreleasePool alloc] init];
  /external/lzma/C/
7zBuf.c 14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
22 p->data = (Byte *)alloc->Alloc(alloc, size);
31 void Buf_Free(CBuf *p, ISzAlloc *alloc)
33 alloc->Free(alloc, p->data);
  /system/extras/ext4_utils/
indirect.c 28 static u8 *create_backing(struct block_allocation *alloc,
39 for (; alloc != NULL && backing_len > 0; get_next_region(alloc)) {
43 get_region(alloc, &region_block, &region_len);
55 static void reserve_indirect_block(struct block_allocation *alloc, int len)
57 if (reserve_oob_blocks(alloc, 1)) {
62 if (advance_blocks(alloc, len)) {
68 static void reserve_dindirect_block(struct block_allocation *alloc, int len)
70 if (reserve_oob_blocks(alloc, 1)) {
78 reserve_indirect_block(alloc, ind_block_len)
392 struct block_allocation *alloc = allocate_blocks(block_len + indirect_len); local
405 struct block_allocation *alloc; local
491 struct block_allocation *alloc; local
    [all...]
allocate.h 69 int block_allocation_num_regions(struct block_allocation *alloc);
70 int block_allocation_len(struct block_allocation *alloc);
73 void reduce_allocation(struct block_allocation *alloc, u32 len);
74 u32 get_block(struct block_allocation *alloc, u32 block);
75 u32 get_oob_block(struct block_allocation *alloc, u32 block);
76 void get_next_region(struct block_allocation *alloc);
77 void get_region(struct block_allocation *alloc, u32 *block, u32 *len);
86 void free_alloc(struct block_allocation *alloc);
87 int reserve_oob_blocks(struct block_allocation *alloc, int blocks);
88 int advance_blocks(struct block_allocation *alloc, int blocks)
    [all...]
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 26 BumpPtrAllocator Alloc;
41 DIE &Die = *DIE::get(Alloc, dwarf::DW_TAG_base_type);
43 Die.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Size);
50 DIE &Unnamed = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
52 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One);
55 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_file, dwarf::DW_FORM_data1, One);
56 Unnamed.addValue(Alloc, dwarf::DW_AT_decl_line, dwarf::DW_FORM_data1, One);
65 DIE &Foo = *DIE::get(Alloc, dwarf::DW_TAG_structure_type);
68 Foo.addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, FooStr);
69 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, One)
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 91 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
94 uint8_t *ptr = (uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
95 ptr += face * alloc->mHal.drvState.faceOffset;
96 ptr += zoff * alloc->mHal.drvState.lod[lod].dimY * alloc->mHal.drvState.lod[lod].stride;
97 ptr += yoff * alloc->mHal.drvState.lod[lod].stride;
98 ptr += xoff * alloc->mHal.state.elementSizeBytes;
103 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,
107 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
113 if (alloc->mHal.state.hasFaces)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
textalign-xcoff-001.d 10 CONTENTS, ALLOC, LOAD, CODE
12 CONTENTS, ALLOC, LOAD, RELOC, DATA
14 ALLOC

Completed in 418 milliseconds

1 2 3 4 5 6 7 8 91011>>