/external/valgrind/main/none/tests/mips32/ |
MemCpyTest.c | 31 unsigned int mem2[100]; variable 37 mem2[i] = 0; 41 "move $a2, %2\n\t" // a2 addr mem2 52 : "r" (mem1), "r" (mem2) 56 printf("0x%x, 0x%x, 0x%x, 0x%x\n", mem2[i], mem2[i+1], mem2[i+2], mem2[i+3]);
|
LoadStore.c | 17 unsigned int mem2[] = { variable 65 : "r" (mem2), "r" (RTval) \ 335 ppMem0(mem2, 12); 337 ppMem0(mem2, 12); 339 ppMem0(mem2, 12); 341 ppMem0(mem2, 12); 343 ppMem0(mem2, 12); 345 ppMem0(mem2, 12); 347 ppMem0(mem2, 12); 349 ppMem0(mem2, 12) [all...] |
LoadStore1.c | 17 unsigned int mem2[] = { variable 65 : "r" (mem2), "r" (RTval) \ 335 ppMem0(mem2, 12); 337 ppMem0(mem2, 12); 339 ppMem0(mem2, 12); 341 ppMem0(mem2, 12); 343 ppMem0(mem2, 12); 345 ppMem0(mem2, 12); 347 ppMem0(mem2, 12); 349 ppMem0(mem2, 12) [all...] |
/external/chromium_org/base/memory/ |
ref_counted_memory_unittest.cc | 64 scoped_refptr<RefCountedMemory> mem2 = RefCountedBytes::TakeVector(&d2); local 66 EXPECT_TRUE(mem1->Equals(mem2)); 72 EXPECT_FALSE(mem2->Equals(mem3));
|
/external/chromium_org/ppapi/generators/test_cgen/ |
interface.h | 46 * int32_t (*mem2)(const struct ist* a); 55 int32_t (*mem2)(const struct ist* a); member in struct:ifaceFoo_1_0
|
interface.idl | 23 * int32_t (*mem2)(const struct ist* a); 32 int32_t mem2([in] ist a);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/ |
invoke_lvalue.pass.cpp | 39 void mem2() const {count += 2;} function in struct:A_void_1 115 void (A_void_1::*fp)() const = &A_void_1::mem2; 126 void (A_void_1::*fp)() const = &A_void_1::mem2; 154 int mem2() const {return 4;} function in struct:A_int_1 193 assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); 194 assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); 196 assert(std::bind(&A_int_1::mem2, _1)(ap) == 4); 197 assert(std::bind(&A_int_1::mem2, ap)() == 4); 229 void mem2(int i) const {count += i;} function in struct:A_void_2
|
invoke_rvalue.pass.cpp | 39 void mem2() const {count += 2;} function in struct:A_void_1 107 void (A_void_1::*fp)() const = &A_void_1::mem2; 117 void (A_void_1::*fp)() const = &A_void_1::mem2; 144 int mem2() const {return 4;} function in struct:A_int_1 178 assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4); 179 assert(std::bind(&A_int_1::mem2, A_int_1())() == 4); 181 assert(std::bind(&A_int_1::mem2, _1)(&a) == 4); 182 assert(std::bind(&A_int_1::mem2, &a)() == 4); 213 void mem2(int i) const {count += i;} function in struct:A_void_2
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/ |
invoke.pass.cpp | 36 void mem2() const {++count;} function in struct:A_void_1 85 void (A_void_1::*fp)() const = &A_void_1::mem2; 115 int mem2() const {return 4;} function in struct:A_int_1 154 int (A_int_1::*fp)() const = &A_int_1::mem2; 193 void mem2(int i) const {count += i;} function in struct:A_void_2 246 void (A_void_2::*fp)(int) const = &A_void_2::mem2; 276 int mem2(int i) const {return i+2;} function in struct:A_int_2 318 int (A_int_2::*fp)(int) const = &A_int_2::mem2;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/ |
invoke.pass.cpp | 39 void mem2() const {++count;} function in struct:A_void_1 87 void (A_void_1::*fp)() const = &A_void_1::mem2; 116 int mem2() const {return 4;} function in struct:A_int_1 154 int (A_int_1::*fp)() const = &A_int_1::mem2; 191 void mem2(int i) const {count += i;} function in struct:A_void_2 243 void (A_void_2::*fp)(int) const = &A_void_2::mem2; 272 int mem2(int i) const {return i+2;} function in struct:A_int_2 313 int (A_int_2::*fp)(int) const = &A_int_2::mem2;
|
/external/chromium_org/gpu/command_buffer/client/ |
mapped_memory_unittest.cc | 179 void* mem2 = manager_->Alloc(kSize, &id2, &offset2); local 180 EXPECT_EQ(mem1, mem2); 188 EXPECT_NE(mem2, mem3); 206 manager_->Free(mem2); 295 void* mem2 = manager_->Alloc(kSize, &id2, &offset2); local 300 ASSERT_TRUE(mem2); 328 void* mem2 = manager_->Alloc(kChunkSize, &id2, &offset2); local 329 ASSERT_TRUE(mem2); 357 void* mem2 = manager_->Alloc(kSize, &id2, &offset2); local 358 ASSERT_TRUE(mem2); [all...] |
gles2_implementation_unittest.cc | 564 ExpectedMemoryInfo mem2 = GetExpectedMemory( local 574 kTestSize - MaxTransferBufferSize(), mem2.id, mem2.offset); 584 mem2.ptr, expected_data + MaxTransferBufferSize(), 684 ExpectedMemoryInfo mem2 = GetExpectedMemory(kPaddedString2Size); local 693 kBucketId, kString1Size, kString2Size, mem2.id, mem2.offset); 788 ExpectedMemoryInfo mem2 = GetExpectedMemory(kSize2); local 801 GL_ARRAY_BUFFER, kEmuOffset2, kSize2, mem2.id, mem2.offset) 856 ExpectedMemoryInfo mem2 = GetExpectedMemory(kSize2); local 934 ExpectedMemoryInfo mem2 = GetExpectedMemory(kSize1); local 1018 ExpectedMemoryInfo mem2 = GetExpectedMemory(kSize1); local 1129 ExpectedMemoryInfo mem2 = GetExpectedMemory(kSize1); local 1219 ExpectedMemoryInfo mem2 = GetExpectedMemory(kSize1); local 1323 ExpectedMemoryInfo mem2 = GetExpectedResultMemory(16); local 1439 ExpectedMemoryInfo mem2 = local 2108 ExpectedMemoryInfo mem2 = GetExpectedMemory(sizeof(pixels)); local 2162 ExpectedMemoryInfo mem2 = GetExpectedMemory(half_size); local 2258 ExpectedMemoryInfo mem2 = GetExpectedMemory(sub_2_high_size); local 2576 ExpectedMemoryInfo mem2 = GetExpectedMemory(kUsableSize); local [all...] |
/external/clang/test/CodeGenCXX/ |
value-init.cpp | 74 int S::*mem2; member in class:ptrmem::S::S 82 return s->*S().mem2;
|
/external/clang/test/SemaCXX/ |
default2.cpp | 59 int mem2(int i = b); // OK; use Y::b
|
/external/chromium_org/third_party/opus/src/celt/ |
pitch.c | 113 opus_val32 mem0, mem1, mem2, mem3, mem4; local 121 mem2=mem[2]; 129 sum = MAC16_16(sum,num2,mem2); 133 mem3 = mem2; 134 mem2 = mem1; 141 mem[2]=mem2;
|
/external/speex/libspeex/ |
filters.h | 62 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack);
|
filters.c | 411 VARDECL(spx_mem_t *mem2); 413 ALLOC(mem2, ord, spx_mem_t); 422 mem1[i] = mem2[i] = 0; 427 y[i] = PSHR32(ADD32(SHL32(EXTEND32(y1),LPC_SHIFT+1),mem2[0]),LPC_SHIFT); 432 mem2[j] = MAC16_16(mem2[j+1], ak[j],ny2i); 435 mem2[ord-1] = MULT16_16(ak[ord-1],ny2i); 477 void qmf_synth(const spx_word16_t *x1, const spx_word16_t *x2, const spx_word16_t *a, spx_word16_t *y, int N, int M, spx_word16_t *mem1, spx_word16_t *mem2, char *stack) 499 xx2[N2+i] = mem2[2*i+1]; 565 mem2[2*i+1] = xx2[i] [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
mksqlite3c.tcl | 223 mem2.c
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/ |
xf86dgastr.h | 134 CARD32 mem2 B32; /* spillover for _alpha_ */
|
/external/chromium_org/third_party/sqlite/src/ |
Makefile.in | 172 main.lo malloc.lo mem0.lo mem1.lo mem2.lo mem3.lo mem5.lo \ 227 $(TOP)/src/mem2.c \ 627 mem2.lo: $(TOP)/src/mem2.c $(HDR) 628 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/mem2.c
|
Makefile.vxworks | 205 main.o malloc.o mem0.o mem1.o mem2.o mem3.o mem5.o \ 252 $(TOP)/src/mem2.c \
|
main.mk | 60 main.o malloc.o mem0.o mem1.o mem2.o mem3.o mem5.o \ 114 $(TOP)/src/mem2.c \
|
/bionic/libc/bionic/ |
fts.c | 104 goto mem2; 173 mem2: free(sp->fts_path);
|