Home
last modified time | relevance | path

Searched refs:marray (Results 1 – 21 of 21) sorted by relevance

/external/clang/test/CodeGen/
Dmult-alt-generic.c15 int marray[2]; variable
134 asm("foo %1,%0" : "=r" (out0) : "X" (marray)); in single_X()
147 asm("foo %1,%0" : "=r" (out0) : "p" (marray)); in single_p()
267 asm("foo %1,%0" : "=r,r" (out0) : "r,X" (marray)); in multi_X()
280 asm("foo %1,%0" : "=r,r" (out0) : "r,p" (marray)); in multi_p()
Dmult-alt-x86.c6 int marray[2]; variable
/external/clang/test/Analysis/
DNSContainers.m114 NSMutableArray *marray = [[NSMutableArray alloc] init];
115 …[marray addObject:0]; // expected-warning {{Argument to 'NSMutableArray' method 'addObject:' canno…
119 NSMutableArray *marray = [[NSMutableArray alloc] init];
120 …[marray insertObject:0 atIndex:1]; // expected-warning {{Argument to 'NSMutableArray' method 'inse…
124 NSMutableArray *marray = [[NSMutableArray alloc] init];
125 …[marray replaceObjectAtIndex:1 withObject:0]; // expected-warning {{Argument to 'NSMutableArray' m…
129 NSMutableArray *marray = [[NSMutableArray alloc] init];
130 …[marray setObject:0 atIndexedSubscript:1]; // expected-warning {{Argument to 'NSMutableArray' meth…
134 NSMutableArray *marray = [[NSMutableArray alloc] init];
135 marray[1] = 0; // expected-warning {{Array element cannot be nil}}
/external/swiftshader/third_party/LLVM/test/CodeGen/MSP430/
Dmult-alt-generic-msp430.ll8 @marray = common global [2 x i16] zeroinitializer, align 2
148 …%3 = call i16 asm "foo $1,$0", "=r,X"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, i32 …
162 …%0 = call i16 asm "foo $1,$0", "=r,r"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, i32 …
306 …%3 = call i16 asm "foo $1,$0", "=r|r,r|X"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, …
320 …%0 = call i16 asm "foo $1,$0", "=r|r,r|r"(i16* getelementptr inbounds ([2 x i16]* @marray, i32 0, …
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dmult-alt-generic-powerpc.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
305 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
318 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
Dmult-alt-generic-powerpc64.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
305 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
318 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/
Dmult-alt-generic-sparc.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
306 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
320 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
/external/llvm/test/CodeGen/SPARC/
Dmult-alt-generic-sparc.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
306 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
320 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
/external/llvm/test/CodeGen/MSP430/
Dmult-alt-generic-msp430.ll8 @marray = common global [2 x i16] zeroinitializer, align 2
148 …%3 = call i16 asm "foo $1,$0", "=r,X"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, …
162 …%0 = call i16 asm "foo $1,$0", "=r,r"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, …
306 …o $1,$0", "=r|r,r|X"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, i32 0, i32 0)) no…
320 …o $1,$0", "=r|r,r|r"(i16* getelementptr inbounds ([2 x i16], [2 x i16]* @marray, i32 0, i32 0)) no…
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dmult-alt-generic-arm.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 …
306 …%3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
320 …%0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, …
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmult-alt-generic-i686.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …,X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
161 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
305 …|X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
318 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
Dmult-alt-generic-x86_64.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …,X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
161 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
305 …|X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
318 …im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) no…
Dmult-alt-x86.ll10 @marray = common global [2 x i32] zeroinitializer, align 4
/external/llvm/test/CodeGen/PowerPC/
Dmult-alt-generic-powerpc.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
305 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
318 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
Dmult-alt-generic-powerpc64.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
161 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
305 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
318 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
/external/llvm/test/CodeGen/ARM/
Dmult-alt-generic-arm.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …%3 = call i32 asm "foo $1,$0", "=r,X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
162 …%0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, …
306 …o $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
320 …o $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
/external/llvm/test/CodeGen/X86/
Dmult-alt-generic-x86_64.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
161 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
305 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
318 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
Dmult-alt-generic-i686.ll8 @marray = common global [2 x i32] zeroinitializer, align 4
148 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
161 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
305 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
318 …g},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32], [2 x i32]* @marray, i32 0, i32 0)) no…
Dmult-alt-x86.ll10 @marray = common global [2 x i32] zeroinitializer, align 4
/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c4017 void** marray; /* either "chunks" or malloced ptr array */ in ialloc() local
4027 marray = chunks; in ialloc()
4034 marray = 0; in ialloc()
4076 if (marray == 0) { in ialloc()
4080 marray = (void**) (chunk2mem(array_chunk)); in ialloc()
4087 marray[i] = chunk2mem(p); in ialloc()
4104 if (marray != chunks) { in ialloc()
4112 check_inuse_chunk(m, mem2chunk(marray)); in ialloc()
4115 check_inuse_chunk(m, mem2chunk(marray[i])); in ialloc()
4120 return marray; in ialloc()
/external/dlmalloc/
Dmalloc.c5012 void** marray; /* either "chunks" or malloced ptr array */ in ialloc() local
5023 marray = chunks; in ialloc()
5030 marray = 0; in ialloc()
5072 if (marray == 0) { in ialloc()
5076 marray = (void**) (chunk2mem(array_chunk)); in ialloc()
5083 marray[i] = chunk2mem(p); in ialloc()
5100 if (marray != chunks) { in ialloc()
5108 check_inuse_chunk(m, mem2chunk(marray)); in ialloc()
5111 check_inuse_chunk(m, mem2chunk(marray[i])); in ialloc()
5116 return marray; in ialloc()