HomeSort by relevance Sort by last modified time
    Searched full:marray (Results 26 - 50 of 62) sorted by null

12 3

  /external/llvm/test/CodeGen/PowerPC/
mult-alt-generic-powerpc64.ll 8 @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 0)) nounwind
161 %0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
305 %3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
318 %0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
  /external/llvm/test/CodeGen/SPARC/
mult-alt-generic-sparc.ll 8 @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 0)) nounwind
162 %0 = call i32 asm "foo $1,$0", "=r,r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
306 %3 = call i32 asm "foo $1,$0", "=r|r,r|X"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
320 %0 = call i32 asm "foo $1,$0", "=r|r,r|r"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
  /external/llvm/test/CodeGen/X86/
mult-alt-generic-i686.ll 8 @marray = common global [2 x i32] zeroinitializer, align 4
148 %3 = call i32 asm "foo $1,$0", "=r,X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
161 %0 = call i32 asm "foo $1,$0", "=r,im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
305 %3 = call i32 asm "foo $1,$0", "=r|r,r|X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
318 %0 = call i32 asm "foo $1,$0", "=r|r,r|im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
mult-alt-generic-x86_64.ll 8 @marray = common global [2 x i32] zeroinitializer, align 4
148 %3 = call i32 asm "foo $1,$0", "=r,X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
161 %0 = call i32 asm "foo $1,$0", "=r,im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
305 %3 = call i32 asm "foo $1,$0", "=r|r,r|X,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
318 %0 = call i32 asm "foo $1,$0", "=r|r,r|im,~{dirflag},~{fpsr},~{flags}"(i32* getelementptr inbounds ([2 x i32]* @marray, i32 0, i32 0)) nounwind
mult-alt-x86.ll 10 @marray = common global [2 x i32] zeroinitializer, align 4
  /frameworks/wilhelm/src/itf/
IOutputMixExt.c 73 audioPlayer->mBufferQueue.mFront = &audioPlayer->mBufferQueue.mArray[0];
74 audioPlayer->mBufferQueue.mRear = &audioPlayer->mBufferQueue.mArray[0];
281 if (++newFront == &bufferQueue->mArray[bufferQueue->mNumBuffers + 1]) {
282 newFront = bufferQueue->mArray;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 124 private int[] mArray;
131 mArray = a;
135 mArray = a;
140 return Arrays.hashCode(mArray);
150 if (!Arrays.equals(mArray, other.mArray)) return false;
  /frameworks/base/docs/html/training/articles/
perf-tips.jd 203 Foo[] mArray = ...
207 for (int i = 0; i < mArray.length; ++i) {
208 sum += mArray[i].mSplat;
214 Foo[] localArray = mArray;
224 for (Foo a : mArray) {
  /frameworks/support/v4/java/android/support/v4/util/
ArrayMap.java 81 return mArray[(index<<1) + offset];
  /frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp 247 if (newFront == &ar->mBufferQueue.mArray[ar->mBufferQueue.mNumBuffers + 1]) {
248 newFront = ar->mBufferQueue.mArray;
AudioPlayer_to_android.cpp 135 if (newFront == &ap->mBufferQueue.mArray[ap->mBufferQueue.mNumBuffers + 1]) {
136 newFront = ap->mBufferQueue.mArray;
    [all...]
  /external/chromium_org/native_client_sdk/src/tools/tests/data/
test_static_arm.nexe 
  /external/clang/test/CodeGen/
mult-alt-x86.c 6 int marray[2]; variable
  /frameworks/wilhelm/src/
itfstruct.h 236 BufferHeader *mArray;
  /bionic/libc/upstream-dlmalloc/
malloc.c 5005 void** marray; \/* either "chunks" or malloced ptr array *\/ local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 4481 void** marray; \/* either "chunks" or malloced ptr array *\/ local
    [all...]
  /external/libffi/src/
dlmalloc.c 3950 void** marray; \/* either "chunks" or malloced ptr array *\/ local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3960 void** marray; \/* either "chunks" or malloced ptr array *\/ local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/
libc.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libc.so 

Completed in 1197 milliseconds

12 3