Searched defs:mem3 (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/base/memory/
H A Dref_counted_memory_unittest.cc77 scoped_refptr<RefCountedMemory> mem3 = RefCountedString::TakeString(&s3); local
79 EXPECT_FALSE(mem1->Equals(mem3));
80 EXPECT_FALSE(mem2->Equals(mem3));
/external/chromium_org/ppapi/generators/test_cgen/
H A Dinterface.h47 * int32_t (*mem3)(struct ist* b);
56 int32_t (*mem3)(struct ist* b); member in struct:ifaceFoo_1_0
/external/clang/test/SemaCXX/
H A Ddefault2.cpp60 int mem3(int i);
79 int Y::mem3(int i = b) { return i; } // OK; use X::b function in class:Y
/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory_unittest.cc202 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
203 ASSERT_TRUE(mem3 != NULL);
204 EXPECT_NE(mem2, mem3);
208 manager_->Free(mem3);
304 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
307 ASSERT_TRUE(mem3);
317 manager_->Free(mem3);
392 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
393 ASSERT_TRUE(mem3);
402 manager_->Free(mem3);
448 void* mem3 = manager_->Alloc(kSize, &id3, &offset3); local
[all...]
H A Dgles2_implementation_unittest.cc903 ExpectedMemoryInfo mem3 = GetExpectedMemory(kPaddedString3Size); local
915 kString3Size, mem3.id, mem3.offset);
1153 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1172 GL_ARRAY_BUFFER, kEmuOffset2, kSize2, mem3.id, mem3.offset);
1237 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
1256 GL_ARRAY_BUFFER, kEmuOffset2, kSize2, mem3.id, mem3.offset);
1348 ExpectedMemoryInfo mem3 local
1438 ExpectedMemoryInfo mem3 = GetExpectedMemory(kSize2); local
2414 ExpectedMemoryInfo mem3 = GetExpectedMemory(half_size); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem3.c65 ** We often identify a chunk by its index in mem3.aPool[]. When
73 ** Pointers to the head of the list are stored in mem3.aiSmall[]
74 ** for smaller chunks and mem3.aiHash[] for larger chunks.
88 u32 next; /* Index in mem3.aPool[] of next free chunk */
89 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
96 ** into a single structure named "mem3". This is to keep the
139 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
141 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
144 ** Unlink the chunk at mem3
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; local
122 mem3=mem[3];
130 sum = MAC16_16(sum,num3,mem3);
132 mem4 = mem3;
133 mem3 = mem2;
142 mem[3]=mem3;
/external/libopus/celt/
H A Dpitch.c113 opus_val32 mem0, mem1, mem2, mem3, mem4; local
122 mem3=mem[3];
130 sum = MAC16_16(sum,num3,mem3);
132 mem4 = mem3;
133 mem3 = mem2;
142 mem[3]=mem3;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15109 /************** Begin file mem3.c ********************************************/
15173 ** We often identify a chunk by its index in mem3.aPool[]. When
15181 ** Pointers to the head of the list are stored in mem3.aiSmall[]
15182 ** for smaller chunks and mem3.aiHash[] for larger chunks.
15196 u32 next; /* Index in mem3.aPool[] of next free chunk */
15197 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
15204 ** into a single structure named "mem3". This is to keep the
15247 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
15249 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17103 /************** Begin file mem3.c ********************************************/
17167 ** We often identify a chunk by its index in mem3.aPool[]. When
17175 ** Pointers to the head of the list are stored in mem3.aiSmall[]
17176 ** for smaller chunks and mem3.aiHash[] for larger chunks.
17190 u32 next; /* Index in mem3.aPool[] of next free chunk */
17191 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
17198 ** into a single structure named "mem3". This is to keep the
17241 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
17243 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17103 /************** Begin file mem3.c ********************************************/
17167 ** We often identify a chunk by its index in mem3.aPool[]. When
17175 ** Pointers to the head of the list are stored in mem3.aiSmall[]
17176 ** for smaller chunks and mem3.aiHash[] for larger chunks.
17190 u32 next; /* Index in mem3.aPool[] of next free chunk */
17191 u32 prev; /* Index in mem3.aPool[] of previous free chunk */
17198 ** into a single structure named "mem3". This is to keep the
17241 } mem3 = { 97535575 }; variable in typeref:struct:Mem3Global
17243 #define mem3 GLOBAL(struct Mem3Global, mem3) macro
[all...]

Completed in 1120 milliseconds