Searched refs:marray (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Dmult-alt-generic.c15 int marray[2]; variable
134 asm("foo %1,%0" : "=r" (out0) : "X" (marray));
147 asm("foo %1,%0" : "=r" (out0) : "p" (marray));
267 asm("foo %1,%0" : "=r,r" (out0) : "r,X" (marray));
280 asm("foo %1,%0" : "=r,r" (out0) : "r,p" (marray));
H A Dmult-alt-x86.c6 int marray[2]; variable
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3960 void** marray; /* either "chunks" or malloced ptr array */ local
3970 marray = chunks;
3977 marray = 0;
4019 if (marray == 0) {
4023 marray = (void**) (chunk2mem(array_chunk));
4030 marray[i] = chunk2mem(p);
4047 if (marray != chunks) {
4055 check_inuse_chunk(m, mem2chunk(marray));
4058 check_inuse_chunk(m, mem2chunk(marray[i]));
4063 return marray;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 665 milliseconds