HomeSort by relevance Sort by last modified time
    Searched defs:mem1 (Results 1 - 19 of 19) sorted by null

  /external/valgrind/main/none/tests/mips32/
MemCpyTest.c 3 unsigned int mem1[] = { variable
40 "move $s0, %1\n\t" // s0 addr mem1
52 : "r" (mem1), "r" (mem2)
LoadStore.c 10 unsigned int mem1[] = { variable
33 : "r" (mem1), "r" (RTval) \
75 printf("MEM1:\n");
168 ppMem(mem1, 16);
195 ppMem(mem1, 16);
222 ppMem(mem1, 16);
249 ppMem(mem1, 16);
276 ppMem(mem1, 16);
303 ppMem(mem1, 16);
330 ppMem(mem1, 16)
    [all...]
LoadStore1.c 10 unsigned int mem1[] = { variable
33 : "r" (mem1), "r" (RTval) \
75 printf("MEM1:\n");
168 ppMem(mem1, 16);
195 ppMem(mem1, 16);
222 ppMem(mem1, 16);
249 ppMem(mem1, 16);
276 ppMem(mem1, 16);
303 ppMem(mem1, 16);
330 ppMem(mem1, 16)
    [all...]
vfp.c 33 double mem1[] = { variable
134 : "r" (mem1), "r" (fs_d) \
156 : "r" (mem1), "r" (fs_d) \
202 printf("MEM1:\n");
216 printf("MEM1:\n");
367 ppMem(mem1, 16);
380 ppMem(mem1, 16);
  /external/chromium_org/base/memory/
ref_counted_memory_unittest.cc 47 scoped_refptr<RefCountedMemory> mem1 = RefCountedString::TakeString(&s1); local
56 EXPECT_TRUE(mem1->Equals(mem2));
61 EXPECT_FALSE(mem1->Equals(mem3));
  /external/chromium_org/ppapi/generators/test_cgen/
interface.h 45 * int8_t (*mem1)(int16_t x, int32_t y);
54 int8_t (*mem1)(int16_t x, int32_t y); member in struct:ifaceFoo_1_0
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 38 void mem1() {++count;} function in struct:A_void_1
92 void (A_void_1::*fp)() = &A_void_1::mem1;
103 void (A_void_1::*fp)() = &A_void_1::mem1;
153 int mem1() {return 3;} function in struct:A_int_1
184 assert(std::bind(&A_int_1::mem1, _1)(a) == 3);
185 assert(std::bind(&A_int_1::mem1, a)() == 3);
187 assert(std::bind(&A_int_1::mem1, _1)(ap) == 3);
188 assert(std::bind(&A_int_1::mem1, ap)() == 3);
228 void mem1(int i) {count += i;} function in struct:A_void_2
254 std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j)
    [all...]
invoke_rvalue.pass.cpp 38 void mem1() {++count;} function in struct:A_void_1
86 void (A_void_1::*fp)() = &A_void_1::mem1;
96 void (A_void_1::*fp)() = &A_void_1::mem1;
143 int mem1() {return 3;} function in struct:A_int_1
170 assert(std::bind(&A_int_1::mem1, _1)(A_int_1()) == 3);
171 assert(std::bind(&A_int_1::mem1, A_int_1())() == 3);
173 assert(std::bind(&A_int_1::mem1, _1)(&a) == 3);
174 assert(std::bind(&A_int_1::mem1, &a)() == 3);
212 void mem1(int i) {count += i;} function in struct:A_void_2
235 std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), 3)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp 35 void mem1() {++count;} function in struct:A_void_1
71 void (A_void_1::*fp)() = &A_void_1::mem1;
114 int mem1() {return 3;} function in struct:A_int_1
144 int (A_int_1::*fp)() = &A_int_1::mem1;
192 void mem1(int i) {count += i;} function in struct:A_void_2
231 void (A_void_2::*fp)(int) = &A_void_2::mem1;
275 int mem1(int i) {return i+1;} function in struct:A_int_2
307 int(A_int_2::*fp)(int) = &A_int_2::mem1;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/refwrap/refwrap.invoke/
invoke.pass.cpp 38 void mem1() {++count;} function in struct:A_void_1
74 void (A_void_1::*fp)() = &A_void_1::mem1;
115 int mem1() {return 3;} function in struct:A_int_1
145 int (A_int_1::*fp)() = &A_int_1::mem1;
190 void mem1(int i) {count += i;} function in struct:A_void_2
229 void (A_void_2::*fp)(int) = &A_void_2::mem1;
271 int mem1(int i) {return i+1;} function in struct:A_int_2
303 int(A_int_2::*fp)(int) = &A_int_2::mem1;
  /external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc 170 void* mem1 = manager_->Alloc(kSize, &id1, &offset1); local
171 ASSERT_TRUE(mem1);
177 manager_->Free(mem1);
179 EXPECT_EQ(mem1, mem2);
260 void* mem1 = manager_->Alloc(kSize, &id1, &offset1); local
261 ASSERT_TRUE(mem1);
291 void* mem1 = manager_->Alloc(kSize, &id1, &offset1); local
298 ASSERT_TRUE(mem1);
gles2_implementation_unittest.cc 387 ExpectedMemoryInfo mem1 = GetExpectedMemory( local
395 .WillOnce(SetMemory(mem1.ptr + sizeof(int_state), int_state))
555 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSize()); local
563 MaxTransferBufferSize(), mem1.id, mem1.offset);
575 mem1.ptr, expected_data, MaxTransferBufferSize())))
676 ExpectedMemoryInfo mem1 = GetExpectedMemory(kPaddedString1Size); local
683 kBucketId, 0, kString1Size, mem1.id, mem1.offset);
715 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSize()) local
780 ExpectedMemoryInfo mem1 = GetExpectedMemory(kSize1); local
848 ExpectedMemoryInfo mem1 = GetExpectedMemory(kSize1); local
926 ExpectedMemoryInfo mem1 = GetExpectedMemory(kIndexSize); local
1010 ExpectedMemoryInfo mem1 = GetExpectedMemory(kIndexSize); local
1121 ExpectedMemoryInfo mem1 = GetExpectedResultMemory(sizeof(uint32)); local
1211 ExpectedMemoryInfo mem1 = GetExpectedMemory(kIndexSize); local
1390 ExpectedMemoryInfo mem1 = GetExpectedResultMemory( local
1428 ExpectedMemoryInfo mem1 = local
1469 ExpectedMemoryInfo mem1 = local
1497 ExpectedMemoryInfo mem1 = GetExpectedMemory(kSize); local
1739 ExpectedMemoryInfo mem1 = GetExpectedMemory(kPNamesSize + kResultsSize); local
1847 ExpectedMemoryInfo mem1 = local
1891 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSize()); local
2083 ExpectedMemoryInfo mem1 = GetExpectedMemory(sizeof(pixels)); local
2154 ExpectedMemoryInfo mem1 = GetExpectedMemory(half_size); local
2250 ExpectedMemoryInfo mem1 = GetExpectedMemory(sub_2_high_size); local
2488 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSize()); local
2524 ExpectedMemoryInfo mem1 = GetExpectedMemory(MaxTransferBufferSize()); local
2571 ExpectedMemoryInfo mem1 = GetExpectedMemory(kUsableSize); local
    [all...]
  /external/clang/test/CodeGenCXX/
value-init.cpp 73 int mem1; member in struct:ptrmem::S
  /external/chromium_org/third_party/sqlite/src/src/
vdbeaux.c 2922 Mem mem1; local
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
celt.c 310 opus_val32 mem0=0,mem1=0; local
337 mem0 = mem1 + y - SHL32(x,1);
338 mem1 = x - SHR32(y,1);
340 mem0 = mem1 + y - 2*x;
341 mem1 = x - .5f*y;
    [all...]
  /external/valgrind/unittest/
racecheck_unittest.cc 6813 uint8_t mem1[1000]; member in namespace:RepPrefixedInstructionsTest
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 60226 Mem mem1; local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 62463 Mem mem1; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 62491 Mem mem1; local
    [all...]

Completed in 2063 milliseconds